summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/wtf/text/AtomicString.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate some macros in wtf/Assertions.h in favor of base/logging.htkent2016-03-181-3/+2
* Match <area shape> ASCII case-insensitivelyfs2016-01-261-0/+3
* Make String, AtomicString and CString to use USING_FAST_MALLOC.tasak2016-01-131-0/+2
* Ensure no case folding outside ASCII range in quirks modenainar2016-01-121-0/+1
* Restore TextCaseSensitivity argument to literal {start,end}sWithfs2015-12-141-4/+4
* Drop TextCaseSensitivity from {start,end}sWith(const char*, ...)fs2015-12-091-4/+4
* Setting link.sizes.value should be reflected in the sizes attribute.dominicc2015-11-171-0/+5
* Revert of Setting link.sizes.value should be reflected in the sizes attribute...mgiuca2015-11-171-5/+0
* Setting link.sizes.value should be reflected in the sizes attribute.dominicc2015-11-171-0/+5
* Avoid rehash-ing AtomicStringTable when initializing static AtomicStringskouhei2015-11-041-0/+1
* Remove WTF_USE_CF.tkent2015-10-291-1/+1
* Remove some CFString-related code in WTF.tkent2015-10-281-3/+0
* Remove unnecessary trailing semicolon in non-Source/core directorykochi@chromium.org2015-07-081-3/+3
* wtf: Add missing operator==(const char*, const AtomicString&).jbroman@chromium.org2015-06-091-0/+2
* Use TextCaseSensitivity enum instead of boolericwilligers@chromium.org2015-03-121-16/+16
* replace COMPILE_ASSERT with static assert in wtf/mostynb@opera.com2014-12-161-2/+2
* Remove some unused String methodstimloh@chromium.org2014-10-291-1/+0
* Use const references to create globals without dynamic initializationrnk@chromium.org2014-07-241-10/+6
* Add move constructor and assignment operator to RefPtr classch.dumez@samsung.com2014-06-271-11/+0
* Introduce a macro enabling 'SimpleClassVectorTraits'mikhail.pozdnyakov@intel.com2014-04-221-2/+2
* Omit "int" when using "unsigned" modifier gnanasekar.s@samsung.com2014-03-261-1/+1
* Rename |imp| => |impl| in wtf (one use)nbarth@chromium.org2014-03-181-1/+1
* Fix initialization of SimpleClassVectorTraits 'isWeak' and 'needsTracing' pro...mikhail.pozdnyakov@intel.com2014-01-301-0/+2
* Mark the AtomicString(const String&) constructor as explicitch.dumez@samsung.com2014-01-071-9/+4
* Add ascii() / latin1() / utf8() methods to AtomicString to avoid having to ca...ch.dumez@samsung.com2014-01-041-0/+5
* Remove WTF::textAtom and WTF::commentAtomphilipj@opera.com2013-12-051-4/+0
* Mark AtomicString(StringImpl*) constructor as explicitch.dumez@samsung.com2013-11-281-1/+1
* Add number() static methods to AtomicString classch.dumez@samsung.com2013-11-251-0/+9
* Remove all uses of the ASCIILiteral class.tfarina@chromium.org2013-08-121-3/+0
* Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core)nbarth@chromium.org2013-07-251-9/+9
* Remove AtomicStringImpl.cevans@chromium.org2013-07-231-4/+2
* Move WTF::HashTableDeletedValueType into its own header.jbroman@chromium.org2013-07-171-0/+1
* DevTools: completely remove native memory instrumentationloislo@chromium.org2013-07-171-1/+0
* AtomicString and StringBuilder should be bloat-freeabarth@chromium.org2013-07-171-1/+0
* Reverted on the way to rolling out 154271, which brokegavinp@chromium.org2013-07-161-0/+1
* AtomicString and StringBuilder should be bloat-freeabarth@chromium.org2013-07-161-1/+0
* Flush out hidden calls to bloatedCharacters()abarth@chromium.org2013-07-121-1/+1
* Revert 153294 "Remove AtomicStringImpl."cevans@chromium.org2013-07-011-2/+4
* Remove AtomicStringImpl.cevans@chromium.org2013-06-291-4/+2
* Re-land http://src.chromium.org/viewvc/blink?revision=153162&view=revisionabarth@chromium.org2013-06-271-1/+1
* Revert "Migrate most callers of String::characters() to bloatedcharacters()"esprehn@chromium.org2013-06-271-1/+1
* Migrate most callers of String::characters() to bloatedcharacters()abarth@chromium.org2013-06-271-1/+1
* Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf.thakis@chromium.org2013-06-271-1/+1
* Build WTF as dll in component buildjamesr@chromium.org2013-05-271-12/+13
* Remove Source/wtf/ExportMacros.hjchaffraix@chromium.org2013-05-011-12/+12
* Shorten and simplify wtf/ExportMacros.hjchaffraix@chromium.org2013-04-291-8/+8
* Move Source/WTF/wtf to Source/wtfabarth@chromium.org2013-04-161-0/+271