2016-05-04 |
fpizlo@apple.com | References from code to Structures should be stronger... |
blob | commitdiff |
2016-03-30 |
sbarati@apple.com | Fix typos in our error messages and remove some trailin... |
blob | commitdiff | diff to current |
2016-03-22 |
commit-queue@webki... | [JSC] allow duplicate property names returned from... |
blob | commitdiff | diff to current |
2016-03-07 |
commit-queue@webki... | Heap Snapshot should include different Edge types and... |
blob | commitdiff | diff to current |
2016-03-06 |
fpizlo@apple.com | RegExpMatchesArray doesn't know how to have a bad time |
blob | commitdiff | diff to current |
2016-03-04 |
sbarati@apple.com | Add Proxy tests for exceptions that depend on an object... |
blob | commitdiff | diff to current |
2016-03-01 |
sbarati@apple.com | [[IsExtensible]] should be a virtual method in the... |
blob | commitdiff | diff to current |
2016-03-01 |
sbarati@apple.com | [[PreventExtensions]] should be a virtual method in... |
blob | commitdiff | diff to current |
2016-02-26 |
commit-queue@webki... | Reduce direct callers of Structure::findStructuresAndMa... |
blob | commitdiff | diff to current |
2015-09-22 |
commit-queue@webki... | Unreviewed, rolling out r189616. |
blob | commitdiff | diff to current |
2015-09-21 |
fpizlo@apple.com | JSC should infer property types |
blob | commitdiff | diff to current |
2015-09-11 |
akling@apple.com | [JSC] Weak should only accept cell pointees. |
blob | commitdiff | diff to current |
2015-09-10 |
fpizlo@apple.com | Structure should be able to tell you if it had ever... |
blob | commitdiff | diff to current |
2015-08-26 |
akling@apple.com | [JSC] StructureTransitionTable should eagerly deallocat... |
blob | commitdiff | diff to current |
2015-08-03 |
fpizlo@apple.com | DFG should have adaptive structure watchpoints |
blob | commitdiff | diff to current |
2015-07-24 |
utatane.tea@gmail.com | Object.getOwnPropertySymbols on large list takes very... |
blob | commitdiff | diff to current |
2015-07-18 |
fpizlo@apple.com | DFG should have some obvious mitigations against watchi... |
blob | commitdiff | diff to current |
2015-07-13 |
fpizlo@apple.com | If Watchpoint::fire() looks at the state of the world... |
blob | commitdiff | diff to current |
2015-07-04 |
cdumez@apple.com | Drop RefPtr::clear() method |
blob | commitdiff | diff to current |
2015-05-23 |
utatane.tea@gmail.com | Introduce UniquedStringImpl and SymbolImpl to separate... |
blob | commitdiff | diff to current |
2015-05-14 |
commit-queue@webki... | Clean up some possible RefPtr to PassRefPtr churn |
blob | commitdiff | diff to current |
2015-04-30 |
utatane.tea@gmail.com | Use the default hash value for Symbolized StringImpl |
blob | commitdiff | diff to current |
2015-04-13 |
akling@apple.com | Don't segregate heap objects based on Structure immorta... |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | Return Optional<uint32_t> from PropertyName::asIndex |
blob | commitdiff | diff to current |
2015-04-04 |
utatane.tea@gmail.com | Implement ES6 Object.getOwnPropertySymbols |
blob | commitdiff | diff to current |
2015-04-02 |
utatane.tea@gmail.com | Clean up EnumerationMode to easily extend |
blob | commitdiff | diff to current |
2015-03-31 |
utatane.tea@gmail.com | Clean up Identifier factories to clarify the meaning... |
blob | commitdiff | diff to current |
2015-03-24 |
msaboff@apple.com | REGRESSION (172175-172177): Change in for...in processi... |
blob | commitdiff | diff to current |
2015-03-23 |
joepeck@webkit.org | Fix DO_PROPERTYMAP_CONSTENCY_CHECK enabled build |
blob | commitdiff | diff to current |
2015-03-10 |
akling@apple.com | Stale entries in WeakGCMaps are keeping tons of WeakBlo... |
blob | commitdiff | diff to current |
2015-03-07 |
commit-queue@webki... | Unreviewed, rolling out r181010. |
blob | commitdiff | diff to current |
2015-03-04 |
akling@apple.com | Stale entries in WeakGCMaps are keeping tons of WeakBlo... |
blob | commitdiff | diff to current |
2015-02-16 |
commit-queue@webki... | Web Inspector: Scope details sidebar should label objec... |
blob | commitdiff | diff to current |
2015-01-31 |
utatane.tea@gmail.com | Implement ES6 Symbol |
blob | commitdiff | diff to current |
2015-01-22 |
commit-queue@webki... | Unreviewed, rolling out r178894. |
blob | commitdiff | diff to current |
2015-01-22 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2015-01-20 |
commit-queue@webki... | Unreviewed, rolling out r178751. |
blob | commitdiff | diff to current |
2015-01-20 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2014-11-30 |
akling@apple.com | PropertyTable keys should be AtomicStringImpl. |
blob | commitdiff | diff to current |
2014-09-26 |
fpizlo@apple.com | FTL should sink object allocations |
blob | commitdiff | diff to current |
2014-09-21 |
fpizlo@apple.com | Structure should have a method for concurrently getting... |
blob | commitdiff | diff to current |
2014-09-21 |
fpizlo@apple.com | Structure::getConcurrently() doesn't need to take a... |
blob | commitdiff | diff to current |
2014-09-10 |
saambarati1@gmail.com | TypeSet needs a mode where it no longer profiles struct... |
blob | commitdiff | diff to current |
2014-08-07 |
mhahnenberg@apple.com | for-in is failing fast/dom/dataset-xhtml.xhtml and... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r171389, r171495, r171508, r171510, r171605,... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r170564, r170571, r170604, r170628, r170672,... |
blob | commitdiff | diff to current |
2014-08-01 |
akling@apple.com | Remove the JSC::OverridesVisitChildren flag. |
blob | commitdiff | diff to current |
2014-07-30 |
akling@apple.com | Static hash tables no longer need to be coupled with... |
blob | commitdiff | diff to current |
2014-07-27 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Unreviewed, roll out r171641-r171644. It broke some... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-07-15 |
mhahnenberg@apple.com | Stores to PropertyTable use the Structure as the owner |
blob | commitdiff | diff to current |
2014-07-14 |
mhahnenberg@apple.com | Flattening dictionaries with oversize backing stores... |
blob | commitdiff | diff to current |
2014-06-12 |
mhahnenberg@apple.com | Move structureHasRareData out of TypeInfo |
blob | commitdiff | diff to current |
2014-06-11 |
mhahnenberg@apple.com | Inline caching should try to flatten uncacheable dictio... |
blob | commitdiff | diff to current |
2014-06-11 |
rniwa@webkit.org | Turning on DUMP_PROPERTYMAP_STATS causes a build failure |
blob | commitdiff | diff to current |
2014-06-10 |
mark.lam@apple.com | Assertion failure at JSC::Structure::checkOffsetConsist... |
blob | commitdiff | diff to current |
2014-06-09 |
mhahnenberg@apple.com | Eagerly reify DOM prototype attributes |
blob | commitdiff | diff to current |
2014-06-09 |
mark.lam@apple.com | Structure should initialize its previousID in its const... |
blob | commitdiff | diff to current |
2014-05-20 |
mhahnenberg@apple.com | JSArray::shiftCountWith* could be more efficient |
blob | commitdiff | diff to current |
2014-05-06 |
mhahnenberg@apple.com | Roll out r167889 |
blob | commitdiff | diff to current |
2014-04-28 |
mhahnenberg@apple.com | Deleting properties poisons objects |
blob | commitdiff | diff to current |
2014-04-20 |
commit-queue@webki... | Unreviewed, rolling out r167501. |
blob | commitdiff | diff to current |
2014-04-18 |
mhahnenberg@apple.com | Deleting properties poisons objects |
blob | commitdiff | diff to current |
2014-03-20 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=130494 |
blob | commitdiff | diff to current |
2014-03-15 |
mjs@apple.com | .: Replace "Apple Computer, Inc." with "Apple Inc.... |
blob | commitdiff | diff to current |
2014-03-11 |
akling@apple.com | Streamline PropertyTable for lookup-only access. |
blob | commitdiff | diff to current |
2014-02-27 |
mhahnenberg@apple.com | Make JSCells have 32-bit Structure pointers |
blob | commitdiff | diff to current |
2014-02-11 |
fpizlo@apple.com | Rename Operations.h to JSCInlines.h |
blob | commitdiff | diff to current |
2014-02-01 |
oliver@apple.com | 2014-01-31 Oliver Hunt <oliver@apple.com> |
blob | commitdiff | diff to current |
2014-01-31 |
oliver@apple.com | Make it possible to implement JS builtins in JS |
blob | commitdiff | diff to current |
2014-01-29 |
msaboff@apple.com | Merge the jsCStack branch |
blob | commitdiff | diff to current |
2014-01-25 |
oliver@apple.com | Generic JSObject::put should handle static properties... |
blob | commitdiff | diff to current |
2014-01-25 |
commit-queue@webki... | Unreviewed, rolling out r162713. |
blob | commitdiff | diff to current |
2014-01-24 |
oliver@apple.com | Generic JSObject::put should handle static properties... |
blob | commitdiff | diff to current |
2014-01-04 |
zandobersek@gmail.com | Explicitly use the std:: nested name specifier when... |
blob | commitdiff | diff to current |
2014-01-02 |
mhahnenberg@apple.com | Storing new CopiedSpace memory into a JSObject should... |
blob | commitdiff | diff to current |
2013-11-18 |
fpizlo@apple.com | Simplify WatchpointSet state tracking |
blob | commitdiff | diff to current |
2013-10-16 |
mhahnenberg@apple.com | llint_slow_path_put_by_id can deadlock on a ConcurrentJ... |
blob | commitdiff | diff to current |
2013-10-14 |
commit-queue@webki... | Unreviewed, rolling out r157413. |
blob | commitdiff | diff to current |
2013-10-14 |
mhahnenberg@apple.com | llint_slow_path_put_by_id can deadlock on a ConcurrentJ... |
blob | commitdiff | diff to current |
2013-08-21 |
mhahnenberg@apple.com | Rename/refactor setButterfly/setStructure |
blob | commitdiff | diff to current |
2013-08-20 |
mhahnenberg@apple.com | <https://webkit.org/b/120079> Flattening a dictionary... |
blob | commitdiff | diff to current |
2013-08-16 |
fpizlo@apple.com | Object properties added using dot syntax (o.f = ..... |
blob | commitdiff | diff to current |
2013-08-14 |
fpizlo@apple.com | Foo::s_info should be Foo::info(), so that you can... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | More 32bit build fixes |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: DFG IR dumps should be easier to read |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Resurrect the CLoop LLINT on the FTL branch. |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Structure should have a dump() |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: should use ConcurrentJITLock[er] directly... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: DFG should have its own notion of Structure... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: DFG tries to ref/deref StringImpls in a... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Structure transition table keys don't have... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Structure::addPropertyTransitionToExistingS... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Structure::getConcurrently() may be called... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: ASSERT that commonly used not-thread-safe... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Create an equivalent of Structure::get... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: DFG should be able to query Structure witho... |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-03-15 |
akling@apple.com | Don't also clone StructureRareData when cloning Structure. |
blob | commitdiff | diff to current |
next |