1. 2d2989c Rename AtomicString::string() to AtomicString::getString(). by dcheng · 9 years ago
  2. 5454af3 Make myself a wtf/OWNER. by esprehn · 9 years ago
  3. 03d23a6 Add const support to wtf/RefCounted by leviw · 9 years ago
  4. 2edf9869 Remove unneeded using Base::capacity in WTF::Vector definition. by dcheng · 9 years ago
  5. ec47b35 Remove ASSERT_ARG(). by tkent · 9 years ago
  6. 0e32be01 Revert NotImplemented() changes in r383029 and r383047. by Dirk Pranke · 9 years ago
  7. 513bc45 Update allocPageErrorCode only when mmap fails. by tasak · 9 years ago
  8. 25e8e9a Remove ASSERT_ARG(). by tkent · 9 years ago
  9. cdc755c Remove platform/NotImplemented.*. by tkent · 9 years ago
  10. db7410a Rename ASSERT_AT to DCHECK_AT, and re-implement it with base/logging.*. by tkent · 9 years ago
  11. 18c4dc6 wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. by bsep · 9 years ago
  12. 9aee43b6 Use DLOG_IF() for REPORT_OVERFLOW(). by tkent · 9 years ago
  13. dc1e6dee Revert of wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. (patchset #4 id:60001 of https://codereview.chromium.org/1814563002/ ) by aberent · 9 years ago
  14. 43dee10e Remove RELEASE_ASSERT_NOT_REACHED(). by tkent · 9 years ago
  15. f32b99d Remove ASSERT_WITH_MESSAGE family. by tkent · 9 years ago
  16. 1465f844 wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. by bsep · 9 years ago
  17. b7657ef8 Remove WTF_LOG_ERROR macro. by tkent · 9 years ago
  18. eb9885f Merge WTF::initializeMainThread into WTF::initialize by haraken · 9 years ago
  19. cb04e64 Remove FATAL() macro. by tkent · 9 years ago
  20. ec92a267 Adjust Spinlock memory ordering to improve ARM performance by jschuh · 9 years ago
  21. d4640bcf2 Deprecate some macros in wtf/Assertions.h in favor of base/logging.h by tkent · 9 years ago
  22. b1d3886 WTF: Implement move semantics for values of {List,Linked}HashSet. by yutak · 9 years ago
  23. d224c9ec Cleanup of wtf/Assertions.* by tkent · 9 years ago
  24. 981a814 Fix ListHashSet::AddResult storing a Node* instead of a ValueType*. by yutak · 9 years ago
  25. a0c8fd90 Added FATAL instead of IMMEIDATE_CRASH when PartitionAlloc OOM with < 16M memory usage. by tasak · 9 years ago
  26. 01875a5 WTF HashSet: Implement move semantics for values. by yutak · 9 years ago
  27. 70eb2471 WTF: Use gtest's typed test in ListHashSetTest. by yutak · 9 years ago
  28. 07638c1 WTF: Implement move semantics for HashTable-based containers. by yutak · 9 years ago
  29. 791f9b2 Mojo C++ bindings: support mapping mojo string to WTF::String. by yzshen · 9 years ago
  30. 1d3fb1e WTF TypeTraits: Fix IsTrivially{DefaultConstructible,Destructible}. by yutak · 9 years ago
  31. 02cfffa7 Register ArrayBufferContents' adjustAmountOfMemory in V8Initializer::initialize by haraken · 9 years ago
  32. d7225e4 WTF: Fix Vector<T> memcpy'ing incorrectly for some T. by yutak · 9 years ago
  33. c80deb3 Rename Vector::prepend to Vector::prependVector by yhirano · 9 years ago
  34. 1d3dd7d Avoid WeakProcessingHashTableHelper<> type redefinitions. by sigbjornf · 9 years ago
  35. 4a08542 WTF: Move TypeTraits.cpp to test-only target. by yutak · 9 years ago
  36. 3caf842 blink: Use struct instead of class for type-traits. by danakj · 9 years ago
  37. 960a5f5 Add thread affinity and ASSERT() for same-thread restriction to WTF::Function by hiroshige · 9 years ago
  38. 893a6b1 WTF::HashTable: Implement move semantics for keys and values. by yutak · 9 years ago
  39. fb8ff06 Use move semantics to move elements inside WTF::HashTable. by yutak · 9 years ago
  40. 54fbc836 Reland of WTF::bind: Handle movable objects in unbound arguments. (patchset #1 id:1 of https://codereview.chromium.org/1757873002/ ) by finnur · 9 years ago
  41. 4018337 Extract webkit_unit_tests from blink_web component. by jbroman · 9 years ago
  42. 53eccbc Fix name collisions that will occur with chromium style. by danakj · 9 years ago
  43. 4a75239 Revert of Extract webkit_unit_tests from blink_web component. (patchset #16 id:300001 of https://codereview.chromium.org/1676083002/ ) by dimich · 9 years ago
  44. 18cda1a Extend FontCache fallback API to support FontFallbackPriority by drott · 9 years ago
  45. 737c4d0 Extract webkit_unit_tests from blink_web component. by jbroman · 9 years ago
  46. a55ac737 Revert of WTF::bind: Handle movable objects in unbound arguments. (patchset #1 id:1 of https://codereview.chromium.org/1744143002/ ) by finnur · 9 years ago
  47. bdde21e Remove unused HashSet<>::isValidValue(). by sigbjornf · 9 years ago
  48. 3b893b5d Rename enums/functions that collide in chromium style in WTF::HashMap by danakj · 9 years ago
  49. cbf29aa WTF::bind: Handle movable objects in unbound arguments. by yutak · 9 years ago
  50. beab086f Revert of Rename enums/functions that collide in chromium style in WTF::HashMap (patchset #1 id:1 of https://codereview.chromium.org/1746503002/ ) by danakj · 9 years ago
  51. b2ad76a9 [Mac] Drop support for %@ format specifier. by jbroman · 9 years ago
  52. 477aebd Rename enums/functions that collide in chromium style in WTF::HashMap by danakj · 9 years ago
  53. bbe710f Clean up WebTaskRunner::Task subclasses in WebKit.cpp by hiroshige · 9 years ago
  54. 3fa2f06 Refactor ThreadRestrictionVerifier by hiroshige · 9 years ago
  55. fbbd4c94 WTF::bind: Properly handle movable objects in bound arguments. by yutak · 9 years ago
  56. 6959c1a Add additive animation support for CSS property background-position by alancutter · 9 years ago
  57. 6863feb GN: Add remove_webcore_debug_symbols arg by hashimoto · 9 years ago
  58. 3b1a0ea Added errno (or GetLastError code) to crash dump when systemAllocPages fails. by tasak · 9 years ago
  59. 8a5501c Simplify IntegerToStringConversion using C++11 and base. by esprehn · 9 years ago
  60. 89fb645 Refactoring: Remove DETAILED_MEMORY_INFRA by hajimehoshi · 9 years ago
  61. 2ccb404 Revert of Add additive animation support for CSS property background-position (patchset #7 id:120001 of https://codereview.chromium.org/1680803003/ ) by twellington · 9 years ago
  62. 38955fb Add additive animation support for CSS property background-position by alancutter · 9 years ago
  63. ba5210f Reland of Change assert to release assert for WTF::double_conversion::Vector to prevent OOB memory access. (patchset #1 id:1 of https://codereview.chromium.org/1694093002/ ) by inferno · 9 years ago
  64. 7b76ad8 The "replacement" encoding shouldn't emit error for empty input by jsbell · 9 years ago
  65. a5466f4 Blink Platform: Remove time functions from Platform. by yutak · 9 years ago
  66. 64cb1f5 Revert of Change assert to release assert for WTF::double_conversion::Vector to prevent OOB memory access. (patchset #2 id:20001 of https://codereview.chromium.org/1677363002/ ) by inferno · 9 years ago
  67. 6fed873 Oilpan: Discard unused system pages when sweeping NormalPageHeaps by haraken · 9 years ago
  68. ad618c3 Change assert to release assert for WTF::double_conversion::Vector to prevent OOB memory access. by mmoroz · 9 years ago
  69. 2a02e48 WTF::bind: Remove the need of hand-rolled code for bound arguments. by yutak · 9 years ago
  70. 3ed99da0 wtf: Rename variables in dtoa() so there is not both |s| and |S|. by danakj · 9 years ago
  71. 23324d9 Remove Enumeration Histograms from the Blink Platform API. by dtapuska · 9 years ago
  72. c8d32dd Change assert to release assert for BitArray to prevent out-of-bounds access. by mmoroz · 9 years ago
  73. 061aa9a7 Change assert to release assert for Deque to prevent out-of-bounds access. by mmoroz · 9 years ago
  74. cb52fdd wtf: Rename int hashing functions to not collide with IntHash struct. by danakj · 9 years ago
  75. 0a3a4c9d Remove APPLE_ARMV7S-specific code from Blink. by suzyh · 9 years ago
  76. 3c0ef4309 Move gn _run target generation into test(). (RELAND) by jbudorick · 9 years ago
  77. 002f222 Revert of Move gn _run target generation into test(). (patchset #1 id:1 of https://codereview.chromium.org/1653003006/ ) by dpranke · 9 years ago
  78. 6b1b03783 Move gn _run target generation into test(). by jbudorick · 9 years ago
  79. f7ecadae Make copyToVector() robust against conservative GCs. by sigbjornf · 9 years ago
  80. fc620d8 Add myself as OWNER for CharacterNames.h by drott · 9 years ago
  81. 7c3f73c wtf: Rename Unicode enums to not collide with functions. by danakj · 9 years ago
  82. 72e59104 Don't initialize node partition when Oilpan is enabled by bashi · 9 years ago
  83. dbab3f0 Keep (Heap)TerminatedArray in a consistent state while building. by sigbjornf · 9 years ago
  84. 115ceed allocator cleanup: remove dependencies on allocator from all targets by primiano · 9 years ago
  85. 1d6711a Implement specced parsing algorithm for <area coords> by fs · 9 years ago
  86. 63f7a4e PartitionAlloc: Increase the number of pages per bucket by haraken · 9 years ago
  87. 1305f726 blink: Fix naming and const-ness of constants and non-constants. by danakj · 9 years ago
  88. 07a9d830 Match <area shape> ASCII case-insensitively by fs · 9 years ago
  89. be94d60 Add more missing closing namespace comments. by Nico Weber · 9 years ago
  90. e714969 Add missing closing namespace comments to wtf. by thakis · 9 years ago
  91. 906a9c1 Add a SymbolsIterator to aid with Symbols Segmentation by drott · 9 years ago
  92. c3bc9ee Add myself as per-file OWNER for CharacterNames.h by drott · 9 years ago
  93. 8477052 Add VS15 and VS16 to CharacterNames by drott · 9 years ago
  94. e46533a Experimental CompressibleString UMA by hajimehoshi · 9 years ago
  95. e851311 Move Partitions::initialize() before Platform::initialize(). by tasak · 9 years ago
  96. 064741fc Add a comment to list up all base/ directories explicitly by haraken · 9 years ago
  97. 4faca4c4 Make wtf/ (except dtoa) to use USING_FAST_MALLOC. by tasak · 9 years ago
  98. 74b20fa [v8] don't crash when ArrayBuffer allocation fails by caitpotter88 · 9 years ago
  99. 2e54bcc Move WTF::systemTraceTime() to platform by bashi · 9 years ago
  100. 138ff4e Make String, AtomicString and CString to use USING_FAST_MALLOC. by tasak · 9 years ago