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

Issue 1782833008: Add paint() function as valid CSS <image> type. (Closed)

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

Description

Add paint() function as valid CSS <image> type. Enabled behind CSSPaintAPI feature flag. BUG=578252 Committed: https://crrev.com/7cc9d3b1f854d212f0f5f2f2a4c3cf73c1c5ad4b Cr-Commit-Position: refs/heads/master@{#381068}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : runtimefeature. #

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : name->customCSSText #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -3 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp View 7 chunks +14 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/CSSPaintValue.h View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/CSSPaintValue.cpp View 1 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.cpp View 1 2 3 4 6 chunks +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueKeywords.in View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 6 chunks +17 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
ikilpatrick
4 years, 9 months ago (2016-03-14 00:27:49 UTC) #3
Timothy Loh
On 2016/03/14 00:27:49, ikilpatrick wrote: lgtm Would be nice to have tests, but if the ...
4 years, 9 months ago (2016-03-14 00:43:55 UTC) #4
Timothy Loh
https://codereview.chromium.org/1782833008/diff/60001/third_party/WebKit/Source/core/css/CSSPaintValue.cpp File third_party/WebKit/Source/core/css/CSSPaintValue.cpp (right): https://codereview.chromium.org/1782833008/diff/60001/third_party/WebKit/Source/core/css/CSSPaintValue.cpp#newcode27 third_party/WebKit/Source/core/css/CSSPaintValue.cpp:27: result.append(name()); Actually this probably needs to be m_name->customCSSText() since ...
4 years, 9 months ago (2016-03-14 00:45:52 UTC) #5
Timothy Loh
lgtm
4 years, 9 months ago (2016-03-14 00:45:55 UTC) #6
ikilpatrick
+levi for platform I'm working on a large patch which hooks everything up, tests will ...
4 years, 9 months ago (2016-03-14 17:41:46 UTC) #8
leviw_travelin_and_unemployed
On 2016/03/14 at 17:41:46, ikilpatrick wrote: > +levi for platform > > I'm working on ...
4 years, 9 months ago (2016-03-14 17:54:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1782833008/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782833008/80001
4 years, 9 months ago (2016-03-14 19:43:14 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-14 20:56:26 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-14 20:58:28 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7cc9d3b1f854d212f0f5f2f2a4c3cf73c1c5ad4b
Cr-Commit-Position: refs/heads/master@{#381068}

Powered by Google App Engine
This is Rietveld 408576698