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

Issue 240273005: Simplify the HTMLCollection destructor (Closed)

Created:
6 years, 8 months ago by Inactive
Modified:
6 years, 8 months ago
Reviewers:
esprehn, adamk
CC:
blink-reviews, dglazkov+blink, adamk+blink_chromium.org
Visibility:
Public.

Description

Simplify the HTMLCollection destructor Simplify the HTMLCollection destructor by restructuring the CollectionType enumeration a bit and adding a isUnnamedHTMLCollectionType() convenience function. We now use the isUnnamedHTMLCollectionType() in the HTMLCollection destructor instead of enumerating all the "exception" types. R=esprehn@chromium.org,adamk@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171884

Patch Set 1 #

Patch Set 2 : Fix comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M Source/core/html/CollectionType.h View 1 3 chunks +11 lines, -4 lines 1 comment Download
M Source/core/html/HTMLCollection.cpp View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Inactive
6 years, 8 months ago (2014-04-16 21:36:31 UTC) #1
adamk
lgtm https://codereview.chromium.org/240273005/diff/20001/Source/core/html/CollectionType.h File Source/core/html/CollectionType.h (right): https://codereview.chromium.org/240273005/diff/20001/Source/core/html/CollectionType.h#newcode68 Source/core/html/CollectionType.h:68: static const CollectionType FirstLiveNodeListType = NameNodeListType; Not sure ...
6 years, 8 months ago (2014-04-17 18:08:08 UTC) #2
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 8 months ago (2014-04-17 19:53:49 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/240273005/20001
6 years, 8 months ago (2014-04-17 19:54:05 UTC) #4
commit-bot: I haz the power
6 years, 8 months ago (2014-04-17 20:05:37 UTC) #5
Message was sent while issue was closed.
Change committed as 171884

Powered by Google App Engine
This is Rietveld 408576698