summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/wtf/wtf.gypi
Commit message (Expand)AuthorAgeFilesLines
* wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h.bsep2016-03-231-2/+1
* Revert of wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. (pa...aberent2016-03-231-1/+2
* wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h.bsep2016-03-231-2/+1
* Merge WTF::initializeMainThread into WTF::initializeharaken2016-03-221-2/+0
* Deprecate some macros in wtf/Assertions.h in favor of base/logging.htkent2016-03-181-4/+0
* Cleanup of wtf/Assertions.*tkent2016-03-181-1/+0
* WTF: Move TypeTraits.cpp to test-only target.yutak2016-03-081-1/+1
* Teach WTF::Deque work with move-only typesmikhail.pozdnyakov2016-01-111-1/+0
* Replace WTF::forward with std::forward.jbroman2016-01-081-1/+0
* Move Source/config.h to Source/wtf/build_config.h.tkent2015-12-171-0/+1
* Remove WTF::alias in favor of base::debug::Alias.esprehn2015-12-141-2/+0
* Remove wtf/NullPtr.h, and decltype(nullptr) in third_party/WebKit.tkent2015-11-121-1/+0
* Rename DefaultAllocator to PartitionAllocatorharaken2015-10-301-2/+2
* Remove FastAllocBase.hharaken2015-10-281-1/+0
* Oilpan: Remove FastMalloc.{h,cpp}haraken2015-10-281-2/+0
* Remove some CFString-related code in WTF.tkent2015-10-281-1/+0
* Do not strip zeros from exponents in numberToFixedPrecisionString().sandersd2015-10-231-0/+1
* Adds WTF::ScopedLogger, a logger that shows nested calls by indenting.skobes2015-10-141-0/+1
* ASCIICaseFoldTable should be defined in a .cc filemikhail.pozdnyakov2015-10-141-0/+1
* Make WTF spinlocks yieldjschuh2015-10-131-0/+1
* Deprecate wtf::MessageQueuekinuko@chromium.org2015-09-141-1/+0
* Add partitionsOutOfMemoryUsingXXX to know Blink memory usage from crash repor...tasak@google.com2015-09-041-0/+2
* Move allocation-related macros to wtf/Allocator.hharaken@chromium.org2015-07-301-0/+1
* Fix ODR violation that can break WTF::String pretty printing in tests.dcheng@chromium.org2015-07-281-4/+2
* Merge Source/wtf/unicode into Source/wtf/text.benwells@chromium.org2015-07-071-8/+8
* Get rid of getCurrentProcessID in favor of getUniqueIdForProcess.rickyz@chromium.org2015-06-301-1/+0
* Remove ArrayBufferDeallocationObserverbinji@chromium.org2015-06-161-1/+0
* Remove WTF::DoubleBufferedDeque.tkent@chromium.org2015-06-151-2/+0
* Faster WTF::toASCIILower() implementation for 8-bit stringsmikhail.pozdnyakov@intel.com2015-06-121-0/+1
* Replace OwnPtr with WTF::Optional for optional recorders.jbroman@chromium.org2015-06-021-0/+3
* Move AddressSanitizer.h to wtf/sigbjornf@opera.com2015-05-211-0/+1
* PartitionAlloc: Centralize Partition allocators into one place (Part 1)haraken@chromium.org2015-03-311-0/+2
* Introduce WTF::ConditionalDestructor policy classmikhail.pozdnyakov@intel.com2015-03-131-0/+1
* Annotate WTF::Vector class so ASAN can detect container overflows.ochang@chromium.org2015-02-171-0/+1
* Revert of Annotate WTF::Vector class so ASAN can detect container overflows. ...yhirano@chromium.org2015-02-171-1/+0
* Annotate WTF::Vector class so ASAN can detect container overflows.ochang@chromium.org2015-02-171-0/+1
* Remove the WTF::MallocZoneSupport classmikhail.pozdnyakov@intel.com2015-01-141-1/+0
* remove WTF::Complexmostynb@opera.com2014-12-131-1/+0
* Remove WTF::ThreadFunctionInvocationmikhail.pozdnyakov@intel.com2014-10-031-1/+0
* Remove home-brewed std::nullptr_t declarationmikhail.pozdnyakov@intel.com2014-10-011-1/+0
* Delete most of wtf/Threadingjochen@chromium.org2014-09-251-3/+0
* Shrink the binary by not super inlining all string concatenations.bratell@opera.com2014-09-121-0/+1
* Stop inlining StringBuffer<CharType>::shrink().bratell@opera.com2014-09-011-0/+1
* Prioritizing input and compositor tasks in the blink scheduler.alexclarke@chromium.org2014-08-131-0/+2
* Some inline ARM assembly for saturated arithmetic and a small speed-uppicksi@chromium.org2014-07-011-0/+1
* Revert of Some inline ARM assembly for saturated arithmetic, a small speed-up...timloh@chromium.org2014-06-301-1/+0
* Some inline ARM assembly for saturated arithmetic and a small speed-uppicksi@chromium.org2014-06-301-0/+1
* Fix RefPtr's move assignment operatorch.dumez@samsung.com2014-06-301-0/+1
* Oilpan: Improve address space randomization for the Oilpan heap.ager@chromium.org2014-06-271-0/+2
* Kill WTF::DecimalNumber classch.dumez@samsung.com2014-05-191-2/+0