Commits
User selector
Commit History
Commits on May 31, 2021
Rename presentationAttributeStyle to presentationalHintStyle to match spec language
Show description for 7b918d1committed
Commits on May 10, 2021
Implement <form>.requestSubmit()
Show description for f580025authored andcommitted
Commits on Apr 7, 2020
AX: VoiceOver can't activate combobox when textfield is inside it
Show description for 511d306committed
Commits on Aug 28, 2019
Unable to enter text in https://eat.fi
Show description for b9bad31committed
Commits on Aug 20, 2019
The default tab index of output and fieldset should be -1
Show description for 34b8832committed
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 Nov 1, 2017
Remove unused Element::alwaysCreateUserAgentShadowRoot()
Show description for bd61ee9committed
Commits on Sep 12, 2017
[Cleanup] Follow up cleanup for DOMFormData implementation
Show description for dc7df9cauthored andcommitted
Commits on Aug 31, 2016
DOM event handling should pass Event around by reference.
Show description for fc4973dcommitted
Andreas Kling
Commits on Jul 15, 2016
Update HTML*Element class override methods in final classes
Show description for 78c70d7authored andcommitted
Commits on Jun 20, 2016
:default CSS pseudo-class should match checkboxes+radios with a `checked` attribute
Show description for 677c874committed
Commits on Jun 7, 2016
Update the list of elements attachShadow is allowed
Show description for 6d38df6committed
Commits on Jun 2, 2016
Audit RenderObject casts and fix problems and style issues found
Show description for 4eb118fcommitted
Commits on Apr 25, 2016
Inline RenderStyle into RenderElement
Show description for 26cd850committed
Commits on Apr 24, 2016
RenderStyle should not be reference counted
Show description for 0544478committed
Commits on Mar 4, 2016
Followup to:
Show description for c8f7a9ccommittedRemove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Sep 16, 2015
Add ShadowRoot interface and Element.prototype.attachShadow
Show description for 6446bd0committed
Commits on Apr 23, 2015
Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby.
Show description for 690e9b2committed
Commits on Jan 6, 2015
Modernize the HTMLElement factory
Show description for 42e9106committed
Sam Weinig
Commits on Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Nov 22, 2014
Convert PassRefPtr return types to RefPtr.
Show description for 89b5f6dcommitted
Andreas Kling
Commits on Nov 18, 2014
Fix two bad function names of HTMLFormControlElement
Show description for 553d48fcommitted
Commits on Sep 18, 2014
Use fastHasAttribute() / fastGetAttribute() when possible
Show description for 0e9c793committed
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 31, 2013
Element's renderer factory should return RenderPtrs.
Show description for fe86b6acommitted
Andreas Kling
Commits on Oct 27, 2013
Renderers should receive their style at construction.
Show description for 8d7dc4ccommitted
Andreas Kling
Commits on Oct 16, 2013
Take RenderObjects out of the arena.
Show description for 7a4134bcommitted
Andreas Kling
Commits on Sep 20, 2013
Make createRenderer() return RenderElement
Show description for c299fbacommitted
Commits on Sep 16, 2013
CTTE: Element::createRenderer() should take references
Show description for 76c43eccommitted
Sam Weinig
Commits on Sep 14, 2013
[CTTE] Node subclasses should take a Document by reference in their constructor (Part 3)
Show description for 8c84b3bcommitted
Sam Weinig