Commits
User selector
Commit History
Commits on Jun 9, 2021
Drop legacy EventLoopEventQueue class
Show description for 57fb33ccommitted
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on Sep 15, 2020
Element should not set an attribute inside its constructor
Show description for 211fafecommitted
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 5d2e5bacommittedSome HTML element critical paths include AtomString materialization
Show description for a0ab431committed
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 23, 2020
Follow up element iterator work by reducing includes and using is<> in a few more places
Show description for 977c006committed
Commits on Feb 21, 2020
Support in-band metadata cues when loading media in the GPU Process
Show description for de5168acommitted
Commits on Jan 17, 2020
REGRESSION (r254483): media/track/track-cues-sorted-before-dispatch.html became very flaky
Show description for d400461committed
Commits on Dec 9, 2019
Streamline PODIntervalTree code and remove ValueToString
Show description for d281452committed
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 Feb 19, 2019
Continue reducing use of String::format, now focusing on hex: "%p", "%x", etc.
Show description for bd98801committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Dec 12, 2017
Web Inspector: Optionally log WebKit log parameters as JSON
Show description for ed5b890committed
Commits on Nov 4, 2017
Simplify event dispatch code and make it a bit more consistent
Show description for 51d8baacommitted
Commits on Sep 15, 2017
Switch text tracks to release logging
Show description for 6504e3ecommitted
Commits on Jun 20, 2017
Remove excessive include directives from WebCore/css
Show description for 056b807committed
Commits on Jan 5, 2017
Remove PassRefPtr use from the "html" directory, other improvements
Show description for c8017e9committed
Commits on Oct 29, 2016
Remove some unnecessary includes
Show description for d5e3798authored andcommitted
Commits on Oct 23, 2016
Move HTML canvas and tracks from ExceptionCode to Exception
Show description for de653e7committed
Commits on Aug 23, 2016
Drop TextTrackCue's constructor as per the latest specification
Show description for ba9968fcommitted
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on May 12, 2016
Drop toJS() overload taking a PassRefPtr<> parameter
Show description for be3bf07committed
Commits on May 3, 2016
Change IDL enumerations to be nested in their C++ class instead of at WebCore namespace level
Show description for b7dd5abcommitted
Commits on May 2, 2016
Stop using string-based enumerations in TextTrack, and eliminate support for string-based enumerations
Show description for 907f2c8committed
Commits on Nov 12, 2015
Stop passing a PassRefPtr to dispatchEvent()
Show description for 5456adccommitted
Commits on Aug 19, 2015
Remove ENABLE_WEBVTT_REGIONS
Show description for d13a8e3committed
Commits on Sep 5, 2014
Refactoring: make MediaTime the primary time type for audiovisual times.
Show description for 78289dccommitted
Commits on May 29, 2014
Captions during HLS playback flash/are difficult to readily
Show description for 967ff48committed
Commits on May 21, 2014
[Mac] DataCues do not work properly when rewinding video
Show description for 5551e96committed
Commits on May 9, 2014
Multiple (stacked) cues when shuttling through video while playing closed captions
Show description for 2360469committed