|
|
Created:
4 years, 4 months ago by rwlbuis Modified:
4 years, 4 months ago Reviewers:
Timothy Loh CC:
chromium-reviews, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionMove consumeImage to CSSPropertyParserHelpers
Move consumeImage to CSSPropertyParserHelpers along with
a lot of supporting code. Also rewrite consumeCursor
to start using consumeImage; as a nice side effect the
consumeCursor code becomes shorter and easier to read.
Committed: https://crrev.com/daafae37c42d449d5279f2e98255e3c9796e939e
Cr-Commit-Position: refs/heads/master@{#410369}
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Rename enum #
Messages
Total messages: 28 (15 generated)
Patchset #2 (id:20001) has been deleted
Description was changed from ========== consumeImage WIP BUG= ========== to ========== Move consumeImage to CSSPropertyParserHelpers Move consumeImage to CSSPropertyParserHelpers along with a lot of supporting code. Also rewrite consumeCursor to start using consumeImage; as a nice side effect the consumeCursor code becomes shorter and easier to read. ==========
rob.buis@samsung.com changed reviewers: + timloh@chromium.org
PTAL. I noticed that webkit does allow image set (but not generated images) for the cursor property, like we do.
lgtm On 2016/08/03 00:15:43, rwlbuis wrote: > PTAL. I noticed that webkit does allow image set (but not generated images) for > the cursor property, like we do. Maybe we could count this behavior and see if we could remove it. In the spec it takes a <url> not an <image>. https://drafts.csswg.org/css-ui-3/#cursor
On 2016/08/05 00:44:22, Timothy Loh wrote: > lgtm > > On 2016/08/03 00:15:43, rwlbuis wrote: > > PTAL. I noticed that webkit does allow image set (but not generated images) > for > > the cursor property, like we do. > > Maybe we could count this behavior and see if we could remove it. In the spec it > takes a <url> not an <image>. > > https://drafts.csswg.org/css-ui-3/#cursor True. But there is alsoe this section (https://www.w3.org/TR/css4-images/#image-type): "An ‘<image>’ can be used in many CSS properties, including the ‘background-image’, ‘list-style-image’, ‘cursor’ properties [CSS21] (where it replaces the ‘<url>’ component in the property's value)." Anyway I'll gladly add a counter, just let me know.
The CQ bit was checked by rob.buis@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_comp...)
The CQ bit was checked by rob.buis@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/...)
On 2016/08/05 17:35:32, rwlbuis wrote: > On 2016/08/05 00:44:22, Timothy Loh wrote: > > lgtm > > > > On 2016/08/03 00:15:43, rwlbuis wrote: > > > PTAL. I noticed that webkit does allow image set (but not generated images) > > for > > > the cursor property, like we do. > > > > Maybe we could count this behavior and see if we could remove it. In the spec > it > > takes a <url> not an <image>. > > > > https://drafts.csswg.org/css-ui-3/#cursor > > True. But there is alsoe this section > (https://www.w3.org/TR/css4-images/#image-type): > "An ‘<image>’ can be used in many CSS properties, including the > ‘background-image’, ‘list-style-image’, ‘cursor’ properties [CSS21] (where it > replaces the ‘<url>’ component in the property's value)." > > Anyway I'll gladly add a counter, just let me know. Ah, I hadn't seen this bit of spec text. I guess there's no point to add a counter then.
The CQ bit was checked by rob.buis@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from timloh@chromium.org Link to the patchset: https://codereview.chromium.org/2200313002/#ps60001 (title: "Rename enum")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...)
Patchset #3 (id:60001) has been deleted
The CQ bit was checked by rob.buis@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from timloh@chromium.org Link to the patchset: https://codereview.chromium.org/2200313002/#ps80001 (title: "Rename enum")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Move consumeImage to CSSPropertyParserHelpers Move consumeImage to CSSPropertyParserHelpers along with a lot of supporting code. Also rewrite consumeCursor to start using consumeImage; as a nice side effect the consumeCursor code becomes shorter and easier to read. ========== to ========== Move consumeImage to CSSPropertyParserHelpers Move consumeImage to CSSPropertyParserHelpers along with a lot of supporting code. Also rewrite consumeCursor to start using consumeImage; as a nice side effect the consumeCursor code becomes shorter and easier to read. ==========
Message was sent while issue was closed.
Committed patchset #3 (id:80001)
Message was sent while issue was closed.
Description was changed from ========== Move consumeImage to CSSPropertyParserHelpers Move consumeImage to CSSPropertyParserHelpers along with a lot of supporting code. Also rewrite consumeCursor to start using consumeImage; as a nice side effect the consumeCursor code becomes shorter and easier to read. ========== to ========== Move consumeImage to CSSPropertyParserHelpers Move consumeImage to CSSPropertyParserHelpers along with a lot of supporting code. Also rewrite consumeCursor to start using consumeImage; as a nice side effect the consumeCursor code becomes shorter and easier to read. Committed: https://crrev.com/daafae37c42d449d5279f2e98255e3c9796e939e Cr-Commit-Position: refs/heads/master@{#410369} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/daafae37c42d449d5279f2e98255e3c9796e939e Cr-Commit-Position: refs/heads/master@{#410369} |