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

Issue 529553002: DevTools: [SSP] implement "add rule to end" of arbitrary style sheet. (Closed)

Created:
6 years, 3 months ago by lushnikov
Modified:
6 years, 3 months ago
Reviewers:
vsevik, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

DevTools: [SSP] implement "add rule to end" of arbitrary style sheet. The patch adds long click behavior to the "add new rule" button, which opens a list of user stylesheets where you can add a new rule. BUG=402461 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181552

Patch Set 1 #

Patch Set 2 : do not show empty stylesheets #

Patch Set 3 : linter satistied #

Patch Set 4 : sort context menu items #

Patch Set 5 : minor changes #

Patch Set 6 : add long-click glyph #

Total comments: 4

Patch Set 7 : fix via-inspector anchor text #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -108 lines) Patch
M Source/devtools/front_end/elements/StylesSidebarPane.js View 1 2 3 4 5 6 8 chunks +101 lines, -49 lines 0 comments Download
M Source/devtools/front_end/sidebarPane.css View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M Source/devtools/front_end/ui/StatusBarButton.js View 1 2 4 chunks +23 lines, -59 lines 0 comments Download
M Source/devtools/front_end/ui/UIUtils.js View 1 2 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
lushnikov
PTAL
6 years, 3 months ago (2014-09-01 16:56:52 UTC) #2
lushnikov
On 2014/09/01 16:56:52, lushnikov wrote: > PTAL The video demo could be found in the ...
6 years, 3 months ago (2014-09-02 08:54:31 UTC) #3
lushnikov
On 2014/09/02 08:54:31, lushnikov wrote: > On 2014/09/01 16:56:52, lushnikov wrote: > > PTAL > ...
6 years, 3 months ago (2014-09-02 11:11:10 UTC) #4
vsevik
lgtm https://codereview.chromium.org/529553002/diff/100001/Source/devtools/front_end/elements/StylesSidebarPane.js File Source/devtools/front_end/elements/StylesSidebarPane.js (right): https://codereview.chromium.org/529553002/diff/100001/Source/devtools/front_end/elements/StylesSidebarPane.js#newcode1639 Source/devtools/front_end/elements/StylesSidebarPane.js:1639: return this._linkifyRuleLocation(rule.styleSheetId, ruleLocation); Why did you remove rule.resourceURL() ...
6 years, 3 months ago (2014-09-05 06:39:24 UTC) #5
lushnikov
https://codereview.chromium.org/529553002/diff/100001/Source/devtools/front_end/elements/StylesSidebarPane.js File Source/devtools/front_end/elements/StylesSidebarPane.js (right): https://codereview.chromium.org/529553002/diff/100001/Source/devtools/front_end/elements/StylesSidebarPane.js#newcode1639 Source/devtools/front_end/elements/StylesSidebarPane.js:1639: return this._linkifyRuleLocation(rule.styleSheetId, ruleLocation); On 2014/09/05 06:39:24, vsevik wrote: > ...
6 years, 3 months ago (2014-09-05 08:17:52 UTC) #6
lushnikov
6 years, 3 months ago (2014-09-05 08:18:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lushnikov@chromium.org/529553002/100001
6 years, 3 months ago (2014-09-05 08:18:45 UTC) #9
lushnikov
https://codereview.chromium.org/529553002/diff/100001/Source/devtools/front_end/elements/StylesSidebarPane.js File Source/devtools/front_end/elements/StylesSidebarPane.js (right): https://codereview.chromium.org/529553002/diff/100001/Source/devtools/front_end/elements/StylesSidebarPane.js#newcode1659 Source/devtools/front_end/elements/StylesSidebarPane.js:1659: function linkifyUncopyable(url, line) On 2014/09/05 06:39:24, vsevik wrote: > ...
6 years, 3 months ago (2014-09-05 08:18:46 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/23604)
6 years, 3 months ago (2014-09-05 09:20:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lushnikov@chromium.org/529553002/120001
6 years, 3 months ago (2014-09-08 09:37:42 UTC) #14
commit-bot: I haz the power
6 years, 3 months ago (2014-09-08 10:44:11 UTC) #15
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as 181552

Powered by Google App Engine
This is Rietveld 408576698