Commits
User selector
Commit History
Commits on Sep 9, 2021
Improve performance by using StringView, not "const StringView&"
Show description for c064dfccommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
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 Sep 13, 2020
Consolidate BaseDateAndTimeInputType and BaseChooserOnlyDateAndTimeInputType
Show description for dfe1e9dcommitted
Commits on Sep 9, 2020
[macOS] Add editability to input type=time
Show description for 625d3f8committed
Commits on Sep 1, 2020
[macOS] Handle events for date inputs with editable components
Show description for 36e78b7committed
Commits on Aug 31, 2020
[macOS] Date inputs should contain editable components
Show description for a8b5224committed
Commits on Aug 25, 2020
Use more enum classes in DateComponents
Show description for 71aff65authored andcommitted
Commits on Jul 3, 2020
Convert DateComponents parsing code to use Optional based return values rather than out-parameters
Show description for 7288d6fcommitted
Sam Weinig
Commits on Jun 22, 2020
Unreviewed, reverting r263331.
Show description for 2f906c0committed
Jason Lawrence
Commits on Jun 21, 2020
Convert DateComponents parsing code to use Optional based return values rather than out-parameters
Show description for 3e6e542committed
Sam Weinig
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Oct 29, 2016
Move all classes in the HTML directory from ExceptionCode to Exception
Show description for 4b4a891committed
Commits on Mar 4, 2016
Remove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Jun 24, 2015
Enable -Winconsistent-missing-override when building with Xcode
Show description for a9a0d13committed
Anders Carlsson
Commits on Oct 29, 2014
Clean up virtual functions in html/
Show description for 72dc66bcommitted
Commits on Feb 27, 2014
Remove FeatureObserver.
Show description for 186062ccommitted
Andreas Kling
Commits on Jan 16, 2014
Remove workaround for compilers not supporting explicit override control
Show description for 6cbc06cauthored andcommitted
Commits on Jan 11, 2014
Fix iOS build.
Show description for ea3d1b9committed
Commits on Oct 29, 2013
HTML input type objects should be managed through std::unique_ptr
Show description for 0cb300fauthored andcommitted
Commits on Sep 17, 2013
Stop explicitly using PassOwnPtr in WebCore/html
Show description for 74b99b4committed
Anders CarlssonCTTE: 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 May 29, 2013
Remove ENABLE_INPUT_MULTIPLE_FIELDS_UI.
Show description for 8ebded5committed
Commits on Mar 22, 2013
INPUT_MULTIPLE_FIELDS_UI: Incomplete datetime format should fallback to default
Show description for fcc8f53authored andcommitted
Commits on Jan 29, 2013
FeatureObserver: Input types are counted unexpectedly in a page with Modernizr
Show description for ae36409committed
Commits on Nov 2, 2012
Add a common base class for date/time input types without inline editing behavior
Show description for dee1855committed
Commits on Oct 2, 2012
[Forms] Multiple fields datetime/datetime-local input UI
Show description for 35b64bfcommitted
Commits on May 21, 2012
[Forms] Move numeric related methods in HTMLInputElement class to another place
Show description for 05aa5f7committed
Commits on May 9, 2012
Source/WebCore: Add identifying methods for date/time input types.
Show description for caf4986authored andcommitted
Commits on Dec 21, 2011
[Forms] Add OVERRIDE to WebCore/html/*InputType.h
Show description for e5d875cauthored andcommitted
Commits on Oct 5, 2011
Introduce feature flags for incomplete input types
Show description for ee7ca39committed
Commits on Apr 30, 2011
2011-04-29 Joseph Pecoraro <joepeck@webkit.org>
Show description for 93fdc38committed
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading