index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
WebKit
/
Source
/
wtf
/
text
/
AtomicString.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate some macros in wtf/Assertions.h in favor of base/logging.h
tkent
2016-03-18
1
-3
/
+2
*
Match <area shape> ASCII case-insensitively
fs
2016-01-26
1
-0
/
+3
*
Make String, AtomicString and CString to use USING_FAST_MALLOC.
tasak
2016-01-13
1
-0
/
+2
*
Ensure no case folding outside ASCII range in quirks mode
nainar
2016-01-12
1
-0
/
+1
*
Restore TextCaseSensitivity argument to literal {start,end}sWith
fs
2015-12-14
1
-4
/
+4
*
Drop TextCaseSensitivity from {start,end}sWith(const char*, ...)
fs
2015-12-09
1
-4
/
+4
*
Setting link.sizes.value should be reflected in the sizes attribute.
dominicc
2015-11-17
1
-0
/
+5
*
Revert of Setting link.sizes.value should be reflected in the sizes attribute...
mgiuca
2015-11-17
1
-5
/
+0
*
Setting link.sizes.value should be reflected in the sizes attribute.
dominicc
2015-11-17
1
-0
/
+5
*
Avoid rehash-ing AtomicStringTable when initializing static AtomicStrings
kouhei
2015-11-04
1
-0
/
+1
*
Remove WTF_USE_CF.
tkent
2015-10-29
1
-1
/
+1
*
Remove some CFString-related code in WTF.
tkent
2015-10-28
1
-3
/
+0
*
Remove unnecessary trailing semicolon in non-Source/core directory
kochi@chromium.org
2015-07-08
1
-3
/
+3
*
wtf: Add missing operator==(const char*, const AtomicString&).
jbroman@chromium.org
2015-06-09
1
-0
/
+2
*
Use TextCaseSensitivity enum instead of bool
ericwilligers@chromium.org
2015-03-12
1
-16
/
+16
*
replace COMPILE_ASSERT with static assert in wtf/
mostynb@opera.com
2014-12-16
1
-2
/
+2
*
Remove some unused String methods
timloh@chromium.org
2014-10-29
1
-1
/
+0
*
Use const references to create globals without dynamic initialization
rnk@chromium.org
2014-07-24
1
-10
/
+6
*
Add move constructor and assignment operator to RefPtr class
ch.dumez@samsung.com
2014-06-27
1
-11
/
+0
*
Introduce a macro enabling 'SimpleClassVectorTraits'
mikhail.pozdnyakov@intel.com
2014-04-22
1
-2
/
+2
*
Omit "int" when using "unsigned" modifier
gnanasekar.s@samsung.com
2014-03-26
1
-1
/
+1
*
Rename |imp| => |impl| in wtf (one use)
nbarth@chromium.org
2014-03-18
1
-1
/
+1
*
Fix initialization of SimpleClassVectorTraits 'isWeak' and 'needsTracing' pro...
mikhail.pozdnyakov@intel.com
2014-01-30
1
-0
/
+2
*
Mark the AtomicString(const String&) constructor as explicit
ch.dumez@samsung.com
2014-01-07
1
-9
/
+4
*
Add ascii() / latin1() / utf8() methods to AtomicString to avoid having to ca...
ch.dumez@samsung.com
2014-01-04
1
-0
/
+5
*
Remove WTF::textAtom and WTF::commentAtom
philipj@opera.com
2013-12-05
1
-4
/
+0
*
Mark AtomicString(StringImpl*) constructor as explicit
ch.dumez@samsung.com
2013-11-28
1
-1
/
+1
*
Add number() static methods to AtomicString class
ch.dumez@samsung.com
2013-11-25
1
-0
/
+9
*
Remove all uses of the ASCIILiteral class.
tfarina@chromium.org
2013-08-12
1
-3
/
+0
*
Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core)
nbarth@chromium.org
2013-07-25
1
-9
/
+9
*
Remove AtomicStringImpl.
cevans@chromium.org
2013-07-23
1
-4
/
+2
*
Move WTF::HashTableDeletedValueType into its own header.
jbroman@chromium.org
2013-07-17
1
-0
/
+1
*
DevTools: completely remove native memory instrumentation
loislo@chromium.org
2013-07-17
1
-1
/
+0
*
AtomicString and StringBuilder should be bloat-free
abarth@chromium.org
2013-07-17
1
-1
/
+0
*
Reverted on the way to rolling out 154271, which broke
gavinp@chromium.org
2013-07-16
1
-0
/
+1
*
AtomicString and StringBuilder should be bloat-free
abarth@chromium.org
2013-07-16
1
-1
/
+0
*
Flush out hidden calls to bloatedCharacters()
abarth@chromium.org
2013-07-12
1
-1
/
+1
*
Revert 153294 "Remove AtomicStringImpl."
cevans@chromium.org
2013-07-01
1
-2
/
+4
*
Remove AtomicStringImpl.
cevans@chromium.org
2013-06-29
1
-4
/
+2
*
Re-land http://src.chromium.org/viewvc/blink?revision=153162&view=revision
abarth@chromium.org
2013-06-27
1
-1
/
+1
*
Revert "Migrate most callers of String::characters() to bloatedcharacters()"
esprehn@chromium.org
2013-06-27
1
-1
/
+1
*
Migrate most callers of String::characters() to bloatedcharacters()
abarth@chromium.org
2013-06-27
1
-1
/
+1
*
Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf.
thakis@chromium.org
2013-06-27
1
-1
/
+1
*
Build WTF as dll in component build
jamesr@chromium.org
2013-05-27
1
-12
/
+13
*
Remove Source/wtf/ExportMacros.h
jchaffraix@chromium.org
2013-05-01
1
-12
/
+12
*
Shorten and simplify wtf/ExportMacros.h
jchaffraix@chromium.org
2013-04-29
1
-8
/
+8
*
Move Source/WTF/wtf to Source/wtf
abarth@chromium.org
2013-04-16
1
-0
/
+271