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

Issue 2372593005: Restrict type attribute on menuitem (Closed)

Created:
4 years, 2 months ago by rwlbuis
Modified:
4 years, 1 month ago
Reviewers:
tkent
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Restrict type attribute on menuitem Restrict type attribute on menuitem to known values only[1]: "The attribute is an enumerated attribute with three keywords and states. The "command" keyword maps to the Command state, the "checkbox" keyword maps to the Checkbox state, and the "radio" keyword maps to the Radio state. The missing value default is the Command state." BUG=665000 [1] https://html.spec.whatwg.org/#attr-menuitem-type Committed: https://crrev.com/1c81588c798e7ca59e0e66b5439310c0587a2e6d Cr-Commit-Position: refs/heads/master@{#432046}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 4

Patch Set 3 : Use ReflectOnly etc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -94 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt View 1 1 chunk +0 lines, -30 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-misc-expected.txt View 1 1 chunk +1 line, -62 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (8 generated)
rwlbuis
PTAL.
4 years, 1 month ago (2016-11-14 03:33:06 UTC) #5
tkent
> BUG=651762 It's a meta bug. Please file a new bug for an actual issue ...
4 years, 1 month ago (2016-11-14 03:45:49 UTC) #6
tkent
https://codereview.chromium.org/2372593005/diff/20001/third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp File third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp (right): https://codereview.chromium.org/2372593005/diff/20001/third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp#newcode53 third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp:53: if (equalIgnoringCase(menuItemType, "radio")) { Do you want equalIgnoringCase(), not ...
4 years, 1 month ago (2016-11-14 03:47:09 UTC) #7
rwlbuis
PTAL. https://codereview.chromium.org/2372593005/diff/20001/third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp File third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp (right): https://codereview.chromium.org/2372593005/diff/20001/third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp#newcode53 third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp:53: if (equalIgnoringCase(menuItemType, "radio")) { On 2016/11/14 03:47:09, tkent ...
4 years, 1 month ago (2016-11-14 15:22:26 UTC) #8
rwlbuis
On 2016/11/14 03:45:49, tkent wrote: > > BUG=651762 > > It's a meta bug. Please ...
4 years, 1 month ago (2016-11-14 15:26:58 UTC) #10
tkent
lgtm
4 years, 1 month ago (2016-11-14 22:51:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2372593005/40001
4 years, 1 month ago (2016-11-14 23:21:17 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-15 01:44:49 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 01:52:08 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1c81588c798e7ca59e0e66b5439310c0587a2e6d
Cr-Commit-Position: refs/heads/master@{#432046}

Powered by Google App Engine
This is Rietveld 408576698