Commits
User selector
Commit History
Commits on Jan 30, 2021
Devirtualize some functions on InputType
Show description for 3f8bd91committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Jul 26, 2018
String(View) should have a splitAllowingEmptyEntries function instead of a flag parameter
Show description for 084b336committed
Commits on Jun 5, 2018
REGRESSION(r231291): InputType should hold a WeakPtr to its HTMLInputElement
Show description for 6961569committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on Nov 23, 2017
Reduce WTF::String operations that do unnecessary Unicode operations instead of ASCII
Show description for b87efbecommitted
Commits on Jan 5, 2017
Form validation: Align email validation with the latest HTML specification
Show description for d02c85dcommitted
Commits on Jan 9, 2016
Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_LOCAL
Show description for 6c809f3committed
Andreas Kling
Commits on Oct 6, 2015
Use modern for-loops in WebCore/html.
Show description for f614090authored andcommitted
Commits on Sep 3, 2014
Use StringBuilder append(char) and appendLiteral in more places
Show description for e23e980authored andcommitted
Commits on Mar 14, 2014
Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL
Show description for 08f1ec2committed
Commits on Feb 27, 2014
Remove FeatureObserver.
Show description for 186062ccommitted
Andreas Kling
Commits on Jan 24, 2014
Move RegularExpression into JavaScriptCore for inspector
Show description for 1c7e9bfcommitted
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 Jan 29, 2013
FeatureObserver: Input types are counted unexpectedly in a page with Modernizr
Show description for ae36409committed
Commits on Jan 24, 2013
Add form-related instrumentations, and support 33+ features in FeatureObserver
Show description for 5026623committed
Commits on Oct 20, 2012
Implement setRangeText() on text controls
Show description for e651deeauthored andcommitted
Commits on Sep 11, 2012
Move InputTypeNames to a separate file
Show description for 2e39cf1committed
Commits on May 11, 2012
Sanitization algorithm for input type=email should strip whitespaces
Show description for 971e54bcommitted
Commits on Oct 13, 2011
REGRESSION(r89915): <input type=email multiple> don't show the default value
Show description for 353004ccommitted
Commits on Jun 28, 2011
2011-06-28 Kentaro Hara <haraken@google.com>
Show description for 3705bf0committed
Commits on May 12, 2011
2011-05-11 Kent Tamura <tkent@chromium.org>
Show description for 0b4db0ccommitted
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading