2015-06-08 |
conradw | [strong] Refactor ObjectStrength into a replacement... |
blob | commitdiff | raw |
2015-06-08 |
erikcorry | Only record one in n line endings to save space. |
blob | commitdiff | raw | diff to current |
2015-06-05 |
ulan | Print and save JS stacktrace on OOM crash. |
blob | commitdiff | raw | diff to current |
2015-06-05 |
ishell | A couple of other "stack overflow" vs. "has_pending_exc... |
blob | commitdiff | raw | diff to current |
2015-06-02 |
conradw | [strong] create strong array literals |
blob | commitdiff | raw | diff to current |
2015-06-01 |
erikcorry | Cosmetic changes to tests to make it easier to concaten... |
blob | commitdiff | raw | diff to current |
2015-05-29 |
ishell | Reland "Fixed a couple of failing DCHECK(has_pending_ex... |
blob | commitdiff | raw | diff to current |
2015-05-29 |
yangguo | Debugger: consider try-finally scopes not catching... |
blob | commitdiff | raw | diff to current |
2015-05-28 |
yangguo | Do not eagerly convert exception to string when creatin... |
blob | commitdiff | raw | diff to current |
2015-05-26 |
erikcorry | Move hash code from hidden string to a private symbol |
blob | commitdiff | raw | diff to current |
2015-05-20 |
svenpanne | Fixed various simulator-related space leaks. |
blob | commitdiff | raw | diff to current |
2015-05-18 |
arv | [strong] Fix super in strong classes |
blob | commitdiff | raw | diff to current |
2015-05-18 |
yangguo | Migrate error messages, part 12. |
blob | commitdiff | raw | diff to current |
2015-05-15 |
yangguo | Migrate error messages, part 11. |
blob | commitdiff | raw | diff to current |
2015-05-12 |
hpayer | Get more debugging data when crashing in Deoptimizer... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Migrate error messages, part 10. |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Revert of Migrate error messages, part 10. (patchset... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Migrate error messages, part 10. |
blob | commitdiff | raw | diff to current |
2015-05-11 |
erikcorry | Postpone counters triggered during GC, and use a Handle... |
blob | commitdiff | raw | diff to current |
2015-05-05 |
yangguo | Correctly accept already preprocessed stack traces. |
blob | commitdiff | raw | diff to current |
2015-05-04 |
jarin | Remove materialized objects on stack unwind. |
blob | commitdiff | raw | diff to current |
2015-04-30 |
machenbach | Revert of Wrap v8natives.js into a function. (patchset... |
blob | commitdiff | raw | diff to current |
2015-04-30 |
yangguo | Disable stack trace preprocessing. |
blob | commitdiff | raw | diff to current |
2015-04-30 |
yangguo | Wrap v8natives.js into a function. |
blob | commitdiff | raw | diff to current |
2015-04-30 |
ulan | Add flag to print stack-trace after n allocations. |
blob | commitdiff | raw | diff to current |
2015-04-28 |
yangguo | Reland: Preprocess structured stack trace on GC to... |
blob | commitdiff | raw | diff to current |
2015-04-27 |
dslomov | Revert of Preprocess structured stack trace on GC to... |
blob | commitdiff | raw | diff to current |
2015-04-27 |
yangguo | Preprocess structured stack trace on GC to get rid... |
blob | commitdiff | raw | diff to current |
2015-04-27 |
mvstanton | Don't MISS if you read the hole from certain FastHoley... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
mvstanton | Empty Array prototype elements protection needs to... |
blob | commitdiff | raw | diff to current |
2015-04-22 |
machenbach | Revert of Revert of Protect the emptiness of Array... |
blob | commitdiff | raw | diff to current |
2015-04-22 |
mvstanton | Revert of Protect the emptiness of Array prototype... |
blob | commitdiff | raw | diff to current |
2015-04-22 |
mvstanton | Protect the emptiness of Array prototype elements with... |
blob | commitdiff | raw | diff to current |
2015-04-21 |
svenpanne | Removed src/{isolate,property-details,utils}-inl.h |
blob | commitdiff | raw | diff to current |
2015-04-20 |
yangguo | Throw when attaching a stack trace to an object fails. |
blob | commitdiff | raw | diff to current |
2015-04-17 |
jkummerow | Bump limit in PushStackTraceAndDie |
blob | commitdiff | raw | diff to current |
2015-04-16 |
jkummerow | Don't crash when reporting an access check failure... |
blob | commitdiff | raw | diff to current |
2015-04-16 |
ulan | Use atomic operation to read the length of a fixed... |
blob | commitdiff | raw | diff to current |
2015-04-15 |
jochen | Remove support for specifying the number of available... |
blob | commitdiff | raw | diff to current |
2015-04-14 |
jochen | Reland "Remove support for thread-based recompilation" |
blob | commitdiff | raw | diff to current |
2015-04-14 |
jochen | Revert of Reland "Remove support for thread-based recom... |
blob | commitdiff | raw | diff to current |
2015-04-14 |
jochen | Reland "Remove support for thread-based recompilation" |
blob | commitdiff | raw | diff to current |
2015-04-08 |
yangguo | Revert of Remove support for thread-based recompilation... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Jochen Eisinger | Remove support for thread-based recompilation |
blob | commitdiff | raw | diff to current |
2015-04-07 |
jkummerow | Move prototype metadata from internal properties to... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
yangguo | Always update raw pointers when handling interrupts... |
blob | commitdiff | raw | diff to current |
2015-03-27 |
yangguo | Serializer: move to a subfolder and clean up includes. |
blob | commitdiff | raw | diff to current |
2015-03-25 |
mstarzinger | Switch full-codegen from StackHandlers to handler table. |
blob | commitdiff | raw | diff to current |
2015-03-20 |
yangguo | Serializer: cache hashmaps on the isolate. |
blob | commitdiff | raw | diff to current |
2015-03-19 |
ulan | Add debug checks to catch crashes with WeakCell::cast(). |
blob | commitdiff | raw | diff to current |
2015-03-19 |
mstarzinger | Revert of Cleanup and unify Isolate::ReportPendingMessa... |
blob | commitdiff | raw | diff to current |
2015-03-18 |
mstarzinger | Cleanup and unify Isolate::ReportPendingMessages. |
blob | commitdiff | raw | diff to current |
2015-03-18 |
mstarzinger | Remove kind field from StackHandler. |
blob | commitdiff | raw | diff to current |
2015-03-16 |
mstarzinger | Revert of Remove kind field from StackHandler. (patchse... |
blob | commitdiff | raw | diff to current |
2015-03-16 |
ulan | Fix data race in Isolate::CheckDetachedContextsAfterGC |
blob | commitdiff | raw | diff to current |
2015-03-16 |
mstarzinger | Remove kind field from StackHandler. |
blob | commitdiff | raw | diff to current |
2015-03-13 |
kozyatinskiy | [V8] Use Function.name in Error.stack |
blob | commitdiff | raw | diff to current |
2015-03-12 |
mstarzinger | Simplify pending message object handling. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
mstarzinger | Remove superfluous ThreadLocalTop::catcher field. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
mstarzinger | Simplify pending message script handling. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
mstarzinger | Remove frame pointer from StackHandler. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
mstarzinger | Simplify and correctify pending message location handling. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
mstarzinger | Remove code object from StackHandler. |
blob | commitdiff | raw | diff to current |
2015-03-09 |
yangguo | Simplify promise event on throw handling. |
blob | commitdiff | raw | diff to current |
2015-03-05 |
kozyatinskiy | [V8] Use Function.name for stack frames in v8::StackTrace |
blob | commitdiff | raw | diff to current |
2015-03-05 |
mstarzinger | [turbofan] Implement throwing exceptions into TurboFan... |
blob | commitdiff | raw | diff to current |
2015-03-04 |
yangguo | Revert of Remove default value for number of threads... |
blob | commitdiff | raw | diff to current |
2015-03-04 |
yangguo | Remove default value for number of threads in Isolate... |
blob | commitdiff | raw | diff to current |
2015-03-03 |
mstarzinger | Move stack unwinding logic into the runtime. |
blob | commitdiff | raw | diff to current |
2015-02-27 |
mstarzinger | Remove obsolete Isolate::DoThrow helper. |
blob | commitdiff | raw | diff to current |
2015-02-26 |
verwaest | Remove internal use of v8::AccessType, always pass... |
blob | commitdiff | raw | diff to current |
2015-02-24 |
jkummerow | Move Maps' back pointers from "transitions" to "constru... |
blob | commitdiff | raw | diff to current |
2015-02-24 |
yangguo | Remove reinvented wheel for partial snapshot cache. |
blob | commitdiff | raw | diff to current |
2015-02-24 |
yangguo | NewError no longer returns a MaybeObject. |
blob | commitdiff | raw | diff to current |
2015-02-18 |
ulan | Fix sampling of V8.DetachedContextAgeInGC histogram. |
blob | commitdiff | raw | diff to current |
2015-02-18 |
verwaest | Move LookupResult into crankshaft as that's now the... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
ulan | Add historgram for number of GC needed to collect a... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
loislo | CpuProfile: rename HSourcePosition to SourcePosition... |
blob | commitdiff | raw | diff to current |
2015-02-05 |
ulan | Add a flag to track detached contexts. |
blob | commitdiff | raw | diff to current |
2015-02-04 |
marja | Introduce LanguageMode, drop StrictMode. |
blob | commitdiff | raw | diff to current |
2015-02-03 |
kozyatinskiy | [V8] Added line, column and script symbols for SyntaxError |
blob | commitdiff | raw | diff to current |
2015-01-30 |
bmeurer | Reland "Initial switch to Chromium-style CHECK_* and... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Benedikt Meurer | Revert "Make GCC happy again." and "Initial switch... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
bmeurer | Initial switch to Chromium-style CHECK_* and DCHECK_... |
blob | commitdiff | raw | diff to current |
2015-01-23 |
danno | Remove the dependency of Zone on Isolate |
blob | commitdiff | raw | diff to current |
2015-01-21 |
verwaest | Add a pretty printer to improve the error message non... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
jkummerow | Profiler improvements |
blob | commitdiff | raw | diff to current |
2015-01-16 |
Sven Panne | Contribution of PowerPC port (continuation of 422063005) |
blob | commitdiff | raw | diff to current |
2015-01-08 |
hpayer | Regularly check hash set addresses to verify memory... |
blob | commitdiff | raw | diff to current |
2014-12-20 |
alph | Support multiple interrupt requests in v8 API. |
blob | commitdiff | raw | diff to current |
2014-12-15 |
jkummerow | Add infrastructure to keep track of references to proto... |
blob | commitdiff | raw | diff to current |
2014-12-15 |
hpayer | Reland Call DisableInlineAllocation() in heap setup... |
blob | commitdiff | raw | diff to current |
2014-11-26 |
jochen | Document that Isolate::GetCurrent() must not be called... |
blob | commitdiff | raw | diff to current |
2014-11-21 |
dcarney | dump compiler stats from d8 on direct exit from js |
blob | commitdiff | raw | diff to current |
2014-11-13 |
Yang Guo | Move public symbols to the root set. |
blob | commitdiff | raw | diff to current |
2014-11-12 |
dslomov@chromium.org | Various clean-ups after top-level lexical declarations... |
blob | commitdiff | raw | diff to current |
2014-11-07 |
jkummerow@chromium.org | Add FLAG_trace_maps |
blob | commitdiff | raw | diff to current |
2014-11-04 |
aandrey@chromium.org | Follow up to fix v8::Exception::GetMessage() actually... |
blob | commitdiff | raw | diff to current |
2014-10-30 |
aandrey@chromium.org | Introduce v8::Exception::GetMessage to find location... |
blob | commitdiff | raw | diff to current |
2014-10-30 |
machenbach@chromiu... | Reverting r25015 and r25016 for broken build. |
blob | commitdiff | raw | diff to current |
next |