Commits
User selector
Commit History
Commits on Jan 30, 2021
Devirtualize some functions on InputType
Show description for 3f8bd91committed
Commits on Jan 20, 2021
Accelerate HTMLInputElement creation
Show description for 2cc0d11committed
Commits on Apr 7, 2020
AX: VoiceOver can't activate combobox when textfield is inside it
Show description for 511d306committed
Commits on Mar 5, 2019
[iOS] Should not scroll when checkbox, radio, submit, reset, or button is spacebar activated
Show description for 7aedc8dcommitted
Commits on Oct 3, 2018
radio / checkbox inputs should fire "click, input, change" events in order when clicked
Show description for bda80e2committed
Commits on Sep 12, 2017
[Cleanup] Follow up cleanup for DOMFormData implementation
Show description for dc7df9cauthored andcommitted
Commits on Oct 31, 2016
Use #pragma once in WebCore
Show description for fb52ed4authored andcommitted
Commits on Aug 31, 2016
DOM event handling should pass Event around by reference.
Show description for fc4973dcommitted
Andreas Kling
Commits on Mar 4, 2016
Remove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Jan 16, 2014
Remove workaround for compilers not supporting explicit override control
Show description for 6cbc06cauthored andcommitted
Commits on Oct 7, 2013
Add OVERRIDE and virtual where appropriate
Show description for 25f4e48committed
Anders Carlsson
Commits on Sep 17, 2013
CTTE: InputType should store its HTMLInputElement back pointer as a reference
Show description for f35a8a1committed
Sam Weinig
Commits on Aug 28, 2013
Adding "explicit" keyword in forms related classes constructor
Show description for fc3e7cdauthored andcommitted
Commits on Jun 19, 2012
Refactoring: Introduce a class to represent restoring state of a form control
Show description for ede7b2acommitted
Commits on Mar 9, 2012
FileInputType doesn't support (save|restore)FormControlState
Show description for b68f666authored andcommitted
Commits on Feb 13, 2012
[Forms] Use enum instead of bool for HTMLInputElement::setValue
Show description for d2e1893authored andcommitted
Commits on Dec 21, 2011
[Forms] Add OVERRIDE to WebCore/html/*InputType.h
Show description for e5d875cauthored andcommitted
Commits on Nov 18, 2011
Access key should work on all elements.
Show description for caed7caauthored andcommitted
Commits on Nov 7, 2011
InputType::fallbackValue and defaultValue should be const
Show description for 0e9ef76committed
Commits on Sep 9, 2011
Push more code from HTMLInputElement::setValue to TextFieldInputType::setValue
Show description for 2cb4a13committed
Commits on Sep 7, 2011
REGRESSION (Safari 5.1 - ToT): File input retains its file icon when the value is reset
Show description for 60b88d8committed
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading