- a84afbb Reinstate intialiser syntax in for-in loops by oliver@apple.com · 11 years ago
- ed71408 Accessing __lookupGetter__ and __lookupSetter__ should not crash the VM when undefined. by mark.lam@apple.com · 11 years ago
- 74b4602 Incorrect Date returned between March 1, 2034 and February 28, 2100. by commit-queue@webkit.org · 11 years ago
- 2852c7f Refactor Path to Path2D and remove currentPath by krit@webkit.org · 11 years ago
- 772177e Improve dom error messages https://bugs.webkit.org/show_bug.cgi?id=130103 by oliver@apple.com · 11 years ago
- e5bf6d9 Reduce memory use for static property maps by barraclough@apple.com · 11 years ago
- 9a71bc7 Unreviewed, rolling out r165482. https://bugs.webkit.org/show_bug.cgi?id=130157 by jer.noble@apple.com · 11 years ago
- 9e9520c Reduce memory use for static property maps by barraclough@apple.com · 11 years ago
- 625fd94 Continue hangs when performing for-of over arguments by oliver@apple.com · 11 years ago
- 4c3f31d XMLHttpRequest: status and statusText throw DOM Exception 11 when the state is UNSENT or OPENED. by mark.lam@apple.com · 11 years ago
- 11ce5ff Support caching of custom setters https://bugs.webkit.org/show_bug.cgi?id=129519 by oliver@apple.com · 11 years ago
- 518fd25 Unreviewed, rolling out r165141, r165157, and r165158. by commit-queue@webkit.org · 11 years ago
- 13bc566 llint_slow_path_check_has_instance() should not adjust PC before accessing operands. by mark.lam@apple.com · 11 years ago
- 83025e1 Support caching of custom setters https://bugs.webkit.org/show_bug.cgi?id=129519 by oliver@apple.com · 11 years ago
- 1bb2beb JSDataViewPrototype::getData() and setData() crash on platforms that don't allow unaligned accesses by msaboff@apple.com · 11 years ago
- e079bb5 DFG and FTL should specialize for and support CompareStrictEq over Misc (i.e. boolean, undefined, or null) by fpizlo@apple.com · 11 years ago
- 88eea30 Unreviewed, rolling out r165085. by commit-queue@webkit.org · 11 years ago
- 4e0a3fb DFG and FTL should specialize for and support CompareStrictEq over Misc (i.e. boolean, undefined, or null) by fpizlo@apple.com · 11 years ago
- da0ea38 Implement Number.prototype.clz() https://bugs.webkit.org/show_bug.cgi?id=129479 by dbatyai.u-szeged@partner.samsung.com · 11 years ago
- 1795570 Source/JavaScriptCore: This shouldn't have been a layout test since it runs only under jsc. Moving it to JSC by fpizlo@apple.com · 11 years ago
- b471d14 Math.{max, min}() must not return after first NaN value by commit-queue@webkit.org · 11 years ago
- 0989d9b Function.prototype.apply has a bad time with the spread operator by oliver@apple.com · 11 years ago
- 2f5c83b Spread operator has a bad time when applied to call function by oliver@apple.com · 11 years ago
- 4321952 FTL should do polymorphic PutById inlining by fpizlo@apple.com · 11 years ago
- f3f6aa4 Math.imul gives wrong results https://bugs.webkit.org/show_bug.cgi?id=126345 by ggaren@apple.com · 11 years ago
- a165e20 ASSERTION FAILED: (year >= 1970 && yearday >= 0) || (year < 1970 && yearday < 0) in WTF::dateToDaysFrom1970 by commit-queue@webkit.org · 11 years ago
- 51614cc FTL should inline polymorphic heap accesses by fpizlo@apple.com · 11 years ago
- 448fcc3 Unreviewed, add a useful comment for this test. by fpizlo@apple.com · 11 years ago
- 4cbc701 Implement a few more Array prototype functions in JS by oliver@apple.com · 11 years ago
- 10595ad Don't optimize variadic closure calls by fpizlo@apple.com · 11 years ago
- da5678f Implement DataCue for metadata cues by b.long@cablelabs.com · 11 years ago
- ba848d1 Make it possible to implement JS builtins in JS by oliver@apple.com · 11 years ago
- 7776d62 Stop throwing when attempting to read instance properties directly from the prototype by oliver@apple.com · 11 years ago
- a412fa0 LICM should gracefully handle unprofiled code by fpizlo@apple.com · 11 years ago
- 92933a2 REGRESSION(r163660-r163664): js/dom/stack-trace.html fails. by mark.lam@apple.com · 11 years ago
- cf05714 Handling of opaque roots is wrong in EdenCollections by mhahnenberg@apple.com · 11 years ago
- e147a1c Update TextTrack API to current spec by b.long@cablelabs.com · 11 years ago
- 3796643a Push DOM attributes into the prototype chain by oliver@apple.com · 11 years ago
- 836099a DFG PutByVal on typed arrays should detect OutOfBounds sooner by fpizlo@apple.com · 11 years ago
- 7325d79 Rolled out <http://trac.webkit.org/changeset/163280>: by ggaren@apple.com · 11 years ago
- dd1c5c7 Deconstructed parameters aren't being placed in the correct scope by oliver@apple.com · 11 years ago
- 7d92d07 Simplified name scope creation for function expressions by ggaren@apple.com · 11 years ago
- 6358730 Revert r163299 since it broke the ML 32-bit Release build by jberlin@webkit.org · 11 years ago
- 12c36ae Adopt URLUtils interface and template in HTMLAnchorElement and HTMLAreaElement by mjs@apple.com · 11 years ago
- 8ffbe3c Push DOM attributes into the prototype chain by oliver@apple.com · 11 years ago
- d04e0a0 2014-01-31 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 11 years ago
- 939e5e8 Implement (most of) URL API https://bugs.webkit.org/show_bug.cgi?id=127795 by mjs@apple.com · 11 years ago
- fca9a92 Make it possible to implement JS builtins in JS by oliver@apple.com · 11 years ago
- d69f026 Make DOM attributes appear to be faux accessor properties by oliver@apple.com · 11 years ago
- 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
- 910243c Unreviewed, rolling out r162987. by commit-queue@webkit.org · 11 years ago
- 30f13e4 Make DOM attributes appear to be faux accessor properties by oliver@apple.com · 11 years ago
- e2eaf06 js/dom/post-message-numeric-property.html is flaky by ap@apple.com · 11 years ago
- 2b5f373 Put functions need to take a base object and a this value, and perform type checks on |this| by oliver@apple.com · 11 years ago
- 10825da Generic JSObject::put should handle static properties in the classinfo hierarchy by oliver@apple.com · 11 years ago
- 06dc462 Unreviewed, rolling out r162713. by commit-queue@webkit.org · 11 years ago
- 324f74a Generic JSObject::put should handle static properties in the classinfo hierarchy by oliver@apple.com · 11 years ago
- 345fd0d Remove CSS Custom Filters code and tests by mvujovic@adobe.com · 11 years ago
- bd96029 ASSERTION FAILED: !hasError() in JSC::Parser<LexerType>::createSavePoint(). by mark.lam@apple.com · 11 years ago
- 185ed0d [JSC] Revise typed array implementations to match ECMAScript and WebGL Specification by bfulgham@apple.com · 11 years ago
- 5d0d1fa Unreviewed, rolling out r161702. by commit-queue@webkit.org · 11 years ago
- 107f05b [JSC] Revise typed array implementations to match ECMAScript and WebGL Specification by dino@apple.com · 11 years ago
- 6b63e87 [JS] Should be able to create a promise by calling the Promise constructor as a function by commit-queue@webkit.org · 11 years ago
- d55b209 pushFinallyContext saves wrong m_labelScopes size by rgabor@webkit.org · 11 years ago
- 7817ee1 [JS] Implement Promise.all() https://bugs.webkit.org/show_bug.cgi?id=126510 by weinig@apple.com · 11 years ago
- c7329eb [JS] Implement Promise.race() https://bugs.webkit.org/show_bug.cgi?id=126506 by weinig@apple.com · 11 years ago
- 349af4e Update Promises to the https://github.com/domenic/promises-unwrapping spec by weinig@apple.com · 11 years ago
- 1472194 DFG PhantomArguments shouldn't rely on a dead Phi graph by fpizlo@apple.com · 11 years ago
- 753c0b9 Unreviewed, rolling out r161051. by rniwa@webkit.org · 11 years ago
- e417d58 XMLHttpRequest: status and statusText throw DOM Exception 11 when the state is UNSENT or OPENED. by rniwa@webkit.org · 11 years ago
- f84cd48 DOM bindings should use thisValue for attributes by oliver@apple.com · 11 years ago
- 22b40a6 Cache getters and custom accessors on the prototype chain by oliver@apple.com · 11 years ago
- 1293295 REGRESSION: 2x regression on Dromaeo DOM query tests by rniwa@webkit.org · 11 years ago
- 319fa01 Some Set and Map prototype functions have incorrect function lengths by commit-queue@webkit.org · 11 years ago
- 10648ef FTL should support all of Branch/LogicalNot by fpizlo@apple.com · 11 years ago
- 66421ea FTL should support generic ByVal accesses by fpizlo@apple.com · 11 years ago
- 5dba3f1 FTL should support hole/OOB array accesses by fpizlo@apple.com · 11 years ago
- 6f2bf6c FTL should support all of ValueToInt32 by fpizlo@apple.com · 11 years ago
- 9ba2f35 FTL should use cvttsd2si directly for double-to-int32 conversions by fpizlo@apple.com · 11 years ago
- ee327c8 Fold constant typed arrays https://bugs.webkit.org/show_bug.cgi?id=125205 by fpizlo@apple.com · 11 years ago
- 88fedde Infer constant closure variables https://bugs.webkit.org/show_bug.cgi?id=124630 by fpizlo@apple.com · 11 years ago
- 0309686b Stores to local captured variables should be intercepted by fpizlo@apple.com · 11 years ago
- 1a72409 Infer one-time scopes https://bugs.webkit.org/show_bug.cgi?id=124812 by fpizlo@apple.com · 11 years ago
- 6d34aca Crash in JSC::ASTBuilder::Expression JSC::Parser<JSC::Lexer<unsigned char> >::parseUnaryExpression<JSC::ASTBuilder>(JSC::ASTBuilder&) by oliver@apple.com · 11 years ago
- fc4b3b6 Fix more fallout from failed attempts at div/mod DFG strength reductions by fpizlo@apple.com · 11 years ago
- d700419 https://bugs.webkit.org/show_bug.cgi?id=124637 by dino@apple.com · 11 years ago
- 31e8933 Unreviewed. Trying to fix tests added in r159545. by dino@apple.com · 11 years ago
- 3396171 Infer constant global variables https://bugs.webkit.org/show_bug.cgi?id=124464 by fpizlo@apple.com · 11 years ago
- fa35e78 Add tracking of endColumn for Executables. by mark.lam@apple.com · 11 years ago
- 002405c FTL should have an explicit notion of bytecode liveness by fpizlo@apple.com · 11 years ago
- 2bae57a Support unprefixed deconstructing assignment by oliver@apple.com · 11 years ago
- d2d6baf JSC bindings generator should generate deletable JSC functions by zandobersek@gmail.com · 11 years ago
- 644e77b DFG Int52 boxing code may clobber the source without telling anyone by fpizlo@apple.com · 11 years ago
- 5abfea0 ExtJS breaks with modern Array.prototype.values API due to use of with() by oliver@apple.com · 11 years ago
- e171705 Fix layout test by oliver@apple.com · 11 years ago
- 96cafa3 Implement Set iterators https://bugs.webkit.org/show_bug.cgi?id=124129 by oliver@apple.com · 11 years ago
- 2d11c16 Add Map Iterators https://bugs.webkit.org/show_bug.cgi?id=124109 by oliver@apple.com · 11 years ago
- c91662b Fix layout test that was actually testing incorrect behaviour. by oliver@apple.com · 11 years ago
- 8eb44c7 Map.forEach crashes on deleted values by oliver@apple.com · 11 years ago
- f1a0c5b Reproducible crash when using Map (affects Web Inspector) by oliver@apple.com · 11 years ago