git://git.webkit.org
/
WebKit.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
HTMLElement::nodeName should not upper case non-ASCII characters
[WebKit.git]
/
Source
/
WTF
/
wtf
/
text
/
AtomicString.h
2016-01-23
rniwa@webkit.org
HTMLElement::nodeName should not upper case non-ASCII...
blob
|
commitdiff
2016-01-22
darin@apple.com
Reduce use of equalIgnoringCase to just ignore ASCII...
blob
|
commitdiff
|
diff to current
2016-01-02
aestes@apple.com
Replace WTF::move with WTFMove
blob
|
commitdiff
|
diff to current
2015-12-01
mmaxfield@apple.com
Give String and AtomicString an existingHash() function
blob
|
commitdiff
|
diff to current
2015-05-23
utatane.tea@gmail.com
Introduce UniquedStringImpl and SymbolImpl to separate...
blob
|
commitdiff
|
diff to current
2015-05-20
utatane.tea@gmail.com
Move AtomicStringImpl table related operations from...
blob
|
commitdiff
|
diff to current
2015-05-18
mmaxfield@apple.com
Addressing post-review comments on r184353
blob
|
commitdiff
|
diff to current
2015-04-16
utatane.tea@gmail.com
[ES6] Implement Symbol.for and Symbol.keyFor
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-23
benjamin@webkit.org
CSS Selectors: fix attribute case-insensitive matching...
blob
|
commitdiff
|
diff to current
2015-03-16
benjamin@webkit.org
CSS: fix the case-insensitive matching of the attribute...
blob
|
commitdiff
|
diff to current
2015-03-15
benjamin@webkit.org
Change the exact attribute matching to be ASCII case...
blob
|
commitdiff
|
diff to current
2015-01-31
utatane.tea@gmail.com
Implement ES6 Symbol
blob
|
commitdiff
|
diff to current
2014-12-14
akling@apple.com
Replace PassRef with Ref/Ref&& across the board.
blob
|
commitdiff
|
diff to current
2014-12-08
cdumez@apple.com
Revert r176293 & r176275
blob
|
commitdiff
|
diff to current
2014-12-07
akling@apple.com
Use more PassRef in AtomicString.
blob
|
commitdiff
|
diff to current
2014-12-02
akling@apple.com
Optimize constructing JSC::Identifier from AtomicString.
blob
|
commitdiff
|
diff to current
2014-11-18
cdumez@apple.com
Update the Vector API to deal with unsigned types inste...
blob
|
commitdiff
|
diff to current
2014-09-17
benjamin@webkit.org
CSS value in whitespace-separated list attribute select...
blob
|
commitdiff
|
diff to current
2014-07-31
akling@apple.com
PropertyName's internal string is always atomic.
blob
|
commitdiff
|
diff to current
2014-07-03
dbates@webkit.org
Add WTF::move()
blob
|
commitdiff
|
diff to current
2014-05-26
darin@apple.com
Class name matching should use ASCII case-insensitive...
blob
|
commitdiff
|
diff to current
2014-05-05
akling@apple.com
Optimize JSRopeString for resolving directly to AtomicS...
blob
|
commitdiff
|
diff to current
2014-03-20
barraclough@apple.com
Source/JavaScriptCore: Crash beneath operationTearOffAc...
blob
|
commitdiff
|
diff to current
2014-03-20
barraclough@apple.com
Merge AtomicString, Identifier
blob
|
commitdiff
|
diff to current
2014-03-20
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=130494
blob
|
commitdiff
|
diff to current
2014-03-19
barraclough@apple.com
Small cleanup of empty string
blob
|
commitdiff
|
diff to current
2014-02-21
benjamin@webkit.org
jsDocumentPrototypeFunctionGetElementById should not...
blob
|
commitdiff
|
diff to current
2014-02-03
darin@apple.com
Obey "delete this" comments, including deleting String...
blob
|
commitdiff
|
diff to current
2014-01-13
darin@apple.com
Add deprecatedCharacters as a synonym for characters...
blob
|
commitdiff
|
diff to current
2014-01-10
andersca@apple.com
Remove Blackberry and QNX bits from WTF
blob
|
commitdiff
|
diff to current
2013-11-02
commit-queue@webki...
Move CF/Mac WTF String implementations down into WTF
blob
|
commitdiff
|
diff to current
2013-10-05
darin@apple.com
Remove COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) since...
blob
|
commitdiff
|
diff to current
2013-10-05
darin@apple.com
Add AtomicString::number and use it
blob
|
commitdiff
|
diff to current
2013-10-02
andersca@apple.com
Remove Qt code from WTF
blob
|
commitdiff
|
diff to current
2013-07-17
benjamin@webkit.org
Add a thread safety assertion when creating an AtomicSt...
blob
|
commitdiff
|
diff to current
2013-04-25
mikhail.pozdnyakov...
Use std::move in AtomicString
blob
|
commitdiff
|
diff to current
2013-04-22
benjamin@webkit.org
Remove the memory instrumentation code
blob
|
commitdiff
|
diff to current
2013-04-22
ddkilzer@apple.com
WTF::AtomicString::find() should take unsigned 'start...
blob
|
commitdiff
|
diff to current
2013-02-13
eric@webkit.org
Don't copy Vector<UChar> when passing to new String...
blob
|
commitdiff
|
diff to current
2013-02-13
eric@webkit.org
Teach more WTF string classes about vectors with inline...
blob
|
commitdiff
|
diff to current
2012-10-29
andersca@apple.com
AtomicString(CFStringRef) shouldn't unconditionally...
blob
|
commitdiff
|
diff to current
2012-10-15
staikos@webkit.org
[BlackBerry] Adapt to Platform API changes in string...
blob
|
commitdiff
|
diff to current
2012-10-02
loislo@chromium.org
Web Inspector: NMI make String* instrumentation non...
blob
|
commitdiff
|
diff to current
2012-10-02
caseq@chromium.org
Unreviewed, rolling out r130129.
blob
|
commitdiff
|
diff to current
2012-10-02
loislo@chromium.org
Web Inspector: NMI make String* instrumentation non...
blob
|
commitdiff
|
diff to current
2012-09-14
loislo@chromium.org
Web Inspector: NMI: convert template versions of String...
blob
|
commitdiff
|
diff to current
2012-09-12
msaboff@apple.com
Element::classAttributeChanged should use characters8...
blob
|
commitdiff
|
diff to current
2012-09-12
loislo@chromium.org
Web Inspector: NMI move String* instrumentation to...
blob
|
commitdiff
|
diff to current
2012-09-12
commit-queue@webki...
Unreviewed, rolling out r128279.
blob
|
commitdiff
|
diff to current
2012-09-12
loislo@chromium.org
Web Inspector: NMI move String* instrumentation to...
blob
|
commitdiff
|
diff to current
2012-08-31
commit-queue@webki...
AtomicString(ASCIILiteral) should not compile
blob
|
commitdiff
|
diff to current
2012-08-18
msaboff@apple.com
Add ability to create AtomicString using LChar* buffer...
blob
|
commitdiff
|
diff to current
2012-08-11
benjamin@webkit.org
WebCore::findAtomicString(PropertyName) always convert...
blob
|
commitdiff
|
diff to current
2012-08-09
benjamin@webkit.org
Use char* instead of LChar* for the public interface...
blob
|
commitdiff
|
diff to current
2012-07-31
schenney@chromium.org
xmlserializer strips xlink from xlink:html svg image tag
blob
|
commitdiff
|
diff to current
2012-07-30
paroga@webkit.org
Add special export macro for string related functions
blob
|
commitdiff
|
diff to current
2012-07-26
benjamin@webkit.org
Initialize QualifiedName's strings from the read only...
blob
|
commitdiff
|
diff to current
2012-05-29
andersca@apple.com
String should be move enabled/optimized
blob
|
commitdiff
|
diff to current
2012-04-30
benjamin@webkit.org
Add String::startsWith() and endsWith() for string...
blob
|
commitdiff
|
diff to current
2012-03-22
eric@webkit.org
Actually move WTF files to their new home
blob
|
commitdiff
|
diff to current