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 |
2009-03-06 |
kmillikin@chromium.org | Reapply r1434 and port to ARM. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
mikhail.naganov... | Get rid or heap allocation in stack sampler to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
sgjesse@chromium.org | Add libraries winmm and ws2_32 when building shared... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
sgjesse@chromium.org | Fix lint errors |
commit | commitdiff | tree | snapshot |
2009-03-06 |
christian.plesner... | Reverted r1434 |
commit | commitdiff | tree | snapshot |
2009-03-06 |
sgjesse@chromium.org | All preemption requests are now ignored while in the... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
kmillikin@chromium.org | Fix minor formatting issue. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
kmillikin@chromium.org | Fix issue 259. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
olehougaard | Fixed ARM build by remembering to apply object literal... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
olehougaard | Optimizing nested, constant object literals (like JSON... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
erik.corry... | Speed up a few tests that were taking too long. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kasperl@chromium.org | Revert revisions 1383, 1384, 1391, 1398, 1401, 1402, |
commit | commitdiff | tree | snapshot |
2009-03-05 |
erik.corry... | Arrays created with new Array(n) are not assumed to... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
mikhail.naganov... | Fixed projects after adding oprofile-agent* sources. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
mikhail.naganov... | Adding support for reporting addresses of JIT compiled... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kmillikin@chromium.org | Add a test for inserting a preexisting list element... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kmillikin@chromium.org | In List::Add, correctly handle the case of adding a... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kasperl@chromium.org | Tweak the context disposal GC heuristic: If the garbage... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
erik.corry... | Put 'this' in a handle in EnsureSize to avoid crash... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
lrn@chromium.org | Issue 254 - now correctly updates lastIndexof when... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
olehougaard | Fixed issue 253. No longer assuming that the target... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
kmillikin@chromium.org | Add an insert function to our list utility class. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
sgjesse@chromium.org | The SendAll method on Socket was a helper method that... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
kmillikin@chromium.org | Fix a few indentation issues. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
lrn@chromium.org | Issue 246 - wait until regexp is parsed to detect wheth... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
sgjesse@chromium.org | Add remote debugging front end to developer shell. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
kmillikin@chromium.org | Streamline CodeGenerator::Comparison in the IA32 code... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
ager@chromium.org | Fix the 64-bit build. Implicit conversion from string... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
iposva@chromium.org | Add a meaningful name when disassembling code. This... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
iposva@chromium.org | Properly add debug-agent.[cc|h] files. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
kasperl@chromium.org | Disable the compilation caching for scripts to make it |
commit | commitdiff | tree | snapshot |
2009-03-03 |
sgjesse@chromium.org | Add V8 debugger agent. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
mikhail.naganov... | Dump more stack frames to perf log when executing a... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
kmillikin@chromium.org | Before emitting code to merge frames, forget the sync... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
lrn@chromium.org | Optimized regexp.test. No longer creates an intermediat... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
lrn@chromium.org | Validation of flattened regexps on ARM now doesn't... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
sgjesse@chromium.org | Change svn:eol-style to native. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
sgjesse@chromium.org | Unify the handling of the event and response JSON in... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
lrn@chromium.org | All RegExp data are set on a single FixedArray instead... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
kmillikin@chromium.org | Simplify the way that we compile slow-case switch state... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
christian.plesner... | all-in-one |
commit | commitdiff | tree | snapshot |
next |