Sign in
chromium
/
chromium
/
src
/
third_party
/
WebKit
/
Source
/
wtf
/
HEAD
60c2b73
Remove old wtf/ directory.
by yutak
· 8 years ago
master
130eb64
The Blink Rename
by Blink Reformat
· 8 years ago
dbdc130
Reland: Move wtf_unittests to platform/wtf/.
by yutak
· 8 years ago
108b8e8
Reland: Move files in wtf/ to platform/wtf/ (Part 12).
by yutak
· 8 years ago
73116a3
Migrate WTF::Vector::remove() to ::erase()
by pilgrim
· 8 years ago
8f35437
Revert "Move files in wtf/ to platform/wtf/"
by vasilii
· 8 years ago
cb0a618
Move wtf_unittests to platform/wtf/.
by yutak
· 8 years ago
825177e
Add most missing blink files to .gn files
by thakis
· 8 years ago
35a91c7
Move files in wtf/ to platform/wtf/ (Part 12).
by yutak
· 8 years ago
5904b24
Move files in wtf/ to platform/wtf/ (Part 11).
by yutak
· 8 years ago
8d130da
Move files in wtf/ to platform/wtf/ (Part 10).
by yutak
· 8 years ago
534b207
Move files in wtf/ to platform/wtf/ (Part 9).
by yutak
· 8 years ago
3cfbedf
Move files in wtf/ to platform/wtf/ (Part 8).
by yutak
· 8 years ago
3dad517
Move files in wtf/ to platform/wtf/ (Part 7).
by yutak
· 8 years ago
b829b39
Migrate WTF::Vector::prepend() to ::push_front()
by pilgrim
· 8 years ago
06465ea
Migrate WTF::HashMap::remove() to ::erase()
by pilgrim
· 8 years ago
4d8d0b6
LinkedStack.h is no longer used, remove it
by mostynb
· 8 years ago
ccd90d4
Move files in wtf/ to platform/wtf/ (Part 6).
by yutak
· 8 years ago
f049a06
Move files in wtf/ to platform/wtf/ (Part 5).
by yutak
· 8 years ago
1548edc
Wrapped PassRefPtrs in move where passed to RefPtr constructor.
by bugsnash
· 8 years ago
1a6c6ba
Move files in wtf/ to platform/wtf/ (Part 4).
by yutak
· 8 years ago
8b3e7bd
Wrapped PassRefPtr objects in std::move where assigned to RefPtr.
by bugsnash
· 8 years ago
737dd7f
Move files in wtf/ to platform/wtf/ (Part 3).
by yutak
· 8 years ago
d5ebb3f
Revert of Un-DCHECK-guard ThreadRestrictionVerifier for strings. (patchset #2 id:20001 of https://codereview.chromium.org/2743663003/ )
by meade
· 8 years ago
cf5b500
Move files in wtf/ to platform/wtf/ (Part 2).
by yutak
· 8 years ago
23749be
Move files in wtf/ to platform/wtf/ (Part 1).
by yutak
· 8 years ago
8610784
Migrate WTF::Deque::prepend() to ::push_front()
by pilgrim
· 8 years ago
bc9b5e9
Migrate WTF::Deque::remove() to ::erase()
by pilgrim
· 8 years ago
7b55bce
Migrate WTF::Deque::last() to ::back()
by pilgrim
· 8 years ago
4b0ecaf
Accurate transfer of SerializedScriptValue allocation costs.
by sigbjornf
· 8 years ago
95c5848
Migrate WTF::Deque::first() to ::front()
by pilgrim
· 8 years ago
f8a2493
Migrate WTF::Deque::removeFirst() to ::pop_front()
by pilgrim
· 8 years ago
ccda960
Migrate WTF::Deque::append() to ::push_back()
by pilgrim
· 8 years ago
666c22b
Un-DCHECK-guard ThreadRestrictionVerifier for strings.
by meade
· 8 years ago
1d50e0c
Remove blink-specific global lsan define.
by thakis
· 8 years ago
08782c0
Allow WTF::Vector::emplace_back accept one or zero arguments
by mikhail.pozdnyakov
· 8 years ago
7ae1643
Avoid to include IDL-generated headers from EventTarget.h and Node.h
by tkent
· 8 years ago
f2d2e06
postMessage(): transfer allocation costs along with value.
by sigbjornf
· 8 years ago
2159f8b
Migrate WTF::Deque::removeLast() to ::pop_back()
by pilgrim
· 8 years ago
c9d4a15
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
f62f31a
Migrate WTF::LinkedHashSet/ListHashSet/HashTable::remove() to ::erase()
by pilgrim
· 8 years ago
31925d0
Migrate WTF::LinkedHashSet/ListHashSet::removeLast() to ::pop_back()
by pilgrim
· 8 years ago
f89cc6a
WTF: Remove workarounds for MSVC 2013 lacking expression SFINAE.
by jbroman
· 8 years ago
84e0d3c
Add initial BUILD.gn in platform/wtf/, and move first a few files there.
by yutak
· 8 years ago
83f5e6c
XMLHttpRequest: return null upon failing responseArrayBuffer allocation.
by sigbjornf
· 8 years ago
73d4f93
Migrate WTF::LinkedHashSet/ListHashSet::last() to ::back()
by pilgrim
· 8 years ago
7483343
WTF: Initialize main-thread stack estimates when WTF starts up.
by jbroman
· 8 years ago
a238854
Make security checks in BitVector not just debug
by suzyh
· 8 years ago
320f14d
Migrate WTF::LinkedHashSet/ListHashSet::first() to ::front()
by pilgrim
· 8 years ago
160d56b
Migrate WTF::LinkedHashSet/ListHashSet::add() to ::insert()
by pilgrim
· 8 years ago
2f3d872
Fix documentation for mayNotBeMainThread
by adithyas
· 8 years ago
1747562
Fix WTF::HashTable performance regression on Windows.
by tkent
· 8 years ago
fd8a481
Use the correct case converter for |localName| and |tagName|
by ratsunny
· 8 years ago
955a3ac
Adds support for ArrayBufferContents with external buffer.
by alokp
· 8 years ago
af5f066
Move spin_lock into partition_allocator.
by palmer
· 8 years ago
9100e66
Move oom.h into partition_allocator.
by palmer
· 8 years ago
4eb9a94
Migrate WTF::HashMap::get() to ::at()
by pilgrim
· 8 years ago
00615ff
Avoid needless InstanceCounter.h inclusion.
by sigbjornf
· 8 years ago
92040b3
WTF::Vector: Add detailed explanation as class-level comments.
by yutak
· 8 years ago
c8351c0
Revert of Rename platform/wtf/ to platform/newwtf/. (patchset #1 id:1 of https://codereview.chromium.org/2706793002/ )
by yutak
· 8 years ago
942b1dd
Avoid unnecessary HashTable resizing during copy construction.
by sigbjornf
· 8 years ago
f9f40ae
Migrate WTF::HashSet::remove() to ::erase() [part 2]
by pilgrim
· 8 years ago
accbc9b
Adds RefPtr::leakRef method to allow raw pointers that prevent destruct.
by bugsnash
· 8 years ago
2853121
Rename platform/wtf/ to platform/newwtf/.
by yutak
· 8 years ago
60d0ee0
Tidy DEFINE_(THREAD_SAFE_)STATIC_LOCAL() implementations.
by sigbjornf
· 8 years ago
87eeaec
Migrate WTF::HashSet::remove() to ::erase() [part 1]
by pilgrim
· 8 years ago
c25471a
WTF::Vector: Add comments to each member function.
by yutak
· 8 years ago
ea9620f
Add v8 to Blink DEPS.
by dcheng
· 8 years ago
17d0633
Remove thread-local weak processing
by haraken
· 8 years ago
b1eb095
Migrate WTF::HashSet::add() to ::insert() [continued]
by pilgrim
· 8 years ago
6bb8c6b
Create platform/wtf, and add initial contents.
by yutak
· 8 years ago
126303a
WTF: Update comments for Vector.
by yutak
· 8 years ago
99ee85f
Migrate WTF::HashMap::add() to ::insert() [final]
by pilgrim
· 8 years ago
e01fe20
Create a dedicated partition for array buffers
by haraken
· 8 years ago
1267b7e
Remove unused code around blink::shutdown()
by haraken
· 8 years ago
e0d3ad9
WTF: Remove variadic arguments from DEFINE_GLOBAL.
by jbroman
· 8 years ago
5e3edd3
Adapt String::find method via StringUtil adapter.
by lukasza
· 8 years ago
e1ab67a
Migrate WTF::HashMap::add() to ::insert()
by pilgrim
· 8 years ago
4f223dc
Do not expose is_null API for time values in Blink
by majidvp
· 8 years ago
58d6868
Migrate WTF::HashMap::remove() to ::erase()
by pilgrim
· 8 years ago
c9c0d42
Avoid checking for WTFThreadData::staticData in wtfThreadData()
by csharrison
· 8 years ago
cc0eb5b
Replace WTF::emptyString{16Bit}() with a static global
by csharrison
· 8 years ago
2aa7cd3
Replace StringImpl::empty{16Bit}() with a static member
by csharrison
· 8 years ago
8f12709
Disallow sequences with lengths exceeding max allocation supported.
by sigbjornf
· 8 years ago
d4c4802
wtf/Atomics.h: Remove Android/ARM kernel helpers.
by digit
· 8 years ago
1b14fd8
Remove WTFReportAssertionFailure and WTFReportBacktrace.
by wez
· 8 years ago
0898637
Migrate WTF::Vector::append() to ::push_back() [part 18 of N]
by pilgrim
· 8 years ago
fd765a9
Make WTF::HashSet work with gmock matches
by lunalu
· 8 years ago
2eca123
Make WTFString constructor that takes const char* call strlen inline
by kinuko
· 8 years ago
e10b471
Add an explicit bool conversion operator for AtomicString/String.
by dcheng
· 8 years ago
0d4acb8
Migrate WTF::HashSet::add() to ::insert() [part 2 of N]
by pilgrim
· 8 years ago
deffd43
Migrate WTF::Vector::append() to ::push_back() in WTF::HexNumber
by pilgrim
· 8 years ago
36eb7ea
Migrate WTF::HashSet::add() to ::insert() [part 1 of N]
by pilgrim
· 8 years ago
5236aa7
Ensure DEFINE_STATIC_LOCAL can be used before wtf threading is initialized
by csharrison
· 8 years ago
6be35d4
add TEAM/COMPONENT information
by ymzhang
· 8 years ago
6ca3a0b
Replace ENABLE(ASSERT) with DCHECK_IS_ON().
by tkent
· 8 years ago
c63df08
WTF: Support std::initializer_list in HashMap.
by yutak
· 8 years ago
4395ca9
Fast path for ThreadSpecific for main thread on TLS-slow platforms
by csharrison
· 8 years ago
16ea89f
Avoid infinite recursion in StringImpl::asciiForDebugging
by csharrison
· 8 years ago
cef61d3
Allow WebString.utf8() to take UTF8ConversionMode
by kinuko
· 8 years ago
Next »