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

Issue 1582963004: Add outline files for StylePropertyMap. (Closed)

Created:
4 years, 11 months ago by meade_UTC10
Modified:
4 years, 11 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, tridgell, lawton, rjwright
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add outline files for StylePropertyMap. Spec: https://drafts.css-houdini.org/css-typed-om/#stylepropertymap BUG=545318 Committed: https://crrev.com/000cd130f739fbeba6326c06941fb8b4207955b8 Cr-Commit-Position: refs/heads/master@{#370637}

Patch Set 1 #

Patch Set 2 : Remove unnecessary file #

Patch Set 3 : Update year in copyright headers #

Patch Set 4 : Make more functions pure virtual #

Total comments: 5

Patch Set 5 : Move StylePropertyMap subclasses to separate files, update method signatures to be consistent #

Patch Set 6 : Update core.gypi #

Total comments: 6

Patch Set 7 : Change HeapVector<StyleValue*> to HeapVector<Member<StyleValue>> #

Patch Set 8 : Add virtual destructor to StylePropertyMap #

Patch Set 9 : Update global-interface-listing-expected.html too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -0 lines) Patch
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 3 chunks +5 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/cssom/ImmutableStylePropertyMap.h View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h View 1 2 3 4 5 6 7 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/cssom/StylePropertyMap.idl View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
meade_UTC10
4 years, 11 months ago (2016-01-15 05:22:25 UTC) #2
Timothy Loh
https://codereview.chromium.org/1582963004/diff/60001/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp File third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp (right): https://codereview.chromium.org/1582963004/diff/60001/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp#newcode13 third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp:13: StyleValue* StylePropertyMap::get(const String& propertyName) Do these need to be ...
4 years, 11 months ago (2016-01-18 03:47:23 UTC) #3
meade_UTC10
https://codereview.chromium.org/1582963004/diff/60001/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp File third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp (right): https://codereview.chromium.org/1582963004/diff/60001/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp#newcode13 third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp:13: StyleValue* StylePropertyMap::get(const String& propertyName) On 2016/01/18 03:47:23, Timothy Loh ...
4 years, 11 months ago (2016-01-19 00:15:20 UTC) #4
Timothy Loh
FYI CSSPropertyID isn't enough to refer to a custom properties. IIRC StylePropertySet uses some template ...
4 years, 11 months ago (2016-01-19 05:30:46 UTC) #5
meade_UTC10
https://codereview.chromium.org/1582963004/diff/100001/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h File third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h (right): https://codereview.chromium.org/1582963004/diff/100001/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h#newcode25 third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h:25: HeapVector<StyleValue*> getAll(const String& propertyName); On 2016/01/19 05:30:46, Timothy Loh ...
4 years, 11 months ago (2016-01-20 03:39:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582963004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582963004/120001
4 years, 11 months ago (2016-01-20 05:26:32 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/10272)
4 years, 11 months ago (2016-01-20 06:03:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582963004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582963004/160001
4 years, 11 months ago (2016-01-21 04:57:47 UTC) #14
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 11 months ago (2016-01-21 06:22:53 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 06:23:58 UTC) #17
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/000cd130f739fbeba6326c06941fb8b4207955b8
Cr-Commit-Position: refs/heads/master@{#370637}

Powered by Google App Engine
This is Rietveld 408576698