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

Issue 2222863002: [Typed-OM] Enable getting CSSURLImageValue from stylemap (Closed)

Created:
4 years, 4 months ago by anthonyhkf
Modified:
4 years, 3 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@CSSProperties_Image
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Typed-OM] Enable getting CSSURLImageValue from stylemap BUG=545318 Committed: https://crrev.com/6fcceab2ad6b25e6015097ab6033ec4977f06387 Cr-Commit-Position: refs/heads/master@{#415567}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add more properties to test #

Patch Set 3 : Rebase and add tests for each property #

Total comments: 5

Patch Set 4 : Remove backgroundImage test from unsupported-properties, simplify test to get from StyleMap #

Total comments: 2

Patch Set 5 : Change tests for unsupported properties #

Total comments: 2

Patch Set 6 : Rebase #

Patch Set 7 : Remove additional newline #

Patch Set 8 : Changed quotes for consistency #

Patch Set 9 : Rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -7 lines) Patch
M third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html View 1 2 3 4 3 chunks +23 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html View 1 2 3 4 5 6 7 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -0 lines 2 comments Download

Messages

Total messages: 40 (25 generated)
anthonyhkf
4 years, 4 months ago (2016-08-08 05:08:30 UTC) #2
anthonyhkf
On 2016/08/08 05:08:30, anthonyhkf wrote: I added the create function that accepts a const CSSImageValue*. ...
4 years, 4 months ago (2016-08-08 05:17:36 UTC) #3
meade_UTC10
Looks like you have some merge conflicts making all the bots red :( Try git ...
4 years, 4 months ago (2016-08-08 06:57:13 UTC) #8
anthonyhkf
https://codereview.chromium.org/2222863002/diff/1/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html File third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html (right): https://codereview.chromium.org/2222863002/diff/1/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html#newcode10 third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html:10: function isSame(obj1, obj2) { On 2016/08/08 06:57:13, Eddy wrote: ...
4 years, 4 months ago (2016-08-11 03:44:36 UTC) #11
meade_UTC10
https://codereview.chromium.org/2222863002/diff/40001/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html File third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html (left): https://codereview.chromium.org/2222863002/diff/40001/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html#oldcode73 third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html:73: // add an Image object to know if the ...
4 years, 4 months ago (2016-08-11 03:57:26 UTC) #12
anthonyhkf
The tests for getting backgroundImage from unsupported-properties are removed because now we can get CSSURLImageValue ...
4 years, 4 months ago (2016-08-11 06:01:18 UTC) #15
meade_UTC10
Almost there. Need to get my CL landed first (sorry D:) https://codereview.chromium.org/2222863002/diff/60001/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html File third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html (right): ...
4 years, 4 months ago (2016-08-12 05:23:16 UTC) #20
ikilpatrick
lgtm https://codereview.chromium.org/2222863002/diff/80001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html File third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html (right): https://codereview.chromium.org/2222863002/diff/80001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html#newcode15 third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html:15: testElement.style.backgroundColor = "green"; nit: single quote for consistently.
4 years, 4 months ago (2016-08-23 00:50:52 UTC) #21
anthonyhkf
https://codereview.chromium.org/2222863002/diff/80001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html File third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html (right): https://codereview.chromium.org/2222863002/diff/80001/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html#newcode15 third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html:15: testElement.style.backgroundColor = "green"; On 2016/08/23 00:50:52, ikilpatrick wrote: > ...
4 years, 4 months ago (2016-08-24 05:13:55 UTC) #22
meade_UTC10
lgtm +Elliott for OWNERS
4 years, 4 months ago (2016-08-25 00:29:19 UTC) #28
esprehn
lgtm https://codereview.chromium.org/2222863002/diff/160001/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp File third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp (right): https://codereview.chromium.org/2222863002/diff/160001/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp#newcode46 third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp:46: return CSSURLImageValue::create(imageValue.valueWithURLMadeAbsolute()); Note this causes two allocations for ...
4 years, 3 months ago (2016-08-30 21:39:19 UTC) #33
anthonyhkf
Thanks everyone for the reviews :) https://codereview.chromium.org/2222863002/diff/160001/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp File third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp (right): https://codereview.chromium.org/2222863002/diff/160001/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp#newcode46 third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp:46: return CSSURLImageValue::create(imageValue.valueWithURLMadeAbsolute()); On ...
4 years, 3 months ago (2016-08-31 01:45:59 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2222863002/160001
4 years, 3 months ago (2016-08-31 01:46:33 UTC) #37
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 3 months ago (2016-08-31 05:36:51 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 05:40:09 UTC) #40
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/6fcceab2ad6b25e6015097ab6033ec4977f06387
Cr-Commit-Position: refs/heads/master@{#415567}

Powered by Google App Engine
This is Rietveld 408576698