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

Issue 2208283002: [Typed-OM] Add CSSURLImageValue (Closed)

Created:
4 years, 4 months ago by anthonyhkf
Modified:
4 years, 4 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, 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] Add CSSURLImageValue Spec: https://drafts.css-houdini.org/css-typed-om/#cssurlimagevalue BUG=545318 Committed: https://crrev.com/15c53e904f0eda633664ac054a421f9bf8b6146f Cr-Commit-Position: refs/heads/master@{#413386}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Reparent branch #

Total comments: 4

Patch Set 3 : Add simple unittest #

Patch Set 4 : Add to global interface listing and add layouttest #

Total comments: 2

Patch Set 5 : Change String to AtomicString #

Patch Set 6 : Rebase #

Patch Set 7 : Fixed typo #

Patch Set 8 : Add unit test with CSSImageValue #

Total comments: 8

Patch Set 9 : Changed url #

Patch Set 10 : Remove unknown changes to chromium.linux.json #

Total comments: 4

Patch Set 11 : Make the class final and explicit constructor #

Patch Set 12 : Rebase #

Messages

Total messages: 55 (41 generated)
anthonyhkf
4 years, 4 months ago (2016-08-04 00:06:02 UTC) #2
meade_UTC10
https://codereview.chromium.org/2208283002/diff/1/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h (right): https://codereview.chromium.org/2208283002/diff/1/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h#newcode33 third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h:33: CSSURLImageValue(const CSSImageValue* imageValue) This can be CSSURLImageValue(const CSSImageValue* imageValue) ...
4 years, 4 months ago (2016-08-04 07:03:25 UTC) #3
meade_UTC10
lgtm with comment. Let's come back to adding the OWNER reviewer when the chain of ...
4 years, 4 months ago (2016-08-04 07:04:43 UTC) #4
ikilpatrick
sorry for the slow review. https://codereview.chromium.org/2208283002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h (right): https://codereview.chromium.org/2208283002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h#newcode29 third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h:29: : CSSStyleImageValue(CSSImageValue::create(AtomicString(url))) Do we ...
4 years, 4 months ago (2016-08-06 00:18:52 UTC) #5
anthonyhkf
https://codereview.chromium.org/2208283002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h (right): https://codereview.chromium.org/2208283002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h#newcode29 third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h:29: : CSSStyleImageValue(CSSImageValue::create(AtomicString(url))) On 2016/08/06 00:18:52, ikilpatrick wrote: > Do ...
4 years, 4 months ago (2016-08-07 05:05:47 UTC) #6
ikilpatrick
lgtm https://codereview.chromium.org/2208283002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h (right): https://codereview.chromium.org/2208283002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h#newcode16 third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h:16: static CSSURLImageValue* create(const String& url) Is it possible ...
4 years, 4 months ago (2016-08-07 13:35:13 UTC) #7
anthonyhkf
https://codereview.chromium.org/2208283002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h (right): https://codereview.chromium.org/2208283002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h#newcode16 third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h:16: static CSSURLImageValue* create(const String& url) On 2016/08/07 13:35:13, ikilpatrick ...
4 years, 4 months ago (2016-08-08 04:29:39 UTC) #8
meade_UTC10
+elliott for OWNERS! (you were my random dice roll this time :) https://codereview.chromium.org/2208283002/diff/140001/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html File third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html ...
4 years, 4 months ago (2016-08-12 05:35:32 UTC) #30
anthonyhkf
https://codereview.chromium.org/2208283002/diff/140001/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html File third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html (right): https://codereview.chromium.org/2208283002/diff/140001/third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html#newcode8 third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html:8: var bg = new CSSURLImageValue("https://s-media-cache-ak0.pinimg.com/736x/b7/49/fa/b749fa790b531d4fb8f2007bf74859f0.jpg"); On 2016/08/12 05:35:32, Eddy ...
4 years, 4 months ago (2016-08-12 07:36:07 UTC) #33
esprehn
lgtm w/ nits fixed. https://codereview.chromium.org/2208283002/diff/180001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h (right): https://codereview.chromium.org/2208283002/diff/180001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h#newcode12 third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h:12: class CORE_EXPORT CSSURLImageValue : public ...
4 years, 4 months ago (2016-08-15 16:04:10 UTC) #40
anthonyhkf
https://codereview.chromium.org/2208283002/diff/180001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h (right): https://codereview.chromium.org/2208283002/diff/180001/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h#newcode12 third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.h:12: class CORE_EXPORT CSSURLImageValue : public CSSStyleImageValue { On 2016/08/15 ...
4 years, 4 months ago (2016-08-16 00:20:05 UTC) #41
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/2208283002/220001
4 years, 4 months ago (2016-08-22 02:28:40 UTC) #52
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 4 months ago (2016-08-22 02:32:41 UTC) #53
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 02:34:30 UTC) #55
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/15c53e904f0eda633664ac054a421f9bf8b6146f
Cr-Commit-Position: refs/heads/master@{#413386}

Powered by Google App Engine
This is Rietveld 408576698