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

Issue 146973006: Use isFinishedParsingChildren() in HTMLSelectElement (Closed)

Created:
6 years, 10 months ago by philipj_slow
Modified:
6 years, 10 months ago
Reviewers:
Mike West
CC:
blink-reviews, dglazkov+blink, adamk+blink_chromium.org
Visibility:
Public.

Description

Use isFinishedParsingChildren() in HTMLSelectElement Remove HTMLSelectElement::m_isParsingInProgress and HTMLSelectElement::isParsingInProgress(). There is no runtime change, as isFinishedParsingChildren() is true per default, even for script-created elements, and only returns false between the beginParsingChildren() and finishParsingChildren(). BUG=341414 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166637

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -13 lines) Patch
M Source/core/html/HTMLOptionElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLSelectElement.h View 3 chunks +2 lines, -4 lines 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M Source/core/html/HTMLTagNames.in View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
philipj_slow
6 years, 10 months ago (2014-02-06 15:20:46 UTC) #1
Mike West
lgtm
6 years, 10 months ago (2014-02-06 16:39:36 UTC) #2
philipj_slow
The CQ bit was checked by philipj@opera.com
6 years, 10 months ago (2014-02-06 17:07:09 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/146973006/1
6 years, 10 months ago (2014-02-06 17:07:20 UTC) #4
commit-bot: I haz the power
6 years, 10 months ago (2014-02-06 18:11:25 UTC) #5
Message was sent while issue was closed.
Change committed as 166637

Powered by Google App Engine
This is Rietveld 408576698