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

Issue 129793013: DevTools: Implement Styles search and Computed style filter (Closed)

Created:
6 years, 10 months ago by apavlov
Modified:
5 years, 9 months ago
Reviewers:
eustas, vsevik, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+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, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: Implement Styles search and Computed style filter The user can search styles by property name, value, or rule selector. Computed style properties are filtered, so that only matching ones are visible. R=eustas, pfeldman, vsevik BUG=278852 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169860

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : #

Patch Set 4 : Move Computed style filter to the bottom #

Total comments: 10

Patch Set 5 : Address comments #

Total comments: 1

Patch Set 6 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -41 lines) Patch
M Source/devtools/front_end/ElementsPanel.js View 1 2 3 4 5 7 chunks +41 lines, -18 lines 0 comments Download
M Source/devtools/front_end/Settings.js View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/StylesSidebarPane.js View 1 2 3 4 5 17 chunks +229 lines, -12 lines 0 comments Download
M Source/devtools/front_end/elementsPanel.css View 1 2 3 4 5 5 chunks +39 lines, -9 lines 0 comments Download
M Source/devtools/front_end/sidebarPane.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M Source/devtools/front_end/utilities.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
apavlov
6 years, 10 months ago (2014-02-12 15:05:00 UTC) #1
apavlov
Screenshots: http://imgur.com/LoxOhHC,hG0M5SE,3fXycfT
6 years, 10 months ago (2014-02-12 15:25:48 UTC) #2
pfeldman
Computed style should have similar bar.
6 years, 10 months ago (2014-02-12 15:52:34 UTC) #3
apavlov
On 2014/02/12 15:52:34, pfeldman wrote: > Computed style should have similar bar. Oops, you are ...
6 years, 10 months ago (2014-02-13 08:58:19 UTC) #4
pfeldman
https://codereview.chromium.org/129793013/diff/90001/Source/devtools/front_end/ElementsPanel.js File Source/devtools/front_end/ElementsPanel.js (right): https://codereview.chromium.org/129793013/diff/90001/Source/devtools/front_end/ElementsPanel.js#newcode1258 Source/devtools/front_end/ElementsPanel.js:1258: splitView.mainElement().appendChild(matchedStylePanesWrapper); Could you work on minimizing the diff - ...
6 years, 9 months ago (2014-03-13 05:33:53 UTC) #5
apavlov
PTAL https://codereview.chromium.org/129793013/diff/90001/Source/devtools/front_end/ElementsPanel.js File Source/devtools/front_end/ElementsPanel.js (right): https://codereview.chromium.org/129793013/diff/90001/Source/devtools/front_end/ElementsPanel.js#newcode1258 Source/devtools/front_end/ElementsPanel.js:1258: splitView.mainElement().appendChild(matchedStylePanesWrapper); On 2014/03/13 05:33:53, pfeldman wrote: > Could ...
6 years, 9 months ago (2014-03-13 16:28:15 UTC) #6
pfeldman
lgtm https://codereview.chromium.org/129793013/diff/270001/Source/devtools/front_end/ElementsPanel.js File Source/devtools/front_end/ElementsPanel.js (right): https://codereview.chromium.org/129793013/diff/270001/Source/devtools/front_end/ElementsPanel.js#newcode97 Source/devtools/front_end/ElementsPanel.js:97: this._matchedStylesFilterBoxContainer = document.createElement("div"); Lets create them regardless.
6 years, 9 months ago (2014-03-24 15:18:53 UTC) #7
apavlov
The CQ bit was checked by apavlov@chromium.org
6 years, 9 months ago (2014-03-24 15:50:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/129793013/290001
6 years, 9 months ago (2014-03-24 15:50:51 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 15:54:09 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 9 months ago (2014-03-24 15:54:10 UTC) #11
apavlov
The CQ bit was checked by apavlov@chromium.org
6 years, 9 months ago (2014-03-24 16:15:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/129793013/290001
6 years, 9 months ago (2014-03-24 16:15:43 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 16:18:25 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 9 months ago (2014-03-24 16:18:25 UTC) #15
apavlov
6 years, 9 months ago (2014-03-24 16:22:09 UTC) #16
apavlov
The CQ bit was checked by apavlov@chromium.org
6 years, 9 months ago (2014-03-24 16:28:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/129793013/290001
6 years, 9 months ago (2014-03-24 16:28:50 UTC) #18
commit-bot: I haz the power
Change committed as 169860
6 years, 9 months ago (2014-03-24 16:53:28 UTC) #19
apavlov
A revert of this CL has been created in https://codereview.chromium.org/208503006/ by apavlov@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-25 11:32:30 UTC) #20
lushnikov
5 years, 9 months ago (2015-03-10 20:49:27 UTC) #21
Message was sent while issue was closed.
On 2014/03/25 11:32:30, apavlov wrote:
> A revert of this CL has been created in
> https://codereview.chromium.org/208503006/ by mailto:apavlov@chromium.org.
> 
> The reason for reverting is: Broke the Styles pane.

No test? :(

Powered by Google App Engine
This is Rietveld 408576698