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

Issue 120383002: HTMLCollection should not inherit NodeList (Closed)

Created:
7 years ago by Inactive
Modified:
6 years, 11 months ago
CC:
blink-reviews, dglazkov+blink, sof, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

HTMLCollection should not inherit NodeList HTMLCollection should not inherit NodeList. Those types are unrelated in DOM so having one inherit the other on native side was confusing. It also led to: - HTMLCollection redefining isLiveNodeList() which was virtual in NodeList - HTMLCollection::item() / HTMLCollection::length() were needlessly virtual, which is bad for performance R=abarth, esprehn Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164383

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -31 lines) Patch
M Source/core/dom/LiveNodeList.h View 3 chunks +8 lines, -7 lines 0 comments Download
M Source/core/html/HTMLCollection.h View 3 chunks +1 line, -4 lines 0 comments Download
M Source/core/html/HTMLCollection.cpp View 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
7 years ago (2013-12-21 02:25:30 UTC) #1
dominicc (has gone to gerrit)
LGTM
7 years ago (2013-12-21 02:35:05 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/120383002/1
6 years, 11 months ago (2013-12-30 17:56:07 UTC) #3
commit-bot: I haz the power
6 years, 11 months ago (2013-12-30 19:03:18 UTC) #4
Message was sent while issue was closed.
Change committed as 164383

Powered by Google App Engine
This is Rietveld 408576698