2016-12-08 |
fpizlo@apple.com | Enable SharedArrayBuffer, remove the flag |
blob | commitdiff |
2016-12-08 |
utatane.tea@gmail.com | [JSC] Drop translate phase in module loader |
blob | commitdiff | diff to current |
2016-12-04 |
sbarati@apple.com | We should have a Wasm callee |
blob | commitdiff | diff to current |
2016-12-01 |
ggaren@apple.com | Removed some unnecessary indirection in code generation |
blob | commitdiff | diff to current |
2016-11-30 |
jfbastien@apple.com | WebAssembly JS API: improve Instance |
blob | commitdiff | diff to current |
2016-11-21 |
utatane.tea@gmail.com | Crash in com.apple.JavaScriptCore: WTF::ThreadSpecific... |
blob | commitdiff | diff to current |
2016-11-16 |
mark.lam@apple.com | Fix exception scope checking in JSGlobalObject.cpp. |
blob | commitdiff | diff to current |
2016-11-15 |
fpizlo@apple.com | Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS... |
blob | commitdiff | diff to current |
2016-11-15 |
ggaren@apple.com | CodeCache should stop pretending to cache builtins |
blob | commitdiff | diff to current |
2016-11-14 |
ggaren@apple.com | JSC should distinguish between local and global eval |
blob | commitdiff | diff to current |
2016-11-14 |
caitp@igalia.com | [JSC] Handle new_async_func / new_async_func_exp in... |
blob | commitdiff | diff to current |
2016-11-12 |
sbarati@apple.com | We should have a more concise way of determining when... |
blob | commitdiff | diff to current |
2016-11-11 |
cdumez@apple.com | Unreviewed, rolling out r208584. |
blob | commitdiff | diff to current |
2016-11-11 |
sbarati@apple.com | We should have a more concise way of determining when... |
blob | commitdiff | diff to current |
2016-11-04 |
mark.lam@apple.com | ClonedArguments need to also support haveABadTime mode. |
blob | commitdiff | diff to current |
2016-11-01 |
fpizlo@apple.com | JSC should support SharedArrayBuffer |
blob | commitdiff | diff to current |
2016-10-28 |
caitp@igalia.com | [JSC] implement runtime for async functions |
blob | commitdiff | diff to current |
2016-10-25 |
jfbastien@apple.com | WebAssembly JS API: implement Module |
blob | commitdiff | diff to current |
2016-10-21 |
jfbastien@apple.com | WebAssembly API: implement exception constructors properly |
blob | commitdiff | diff to current |
2016-10-19 |
jfbastien@apple.com | JavaScript WebAssembly API: baby steps |
blob | commitdiff | diff to current |
2016-10-17 |
jfbastien@apple.com | WebAssembly JS API: implement basic stub |
blob | commitdiff | diff to current |
2016-10-04 |
utatane.tea@gmail.com | [JSC] Add a new byte code op_define_property instead... |
blob | commitdiff | diff to current |
2016-10-01 |
utatane.tea@gmail.com | [ES6] Align attributes of Generator related properties... |
blob | commitdiff | diff to current |
2016-09-20 |
fpizlo@apple.com | Make MarkedBlock state tracking support overlapped... |
blob | commitdiff | diff to current |
2016-09-19 |
utatane.tea@gmail.com | [JSC] Use is_cell_with_type for @isRegExpObject, @isMap... |
blob | commitdiff | diff to current |
2016-09-17 |
utatane.tea@gmail.com | [DFG] Introduce IsCellWithType node and unify IsJSArray... |
blob | commitdiff | diff to current |
2016-09-13 |
gskachkov@gmail.com | ES6: Classes: Should be allowed to create a static... |
blob | commitdiff | diff to current |
2016-09-13 |
sbarati@apple.com | Speed up Function.prototype.bind a bit by making it... |
blob | commitdiff | diff to current |
2016-09-08 |
cdumez@apple.com | Align proto getter / setter behavior with other browsers |
blob | commitdiff | diff to current |
2016-09-07 |
sbarati@apple.com | ProxyObject's structure should not have ObjectPrototype... |
blob | commitdiff | diff to current |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
blob | commitdiff | diff to current |
2016-09-06 |
ryanhaddad@apple.com | Unreviewed, rolling out r205504. |
blob | commitdiff | diff to current |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
blob | commitdiff | diff to current |
2016-09-02 |
cdumez@apple.com | Unreviewed, roll out r205354 because it caused JSC... |
blob | commitdiff | diff to current |
2016-09-02 |
cdumez@apple.com | Align proto getter / setter behavior with other browsers |
blob | commitdiff | diff to current |
2016-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-08-10 |
utatane.tea@gmail.com | [ES6] Add ModuleLoaderPrototype and move methods to it |
blob | commitdiff | diff to current |
2016-08-05 |
keith_miller@apple.com | Delete out of date WASM code. |
blob | commitdiff | diff to current |
2016-07-18 |
fpizlo@apple.com | MarkedBlocks should know that they can be used for... |
blob | commitdiff | diff to current |
2016-07-11 |
keith_miller@apple.com | STP TypedArray.subarray 5x slowdown compared to 9.1 |
blob | commitdiff | diff to current |
2016-07-08 |
mark.lam@apple.com | Move CallFrame header info from JSStack.h to CallFrame.h |
blob | commitdiff | diff to current |
2016-06-30 |
utatane.tea@gmail.com | [JSC] Implement isFinite / isNaN in JS and make DFG... |
blob | commitdiff | diff to current |
2016-06-29 |
commit-queue@webki... | [JSC] Fix small issues of TypedArray prototype |
blob | commitdiff | diff to current |
2016-06-28 |
sbarati@apple.com | some Watchpoints' ::fireInternal method will call opera... |
blob | commitdiff | diff to current |
2016-06-24 |
commit-queue@webki... | Unreviewed, rolling out r202413. |
blob | commitdiff | diff to current |
2016-06-24 |
utatane.tea@gmail.com | [JSC] Implement isFinite / isNaN in JS and make DFG... |
blob | commitdiff | diff to current |
2016-06-23 |
keith_miller@apple.com | We should have a DFG intrinsic that checks if a value... |
blob | commitdiff | diff to current |
2016-06-21 |
keith_miller@apple.com | It should be easy to add a private global helper functi... |
blob | commitdiff | diff to current |
2016-06-21 |
commit-queue@webki... | Unreviewed, rolling out r202248. |
blob | commitdiff | diff to current |
2016-06-20 |
keith_miller@apple.com | It should be easy to add a private global helper functi... |
blob | commitdiff | diff to current |
2016-06-16 |
keith_miller@apple.com | Add support for Symbol.isConcatSpreadable (round 2) |
blob | commitdiff | diff to current |
2016-06-14 |
keith_miller@apple.com | The Array species constructor watchpoints should be... |
blob | commitdiff | diff to current |
2016-06-14 |
barraclough@apple.com | JSBoundSlotBaseFunction no longer binds slot base |
blob | commitdiff | diff to current |
2016-06-06 |
barraclough@apple.com | Deprecate remaining uses of Lookup getStatic*, use... |
blob | commitdiff | diff to current |
2016-06-03 |
barraclough@apple.com | JSGlobalObject::addFunction should call deleteProperty... |
blob | commitdiff | diff to current |
2016-06-02 |
msaboff@apple.com | REGRESSION(r200694): %ThrowTypeError% is not unique |
blob | commitdiff | diff to current |
2016-06-01 |
ggaren@apple.com | Unreviewed, rolling in r201436. |
blob | commitdiff | diff to current |
2016-06-01 |
utatane.tea@gmail.com | Unreviewed, roll out r201481, r201523: 0.3% regression... |
blob | commitdiff | diff to current |
2016-05-28 |
caitp@igalia.com | [JSC] implement async functions proposal |
blob | commitdiff | diff to current |
2016-05-27 |
commit-queue@webki... | Unreviewed, rolling out r201436. |
blob | commitdiff | diff to current |
2016-05-26 |
ggaren@apple.com | REGRESSION: JSBench spends a lot of time transitioning... |
blob | commitdiff | diff to current |
2016-05-24 |
fpizlo@apple.com | Map should not be in JSGlobalObject's static hashtable... |
blob | commitdiff | diff to current |
2016-05-24 |
utatane.tea@gmail.com | ThisTDZMode is no longer needed |
blob | commitdiff | diff to current |
2016-05-22 |
cdumez@apple.com | Remove uses of PassRefPtr in JS bindings code |
blob | commitdiff | diff to current |
2016-05-21 |
joepeck@webkit.org | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-05-21 |
commit-queue@webki... | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-05-17 |
keith_miller@apple.com | Rollout r200426 since it causes PLT regressions. |
blob | commitdiff | diff to current |
2016-05-17 |
joepeck@webkit.org | console namespace breaks putting properties on console... |
blob | commitdiff | diff to current |
2016-05-16 |
joepeck@webkit.org | Unreviewed rollout r200924. Caused js/regress/string... |
blob | commitdiff | diff to current |
2016-05-14 |
commit-queue@webki... | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-05-11 |
commit-queue@webki... | Improve error messages for accessing arguments.callee... |
blob | commitdiff | diff to current |
2016-05-06 |
commit-queue@webki... | Web Inspector: Console: Variables defined with let... |
blob | commitdiff | diff to current |
2016-05-05 |
commit-queue@webki... | Create console object lazily |
blob | commitdiff | diff to current |
2016-05-04 |
fpizlo@apple.com | Speed up JSGlobalObject initialization by making some... |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Corrections to r200422 |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Unreviewed, reland r200149 since the rollout had inconc... |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Speedup array iterators |
blob | commitdiff | diff to current |
2016-05-04 |
utatane.tea@gmail.com | [JSC] Object constructor need to be aware of new.target |
blob | commitdiff | diff to current |
2016-05-04 |
cdumez@apple.com | Unreviewed, rolling out r200383 and r200406. |
blob | commitdiff | diff to current |
2016-05-03 |
fpizlo@apple.com | Speed up JSGlobalObject initialization by making some... |
blob | commitdiff | diff to current |
2016-05-03 |
joepeck@webkit.org | Unreviewed follow-up testapi fix after r200355. |
blob | commitdiff | diff to current |
2016-05-03 |
commit-queue@webki... | Make console a namespace object (like Math/JSON), allow... |
blob | commitdiff | diff to current |
2016-05-02 |
gskachkov@gmail.com | Class contructor and methods shouldn't have "arguments... |
blob | commitdiff | diff to current |
2016-04-30 |
mark.lam@apple.com | Make RegExp.prototype.test spec compliant. |
blob | commitdiff | diff to current |
2016-04-29 |
commit-queue@webki... | Remove unused bool parameter in CodeCache::getGlobalCod... |
blob | commitdiff | diff to current |
2016-04-28 |
caitp@igalia.com | [JSC] re-implement String#padStart and String#padEnd... |
blob | commitdiff | diff to current |
2016-04-28 |
mark.lam@apple.com | The GetterSetter structure needs a globalObject. |
blob | commitdiff | diff to current |
2016-04-27 |
keith_miller@apple.com | Unreviewed, Revert r199397 due to PLT regressions |
blob | commitdiff | diff to current |
2016-04-27 |
msaboff@apple.com | [ES] Implement RegExp.prototype.@@replace and use it... |
blob | commitdiff | diff to current |
2016-04-23 |
commit-queue@webki... | Web Inspector: Source directives lost when using Functi... |
blob | commitdiff | diff to current |
2016-04-21 |
msaboff@apple.com | Align RegExp[@@match] with other @@ methods |
blob | commitdiff | diff to current |
2016-04-20 |
mark.lam@apple.com | Re-landing: ES6: Implement RegExp.prototype[@@search]. |
blob | commitdiff | diff to current |
2016-04-19 |
mark.lam@apple.com | Re-landing: ES6: Implement String.prototype.split and... |
blob | commitdiff | diff to current |
2016-04-19 |
utatane.tea@gmail.com | [INTL] Use @thisNumberValue instead of `instanceof... |
blob | commitdiff | diff to current |
2016-04-13 |
commit-queue@webki... | Unreviewed, rolling out r199502 and r199511. |
blob | commitdiff | diff to current |
2016-04-13 |
mark.lam@apple.com | ES6: Implement RegExp.prototype[@@search]. |
blob | commitdiff | diff to current |
2016-04-13 |
mark.lam@apple.com | ES6: Implement String.prototype.split and RegExp.protot... |
blob | commitdiff | diff to current |
2016-04-13 |
mark.lam@apple.com | Rollout: ES6: Implement String.prototype.split and... |
blob | commitdiff | diff to current |
2016-04-13 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-04-12 |
mark.lam@apple.com | ES6: Implement String.prototype.split and RegExp.protot... |
blob | commitdiff | diff to current |
next |