summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/wtf
Commit message (Expand)AuthorAgeFilesLines
* Make myself a wtf/OWNER.esprehn2016-03-261-1/+2
* Add const support to wtf/RefCountedleviw2016-03-262-8/+20
* Remove unneeded using Base::capacity in WTF::Vector definition.dcheng2016-03-261-1/+0
* Remove ASSERT_ARG().tkent2016-03-252-28/+0
* Revert NotImplemented() changes in r383029 and r383047.Dirk Pranke2016-03-242-0/+42
* Update allocPageErrorCode only when mmap fails.tasak2016-03-241-3/+2
* Remove ASSERT_ARG().tkent2016-03-242-28/+0
* Remove platform/NotImplemented.*.tkent2016-03-242-14/+0
* Rename ASSERT_AT to DCHECK_AT, and re-implement it with base/logging.*.tkent2016-03-241-5/+2
* wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h.bsep2016-03-235-869/+42
* Use DLOG_IF() for REPORT_OVERFLOW().tkent2016-03-232-27/+0
* Revert of wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. (pa...aberent2016-03-235-42/+869
* Remove RELEASE_ASSERT_NOT_REACHED().tkent2016-03-231-5/+1
* Remove ASSERT_WITH_MESSAGE family.tkent2016-03-233-43/+2
* wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h.bsep2016-03-235-869/+42
* Remove WTF_LOG_ERROR macro.tkent2016-03-221-8/+0
* Merge WTF::initializeMainThread into WTF::initializeharaken2016-03-2213-141/+37
* Remove FATAL() macro.tkent2016-03-223-27/+1
* Adjust Spinlock memory ordering to improve ARM performancejschuh2016-03-222-3/+3
* Deprecate some macros in wtf/Assertions.h in favor of base/logging.htkent2016-03-1819-314/+145
* WTF: Implement move semantics for values of {List,Linked}HashSet.yutak2016-03-183-53/+195
* Cleanup of wtf/Assertions.*tkent2016-03-184-240/+14
* Fix ListHashSet::AddResult storing a Node* instead of a ValueType*.yutak2016-03-172-7/+12
* Added FATAL instead of IMMEIDATE_CRASH when PartitionAlloc OOM with < 16M mem...tasak2016-03-161-1/+1
* WTF HashSet: Implement move semantics for values.yutak2016-03-165-15/+147
* WTF: Use gtest's typed test in ListHashSetTest.yutak2016-03-161-272/+168
* WTF: Implement move semantics for HashTable-based containers.yutak2016-03-156-0/+235
* Mojo C++ bindings: support mapping mojo string to WTF::String.yzshen2016-03-141-1/+4
* WTF TypeTraits: Fix IsTrivially{DefaultConstructible,Destructible}.yutak2016-03-112-2/+45
* Register ArrayBufferContents' adjustAmountOfMemory in V8Initializer::initializeharaken2016-03-104-7/+8
* WTF: Fix Vector<T> memcpy'ing incorrectly for some T.yutak2016-03-103-1/+139
* Rename Vector::prepend to Vector::prependVectoryhirano2016-03-091-2/+2
* Avoid WeakProcessingHashTableHelper<> type redefinitions.sigbjornf2016-03-081-29/+28
* WTF: Move TypeTraits.cpp to test-only target.yutak2016-03-082-1/+7
* blink: Use struct instead of class for type-traits.danakj2016-03-081-8/+10
* Add thread affinity and ASSERT() for same-thread restriction to WTF::Functionhiroshige2016-03-072-15/+65
* WTF::HashTable: Implement move semantics for keys and values.yutak2016-03-074-30/+213
* Use move semantics to move elements inside WTF::HashTable.yutak2016-03-043-35/+61
* Reland of WTF::bind: Handle movable objects in unbound arguments. (patchset #...finnur2016-03-032-11/+81
* Extract webkit_unit_tests from blink_web component.jbroman2016-03-031-0/+8
* Fix name collisions that will occur with chromium style.danakj2016-03-021-26/+0
* Revert of Extract webkit_unit_tests from blink_web component. (patchset #16 i...dimich2016-03-021-8/+0
* Extend FontCache fallback API to support FontFallbackPrioritydrott2016-03-021-0/+2
* Extract webkit_unit_tests from blink_web component.jbroman2016-03-021-0/+8
* Revert of WTF::bind: Handle movable objects in unbound arguments. (patchset #...finnur2016-03-022-81/+11
* Remove unused HashSet<>::isValidValue().sigbjornf2016-03-011-19/+0
* Rename enums/functions that collide in chromium style in WTF::HashMapdanakj2016-03-012-14/+14
* WTF::bind: Handle movable objects in unbound arguments.yutak2016-03-012-11/+81
* Revert of Rename enums/functions that collide in chromium style in WTF::HashM...danakj2016-02-292-16/+16
* [Mac] Drop support for %@ format specifier.jbroman2016-02-292-38/+2