2015-11-20 |
ggaren@apple.com | A window with a hung tab waits 5s before becoming active
|
commit | commitdiff | tree |
2015-11-20 |
ggaren@apple.com | A hung webpage pretends to be responsive if you scroll
|
commit | commitdiff | tree |
2015-11-17 |
ggaren@apple.com | A window with a hung tab waits 5s before closing
|
commit | commitdiff | tree |
2015-11-13 |
ggaren@apple.com | Restore CodeBlock jettison code I accidentally removed
|
commit | commitdiff | tree |
2015-11-12 |
ggaren@apple.com | Rename handle.*Event to dispatch.*Event
|
commit | commitdiff | tree |
2015-11-10 |
ggaren@apple.com | run-jsc-benchmarks doesn't work with internal benchmarks
|
commit | commitdiff | tree |
2015-11-10 |
ggaren@apple.com | alert, confirm, prompt, showModalDialog should be forbidden...
|
commit | commitdiff | tree |
2015-11-05 |
ggaren@apple.com | _WKObservablePageState's _webProcessIsResponsive property...
|
commit | commitdiff | tree |
2015-11-04 |
ggaren@apple.com | 2015-11-03 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-10-29 |
ggaren@apple.com | bmalloc: AsyncTask should handle destruction
|
commit | commitdiff | tree |
2015-10-21 |
ggaren@apple.com | Date creation should share a little code
|
commit | commitdiff | tree |
2015-10-16 |
ggaren@apple.com | Update JavaScriptCore API docs
|
commit | commitdiff | tree |
2015-10-16 |
ggaren@apple.com | bmalloc: per-thread cache data structure should be...
|
commit | commitdiff | tree |
2015-10-15 |
ggaren@apple.com | 2015-10-15 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-10-13 |
ggaren@apple.com | CodeBlock write barriers should be precise
|
commit | commitdiff | tree |
2015-10-12 |
ggaren@apple.com | bmalloc: Don't ASSERT that all syscalls succeed
|
commit | commitdiff | tree |
2015-10-09 |
ggaren@apple.com | 2015-10-09 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-10-09 |
ggaren@apple.com | 2015-10-09 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-10-07 |
ggaren@apple.com | Unreviewed, rolling back in r190450
|
commit | commitdiff | tree |
2015-10-06 |
ggaren@apple.com | Remove a few includes from JSGlobalObject.h
|
commit | commitdiff | tree |
2015-10-05 |
ggaren@apple.com | Unreviewed, rolling back in r190450
|
commit | commitdiff | tree |
2015-10-05 |
ggaren@apple.com | JSC::SlotVisitor should not be a hot mess
|
commit | commitdiff | tree |
2015-10-02 |
ggaren@apple.com | Unreviewed, rolling back in r190450
|
commit | commitdiff | tree |
2015-10-02 |
ggaren@apple.com | 2015-10-01 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-10-02 |
ggaren@apple.com | CodeBlock should be a GC object
|
commit | commitdiff | tree |
2015-09-17 |
ggaren@apple.com | JavaScriptCore should discard baseline code after some...
|
commit | commitdiff | tree |
2015-09-17 |
ggaren@apple.com | Remove obsolete code for deleting CodeBlocks
|
commit | commitdiff | tree |
2015-09-14 |
ggaren@apple.com | Eden GC should not try to jettison old CodeBlocks in...
|
commit | commitdiff | tree |
2015-09-11 |
ggaren@apple.com | 2015-09-11 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-09-11 |
ggaren@apple.com | JavaScriptCore should discard optimized code after...
|
commit | commitdiff | tree |
2015-09-10 |
ggaren@apple.com | CodeBlock::codeType() doesn't need to compute anything
|
commit | commitdiff | tree |
2015-09-09 |
ggaren@apple.com | 2015-09-09 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-09-09 |
ggaren@apple.com | CodeBlocks should strongly visit their OSR exit targets
|
commit | commitdiff | tree |
2015-09-09 |
ggaren@apple.com | 2015-09-09 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-09-09 |
ggaren@apple.com | InlineCallFrames shouldn't be strongly marked by CodeBlock
|
commit | commitdiff | tree |
2015-09-09 |
ggaren@apple.com | GC should be able to discover new strong CodeBlock...
|
commit | commitdiff | tree |
2015-09-04 |
ggaren@apple.com | JavaScriptCore should have some ES6 conformance tests
|
commit | commitdiff | tree |
2015-09-02 |
ggaren@apple.com | 2015-09-02 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-09-02 |
ggaren@apple.com | CodeBlock should have a more explicit "strongly referenced...
|
commit | commitdiff | tree |
2015-08-24 |
ggaren@apple.com | Some renaming to clarify CodeBlock and UnlinkedCodeBlock
|
commit | commitdiff | tree |
2015-08-24 |
ggaren@apple.com | Unreviewed, rolling back in r188792.
|
commit | commitdiff | tree |
2015-08-23 |
ggaren@apple.com | Unreviewed, rolling back in r188803.
|
commit | commitdiff | tree |
2015-08-21 |
ggaren@apple.com | Debugger's VM should never be null
|
commit | commitdiff | tree |
2015-08-21 |
ggaren@apple.com | Unify code paths for manually deleting all code
|
commit | commitdiff | tree |
2015-08-21 |
ggaren@apple.com | REGRESSION (r188714): RELEASE_ASSERT in JSC::Heap:...
|
commit | commitdiff | tree |
2015-08-20 |
ggaren@apple.com | 2015-08-20 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-08-20 |
ggaren@apple.com | forEachCodeBlock should wait for all CodeBlocks automatically
|
commit | commitdiff | tree |
2015-08-20 |
ggaren@apple.com | clearCode() should clear code
|
commit | commitdiff | tree |
2015-08-19 |
ggaren@apple.com | Crash @ bmalloc::Environment::computeIsBmallocEnabled
|
commit | commitdiff | tree |
2015-08-18 |
ggaren@apple.com | Try to fix the CLOOP build.
|
commit | commitdiff | tree |
2015-08-18 |
ggaren@apple.com | Split InlineCallFrame into its own file
|
commit | commitdiff | tree |
2015-08-13 |
ggaren@apple.com | Periodic code deletion should delete RegExp code
|
commit | commitdiff | tree |
2015-08-13 |
ggaren@apple.com | RegExpCache::finalize should not delete code
|
commit | commitdiff | tree |
2015-08-13 |
ggaren@apple.com | Standardize on the phrase "delete code"
|
commit | commitdiff | tree |
2015-08-13 |
ggaren@apple.com | Removed clearEvalCodeCache()
|
commit | commitdiff | tree |
2015-08-12 |
ggaren@apple.com | Re-land r188339, since Alex fixed it in r188341 by...
|
commit | commitdiff | tree |
2015-08-12 |
ggaren@apple.com | Remove VM::releaseExecutableMemory
|
commit | commitdiff | tree |
2015-08-11 |
ggaren@apple.com | Start beating UnlinkedCodeBlock.h/.cpp with the "One...
|
commit | commitdiff | tree |
2015-08-10 |
ggaren@apple.com | Let's rename FunctionBodyNode
|
commit | commitdiff | tree |
2015-07-28 |
ggaren@apple.com | SunSpider is no longer maintained
|
commit | commitdiff | tree |
2015-07-24 |
ggaren@apple.com | vmmap crash at JavaScriptCore: 0x31cd12f6 (the JavaScript...
|
commit | commitdiff | tree |
2015-07-24 |
ggaren@apple.com | JavaScriptCore bmalloc should not register its malloc...
|
commit | commitdiff | tree |
2015-07-23 |
ggaren@apple.com | bmalloc: Shrink the super chunk size (again)
|
commit | commitdiff | tree |
2015-07-02 |
ggaren@apple.com | bmalloc: Shrink the super chunk size
|
commit | commitdiff | tree |
2015-07-01 |
ggaren@apple.com | bmalloc: realloc of an XLarge range can unmap adjacent...
|
commit | commitdiff | tree |
2015-06-19 |
ggaren@apple.com | WebKit crash while loading nytimes at JavaScriptCore...
|
commit | commitdiff | tree |
2015-06-05 |
ggaren@apple.com | DropAllLocks RELEASE_ASSERT on iOS
|
commit | commitdiff | tree |
2015-06-01 |
ggaren@apple.com | REGRESSION: These sorting idioms used by Peacekeeper...
|
commit | commitdiff | tree |
2015-05-27 |
ggaren@apple.com | REGRESSION: These sorting idioms used by Peacekeeper...
|
commit | commitdiff | tree |
2015-05-27 |
ggaren@apple.com | REGRESSION: These sorting idioms used by Peacekeeper...
|
commit | commitdiff | tree |
2015-05-26 |
ggaren@apple.com | Photo Booth hangs under JSC::MachineThreads::tryCopyOtherThr...
|
commit | commitdiff | tree |
2015-05-26 |
ggaren@apple.com | Integer overflow in XLarge allocation (due to unchecked...
|
commit | commitdiff | tree |
2015-05-07 |
ggaren@apple.com | Release assert in com.apple.WebKit.WebContent under...
|
commit | commitdiff | tree |
2015-05-07 |
ggaren@apple.com | Don't branch when accessing the callee
|
commit | commitdiff | tree |
2015-05-04 |
ggaren@apple.com | REGRESSION(r183570): jslib-traverse-jquery is 22% slower
|
commit | commitdiff | tree |
2015-04-29 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to...
|
commit | commitdiff | tree |
2015-04-24 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to...
|
commit | commitdiff | tree |
2015-04-03 |
ggaren@apple.com | is* API methods should be @properties
|
commit | commitdiff | tree |
2015-04-03 |
ggaren@apple.com | 2015-04-03 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-04-03 |
ggaren@apple.com | 2015-04-03 Geoffrey Garen <ggaren@apple.com>
|
commit | commitdiff | tree |
2015-04-03 |
ggaren@apple.com | JavaScriptCore API should support type checking for...
|
commit | commitdiff | tree |
2015-03-27 |
ggaren@apple.com | Make some more objects use FastMalloc
|
commit | commitdiff | tree |
2015-03-26 |
ggaren@apple.com | Function.prototype.toString should not decompile the AST
|
commit | commitdiff | tree |
2015-03-26 |
ggaren@apple.com | "lineNo" does not match WebKit coding style guidelines
|
commit | commitdiff | tree |
2015-03-26 |
ggaren@apple.com | Assertion firing in JavaScriptCore/parser/parser.h...
|
commit | commitdiff | tree |
2015-03-25 |
ggaren@apple.com | New map and set modification tests in r181922 fails
|
commit | commitdiff | tree |
2015-03-25 |
ggaren@apple.com | REGRESSION (r181458): Heap use-after-free in JSSetIterator...
|
commit | commitdiff | tree |
2015-03-20 |
ggaren@apple.com | FunctionBodyNode should known where its parameters...
|
commit | commitdiff | tree |
2015-03-20 |
ggaren@apple.com | Function.prototype.toString should not decompile the AST
|
commit | commitdiff | tree |
2015-03-18 |
ggaren@apple.com | Function bodies should always include braces
|
commit | commitdiff | tree |
2015-03-17 |
ggaren@apple.com | Built-in functions should know that they use strict...
|
commit | commitdiff | tree |
2015-03-13 |
ggaren@apple.com | Prohibit GC while sweeping
|
commit | commitdiff | tree |
2015-03-12 |
ggaren@apple.com | Assertion failure in bmalloc::LargeObject::validateSelf...
|
commit | commitdiff | tree |
2015-03-12 |
ggaren@apple.com | REGRESSION: Crash under Heap::reportExtraMemoryAllocatedSlow...
|
commit | commitdiff | tree |
2015-03-12 |
ggaren@apple.com | Users of Heap::deprecatedReportExtraMemory should switch...
|
commit | commitdiff | tree |
2015-03-11 |
ggaren@apple.com | Many users of Heap::reportExtraMemory* are wrong, causing...
|
commit | commitdiff | tree |
2015-03-11 |
ggaren@apple.com | Refactored the JSC::Heap extra cost API for clarity...
|
commit | commitdiff | tree |
2015-03-10 |
ggaren@apple.com | bmalloc: tryFastMalloc shouldn't crash
|
commit | commitdiff | tree |
2015-03-10 |
ggaren@apple.com | bmalloc: tryFastMalloc shouldn't crash
|
commit | commitdiff | tree |
2015-03-09 |
ggaren@apple.com | bmalloc: tryFastMalloc shouldn't crash
|
commit | commitdiff | tree |
next |