git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Unreviewed, rolling out r194328.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
StringPrototype.cpp
2015-12-21
ryanhaddad@apple.com
Unreviewed, rolling out r194328.
blob
|
commitdiff
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
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
2015-03-05
benjamin@webkit.org
Regression(r173761): ASSERTION FAILED: !is8Bit() in...
blob
|
commitdiff
|
diff to current
2015-03-05
utatane.tea@gmail.com
Implement ES6 StringIterator
blob
|
commitdiff
|
diff to current
2015-01-21
mmirman@apple.com
Updated split such that it does not include the empty...
blob
|
commitdiff
|
diff to current
2015-01-08
utatane.tea@gmail.com
Investigate the character type of repeated string inste...
blob
|
commitdiff
|
diff to current
2015-01-06
utatane.tea@gmail.com
Implement ES6 String.prototype.repeat(count)
blob
|
commitdiff
|
diff to current
2015-01-02
utatane.tea@gmail.com
Source/JavaScriptCore:
blob
|
commitdiff
|
diff to current
2014-11-20
utatane.tea@gmail.com
Rename String.prototype.contains to String.prototype...
blob
|
commitdiff
|
diff to current
2014-10-30
akling@apple.com
Use plain JSArray for RegExp matches instead of a lazil...
blob
|
commitdiff
|
diff to current
2014-09-19
commit-queue@webki...
Simple ES6 feature:String prototype additions
blob
|
commitdiff
|
diff to current
2014-08-19
mmirman@apple.com
Merges the two native inlining passes from the build.
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-22
fpizlo@apple.com
Merge r168635, r168780, r169005, r169014, and r169143...
blob
|
commitdiff
|
diff to current
2014-05-05
akling@apple.com
Unreviewed, rolling out r168254.
blob
|
commitdiff
|
diff to current
2014-05-05
fpizlo@apple.com
jsSubstring() should be lazy
blob
|
commitdiff
|
diff to current
2014-04-29
ggaren@apple.com
String.prototype.trim removes U+200B from strings.
blob
|
commitdiff
|
diff to current
2014-04-15
fpizlo@apple.com
compileMakeRope does not emit necessary bounds checks
blob
|
commitdiff
|
diff to current
2014-03-31
dbatyai.u-szeged...
Remove hostThisRegister() and hostThisValue()
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-28
rniwa@webkit.org
indexOf and lastIndexOf shouldn't resolve ropes when...
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
darin@apple.com
Stop using String::deprecatedCharacters to call WTF...
blob
|
commitdiff
|
diff to current
2014-02-08
andersca@apple.com
Stop using getCharactersWithUpconvert in JavaScriptCore
blob
|
commitdiff
|
diff to current
2014-02-04
andersca@apple.com
Rename the substring sharing StringImpl::create variant...
blob
|
commitdiff
|
diff to current
2014-02-04
andersca@apple.com
Rename StringImpl::getCharacters to StringImpl::characters
blob
|
commitdiff
|
diff to current
2014-01-13
darin@apple.com
Add deprecatedCharacters as a synonym for characters...
blob
|
commitdiff
|
diff to current
2013-12-05
mark.lam@apple.com
Make the C Loop LLINT work with callToJavaScript.
blob
|
commitdiff
|
diff to current
2013-12-04
msaboff@apple.com
Move the setting up of callee's callFrame from pushFram...
blob
|
commitdiff
|
diff to current
2013-09-29
akling@apple.com
Pass VM instead of ExecState to simple builtin construc...
blob
|
commitdiff
|
diff to current
2013-09-22
darin@apple.com
Add ExecState::uncheckedArgument and use where possible...
blob
|
commitdiff
|
diff to current
2013-09-05
andersca@apple.com
GCAssertions.h should use STL type traits and static_assert
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-31
kseo@webkit.org
Use emptyString instead of String("")
blob
|
commitdiff
|
diff to current
2013-07-25
oliver@apple.com
fourthTier: Re-worked non-local variable resolution
blob
|
commitdiff
|
diff to current
2013-06-14
rniwa@webkit.org
Function names on Object.prototype should be common...
blob
|
commitdiff
|
diff to current
2013-06-04
zandobersek@gmail.com
[JSC] Test262 15.5.4.9_3 test is failing
blob
|
commitdiff
|
diff to current
2013-05-13
benjamin@webkit.org
Improve stringProtoFuncLastIndexOf for the prefix case
blob
|
commitdiff
|
diff to current
2013-04-18
ggaren@apple.com
Renamed JSGlobalData to VM
blob
|
commitdiff
|
diff to current
2013-03-19
fpizlo@apple.com
JSC_NATIVE_FUNCTION() takes an identifier for the name...
blob
|
commitdiff
|
diff to current
2013-03-18
fpizlo@apple.com
DFG string conversions and allocations should be inlined
blob
|
commitdiff
|
diff to current
2012-11-27
dbates@webkit.org
Substitute "allSeparators8Bit" for "allSeperators8Bit...
blob
|
commitdiff
|
diff to current
2012-11-27
dbates@webkit.org
JavaScript fails to handle String.replace() with large...
blob
|
commitdiff
|
diff to current
2012-11-09
mark.lam@apple.com
Renamed ...InlineMethods.h files to ...Inlines.h.
blob
|
commitdiff
|
diff to current
2012-11-09
commit-queue@webki...
[JSC] HTML extensions to String.prototype should escape...
blob
|
commitdiff
|
diff to current
2012-11-08
fpizlo@apple.com
JSC should infer when indexed storage contains only...
blob
|
commitdiff
|
diff to current
2012-10-30
andersca@apple.com
Build WebKit as C++11 on Mac
blob
|
commitdiff
|
diff to current
2012-10-17
andersca@apple.com
Clean up Vector.h
blob
|
commitdiff
|
diff to current
2012-10-17
msaboff@apple.com
StringPrototype::jsSpliceSubstringsWithSeparators(...
blob
|
commitdiff
|
diff to current
2012-10-11
ggaren@apple.com
Removed ASSERT_CLASS_FITS_IN_CELL
blob
|
commitdiff
|
diff to current
2012-09-13
fpizlo@apple.com
JSC should have property butterflies
blob
|
commitdiff
|
diff to current
2012-09-04
benjamin@webkit.org
Improve JSC use of Strings after the UString->String...
blob
|
commitdiff
|
diff to current
2012-09-01
fpizlo@apple.com
JSArray::putDirectIndex should by default behave like...
blob
|
commitdiff
|
diff to current
2012-08-30
benjamin@webkit.org
Replace JSC::UString by WTF::String
blob
|
commitdiff
|
diff to current
2012-05-12
barraclough@apple.com
Introduce PropertyName class
blob
|
commitdiff
|
diff to current
2012-04-26
benjamin@webkit.org
Add a version of StringImpl::find() without offset
blob
|
commitdiff
|
diff to current
2012-04-24
benjamin@webkit.org
Generalize the single character optimization of r114072
blob
|
commitdiff
|
diff to current
2012-04-18
benjamin@webkit.org
replaceUsingStringSearch: delay the creation of the...
blob
|
commitdiff
|
diff to current
2012-04-13
benjamin@webkit.org
Improve replaceUsingStringSearch() for case of a single...
blob
|
commitdiff
|
diff to current
2012-04-11
benjamin@webkit.org
Optimize String.split() for 1 character separator
blob
|
commitdiff
|
diff to current
2012-04-05
oliver@apple.com
Replace static_cast with jsCast when casting JSCell...
blob
|
commitdiff
|
diff to current
2012-03-28
barraclough@apple.com
Yarr: if we're not using the output array, don't popula...
blob
|
commitdiff
|
diff to current
2012-03-23
barraclough@apple.com
RexExp constructor last match properties should not...
blob
|
commitdiff
|
diff to current
2012-03-22
barraclough@apple.com
Add JSValue::isFunction
blob
|
commitdiff
|
diff to current
2012-03-21
barraclough@apple.com
RegExpMatchesArray should not copy the ovector
blob
|
commitdiff
|
diff to current
2012-03-09
barraclough@apple.com
String.prototype.match and replace do not clear global...
blob
|
commitdiff
|
diff to current
2012-03-06
barraclough@apple.com
putByIndex should throw in strict mode
blob
|
commitdiff
|
diff to current
2012-02-01
msaboff@apple.com
StringProtoFuncToUpperCase should call StringImpl:...
blob
|
commitdiff
|
diff to current
2012-01-30
msaboff@apple.com
stringProtoFuncReplace converts 8 bit strings to 16...
blob
|
commitdiff
|
diff to current
2012-01-28
commit-queue@webki...
Unreviewed, rolling out r106167.
blob
|
commitdiff
|
diff to current
2012-01-28
msaboff@apple.com
StringProtoFuncToUpperCase should call StringImpl:...
blob
|
commitdiff
|
diff to current
2012-01-24
ggaren@apple.com
JSValue::toString() should return a JSString* instead...
blob
|
commitdiff
|
diff to current
2012-01-19
ggaren@apple.com
Implicit creation of a regular expression should eagerl...
blob
|
commitdiff
|
diff to current
2012-01-18
ggaren@apple.com
Factored out some code into a helper function.
blob
|
commitdiff
|
diff to current
2011-12-23
ggaren@apple.com
Refactored String.prototype.replace
blob
|
commitdiff
|
diff to current
2011-12-16
mhahnenberg@apple.com
De-virtualize destructors
blob
|
commitdiff
|
diff to current
2011-11-28
msaboff@apple.com
Change set 101187 from bug 73154 removed already lower...
blob
|
commitdiff
|
diff to current
2011-11-26
msaboff@apple.com
String.prototype.toLower should be optimized for 8...
blob
|
commitdiff
|
diff to current
2011-11-15
msaboff@apple.com
Towards 8 bit Strings - Initial JS String Tuning
blob
|
commitdiff
|
diff to current
2011-11-11
mhahnenberg@apple.com
Add jsCast to replace static_cast
blob
|
commitdiff
|
diff to current
2011-11-09
mhahnenberg@apple.com
De-virtualize JSObject::getOwnPropertyDescriptor
blob
|
commitdiff
|
diff to current
2011-10-27
msaboff@apple.com
Investigate storing strings in 8-bit buffers when possible
blob
|
commitdiff
|
diff to current
2011-10-26
mhahnenberg@apple.com
Remove getOwnPropertySlotVirtual
blob
|
commitdiff
|
diff to current
2011-10-26
mhahnenberg@apple.com
Remove putVirtual
blob
|
commitdiff
|
diff to current
2011-10-19
ggaren@apple.com
Some rope cleanup following r97827
blob
|
commitdiff
|
diff to current
2011-10-19
ggaren@apple.com
Switched ropes from malloc memory to GC memory
blob
|
commitdiff
|
diff to current
next