Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Sep 9, 2021
Refactor Video,Audio,TextTrack and TrackLists to not depend on HTMLMediaElement
Show description for a8f9cffcommitted
Commits on Jun 9, 2021
Drop legacy EventLoopEventQueue class
Show description for 57fb33ccommitted
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Apr 14, 2021
Allow text tracks to purge cues outside of the buffered range
Show description for 63015e1committed
Commits on Jun 7, 2020
Remove ENABLE_VIDEO_TRACK ifdef guards
Show description for 7db2ea9committed
Commits on May 1, 2020
Introduce MainThreadNeverDestroyed / MainThreadLazyNeverDestroyed
Show description for 5d2e5bacommitted
Commits on Mar 6, 2020
Improve some media code
Show description for 7797d66committed
Commits on Feb 25, 2020
Refactor TextTrackCue to use more traditional design patterns
Show description for 95743f8committed
Commits on Feb 11, 2020
Support in-band VTT captions when loading media in the GPU Process
Show description for 1a18094committed
Commits on Dec 20, 2019
Invalid assert with tracks not associated to media element
Show description for 8cba503authored andcommitted
Commits on Nov 1, 2019
Add experimental TextTrackCue API
Show description for 631ee63committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Mar 18, 2019
Change some logging levels
Show description for e171818committed
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 Jul 27, 2018
[Media] Avoid unnecessarily constructing *TrackList objects
Show description for fa6ea10committed
Commits on Nov 3, 2017
Replace some auto* with RefPtr within WebCore/html
Show description for 25b7702committed
Jiewen Tan
Commits on Oct 19, 2017
Replace some stack raw pointers with RefPtrs within WebCore/html
Show description for 2ddc8b9committed
Jiewen Tan
Commits on Sep 15, 2017
Switch text tracks to release logging
Show description for 6504e3ecommitted
Commits on Aug 24, 2017
HTMLTrackElement behavior violates the standard
Show description for 0983319authored andcommitted
Commits on Jul 25, 2017
ExceptionCode enumeration should use modern exception names
Show description for 5f34bdecommitted
Commits on Jul 24, 2017
Make ExceptionCode a proper enumeration
Show description for 8adeaebcommitted
Commits on Jul 7, 2017
[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for 60e5e92committed
Commits on Jul 6, 2017
Unreviewed, rolling out r219178.
Show description for 1a37f1acommitted[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for ee7d299committed
Commits on Jun 20, 2017
Remove excessive include directives from WebCore/css
Show description for 056b807committed
Commits on May 2, 2017
Commits on Jan 31, 2017
NULL-deref crash in TextTrack::removeCue()
Show description for a963aa1committed
Commits on Jan 5, 2017
Remove PassRefPtr use from the "html" directory, other improvements
Show description for c8017e9committed
Commits on Jan 4, 2017
Validate the BCP47-ness of the language string passed to TrackBase::setLanguage()
Show description for 6c05406committed
Commits on Dec 6, 2016
[WebIDL] Add support for converting dictionaries to JS
Show description for 136cfc0authored andcommitted
Commits on Oct 26, 2016
First parameter to TextTrack.addCue() / removeCue() should not be nullable
Show description for 7a731dbcommitted
Commits on Oct 23, 2016
Move HTML canvas and tracks from ExceptionCode to Exception
Show description for de653e7committed
Commits on Sep 11, 2016
HTMLTrackElement.kind's invalid value default should be the metadata state
Show description for 7c764e9committed