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