Commits
User selector
Commit History
Commits on Sep 14, 2020
[WebIDL] Remove need for [MayThrowException] on constructors and legacy factory functions
Show description for ee321f4committed
Sam Weinig
Commits on Feb 20, 2020
Add support for AudioSession handling in GPUProcess for capture
Show description for 969446ccommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Jun 4, 2017
Streamline handling of attributes, using references as much as possible
Show description for c97753dcommitted
Commits on Oct 31, 2016
Use #pragma once in WebCore
Show description for fb52ed4authored andcommitted
Commits on Jul 15, 2016
Update HTML*Element class override methods in final classes
Show description for 78c70d7authored andcommitted
Commits on Mar 4, 2016
Remove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on May 29, 2015
Rename MediaSession and MediaSessionClient to PlatformMediaSession and PlatformMediaSessionClient so we can use MediaSession for the formal implementation of the Media Session spec.
Show description for 0db37c9authored andcommitted
Commits on Jan 6, 2015
Modernize the HTMLElement factory
Show description for 42e9106committed
Sam Weinig
Commits on Nov 22, 2014
Convert PassRefPtr return types to RefPtr.
Show description for 89b5f6dcommitted
Andreas Kling
Commits on Oct 30, 2014
Optimize HTMLVideoElement / HTMLAudioElement type checks a bit
Show description for 9d58065committed
Commits on Sep 25, 2014
Minor refactoring to mediaType/presentationType
Show description for 22ebe1bcommitted
Commits on Sep 22, 2014
Generate Element casting helper functions
Show description for 60c6d97committed
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Jan 16, 2014
Change all uses of FINAL to final now that all our compilers support it
Show description for f23ba75committed
Anders Carlsson
Commits on Oct 14, 2013
Merge NODE_TYPE_CASTS and ELEMENT_TYPE_CASTS
Show description for a35c9cccommitted
Sam Weinig
Commits on Sep 15, 2013
CTTE: Node subclasses should take a Document by reference in their constructor (Part 10)
Show description for 5241a70committed
Sam Weinig
Commits on Sep 14, 2013
[CTTE] Node subclasses should take a Document by reference in their
Show description for f755ac3committed
Sam Weinig
Commits on Sep 10, 2013
toFooElement() should use static_cast, not reinterpret_cast.
Show description for 83b4cdacommitted
Andreas Kling
Commits on Sep 5, 2013
Generate toFooElement() functions from tagname data.
Show description for 73dddf7committed
Gyuyoung Kim
Commits on Sep 2, 2013
Generate isFooElement() functions from tagname data.
Show description for 9444d0bcommitted
Andreas KlingUnreviewed, rolling out r154955.
Show description for a0ab889authored andcommitted
Generate isFooElement() functions from tagname data.
Show description for be65317committed
Andreas Kling
Commits on Jul 3, 2013
Append overloading function for isFooElement
Show description for 0134571committed
Kangil Han
Commits on Jun 28, 2013
HTMLAudioElement doesn't have to know about isVideo function
Show description for 8a18764committed
Kangil Han
Commits on Jun 26, 2013
Adopt is/toHTMLAudioElement for code cleanup
Show description for add5b1bcommitted
Kangil Han
Commits on May 12, 2013
Apply FINAL to the Node hierarchy.
Show description for ea068d4committed
Andreas Kling
Commits on Mar 8, 2013
Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
Show description for 7353060committed
Commits on Mar 7, 2013
Remove WebCore::Node::isActiveNode() since it isn't called anywhere.
Show description for 5ead386committed
Commits on Mar 6, 2013
Unreviewed, rolling out r144859.
Show description for e1d4a10authored andcommitted
Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
Show description for fcea13fcommitted
Commits on Feb 8, 2013
Adjust usage of ENABLE flags to enable whole content
Show description for 50d11b1committed
Commits on Dec 15, 2011
Text tracks should be treated differently according to their kind
Show description for 5d520ffcommitted
Commits on Nov 15, 2011
Source/WebCore: Event listener for active DOM object that is also DOM node can be garbage collected prematurely.
Show description for 2e70822authored andcommitted