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

Issue 1534323003: DevTools: [CSS] do not treat random css comments as disabled properties (Closed)

Created:
5 years ago by lushnikov
Modified:
4 years, 11 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, blink-reviews-style_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: [CSS] do not treat random css comments as disabled properties The patch starts treating css comments as CSS properties if the parsed property name resembles a valid property name. BUG=568017 R=pfeldman Committed: https://crrev.com/5a3d61f3091190578c081d576dba415d12ded016 Cr-Commit-Position: refs/heads/master@{#369365}

Patch Set 1 #

Total comments: 2

Patch Set 2 : address comments #

Patch Set 3 : rebaseline #

Messages

Total messages: 23 (9 generated)
lushnikov
ptal
5 years ago (2015-12-19 00:25:55 UTC) #1
pfeldman
https://codereview.chromium.org/1534323003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js File third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js (right): https://codereview.chromium.org/1534323003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js#newcode1475 third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js:1475: return CSS.supports(propertyName, "initial") || propertyName.startsWith("-moz-") || propertyName.startsWith("-o-") || propertyName.startsWith("-webkit-") ...
4 years, 11 months ago (2016-01-04 21:27:01 UTC) #2
lushnikov
https://codereview.chromium.org/1534323003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js File third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js (right): https://codereview.chromium.org/1534323003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js#newcode1475 third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js:1475: return CSS.supports(propertyName, "initial") || propertyName.startsWith("-moz-") || propertyName.startsWith("-o-") || propertyName.startsWith("-webkit-") ...
4 years, 11 months ago (2016-01-11 23:52:11 UTC) #3
lushnikov
Addressed your comments. Please, take another look.
4 years, 11 months ago (2016-01-13 00:56:06 UTC) #4
pfeldman
lgtm
4 years, 11 months ago (2016-01-13 02:26:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1534323003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1534323003/20001
4 years, 11 months ago (2016-01-13 02:37:27 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/116159) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2016-01-13 02:41:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1534323003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1534323003/40001
4 years, 11 months ago (2016-01-13 20:49:42 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_amd64-generic_chromium_compile_only_ng on ...
4 years, 11 months ago (2016-01-13 23:55:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1534323003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1534323003/40001
4 years, 11 months ago (2016-01-14 00:26:00 UTC) #16
commit-bot: I haz the power
Exceeded global retry quota
4 years, 11 months ago (2016-01-14 02:39:04 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1534323003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1534323003/40001
4 years, 11 months ago (2016-01-14 07:42:49 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-14 07:46:46 UTC) #21
commit-bot: I haz the power
4 years, 11 months ago (2016-01-14 07:48:34 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5a3d61f3091190578c081d576dba415d12ded016
Cr-Commit-Position: refs/heads/master@{#369365}

Powered by Google App Engine
This is Rietveld 408576698