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

Issue 1874623002: Implement iterable<DOMString, (StyleValue or sequence<StyleValue>)> for InlineStylePropertyMap (Closed)

Created:
4 years, 8 months ago by meade_UTC10
Modified:
4 years, 6 months ago
Reviewers:
Timothy Loh
CC:
chromium-reviews, blink-reviews-style_chromium.org, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@computed-stylepropertymap-2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement iterable<DOMString, (StyleValue or sequence<StyleValue>)> for InlineStylePropertyMap Spec: https://drafts.css-houdini.org/css-typed-om/#the-stylepropertymap BUG=545318 Committed: https://crrev.com/f01caa59865aec4c79d128e14f4d9fc605e02916 Cr-Commit-Position: refs/heads/master@{#398190}

Patch Set 1 #

Patch Set 2 : Add test #

Patch Set 3 : sync to HEAD #

Patch Set 4 : Sync to head again #

Patch Set 5 : Fix branch parenting issue #

Patch Set 6 : Adjust formatting #

Total comments: 10

Patch Set 7 : Address review comments #

Total comments: 6

Patch Set 8 : Address review comments #

Patch Set 9 : Sync to HEAD #

Patch Set 10 : Update LayoutTests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -3 lines) Patch
M third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html View 1 2 3 4 5 6 7 8 9 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html View 1 2 3 4 5 6 7 8 9 1 chunk +63 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp View 1 2 3 4 5 6 7 8 2 chunks +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +39 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (7 generated)
meade_UTC10
4 years, 8 months ago (2016-04-14 06:28:16 UTC) #2
Timothy Loh
https://codereview.chromium.org/1874623002/diff/100001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html File third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html (right): https://codereview.chromium.org/1874623002/diff/100001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html#newcode1 third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html:1: <!DOCTYPE html> Can we have a test (multiple tests?) ...
4 years, 8 months ago (2016-04-15 05:27:53 UTC) #3
meade_UTC10
https://codereview.chromium.org/1874623002/diff/100001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html File third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html (right): https://codereview.chromium.org/1874623002/diff/100001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html#newcode1 third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html:1: <!DOCTYPE html> On 2016/04/15 05:27:53, Timothy Loh wrote: > ...
4 years, 7 months ago (2016-04-27 05:39:01 UTC) #4
Timothy Loh
lgtm https://codereview.chromium.org/1874623002/diff/120001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html File third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html (right): https://codereview.chromium.org/1874623002/diff/120001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html#newcode27 third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html:27: }, 'Adding a property while iterating over entries() ...
4 years, 7 months ago (2016-05-13 04:57:45 UTC) #5
meade_UTC10
https://codereview.chromium.org/1874623002/diff/120001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html File third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html (right): https://codereview.chromium.org/1874623002/diff/120001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html#newcode27 third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html:27: }, 'Adding a property while iterating over entries() doesn\'t ...
4 years, 7 months ago (2016-05-13 05:46:34 UTC) #6
commit-bot: I haz the power
This CL has an open dependency (Issue 1849653003 Patch 290001). Please resolve the dependency and ...
4 years, 7 months ago (2016-05-13 05:46:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1874623002/180001
4 years, 6 months ago (2016-06-07 01:26:11 UTC) #13
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 6 months ago (2016-06-07 01:30:22 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-07 01:31:54 UTC) #16
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/f01caa59865aec4c79d128e14f4d9fc605e02916
Cr-Commit-Position: refs/heads/master@{#398190}

Powered by Google App Engine
This is Rietveld 408576698