platform/upstream/v8.git
2009-04-15 sgjesse@chromium.orgAdd debug command break flag for debugger host dispatch.
2009-04-15 kasperl@chromium.orgPrepare a push to trunk (version 1.1.10).
2009-04-15 kmillikin@chromium.orgChange the function name collector to tolerate expressi...
2009-04-15 ager@chromium.orgAdd mjsunit test for the overriding of read-only proper...
2009-04-15 ager@chromium.orgFix crash bug when loading const variable in the presen...
2009-04-15 kmillikin@chromium.orgA few small changes to --print-ast behavior:
2009-04-15 erik.corry... Timeout of os.system() in d8 was timing out too soon.
2009-04-15 kasperl@chromium.orgAllow using with and eval in JS extensions in debug...
2009-04-15 mikhail.naganov... Reimplement Splay Tree in JavaScript (and add unit...
2009-04-15 yurys@chromium.orgTo resolve functions from the call stack we need at...
2009-04-14 sgjesse@chromium.orgRemove definition of _HAS_EXCEPTIONS from source files.
2009-04-14 sgjesse@chromium.orgFix the source position recorded for funtion return
2009-04-14 sgjesse@chromium.orgFix VirtualFrame::is_used for ARM
2009-04-14 kasperl@chromium.orgFix build issue on Mac.
2009-04-14 kasperl@chromium.orgPrepare a push to trunk (version 1.1.9).
2009-04-14 kasperl@chromium.orgMove STATIC_ASSERT to IsShortcutCandidate to fix the
2009-04-14 kasperl@chromium.orgVerify the symbol table contents before and after all
2009-04-14 kasperl@chromium.orgFixed issue 303 by not shortcutting cons-symbols and...
2009-04-14 mikhail.naganov... Fixed presubmit errors.
2009-04-14 mikhail.naganov... Add name inference for anonymous functions to facilitat...
2009-04-14 davemoore@chromium.orgReenable d8 stats timers, using the histogram mechanism
2009-04-13 mikhail.naganov... Implemented "no heap access" mode for JSFrame which...
2009-04-13 mikhail.naganov... Added another check in SafeStackFrameIterator.
2009-04-11 kasperl@chromium.orgPrepare a push to trunk (version 1.1.8).
2009-04-09 iposva@chromium.org- Fix lint failure.
2009-04-09 iposva@chromium.orgWorkaround for http://crbug.com/9746:
2009-04-09 iposva@chromium.org- Exclude "build/include_what_you_use" from cpplint...
2009-04-08 asargent@chromium.orgFix v8::Object::DeleteHiddenValue to not bail when...
2009-04-07 sgjesse@chromium.orgRemove the PCRE_STATIC define.
2009-04-07 erik.corry... Fix profiling on Android.
2009-04-07 sgjesse@chromium.orgFixed step in handling for function.call.
2009-04-07 sgjesse@chromium.orgFixed the step in handling for function.apply.
2009-04-07 sgjesse@chromium.orgApply Matt Hanselman's patch to fix issue 96.
2009-04-07 kasperl@chromium.orgPrepare a push to trunk (version 1.1.7).
2009-04-06 davemoore@chromium.orgPut back compilation cache
2009-04-06 whesse@chromium.orgFix crash with indexed setter on objects without corres...
2009-04-03 whesse@chromium.orgRewrite of VisitCountOperation that should speed it up
2009-04-03 lrn@chromium.orgQuick pointer comparison, removed undetectable tests.
2009-04-03 lrn@chromium.orgTracks static type of strings in frame elements and...
2009-04-03 kmillikin@chromium.orgAdd two more invocations of ENTER_V8 to places where...
2009-04-03 kmillikin@chromium.orgMove some more ENTER_V8 invocations. The biggest one...
2009-04-03 kmillikin@chromium.orgRemove ENTER_V8 from small API functions that do not...
2009-04-02 ager@chromium.orgApply Lei Zhang's patch to add easy import of additiona...
2009-04-02 kmillikin@chromium.orgWhen computing pairwise merges of frame elements, we...
2009-04-02 kmillikin@chromium.orgClean up return statements in the code generator by...
2009-04-01 ager@chromium.orgPrepare another push to trunk (version 1.1.6). We...
2009-04-01 ager@chromium.orgRevert change 1656 which was unsafe until it can be...
2009-04-01 lrn@chromium.orgString.match tests that wasn't included in the implemen...
2009-04-01 sgjesse@chromium.orgMerge r1636 from trunk to bleeding edge.
2009-04-01 ager@chromium.orgPrepare to push version 1.1.5 to trunk. This version...
2009-03-31 ager@chromium.orgThe tests pass on the arm hardware of course.
2009-03-31 ager@chromium.orgApparently, the --simulator=arm option is not always...
2009-03-31 ager@chromium.orgReland exception propagation fix.
2009-03-31 whesse@chromium.orgKeep the result of postfix increment and decrement...
2009-03-31 kmillikin@chromium.orgFix issue 294 by ensuring that we don't lose the copy...
2009-03-31 erik.corry... Use -mthumb on debug build too.
2009-03-31 erik.corry... Both thumb and optimized for size.
2009-03-31 erik.corry... Switch to thumb mode for runtime system on Android.
2009-03-31 erik.corry... Optimize for size on Android.
2009-03-31 erik.corry... * Add rmdir, mkdir -p and umask to d8 on Unix.
2009-03-31 sgjesse@chromium.orgFix developer shell build on Windows.
2009-03-31 sgjesse@chromium.orgChange handling of debugger unloading.
2009-03-31 kmillikin@chromium.orgMark a bunch of places where we enter or leave V8 throu...
2009-03-31 mikhail.naganov... Fixed numerous issues that were causing errors in profi...
2009-03-31 kmillikin@chromium.orgUse the AST optimizer on the bodies of function literal...
2009-03-31 erik.corry... Add os.chdir and os.setenv to d8. Move system() to...
2009-03-30 kmillikin@chromium.orgAdd just enough state changes from EXTERNAL (outside...
2009-03-30 whesse@chromium.orgInitialize list of frame elements to proper size.
2009-03-30 ager@chromium.orgPrepare to push version 1.1.4 to trunk.
2009-03-30 kmillikin@chromium.orgReenable interactive use of the shell sample.
2009-03-30 yurys@chromium.orgWhen devtools window is opening it requests all scripts...
2009-03-30 sgjesse@chromium.orgCorrect debugger active check.
2009-03-27 whesse@chromium.orgFormatting changes and some slight improvements to...
2009-03-27 erik.corry... Add a system() call to the d8 shell (Unix only).
2009-03-27 kmillikin@chromium.orgMark some of the places we leave V8 via callbacks as...
2009-03-27 mikhail.naganov... Fixed lint errors in test-debug. Sorry for that.
2009-03-27 mikhail.naganov... Fix issue 289: check external source strings validity...
2009-03-27 kmillikin@chromium.orgMake VirtualFrame::CallStub on IA32 responsible for...
2009-03-27 sgjesse@chromium.orgFixed lint.
2009-03-27 sgjesse@chromium.orgDebugger message handler can be called from V8 thread.
2009-03-27 sgjesse@chromium.orgMoved stdio and string functions to POSIX platform...
2009-03-27 christian.plesner... Fixed second problem with special commands.
2009-03-27 christian.plesner... Fixed special command problem I just introduced. Guess...
2009-03-27 christian.plesner... Added url decoding of special commands.
2009-03-27 christian.plesner... Fixed a bunch of memory leaks in tests, including:
2009-03-26 whesse@chromium.orgOptimize binary operations in which one or both operand...
2009-03-26 kmillikin@chromium.orgChange the arguments access stub to take both arguments...
2009-03-26 kmillikin@chromium.orgIn the IA32 code genrator, handle call ICs and construc...
2009-03-26 whesse@chromium.orgInline part of RawSyncElementAt, split the rest into two
2009-03-26 sgjesse@chromium.orgSet svn:eol-style for platform-posix.cc to native.
2009-03-26 sgjesse@chromium.orgMove time related functions to POSIX platform file.
2009-03-26 iposva@chromium.org- Add missing files to the Xcode project.
2009-03-25 feng@chromium.orgFix and cleanup ARM port:
2009-03-25 kmillikin@chromium.orgSimplify the way the code generator handles calls to...
2009-03-25 mikhail.naganov... Add another check in profiler's stack iterator to ensur...
2009-03-25 mikhail.naganov... Added more checks to SafeStackFrameIterator to prevent...
2009-03-25 lrn@chromium.orgMove reference to variable that isn't used on ARM.
2009-03-25 kasperl@chromium.orgIntroduce splaytree.KeyNotFoundError and use it for...
2009-03-25 lrn@chromium.orgMoved String.prototype.match implementation to C++.
2009-03-25 kmillikin@chromium.orgThe code generator doesn't need to put the argument...
next