Commits
User selector
Commit History
Commits on May 31, 2021
Rename presentationAttributeStyle to presentationalHintStyle to match spec language
Show description for 7b918d1committed
Commits on Aug 22, 2020
Create documentOrder function, start refactoring to use it instead of Range::compare functions
Show description for 5e7fe98committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Sep 7, 2018
[CSSOM View] Handle the scrollingElement in Element::scroll(Left/Top/Width/Height/To)
Show description for 16adc8fauthored andcommitted
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Oct 31, 2017
Make it possible to test rubber-banding in overflow scroll
Show description for 01e728acommitted
Commits on Oct 21, 2017
Rename insertedInto and removedFrom to insertedIntoAncestor and removedFromAncestor
Show description for c4daa2ecommitted
Commits on Oct 18, 2017
Add an argument indicating the type of insertion to Node::insertedInto
Show description for 1cb0298committed
Commits on Oct 17, 2017
Assert that Node::insertedInto doesn't fire an event
Show description for ccbbc40committed
Commits on Oct 31, 2016
Use #pragma once in WebCore
Show description for fb52ed4authored andcommitted
Commits on Sep 6, 2016
Align element.scroll() / scrollTo() / scrollBy() with the CSSOM specification
Show description for bcbd769committed
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 Apr 13, 2015
Legacy scroll behavior on HTMLBodyElement should only apply to the first body element of a document
Show description for d27a2e3committed
Commits on Mar 15, 2015
More event handler improvements
Show description for cca6b51committed
Commits on Mar 6, 2015
Remove unused C++ DOM event handler attribute functions
Show description for dc51a50committed
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 Jul 11, 2014
REGRESSION (r168868): eBay 'see all' links fail due to different JS bindings conversion behavior.
Show description for 14ccdc3committed
Commits on May 14, 2014
Subpixel layout: Change Element.offset* client* scroll* return type to double.
Show description for e0c6ef6committed
Commits on Jan 17, 2014
Run clang-modernize and let it add a bunch of missing overrides.
Show description for 3cdcf8dcommitted
Anders Carlsson
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 4, 2013
bgColor, setBgColor, alinkColor, setAlinkColor, and etc... on HTMLBodyElement are useless
Show description for 640d38bcommitted
Commits on Nov 28, 2013
Rename StylePropertySet to StyleProperties
Show description for 81e75d1committed
Commits on Nov 18, 2013
Clean up static_cast<HTMLFoo*> usage
Show description for 6660f22committed
Gyuyoung Kim
Commits on Nov 9, 2013
Change collectStyleForPresentationAttribute and related functions to take a MutableStylePropertySet by reference
Show description for b34c640committed
Sam Weinig
Commits on Oct 4, 2013
Node: removedFrom() and insertedInto() should use references.
Show description for 03df149committed
Andreas Kling
Commits on Sep 27, 2013
rename KURL to URL
Show description for bbb7ff6committed
Commits on Sep 18, 2013
Merge HTMLBodyElement::didNotifySubtreeInsertions into HTMLBodyElement::insertedInto
Show description for ed34c4dcommitted
Commits on Sep 14, 2013
[CTTE] Node subclasses should take a Document by reference in their constructor (HTMLBodyElement)
Show description for fd03a67committed
Sam Weinig
Commits on May 26, 2013
Move Node::supportsFocus() to Element.
Show description for 4d231e9committed
Andreas Kling
Commits on May 12, 2013
Apply FINAL to the Node hierarchy.
Show description for ea068d4committed
Andreas Kling
Commits on Feb 23, 2013
StyledElement: Tweak signature of collectStyleForPresentationAttribute().
Show description for d65ad38committed
Andreas Kling