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

Issue 354363002: Move attributes-related API from UniqueElementData to AttributeCollection (Closed)

Created:
6 years, 5 months ago by Inactive
Modified:
6 years, 4 months ago
Reviewers:
esprehn, adamk
CC:
blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Project:
blink
Visibility:
Public.

Description

Move attributes-related API from UniqueElementData to AttributeCollection Move attributes-related API from UniqueElementData to AttributeCollection for consistency with the "read-only" attributes API. A new MutableAttributeCollection class is added to provide attribute addition / removal API. The rest of the API is moved to a AttributeCollectionGeneric base class so that it can be shared between AttributeCollection and MutableAttributeCollection without any code duplication. R=esprehn@chromium.org, adamk@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179421

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -141 lines) Patch
M Source/core/core.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/Attr.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/AttributeCollection.h View 1 2 3 chunks +116 lines, -28 lines 0 comments Download
D Source/core/dom/AttributeCollection.cpp View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 5 chunks +5 lines, -6 lines 0 comments Download
M Source/core/dom/ElementData.h View 1 2 3 chunks +4 lines, -20 lines 0 comments Download
M Source/core/dom/ElementData.cpp View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
Inactive
6 years, 5 months ago (2014-06-29 18:02:45 UTC) #1
Inactive
I have jsut rebased the patch. Ping review?
6 years, 5 months ago (2014-07-14 16:54:39 UTC) #2
Inactive
ping review.
6 years, 4 months ago (2014-07-31 14:48:32 UTC) #3
esprehn
I think adamk@ is the best reviewer here. I'll admit all these templates are making ...
6 years, 4 months ago (2014-08-01 13:48:11 UTC) #4
Inactive
On 2014/08/01 13:48:11, esprehn wrote: > I think adamk@ is the best reviewer here. I'll ...
6 years, 4 months ago (2014-08-01 13:52:48 UTC) #5
adamk
lgtm
6 years, 4 months ago (2014-08-01 15:50:13 UTC) #6
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 4 months ago (2014-08-01 15:59:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/354363002/40001
6 years, 4 months ago (2014-08-01 16:00:21 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-01 17:12:29 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-01 18:21:15 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/19119)
6 years, 4 months ago (2014-08-01 18:21:16 UTC) #11
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 4 months ago (2014-08-01 18:29:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/354363002/40001
6 years, 4 months ago (2014-08-01 18:30:25 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-01 19:40:23 UTC) #14
commit-bot: I haz the power
6 years, 4 months ago (2014-08-01 20:46:36 UTC) #15
Message was sent while issue was closed.
Change committed as 179421

Powered by Google App Engine
This is Rietveld 408576698