2017-06-01 |
utatane.tea@gmail.com | [JSC] Implement String.prototype.concat in JS builtins |
blob | commitdiff |
2017-05-19 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-18 |
commit-queue@webki... | Unreviewed, rolling out r217031, r217032, and r217037. |
blob | commitdiff | diff to current |
2017-05-18 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-11 |
fpizlo@apple.com | Callers of JSString::unsafeView() should check exceptions |
blob | commitdiff | diff to current |
2017-05-08 |
mark.lam@apple.com | Introduce ExceptionScope::assertNoException() and relea... |
blob | commitdiff | diff to current |
2017-05-06 |
oliver@apple.com | Move trivial String prototype functions to JS builtins |
blob | commitdiff | diff to current |
2017-03-31 |
gskachkov@gmail.com | String.prototype.replace incorrectly applies "special... |
blob | commitdiff | diff to current |
2017-03-21 |
utatane.tea@gmail.com | [JSC] Optimize Number.prototype.toString on Int32 ... |
blob | commitdiff | diff to current |
2017-02-24 |
sbarati@apple.com | Intrinsicify parseInt |
blob | commitdiff | diff to current |
2017-02-22 |
mark.lam@apple.com | Add more missing exception checks detected by running... |
blob | commitdiff | diff to current |
2017-02-21 |
mark.lam@apple.com | [Re-landing] CachedCall should let GC know to keep... |
blob | commitdiff | diff to current |
2017-02-20 |
commit-queue@webki... | Unreviewed, rolling out r212618. |
blob | commitdiff | diff to current |
2017-02-20 |
mark.lam@apple.com | CachedCall should let GC know to keep its arguments... |
blob | commitdiff | diff to current |
2017-01-27 |
keith_miller@apple.com | classInfo should take a VM so it is not materialized... |
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-28 |
mark.lam@apple.com | Fix exception scope verification failures in runtime... |
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 |
mark.lam@apple.com | Some of JSStringView::SafeView methods are not idiomati... |
blob | commitdiff | diff to current |
2016-11-10 |
mark.lam@apple.com | A few bits of minor code clean up. |
blob | commitdiff | diff to current |
2016-10-28 |
ggaren@apple.com | One file per class for Executable.h/.cpp |
blob | commitdiff | diff to current |
2016-10-26 |
mark.lam@apple.com | String.prototype.replace() should throw an OutOfMemoryE... |
blob | commitdiff | diff to current |
2016-10-25 |
mark.lam@apple.com | Add ThrowScope::release() calls at all call sites of... |
blob | commitdiff | diff to current |
2016-10-21 |
utatane.tea@gmail.com | [JSC] Drop isEnvironmentRecord type info flag and use... |
blob | commitdiff | diff to current |
2016-10-05 |
sbarati@apple.com | String.prototype.toLowerCase should be a DFG/FTL intrinsic |
blob | commitdiff | diff to current |
2016-09-29 |
sbarati@apple.com | stringProtoFuncRepeatCharacter will return `null` when... |
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-22 |
joepeck@webkit.org | Remove a bunch of unnecessary includes |
blob | commitdiff | diff to current |
2016-09-08 |
fpizlo@apple.com | Remove CopiedSpace and use MarkedSpace instead |
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-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-07-08 |
benjamin@webkit.org | [JSC] String.prototype[Symbol.iterator] needs a name |
blob | commitdiff | diff to current |
2016-07-08 |
commit-queue@webki... | Unexpected "Out of memory" error for "x".repeat(-1) |
blob | commitdiff | diff to current |
2016-07-07 |
benjamin@webkit.org | [JSC] String.prototype.normalize should have a length... |
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-08 |
mark.lam@apple.com | Need an exception check after constructEmptyArray(). |
blob | commitdiff | diff to current |
2016-06-08 |
krollin@apple.com | Remove all uses of PassRefPtr in WTF |
blob | commitdiff | diff to current |
2016-05-27 |
barraclough@apple.com | Static table property lookup should not require getOwnP... |
blob | commitdiff | diff to current |
2016-05-12 |
commit-queue@webki... | [JSC] Make sure StringRange is passed to Vector by... |
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 |
caitp@igalia.com | [JSC] implement spec changes for String#padStart and... |
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-24 |
fpizlo@apple.com | [INTL] Implement String.prototype.localeCompare in... |
blob | commitdiff | diff to current |
2016-04-20 |
mark.lam@apple.com | Unindent an unnecessary block in stringProtoFuncSplitFa... |
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-13 |
commit-queue@webki... | Unreviewed, rolling out r199502 and r199511. |
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-12 |
mark.lam@apple.com | ES6: Implement String.prototype.split and RegExp.protot... |
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-05 |
fpizlo@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-03-30 |
utatane.tea@gmail.com | [JSC] Implement String.prototype.repeat in builtins JS |
blob | commitdiff | diff to current |
2016-03-30 |
sbarati@apple.com | Fix typos in our error messages and remove some trailin... |
blob | commitdiff | diff to current |
2016-03-29 |
sbarati@apple.com | "Can not" => "cannot" in String.prototype error messages |
blob | commitdiff | diff to current |
2016-03-25 |
commit-queue@webki... | [JSC] fix divide-by-zero in String.prototype.padStart... |
blob | commitdiff | diff to current |
2016-03-25 |
commit-queue@webki... | [JSC] implement String.prototype.padStart() and String... |
blob | commitdiff | diff to current |
2016-03-24 |
sbarati@apple.com | ES6: Implement IsRegExp function and use where needed... |
blob | commitdiff | diff to current |
2016-03-22 |
msaboff@apple.com | [ES6] Implement RegExp.prototype[@@match] |
blob | commitdiff | diff to current |
2016-03-18 |
fpizlo@apple.com | Replace all of the various non-working and non-compilin... |
blob | commitdiff | diff to current |
2016-03-14 |
fpizlo@apple.com | REGRESSION(r194394): >2x slow-down on CDjs |
blob | commitdiff | diff to current |
2016-03-10 |
msaboff@apple.com | [ES6] RegExp sticky flag should be ignored in String... |
blob | commitdiff | diff to current |
2016-03-09 |
msaboff@apple.com | [ES6] Implement RegExp sticky flag and related function... |
blob | commitdiff | diff to current |
2016-03-08 |
fpizlo@apple.com | RegExp.prototype.exec() should call into Yarr at most... |
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-05 |
utatane.tea@gmail.com | [ES6] Support Reflect.construct |
blob | commitdiff | diff to current |
2016-03-01 |
fpizlo@apple.com | FTL should simplify StringReplace with an empty replace... |
blob | commitdiff | diff to current |
2016-03-01 |
fpizlo@apple.com | Turn String.prototype.replace into an intrinsic |
blob | commitdiff | diff to current |
2016-02-28 |
commit-queue@webki... | Intl.Collator uses POSIX locale (detected by js/intl... |
blob | commitdiff | diff to current |
2016-02-17 |
mark.lam@apple.com | StringPrototype functions should check for exceptions... |
blob | commitdiff | diff to current |
2016-02-13 |
sukolsak@gmail.com | Change the last RefPtr::get() to release() in String... |
blob | commitdiff | diff to current |
2016-02-13 |
fpizlo@apple.com | JSObject::putByIndexBeyondVectorLengthWithoutAttributes... |
blob | commitdiff | diff to current |
2016-02-12 |
utatane.tea@gmail.com | [ES6] Implement @@search |
blob | commitdiff | diff to current |
2016-02-07 |
fpizlo@apple.com | String.match should defend against matches that would... |
blob | commitdiff | diff to current |
2016-02-06 |
darin@apple.com | Finish auditing call sites of upper() and lower(),... |
blob | commitdiff | diff to current |
2016-01-25 |
akling@apple.com | Reduce number of Structures created at startup. |
blob | commitdiff | diff to current |
2016-01-03 |
akling@apple.com | Remove redundant StringImpl substring creation function. |
blob | commitdiff | diff to current |
2015-12-23 |
commit-queue@webki... | [INTL] Implement String.prototype.localeCompare in... |
blob | commitdiff | diff to current |
2015-12-21 |
ryanhaddad@apple.com | Unreviewed, rolling out r194328. |
blob | commitdiff | diff to current |
2015-12-21 |
commit-queue@webki... | [INTL] Implement String.prototype.localeCompare in... |
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-08 |
commit-queue@webki... | [INTL] Implement String.prototype.toLocaleUpperCase... |
blob | commitdiff | diff to current |
2015-12-07 |
commit-queue@webki... | [INTL] Implement String.prototype.toLocaleLowerCase... |
blob | commitdiff | diff to current |
2015-11-08 |
sukolsak@gmail.com | Use StringView::upconvertedCharacters() to make a 16... |
blob | commitdiff | diff to current |
2015-10-17 |
utatane.tea@gmail.com | [ES6] Implement String.prototype.normalize |
blob | commitdiff | diff to current |
2015-06-27 |
darin@apple.com | Make converting JSString to StringView idiomatically... |
blob | commitdiff | diff to current |
2015-06-09 |
akling@apple.com | [JSC] String.prototype.indexOf() should use StringView. |
blob | commitdiff | diff to current |
2015-05-26 |
akling@apple.com | String.prototype.charCodeAt() should use StringView. |
blob | commitdiff | diff to current |
2015-05-26 |
akling@apple.com | String.prototype.charAt() should use StringView. |
blob | commitdiff | diff to current |
2015-05-14 |
akling@apple.com | String.prototype.split() should create efficient substr... |
blob | commitdiff | diff to current |
2015-05-01 |
commit-queue@webki... | String#startsWith/endsWith/includes don't handle Infini... |
blob | commitdiff | diff to current |
2015-04-22 |
benjamin@webkit.org | Implement String.codePointAt() |
blob | commitdiff | diff to current |
2015-04-16 |
commit-queue@webki... | String.prototype.startsWith/endsWith/includes have... |
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 |
next |