Commits
User selector
Commit History
Commits on Aug 28, 2020
Prevent infinite recursion when upgrading custom elements
Show description for 7f48449committed
Commits on Aug 26, 2020
HashMap<Ref<T>>::take should return RefPtr<T>
Show description for 7216b59committed
Commits on Aug 25, 2020
Resolve with the class used to define the Custom Element
Show description for c5bf419committed
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 Oct 4, 2019
Clean up some includes to make the build a bit faster: DOMPromise
Show description for 134e6d7committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Aug 4, 2018
Properties set on window.customElements can disappear due to GC
Show description for 5787e5ecommitted
Commits on Aug 2, 2018
Implement customElements.upgrade()
Show description for b0c176dcommitted
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
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 6, 2016
[WebIDL] Add support for converting dictionaries to JS
Show description for 136cfc0authored andcommitted
Commits on Nov 15, 2016
document.createElementNS doesn't construct a custom element
Show description for 689d309committed
Commits on Nov 1, 2016
Remove CUSTOM_ELEMENTS build flag
Show description for 3a4954ecommitted
Commits on Oct 27, 2016
Merge Element::ShadowRootMode and ShadowRoot::Mode enumerations
Show description for bbfb3f8committed
Commits on Oct 25, 2016
Custom elements reactions should have a queue per element
Show description for bbfacdecommitted
Commits on Sep 22, 2016
Improve DeferredWrapper code
Show description for d8ef699authored andcommitted
Commits on Sep 4, 2016
Update the semantics of defined-ness of custom elements per spec changes
Show description for 18678b6committed
Commits on Sep 3, 2016
Unbreak customElements.whenDefined after r205383 with a crash fix
Show description for d495d31committed
Commits on Sep 2, 2016
Temporarily break customElements.whenDefined to remove flaky crashes
Show description for 4a49c8ccommittedOnly update connected custom elements
Show description for 468df61committed
Commits on Sep 1, 2016
Add "whenDefined" to CustomElementRegistry
Show description for 8232920committed
Commits on Aug 31, 2016
Add "get" to CustomElementsRegistry
Show description for 152ac80committed
Commits on Aug 22, 2016
Rename CustomElementsRegistry to CustomElementRegistry
Show description for 005d572committed
Commits on Oct 13, 2013
Remove dead ENABLE(CUSTOM_ELEMENTS) code.
Show description for 6f492cccommitted
Andreas Kling
Commits on Sep 15, 2013
Unreviewed, rolling out r155809.
Show description for 88550f9committed
Andreas KlingCTTE: RenderMedia and RenderVideo are never anonymous.
Show description for 194987bcommitted
Andreas Kling
Commits on Sep 14, 2013
Fix a few lingering ScriptStates.
Show description for 2fe391ccommitted
Sam Weinig
Commits on Aug 30, 2013
Node::document() should return a reference.
Show description for 92f8d05committed
Andreas Kling
Commits on Mar 28, 2013
Custom Elements: should support non-HTML namespaces.
Show description for 3353a87committed
Commits on Mar 22, 2013
Custom Elements: "readyCallback" lifecycle callback should be called.
Show description for 2f54df7committedUnreviewed, rolling out r146534 and r146565.
Show description for bc23088authored andcommitted
Custom Elements: "readyCallback" lifecycle callback should be called.
Show description for 35e7b52committed
Commits on Mar 15, 2013
[Custom Elements] Any HTMLElement subclass should become a superclass of custom element
Show description for 0316006committed
Commits on Mar 13, 2013
Replace static_casts with to* functions for document types.
Show description for 5135480committed