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

Issue 2199703002: [Typed-OM] Add CSSStyleImageValue (Closed)

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

Description

[Typed-OM] Add CSSStyleImageValue Spec: https://drafts.css-houdini.org/css-typed-om/#cssimagevalue BUG=545318 Committed: https://crrev.com/843f49dfe710d6b230ea7cf4c1970e72561f680c Cr-Commit-Position: refs/heads/master@{#411566}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed unused function #

Total comments: 10

Patch Set 3 : Change ratio calculation, remove negative value dimensions #

Patch Set 4 : Return null if the image has invalid ratio #

Total comments: 4

Patch Set 5 : Rebase #

Patch Set 6 : Fix merge with parent branch #

Patch Set 7 : Remove empty constructor #

Patch Set 8 : Rebase #

Messages

Total messages: 25 (13 generated)
anthonyhkf
4 years, 4 months ago (2016-08-01 08:13:03 UTC) #2
meade_UTC10
lgtm +tim for OWNERS review https://codereview.chromium.org/2199703002/diff/1/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h (right): https://codereview.chromium.org/2199703002/diff/1/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h#newcode59 third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h:59: const String& url() const ...
4 years, 4 months ago (2016-08-02 00:53:39 UTC) #4
anthonyhkf
https://codereview.chromium.org/2199703002/diff/1/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h (right): https://codereview.chromium.org/2199703002/diff/1/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h#newcode59 third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h:59: const String& url() const { return m_imageValue.get()->url(); } On ...
4 years, 4 months ago (2016-08-02 01:23:14 UTC) #5
Timothy Loh
https://codereview.chromium.org/2199703002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl File third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl (right): https://codereview.chromium.org/2199703002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl#newcode1 third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl:1: [ copyright header https://codereview.chromium.org/2199703002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl#newcode3 third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl:3: ] interface CSSImageValue : ...
4 years, 4 months ago (2016-08-02 04:31:02 UTC) #6
anthonyhkf
https://codereview.chromium.org/2199703002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl File third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl (right): https://codereview.chromium.org/2199703002/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl#newcode1 third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl:1: [ On 2016/08/02 04:31:02, Timothy Loh wrote: > copyright ...
4 years, 4 months ago (2016-08-02 06:48:32 UTC) #7
Timothy Loh
lgtm
4 years, 4 months ago (2016-08-04 03:09:33 UTC) #8
meade_UTC10
https://codereview.chromium.org/2199703002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h (right): https://codereview.chromium.org/2199703002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h#newcode38 third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h:38: double intrinsicRatio(bool& isNull) Can the body of these methods ...
4 years, 4 months ago (2016-08-04 07:00:54 UTC) #9
anthonyhkf
https://codereview.chromium.org/2199703002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h (right): https://codereview.chromium.org/2199703002/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h#newcode38 third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h:38: double intrinsicRatio(bool& isNull) On 2016/08/04 07:00:54, Eddy wrote: > ...
4 years, 4 months ago (2016-08-04 23:59:03 UTC) #10
meade_UTC10
lgtm
4 years, 4 months ago (2016-08-12 05:36:50 UTC) #19
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/2199703002/140001
4 years, 4 months ago (2016-08-12 05:58:04 UTC) #22
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 4 months ago (2016-08-12 07:14:59 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 07:16:31 UTC) #25
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/843f49dfe710d6b230ea7cf4c1970e72561f680c
Cr-Commit-Position: refs/heads/master@{#411566}

Powered by Google App Engine
This is Rietveld 408576698