Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Issue 8135023: Merge 96290 - REGRESSION(r93858): Can't type anything into input elements when maxlength is great... (Closed)

Created:
9 years, 2 months ago by tkent
Modified:
9 years, 2 months ago
Reviewers:
tkent
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/874/
Visibility:
Public.

Description

Merge 96290 - REGRESSION(r93858): Can't type anything into input elements when maxlength is greater than 2^31 https://bugs.webkit.org/show_bug.cgi?id=68981 Reviewed by Darin Adler. Source/WebCore: * html/parser/HTMLParserIdioms.cpp: (WebCore::parseHTMLInteger): Check the failure of charactersToIntStrict(). (WebCore::parseHTMLNonNegativeInteger): Check the failure of charactersToUIntStrict(). LayoutTests: * fast/forms/input-text-paste-maxlength-expected.txt: * fast/forms/input-text-paste-maxlength.html: TBR=tkent@chromium.org BUG=crbug.com/98117 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96671

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -5 lines) Patch
M LayoutTests/fast/forms/input-text-paste-maxlength.html View 3 chunks +8 lines, -0 lines 0 comments Download
M LayoutTests/fast/forms/input-text-paste-maxlength-expected.txt View 1 chunk +3 lines, -1 line 0 comments Download
M Source/WebCore/html/parser/HTMLParserIdioms.cpp View 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
tkent
9 years, 2 months ago (2011-10-05 01:31:01 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698