Commits
User selector
Commit History
Commits on Apr 27, 2021
REGRESSION (r276264): Reproducible crash in WebCore::UserActionElementSet::clearFlags
Show description for b6584b8committed
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 Feb 8, 2018
Event improvements
Show description for 1c2c87fcommitted
Commits on Jan 26, 2018
Make scrolling to the focused element async
Show description for c9f7847committed
Commits on Aug 31, 2016
DOM event handling should pass Event around by reference.
Show description for fc4973dcommitted
Andreas Kling
Commits on Aug 26, 2016
HTMLAreaElement's coords attributes parsing does not comply with the HTML specification
Show description for cf82c0ecommitted
Commits on Aug 22, 2016
[iOS] <a ping> and <area ping> tests time out
Show description for 731237bcommitted- authored andcommitted
Commits on Jul 15, 2016
Update HTML*Element class override methods in final classes
Show description for 78c70d7authored andcommitted
Commits on Apr 8, 2016
Focus ring drawn at incorrect location on image map with CSS transform.
Show description for 13153d3committed
Commits on Mar 4, 2016
Remove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Oct 22, 2015
REGRESSION (r181972): Scroll position changes to top of youtube page when switching tabs
Show description for a229844committed
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 Sep 22, 2014
Generate Element casting helper functions
Show description for 60c6d97committed
Commits on Mar 31, 2014
Move the rest of Source/WebCore/html/ code to std::unique_ptr
Show description for 7611b45committed
Commits on Jan 16, 2014
Change all uses of FINAL to final now that all our compilers support it
Show description for f23ba75committed
Anders CarlssonRemove workaround for compilers not supporting explicit override control
Show description for 6cbc06cauthored andcommitted
Commits on Dec 18, 2013
[iOS] Upstream WebCore/html changes
Show description for 22c5c18committed
Commits on Oct 14, 2013
Merge NODE_TYPE_CASTS and ELEMENT_TYPE_CASTS
Show description for a35c9cccommitted
Sam Weinig
Commits on Oct 7, 2013
Add OVERRIDE and virtual where appropriate
Show description for 25f4e48committed
Anders Carlsson
Commits on Sep 30, 2013
Use RenderElement instead of RenderObject in many places
Show description for d601773committed
Commits on Sep 18, 2013
Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in WebCore
Show description for 07ed320committed
Sam Weinig
Commits on Sep 17, 2013
Add make_unique and start using it
Show description for 75b9b15committed
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 Aug 23, 2013
<https://webkit.org/b/120166> Add Traversal<ElementType> template
Show description for 4fb13bacommitted
Commits on Aug 6, 2013
.: Remove support for HTML5 MicroData
Show description for cd04009committed
Sam Weinig
Commits on Jul 3, 2013
Append overloading function for isFooElement
Show description for 0134571committed
Kangil Han
Commits on Jun 26, 2013
Adopt is/toHTMLAreaElement for code cleanup
Show description for 8eaf29acommitted
Kangil Han