Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Jun 7, 2020
Remove ENABLE_VIDEO_TRACK ifdef guards
Show description for 7db2ea9committed
Commits on Sep 18, 2019
Make all ScriptWrappable IsoHeap-ed
Show description for 92755fccommittedUnreviewed, rolling out r250030.
Show description for fa5885fcommittedMake all ScriptWrappable IsoHeap-ed
Show description for 1475759committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
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 Aug 17, 2018
Replace canBubble and cancelable booleans in Event by enum classes
Show description for 52b0890committed
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Jan 17, 2017
Remove unnecessary includes
Show description for 00c1745authored andcommitted
Commits on Dec 20, 2016
Remove a few trivial custom bindings
Show description for 76030d0committed
Sam Weinig
Commits on Oct 20, 2016
Add convenience function that combines WTF::visit(...) with WTF::makeVisitor(...)
Show description for 5b2f817committed
Sam Weinig
Commits on Oct 19, 2016
Replace std::experimental::variant with WTF::Variant (or similar)
Show description for bb7b88bauthored andcommitted
Commits on Oct 18, 2016
Update TrackEvent to stop using legacy [ConstructorTemplate=Event]
Show description for f4cb557committed
Commits on May 16, 2016
Modernize Track classes' code
Show description for 7058a0ccommitted
Commits on Feb 11, 2016
Rename *Event::create* which creates events for bindings to *Event::createForBindings* and cleanup corresponding paths
Show description for cbc550bcommitted
Jiewen Tan
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Sep 22, 2013
Event and EventTarget interfaces don't need to be store as AtomicStrings
Show description for 91201bdcommitted
Sam Weinig
Commits on Nov 4, 2011
Add TrackEvent
Show description for 5747fb6committed
Loading