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

Issue 17076013: Implementing blink side of 'invalid' AutocompleteErrorEvent#reason (Closed)

Created:
7 years, 6 months ago by Dan Beam
Modified:
7 years, 6 months ago
Reviewers:
tkent
CC:
blink-reviews, jamesr, eae+blinkwatch, adamk+blink_chromium.org, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Implementing blink side of 'invalid' AutocompleteErrorEvent#reason R=tkent@chromium.org BUG=168967 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152699

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : no events #

Total comments: 4

Patch Set 5 : remove param name #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -7 lines) Patch
M Source/WebKit/chromium/src/WebFormElement.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/html/HTMLFormControlElement.cpp View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.h View 1 2 3 4 5 3 chunks +3 lines, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 2 3 4 5 3 chunks +9 lines, -4 lines 0 comments Download
M public/web/WebFormElement.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Dan Beam
7 years, 6 months ago (2013-06-19 00:23:46 UTC) #1
tkent
not lgtm. HTMLFormElement::checkValidity should not exposed to Chromium. checkValidity dispatches 'invalid' events. Event handlers for ...
7 years, 6 months ago (2013-06-19 00:52:08 UTC) #2
Dan Beam
bool -> enum, ptal
7 years, 6 months ago (2013-06-19 02:16:27 UTC) #3
tkent
https://codereview.chromium.org/17076013/diff/8001/Source/core/html/HTMLFormControlElement.cpp File Source/core/html/HTMLFormControlElement.cpp (right): https://codereview.chromium.org/17076013/diff/8001/Source/core/html/HTMLFormControlElement.cpp#newcode408 Source/core/html/HTMLFormControlElement.cpp:408: bool needsDefaultAction = dispatchEvents == CheckValidityDispatchEventsAllowed && dispatchEvent(Event::create(eventNames().invalidEvent, false, ...
7 years, 6 months ago (2013-06-19 02:24:03 UTC) #4
Dan Beam
https://codereview.chromium.org/17076013/diff/8001/Source/core/html/HTMLFormControlElement.cpp File Source/core/html/HTMLFormControlElement.cpp (right): https://codereview.chromium.org/17076013/diff/8001/Source/core/html/HTMLFormControlElement.cpp#newcode408 Source/core/html/HTMLFormControlElement.cpp:408: bool needsDefaultAction = dispatchEvents == CheckValidityDispatchEventsAllowed && dispatchEvent(Event::create(eventNames().invalidEvent, false, ...
7 years, 6 months ago (2013-06-19 02:42:39 UTC) #5
tkent
lgtm
7 years, 6 months ago (2013-06-19 03:07:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/17076013/7005
7 years, 6 months ago (2013-06-19 03:36:48 UTC) #7
commit-bot: I haz the power
7 years, 6 months ago (2013-06-19 05:40:45 UTC) #8
Message was sent while issue was closed.
Change committed as 152699

Powered by Google App Engine
This is Rietveld 408576698