platform/upstream/v8.git
2009-02-12 iposva@chromium.orgRemove experimental ExternalSymbolCallback feature...
2009-02-12 lrn@chromium.orgIssue 231 - Irregexp backtracking stack pointer could...
2009-02-12 ager@chromium.orgFix a couple of typos reported as V8 issue 226.
2009-02-12 lrn@chromium.orgTest for issue 87 was upgraded, but the old bug file...
2009-02-12 lrn@chromium.orgRegular Expression literal flags may contain unicode...
2009-02-11 iposva@chromium.orgAllow the morphing of strings to external strings to...
2009-02-11 lrn@chromium.orgIssue 227 Fixed. Properly handles non-ASCII characters...
2009-02-11 olehougaardFixing a few bugs to make the --log-state-change option...
2009-02-10 lrn@chromium.orgFix for issue 228.
2009-02-10 iposva@chromium.orgPrepare push to trunk. Now working on version 1.0.1.
2009-02-09 sgjesse@chromium.orgFix linking of mksnapshot
2009-02-09 sgjesse@chromium.orgSupport for building V8 with MinGW
2009-02-09 sgjesse@chromium.orgMoved some IA32 specific code from to the architecture...
2009-02-09 christian.plesner... Added one test case and moved another.
2009-02-05 sgjesse@chromium.orgAdded the 'references' command to the debugger protocol...
2009-02-05 ager@chromium.orgAdd explicit null checks after string conversions in...
2009-02-05 lrn@chromium.orgFix bug 225 in regexp replace with function.
2009-02-05 lrn@chromium.orgFixed overflow bug in parsing of regexp repetitions.
2009-02-05 sgjesse@chromium.orgFixed the debugger compile events.
2009-02-05 olehougaardDifferentiating the file names between different serial...
2009-02-05 ager@chromium.orgRemove unused code. This code used to be used to ...
2009-02-05 sgjesse@chromium.orgUpdated handling of the script mirror.
2009-02-04 erik.corry... Fix the not-at-start optimization to trigger on the...
2009-02-04 erik.corry... Fix crash-bug in code generation for case independent...
2009-02-04 mikhail.naganov... Refactor code for determining line position in a source...
2009-02-04 sgjesse@chromium.orgMinor debugger cleanup. Store the running state of...
2009-02-03 sgjesse@chromium.orgAdded check for logging enabled in two places where...
2009-02-03 lrn@chromium.orgRegExp: Small bugfix in debug mode.
2009-02-03 sgjesse@chromium.orgUse Handle version of AddKeysFromJSArray when building...
2009-02-03 lrn@chromium.orgTrace contains information about whether we know that...
2009-02-03 mikhail.naganov... Adding src_file_name:line_number into perf log entries...
2009-02-03 olehougaardFix lint error.
2009-02-03 olehougaardFixing the flakiness of the serialization tests by...
2009-02-03 sgjesse@chromium.orgFile missing from codereview.chromium.org/19753.
2009-02-03 sgjesse@chromium.orgChanged the debugger API to allow only one debug event...
2009-02-03 christian.plesner... Turned down the amount of work done by array-splice...
2009-02-02 erik.corry... The optimizations performed by Irregexp could possible...
2009-02-02 erik.corry... Tell presubmit.py that regexp-pcre.js doesn't need...
2009-02-02 erik.corry... Added regexp tests from PCRE.
2009-02-02 ager@chromium.orgFix issue 221:
2009-02-02 kmillikin@chromium.orgFix for off-by-one when initializing a constant or...
2009-02-02 erik.corry... Fix code.google.com/p/chromium/issues/detail?id=7258...
2009-01-30 sgjesse@chromium.orgRemove unused macro definition.
2009-01-30 olehougaardPlacing the snapshot in local directory for serializati...
2009-01-30 christian.plesner... Fixed issue where \x.. and \u.... were rot13-ed in...
2009-01-30 lrn@chromium.orgAllow duplicate flags in regexps to match other browsers.
2009-01-30 christian.plesner... Added regexp benchmark
2009-01-30 lrn@chromium.orgParsing a RegExp decimal escape could overflow, making...
2009-01-30 olehougaardEnabling splitting building with snapshots in to buildi...
2009-01-29 mike@belshe.comEnable programmatic access to Profile pause/resume
2009-01-29 lrn@chromium.orgAdded check for invalid repetition in RegExp parser
2009-01-28 ager@chromium.orgjsmin does not have our copyright header and shouldn...
2009-01-28 deanm@chromium.orgFurther minify non-visible JavaScript.
2009-01-28 sgjesse@chromium.orgSkip the context extension object when locating objects...
2009-01-27 maruel@chromium.orgFix snapshot generation on Visual Studio. Compiling...
2009-01-27 lrn@chromium.orgAllow larger regexp stack if necessary, which includes...
2009-01-27 deanm@chromium.orgStrip /* */ style comments in js2c. Saves ~17k of...
2009-01-27 deanm@chromium.orgReduce the size of a release sample shell by 55k.
2009-01-27 ager@chromium.orgPrepare push to trunk. Now working on version 1.0.0.
2009-01-26 erik.corry... Lint error
2009-01-26 erik.corry... Eliminate the code that handles fallback to JSCRE....
2009-01-26 erik.corry... Reduce work done in EatsAtLeast to a sane level.
2009-01-26 deanm@chromium.orgPut code and data pieces in their own sections.
2009-01-26 iposva@chromium.orgFix white space issues.
2009-01-26 iposva@chromium.org- Preserve bootstrapper state across thread switches...
2009-01-26 lrn@chromium.orgA field might be incorrectly set, causing registers...
2009-01-26 ager@chromium.orgMake sure that the prototype of the initial map is...
2009-01-26 lrn@chromium.orgIrregexp: Backtrack past look-aheads works correctly.
2009-01-26 sgjesse@chromium.orgSet ARM expectations for new debugger test.
2009-01-26 sgjesse@chromium.orgAdded a simple wrapping of the debugger JSON responses.
2009-01-26 sgjesse@chromium.orgAdded a lookup request to the debugger protocol to...
2009-01-26 olehougaardReintroduced a fix for an alignment issue on ARM. I...
2009-01-26 ager@chromium.orgFix issue 192 by propagating out exceptions from object...
2009-01-26 erik.corry... * Remember to check for end of string even where we
2009-01-26 olehougaardFixing alignment issue allowing serialization to run...
2009-01-26 ager@chromium.orgHandle strndup in freebsd in the same way it is handled...
2009-01-26 whessev8Fixes two lint errors in codegen-ia32.cc.
2009-01-26 olehougaardChange type of snapshot from char array to byte array...
2009-01-26 whessev8Revert change to Smi check that was a performance regre...
2009-01-26 erik.corry... Fix bug where strings were not flattened before regexp.
2009-01-23 iposva@chromium.orgFix Windows build (maybe).
2009-01-23 iposva@chromium.orgSplit handle scopes into an internal version and a...
2009-01-23 erik.corry... complete revert by removing empty files
2009-01-23 erik.corry... Reverting r1136 due to crashes
2009-01-23 whessev8Optimizes an assembly-language conversion from int...
2009-01-23 lrn@chromium.orgClears captures of look-aheads on backtrack.
2009-01-23 ager@chromium.orgDo not violate the assumption that fast-case arrays...
2009-01-23 whessev8Optimizes check for Smi range in the code generator.
2009-01-23 ager@chromium.orgMake sure that eval and try-catch introduced context...
2009-01-23 kmillikin@chromium.orgClean up the mark-sweep/compact collector by removing...
2009-01-23 christian.plesner... review
2009-01-22 ager@chromium.orgApply Jeff Bailey's patch to use %p instead of %i to...
2009-01-22 ager@chromium.orgFix handling of const initialization. We did not handl...
2009-01-22 sgjesse@chromium.orgAdded handling of hidden prototype objects when collect...
2009-01-22 kmillikin@chromium.orgFix incorrect issue number.
2009-01-22 kasperl@chromium.orgAvoid memmove when emitting operands in the assembler
2009-01-22 lrn@chromium.orgRegExp parser forgot to advance after reading \c in...
2009-01-22 lrn@chromium.orgIrregexp-32 frame-align code uses a register. This...
2009-01-22 sgjesse@chromium.orgCheck for valid frame number when processing the debugg...
2009-01-21 christian.plesner... Marked ascii-regexp-subject as flaky on arm for now...
next