Commits
User selector
Commit History
Commits on Jun 5, 2021
FileSystem::readFromFile() should return data as `void*`
Show description for e711459committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Feb 8, 2019
Mark more heap-allocated classes as fast allocated
Show description for bd01a59committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Dec 3, 2018
Use WallTime for file time
Show description for e322b34committed
Commits on Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Aug 3, 2017
Merge WTFThreadData to Thread::current
Show description for 6929944committed
Commits on Jul 31, 2017
Unreviewed, rolling out r220060.
Show description for 0e2b9d0committedMerge WTFThreadData to Thread::current
Show description for 18c458dcommitted
Commits on Jun 19, 2017
Use WTF::Function instead of std::function in more places in WebCore/
Show description for 638ae82committed
Commits on Apr 12, 2017
[WTF] Introduce Thread class and use RefPtr<Thread> and align Windows Threading implementation semantics to Pthread one
Show description for 09382a2committed
Commits on Feb 14, 2017
Removed unused methods of WebCore::FileStream
Show description for f16ce75authored andcommitted
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Jun 24, 2016
Rename NoncopyableFunction to Function
Show description for c8ff0d1committed
Anders Carlsson
Commits on Jun 4, 2016
Unreviewed, rolling out r201663.
Show description for 496582dcommitted
Commits on Jun 3, 2016
Rename NoncopyableFunction to Function
Show description for c5a429acommitted
Anders Carlsson
Commits on May 29, 2016
Templatize NoncopyableFunction class similarly to std::function
Show description for 157deafcommitted
Commits on May 28, 2016
callOnMainThread() should not copy captured lambda variables
Show description for ea1c5e0committed
Commits on May 24, 2016
Unreviewed, rolling out r201341.
Show description for a44a24bcommittedUse lambda capture with initializer instead of StringCapture
Show description for 2be7e4fcommitted
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Nov 9, 2014
Fix various cases of incorrect cross-thread capture of non-thread-safe RefCounted
Show description for e88206ecommittedReplace FileThread class with a single function
Show description for 187afb5committed
Commits on Jun 7, 2014
Use C++11 lambdas to construct FileThread::Task objects
Show description for 4e0a34dcommitted
Commits on May 27, 2014
Remove BLOB guards
Show description for 2fc21eeauthored andcommitted
Commits on May 12, 2014
Clean up MainThreadTask
Show description for 9eacd09committedSimplify FileThread::Task usage
Show description for a64593ccommitted
Commits on Jan 10, 2014
[iOS] Upstream WebCore and Tools miscellaneous changes
Show description for 83c7153committed
Commits on Sep 27, 2013
rename KURL to URL
Show description for bbb7ff6committed
Commits on Mar 5, 2013
Make AsyncFileReader work without ScriptExecutionContext
Show description for 767b67acommitted
Commits on Sep 6, 2012
Part 2 of removing PlatformString.h, remove PlatformString.h
Show description for b2bf7a3committed
Sam Weinig
Commits on Mar 9, 2012
Collapse ENABLE(BLOB)|ENABLE(FILE_SYSTEM) to just ENABLE(BLOB)
Show description for b831c67authored andcommitted
Commits on Mar 7, 2012
Merge AsyncFileStream with FileStreamProxy
Show description for 52a4de8committed
Loading