2009-03-19 |
iposva@chromium.org | - Allow hidden properties to be set on any JSObject... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
ager@chromium.org | Landing http://codereview.chromium.org/42374 |
commit | commitdiff | tree | snapshot |
2009-03-19 |
ager@chromium.org | Revert change 1509 that flush ICs when adding setters... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
erik.corry... | Speed up slow test that times out on ARM. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
kmillikin@chromium.org | Add a copied flag to virtual frame elements that tells... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
sgjesse@chromium.org | Change the socket close to shutdown. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
lrn@chromium.org | Reuse output array instead of creating a new one for... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
erik.corry... | Spolling. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
erik.corry... | // Test that we can make large object literals that... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
ager@chromium.org | Minor build and code style issues. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
mike@belshe.com | Expose Cloning through API. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
ager@chromium.org | Inline the fast path for handle creation. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
erik.corry... | Misc. portability fixes. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
erik.corry... | Don't pollute API-users' namespaces with overly generic... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
sgjesse@chromium.org | Fixed memory leaks in socket implementation. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
sgjesse@chromium.org | Add a close method to sockets. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
olehougaard | Getting rid of OS::StrDup and OS::StrNDup which were... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
kmillikin@chromium.org | Revert r1529, which failed on some of the benchmarks. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
olehougaard | Introducing a new StrNDup function that uses new[]... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
olehougaard | Fixing potentially problematic usage of OS::StrDup... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
sgjesse@chromium.org | Circumvent a bug in older glibc. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
kmillikin@chromium.org | Add a bit to a virtual frame element telling if it... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
whesse@chromium.org | Speed up the inner loop of free register allocation. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
kmillikin@chromium.org | Fix static overrun. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
sgjesse@chromium.org | Added a wait with timeout to the platform semaphore... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
lrn@chromium.org | Flatten strings before parsing them as Date strings... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
lrn@chromium.org | Moved subject and index before matches in RegExp lastMa... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
sgjesse@chromium.org | Add thread information to the debugger. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
erik.corry... | Lint... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
erik.corry... | Remove all uses of StringShape variables, since that... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
sgjesse@chromium.org | Changed preemption related stuff in debugger entry. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
kmillikin@chromium.org | Simplify the construction of virtual frame elements... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
sgjesse@chromium.org | The method yield is now available in the context create... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
lrn@chromium.org | ReplaceRegExpWithString: Avoid extending handle scope... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
olehougaard | Fixed some memory leaks in unit tests. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
sgjesse@chromium.org | Missed a few comment changes in r1508. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
kasperl@chromium.org | Add copyright notice to new test case. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
erik.corry... | Fix GC related crash bug in search-replace. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
erik.corry... | Revert 1432, 1433, 1469 and 1472 due to a bug with... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
davemoore@chromium.org | - Added ability to call histograms from within v8 |
commit | commitdiff | tree | snapshot |
2009-03-13 |
christian.plesner... | Flush ICs when adding setters to an object or setting... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
sgjesse@chromium.org | A new stack guard break flag DEBUGCOMMAND has been... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
olehougaard | Implementing __defineSetter__ and __defineGetter__... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
lrn@chromium.org | String.replace implemented in C++. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Fix a test in the IA32 code generator for whether loop... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Reenable the duplicated test at the bottom of for and... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Change the way we handle backward jumps in the code... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
ager@chromium.org | Prepare to push V8 version 1.1.1 to trunk. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
sgjesse@chromium.org | During the refactoring in r1461 and adding of script... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Tweak an assertion in the jump target destructor so... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
ager@chromium.org | Revert the exception propagation fix. It leads to... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
erik.corry... | 8-byte align C stack on Linux and Windows. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kasperl@chromium.org | Prepare push to trunk. Now working on version 1.1.1. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kasperl@chromium.org | Add support for running the tests through valgrind. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
ager@chromium.org | Temporarily disable tests that no longer work on the... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
erik.corry... | * Reapply revisions 1383, 1384, 1391, 1398, 1401, 1402, |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Ensure deallocation of the dynamically allocated shadow... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Deallocate the dynamically-allocated shadow targets... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
ager@chromium.org | Fix exception propagation problem where undefined was... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Fix issue 268 by explicitly calling Unuse (to deallocat... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
erik.corry... | Add a test that r1383 failed (harmlessly). |
commit | commitdiff | tree | snapshot |
2009-03-11 |
sgjesse@chromium.org | See code.google.com/p/v8/issues/detail?id=269. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Fix formatting problem. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Fix issue 265 by handling extra statement state on... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kasperl@chromium.org | Move InitLineEnds and GetLineNumber to handles.cc to... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kasperl@chromium.org | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kmillikin@chromium.org | Change expectation for the bug-265 test to allow crashi... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
christian.plesner... | Tweaked semantics of error prototype. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
sgjesse@chromium.org | Remove spaces to satisfy linter |
commit | commitdiff | tree | snapshot |
2009-03-10 |
lrn@chromium.org | Issue 267: Calls to arguments in eval-tainted function... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kmillikin@chromium.org | Introduce a BreakTarget subclass of JumpTarget used... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
sgjesse@chromium.org | Moved the storage of the last script id into the heap... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
christian.plesner... | Made the Error prototype into an error. Allow \c at... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
olehougaard | Fixed whitespace. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
christian.plesner... | Implemented invalid UTF8 detection in decodeURI. That... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
erik.corry... | Fix probably harmless thinko in StringCharAt (causes |
commit | commitdiff | tree | snapshot |
2009-03-10 |
olehougaard | Optimizing generation of nested literals for both objec... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
sgjesse@chromium.org | Whenever a script object is created it is assigned... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
ager@chromium.org | Simplify the map collection regression test. This... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Third try to mark test expectation. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Chage test expectation mode from "debug" to "release". |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | The test for issue 165 is unpredictable in release... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | Fix test for building on 64-bit Linux. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | Make map collection test run faster in an attempt to... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
sgjesse@chromium.org | Changed a function in the internal debugger JavaScript... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Add a failing test case for issue 265: |
commit | commitdiff | tree | snapshot |
2009-03-09 |
whesse@chromium.org | Fix garbage collection of unused maps. Null descriptor... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
olehougaard | Allocate getters and setters in old space to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Assert in debug mode that we do not try to compile... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
bak@chromium.org | Fixed the disassembler to cope with cmpb. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
bak@chromium.org | Added a space to satisfy presubmit.py. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Work around issue 260 for now by disabling duplication... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
bak@chromium.org | Reduced the code sequence for testing for object type. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
christian.plesner... | Added .message accessor to messages. This gives you... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Change the CALL_HEAP_FUNCTION macro so that it is no... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Fix issue 263: |
commit | commitdiff | tree | snapshot |
2009-03-09 |
sgjesse@chromium.org | Change the tests which looks at the number of scripts... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | cpplint does not like multiple semicolons on the same... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
sgjesse@chromium.org | Mark the empty script object, the script for the empty... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | Minor changes to allow V8 to build on Ubuntu Jaunty. |
commit | commitdiff | tree | snapshot |
next |