Commits
User selector
Commit History
Commits on Aug 30, 2021
SubmitEvent.submitter property isn't set for <button type="submit">
Show description for e4bb8ddcommitted
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 Feb 3, 2021
Rename HTMLFormControlElement::setNeedsWillValidateCheck() to updateWillValidateAndValidity()
Show description for c8b19cecommitted
Commits on Aug 19, 2020
<button> should support display:inline-grid/grid/inline-flex/flex correctly
Show description for d3cc32fcommitted
Commits on May 1, 2020
Introduce MainThreadNeverDestroyed / MainThreadLazyNeverDestroyed
Show description for 5d2e5bacommitted
Commits on Apr 7, 2020
AX: VoiceOver can't activate combobox when textfield is inside it
Show description for 511d306committed
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 May 2, 2018
Source/WebCore:
Show description for 63a6dd9committed
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Sep 12, 2017
[Cleanup] Follow up cleanup for DOMFormData implementation
Show description for dc7df9cauthored andcommitted
Commits on Jul 7, 2017
[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for 60e5e92committed
Commits on Jul 6, 2017
Unreviewed, rolling out r219178.
Show description for 1a37f1acommitted[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for ee7d299committed
Commits on Aug 31, 2016
DOM event handling should pass Event around by reference.
Show description for fc4973dcommitted
Andreas Kling
Commits on Jul 16, 2016
Rename fastGetAttribute to attributeWithoutSynchronization
Show description for 6b421c7committed
Commits on Jul 15, 2016
Use fastGetAttribute() / setAttributeWithoutSynchronization() when possible
Show description for 186211acommitted
Commits on Jun 20, 2016
:default CSS pseudo-class should match checkboxes+radios with a `checked` attribute
Show description for 677c874committed
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 Jan 22, 2016
Reduce use of equalIgnoringCase to just ignore ASCII case
Show description for 485663fcommitted
Commits on Jan 9, 2016
Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_LOCAL
Show description for 6c809f3committed
Andreas Kling
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Apr 23, 2015
Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby.
Show description for 690e9b2committed
Commits on Mar 29, 2015
Remove unneeded includes of "Attribute.h"
Show description for bf5a63fcommitted
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 Oct 2, 2014
Have is<>(T*) function do a null check on the pointer argument
Show description for fbb4a2acommitted
Commits on Oct 1, 2014
Use is<>() / downcast<>() for Event classes
Show description for 821b422committed
Commits on Sep 18, 2014
Use fastHasAttribute() / fastGetAttribute() when possible
Show description for 0e9c793committed
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Jun 26, 2014
[iOS]: Tapping <button> outside of a form is no longer working
Show description for b126e03committed