2017-01-14 |
utatane.tea@gmail.com | Reserve capacity for StringBuilder in unescape |
blob | commitdiff |
2017-01-14 |
ryanhaddad@apple.com | Unreviewed, rolling out r210735. |
blob | commitdiff | diff to current |
2017-01-13 |
utatane.tea@gmail.com | Reserve capacity for StringBuilder in unescape |
blob | commitdiff | diff to current |
2017-01-09 |
utatane.tea@gmail.com | [JSC] Prototype dynamic-import |
blob | commitdiff | diff to current |
2016-12-26 |
utatane.tea@gmail.com | Propagate the source origin as much as possible |
blob | commitdiff | diff to current |
2016-12-16 |
darin@apple.com | Use asString instead of toWTFString, toString, or getSt... |
blob | commitdiff | diff to current |
2016-12-14 |
utatane.tea@gmail.com | Use JSValue::toWTFString instead of calling toString... |
blob | commitdiff | diff to current |
2016-12-14 |
commit-queue@webki... | Unreviewed, rolling out r209792. |
blob | commitdiff | diff to current |
2016-12-14 |
utatane.tea@gmail.com | Use JSValue::toWTFString instead of calling toString... |
blob | commitdiff | diff to current |
2016-12-06 |
darin@apple.com | Use ASCIICType more, and improve it a little bit |
blob | commitdiff | diff to current |
2016-12-02 |
sbarati@apple.com | Rename CallFrame::callee() to CallFrame::jsCallee() |
blob | commitdiff | diff to current |
2016-11-16 |
mark.lam@apple.com | Remove JSString::SafeView and replace its uses with... |
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 |
mark.lam@apple.com | Some of JSStringView::SafeView methods are not idiomati... |
blob | commitdiff | diff to current |
2016-10-28 |
utatane.tea@gmail.com | Unreviewed, build fix in CLoop builds after r208063. |
blob | commitdiff | diff to current |
2016-10-19 |
mark.lam@apple.com | Invoking Object.prototype.__proto__ accessors directly... |
blob | commitdiff | diff to current |
2016-10-18 |
caitp@igalia.com | [JSC] ES6 Method functions should not have prototype |
blob | commitdiff | diff to current |
2016-09-26 |
mark.lam@apple.com | Added RETURN_IF_EXCEPTION() macro and use it for except... |
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 |
mark.lam@apple.com | Add CatchScope and force all exception checks to be... |
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-09-01 |
cdumez@apple.com | Unreviewed, rolling out r205297. |
blob | commitdiff | diff to current |
2016-09-01 |
cdumez@apple.com | Align cross-origin proto getter / setter behavior with... |
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-07-07 |
benjamin@webkit.org | [JSC] Unify how we throw TypeError from C++ |
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-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-07 |
utatane.tea@gmail.com | [JSC] Do not allocate unnecessary UTF-8 string for... |
blob | commitdiff | diff to current |
2016-06-02 |
msaboff@apple.com | REGRESSION(r200694): %ThrowTypeError% is not unique |
blob | commitdiff | diff to current |
2016-05-24 |
utatane.tea@gmail.com | ThisTDZMode is no longer needed |
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-02 |
gskachkov@gmail.com | Class contructor and methods shouldn't have "arguments... |
blob | commitdiff | diff to current |
2016-04-05 |
fpizlo@apple.com | JSC should use a shadow stack version of CHICKEN so... |
blob | commitdiff | diff to current |
2016-04-03 |
gskachkov@gmail.com | [ES6] Class syntax. Access to new.target inside of... |
blob | commitdiff | diff to current |
2016-03-08 |
mark.lam@apple.com | synthesizePrototype() and friends need to be followed... |
blob | commitdiff | diff to current |
2016-03-07 |
sbarati@apple.com | [[GetPrototypeOf]] should be a fully virtual method... |
blob | commitdiff | diff to current |
2016-03-06 |
commit-queue@webki... | Unreviewed, rolling out r197645. |
blob | commitdiff | diff to current |
2016-03-06 |
sbarati@apple.com | [[GetPrototypeOf]] should be a fully virtual method... |
blob | commitdiff | diff to current |
2016-03-03 |
sbarati@apple.com | [[SetPrototypeOf]] isn't properly implemented everywhere |
blob | commitdiff | diff to current |
2016-03-03 |
sbarati@apple.com | clean up JSObject::isExtensibleInline and JSObject... |
blob | commitdiff | diff to current |
2016-03-02 |
sbarati@apple.com | [[SetPrototypeOf]] should be a fully virtual method... |
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-02-18 |
mark.lam@apple.com | Callers of JSString::value() should check for exception... |
blob | commitdiff | diff to current |
2015-12-30 |
commit-queue@webki... | [ES6] Arrow function syntax. Arrow function specific... |
blob | commitdiff | diff to current |
2015-12-19 |
akling@apple.com | Make JSString::SafeView less of a footgun. |
blob | commitdiff | diff to current |
2015-12-11 |
dbates@webkit.org | [CSP] eval() is not blocked for stringified literals |
blob | commitdiff | diff to current |
2015-12-08 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-07 |
ddkilzer@apple.com | REGRESSION(r193584): Causes heap use-after-free crashes... |
blob | commitdiff | diff to current |
2015-12-06 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-01 |
carlosgc@webkit.org | Unreviewed, rolling out r192876. |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-09-03 |
saambarati1@gmail.com | Block scoped variables should be visible across scripts |
blob | commitdiff | diff to current |
2015-08-13 |
utatane.tea@gmail.com | X.[[SetPrototypeOf]](Y) should succeed if X.[[Prototype... |
blob | commitdiff | diff to current |
2015-07-15 |
saambarati1@gmail.com | [ES6] implement block scoping to enable 'let' |
blob | commitdiff | diff to current |
2015-06-27 |
darin@apple.com | Make converting JSString to StringView idiomatically... |
blob | commitdiff | diff to current |
2015-05-20 |
commit-queue@webki... | ES6: Implement Object.setPrototypeOf |
blob | commitdiff | diff to current |
2015-05-20 |
commit-queue@webki... | Unreviewed, rolling out r184613 and r184614. |
blob | commitdiff | diff to current |
2015-05-20 |
akling@apple.com | Give StringView a utf8() API. |
blob | commitdiff | diff to current |
2015-05-20 |
akling@apple.com | [JSC] Speed up URL encode/decode by using bitmaps inste... |
blob | commitdiff | diff to current |
2015-05-19 |
akling@apple.com | Give JSString a StringView getter and start using it. |
blob | commitdiff | diff to current |
2015-05-18 |
akling@apple.com | [JSC] Speed up URL encode/decode by using bitmaps inste... |
blob | commitdiff | diff to current |
2015-05-05 |
utatane.tea@gmail.com | Add backed intrinsics to private functions exposed... |
blob | commitdiff | diff to current |
2015-04-24 |
mmirman@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-04-06 |
akling@apple.com | URI encoding/escaping should use efficient string build... |
blob | commitdiff | diff to current |
2015-03-31 |
rniwa@webkit.org | eval("this.foo") causes a crash if this had not been... |
blob | commitdiff | diff to current |
2015-03-14 |
msaboff@apple.com | ES6: Add binary and octal literal support |
blob | commitdiff | diff to current |
2015-02-20 |
dino@apple.com | ES6: Implement Array.from() |
blob | commitdiff | diff to current |
2014-08-29 |
commit-queue@webki... | JavaScriptCore: Use ASCIILiteral where possible |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Discern between NaNs that would be safe to tag and... |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Unreviewed, rolling out r167199 and r167251. |
blob | commitdiff | diff to current |
2014-04-13 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-11 |
barraclough@apple.com | Rollout - Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-11 |
oliver@apple.com | Add BuiltinLog function to make debugging builtins... |
blob | commitdiff | diff to current |
2014-04-09 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-03-16 |
darin@apple.com | Remove all uses of deprecatedCharacters from JavaScriptCore |
blob | commitdiff | diff to current |
2014-02-11 |
fpizlo@apple.com | Rename Operations.h to JSCInlines.h |
blob | commitdiff | diff to current |
2014-02-10 |
fpizlo@apple.com | Never include *Inlines.h files in interface headers... |
blob | commitdiff | diff to current |
2014-01-23 |
ap@apple.com | Update JS whitespace definition for changes in Unicode 6.3 |
blob | commitdiff | diff to current |
2014-01-13 |
darin@apple.com | Add deprecatedCharacters as a synonym for characters... |
blob | commitdiff | diff to current |
2013-10-12 |
darin@apple.com | Change most call sites to call ICU directly instead... |
blob | commitdiff | diff to current |
2013-09-05 |
mark.lam@apple.com | Renamed StackIterator to StackVisitor. |
blob | commitdiff | diff to current |
2013-09-04 |
mark.lam@apple.com | Refining the StackIterator callback interface. |
blob | commitdiff | diff to current |
2013-09-04 |
mark.lam@apple.com | Converting StackIterator to a callback interface. |
blob | commitdiff | diff to current |
2013-08-30 |
oliver@apple.com | Make JSValue bool conversion less dangerous |
blob | commitdiff | diff to current |
2013-08-29 |
commit-queue@webki... | Source/JavaScriptCore: https://bugs.webkit.org/show_bug... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Re-worked non-local variable resolution |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Introducing the StackIterator class. |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Rationalized 'this' conversion, includes... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: String::utf8() should also be available... |
blob | commitdiff | diff to current |
2013-05-09 |
oliver@apple.com | Code cache stores bogus var references for functions... |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-02-18 |
zandobersek@gmail.com | Stop placing std::isfinite and std::signbit inside... |
blob | commitdiff | diff to current |
2013-02-13 |
zandobersek@gmail.com | The 'global isinf/isnan' compiler quirk required when... |
blob | commitdiff | diff to current |
2013-01-24 |
oliver@apple.com | Harden JSC a bit with RELEASE_ASSERT |
blob | commitdiff | diff to current |
2013-01-12 |
fpizlo@apple.com | The JITThunks class should be in its own file, and... |
blob | commitdiff | diff to current |
2012-11-11 |
bashi@chromium.org | WTFString::utf8() should have a mode of conversion... |
blob | commitdiff | diff to current |
2012-11-05 |
fpizlo@apple.com | Reduce the verbosity of referring to QNaN in JavaScriptCore |
blob | commitdiff | diff to current |
2012-09-26 |
barraclough@apple.com | REGRESSION (r129456): http/tests/security/xss-eval... |
blob | commitdiff | diff to current |
next |