Commits
User selector
Commit History
Commits on Sep 9, 2021
Refactor Video,Audio,TextTrack and TrackLists to not depend on HTMLMediaElement
Show description for a8f9cffcommitted
Commits on Jul 8, 2021
Remove more custom binding code with GenerateAddOpaqueRoot
Show description for 4deff23committed
Commits on Jun 6, 2021
Reduce use of legacy EventLoopEventQueue and EventLoopTaskQueue
Show description for 1ae8e55committed
Commits on Jun 4, 2021
Rename MainThreadGenericEventQueue to EventLoopEventQueue
Show description for 3513310committed
Commits on Jun 7, 2020
Remove ENABLE_VIDEO_TRACK ifdef guards
Show description for 7db2ea9committed
Commits on Mar 31, 2020
ASSERTION FAILED: m_wrapper on imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay.html
Show description for 9528a43committedOverrides of ActiveDOMObject::hasPendingActivity() should not need to query the base class's hasPendingActivity()
Show description for 8b490c0committed
Commits on Mar 27, 2020
[StressGC] ASSERTION FAILED: m_wrapper under WebCore::MainThreadGenericEventQueue::dispatchOneEvent
Show description for 4363561committed
Commits on Mar 26, 2020
REGRESSION(r259042): It creates some test failures (Requested by youenn on #webkit).
Show description for 3d768a6committedBump boringssl version to M82
Show description for 2c8a521committed
Commits on Dec 20, 2019
Update TrackBase to store m_mediaElement as a WeakPtr
Show description for 7997795authored andcommitted
Commits on Dec 11, 2019
TrackListBase does not need to be an ActiveDOMObject
Show description for daf324bcommitted
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Oct 1, 2019
Make GenericEventQueue an ActiveDOMObject
Show description for 9fce1bbcommitted
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 Aug 17, 2018
Replace canBubble and cancelable booleans in Event by enum classes
Show description for 52b0890committed
Commits on Jul 30, 2018
Nullptr crash accessing Document in GenericEventQueue::dispatchOneEvent()
Show description for 5eea2bbcommitted
Commits on Jul 24, 2018
Unreviewed, rolling out r233496 and r233571.
Show description for eea177ccommitted
Commits on Jul 6, 2018
REGRESSION(r233496): macOS Sierra hits debug assertions in TrackListBase::suspend
Show description for ef5de60committed
Commits on Jul 4, 2018
Nullptr crash accessing Document in GenericEventQueue::dispatchOneEvent()
Show description for 94d988fcommitted
Commits on May 2, 2017
Commits on Apr 28, 2017
[macOS] WebPlaybackControlsManager needs to know when the selected text or audio track changes
Show description for ee0430ecommitted
Commits on Jan 20, 2017
CRASH at WebCore::TrackListBase::remove
Show description for e6fc5dccommitted
Commits on Sep 19, 2016
[media-source] Fix imported/w3c/web-platform-tests/media-source/mediasource-avtracks.html
Show description for 0dbbb54committed
Commits on Aug 2, 2016
Cleanup HTMLMediaElement track lists.
Show description for 70f7c1bcommitted
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 Oct 6, 2015
Use modern for-loops in WebCore/html.
Show description for f614090authored andcommitted
Commits on Mar 25, 2014
Prevent 'removetrack' events from firing when all inband text tracks are removed.
Show description for 7e410c8committed
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Dec 2, 2013
Use GenericEventQueue in TrackListBase and reduce code duplication with scheduleTrackEvent()
Show description for 6ba531aauthored andcommitted
Commits on Nov 7, 2013
[MSE] Add MediaSource extensions to AudioTrack, VideoTrack, and TextTrack.
Show description for 061f631committed
Commits on Nov 5, 2013
[webcore/html] remove extra header includes from cpp files.
Show description for eca14f4authored andcommitted
Commits on Oct 18, 2013
Remove spaces between template angle brackets
Show description for cbed4b9committed
Anders Carlsson