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

Issue 1490973002: Remove HTMLFormControlElement::m_disabled, m_isReadOnly, and m_isRequired. (Closed)

Created:
5 years ago by tkent
Modified:
5 years ago
Reviewers:
kochi
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/src.git@attr-hook-2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove HTMLFormControlElement::m_disabled, m_isReadOnly, and m_isRequired. We don't need to keep them because parseAttribute knows their old values. BUG=561251 Committed: https://crrev.com/70e269230aae5a9d299813492f76828615c284e9 Cr-Commit-Position: refs/heads/master@{#362914}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : apply review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -24 lines) Patch
M third_party/WebKit/Source/core/html/HTMLFormControlElement.h View 1 2 chunks +4 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp View 1 6 chunks +17 lines, -16 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
tkent
kochi-san, would you review this please?
5 years ago (2015-12-03 03:25:59 UTC) #4
kochi
https://codereview.chromium.org/1490973002/diff/20001/third_party/WebKit/Source/core/html/HTMLFormControlElement.h File third_party/WebKit/Source/core/html/HTMLFormControlElement.h (right): https://codereview.chromium.org/1490973002/diff/20001/third_party/WebKit/Source/core/html/HTMLFormControlElement.h#newcode103 third_party/WebKit/Source/core/html/HTMLFormControlElement.h:103: bool isReadOnly() const { return fastHasAttribute(HTMLNames::readonlyAttr); } isRequired() is ...
5 years ago (2015-12-03 03:38:59 UTC) #5
tkent
I updated the patch. https://codereview.chromium.org/1490973002/diff/20001/third_party/WebKit/Source/core/html/HTMLFormControlElement.h File third_party/WebKit/Source/core/html/HTMLFormControlElement.h (right): https://codereview.chromium.org/1490973002/diff/20001/third_party/WebKit/Source/core/html/HTMLFormControlElement.h#newcode103 third_party/WebKit/Source/core/html/HTMLFormControlElement.h:103: bool isReadOnly() const { return ...
5 years ago (2015-12-03 04:05:29 UTC) #6
kochi
lgtm
5 years ago (2015-12-03 04:11:44 UTC) #7
tkent
Thank you!
5 years ago (2015-12-03 04:18:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1490973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1490973002/40001
5 years ago (2015-12-03 04:19:14 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years ago (2015-12-03 05:20:58 UTC) #11
commit-bot: I haz the power
5 years ago (2015-12-03 05:23:39 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/70e269230aae5a9d299813492f76828615c284e9
Cr-Commit-Position: refs/heads/master@{#362914}

Powered by Google App Engine
This is Rietveld 408576698