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

Issue 24109003: [DevTools] Resources panel SideBarTreeElement should show expand/collapse option only if it has chi… (Closed)

Created:
7 years, 3 months ago by vanihegde
Modified:
7 years, 3 months ago
Reviewers:
pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, dglazkov+blink, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org, vanivhegde, vivekg__
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[DevTools] Resources panel SideBarTreeElement should show expand/collapse option only if it has children Currently Resources panel sidebar tree elements show expand/collapse option irrespective of them having children or not. This could be misunderstood as an error in inspector. This change fixes the same by providing expand/collapse option only when the tree elements have children. R=pfeldman Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157951

Patch Set 1 #

Patch Set 2 : Suggested fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -8 lines) Patch
M LayoutTests/http/tests/inspector/indexeddb/resources-panel.html View 1 2 chunks +4 lines, -1 line 0 comments Download
M Source/devtools/front_end/ResourcesPanel.js View 1 4 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
vanihegde
7 years, 3 months ago (2013-09-12 05:26:56 UTC) #1
vanihegde
7 years, 3 months ago (2013-09-12 05:28:20 UTC) #2
pfeldman
lgtm
7 years, 3 months ago (2013-09-12 11:25:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vani.hegde@samsung.com/24109003/1
7 years, 3 months ago (2013-09-12 11:36:22 UTC) #4
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=4710
7 years, 3 months ago (2013-09-12 13:02:23 UTC) #5
vanihegde
Hi, LayoutTests/http/tests/inspector/indexeddb/resources-panel.html is timing out with this change. Since hasChildern is set to false, IndexedDBTreeElement::onexpand() ...
7 years, 3 months ago (2013-09-16 11:18:23 UTC) #6
pfeldman
The problem you had was that WebInspector.showPanel was actually triggering model creation and fired all ...
7 years, 3 months ago (2013-09-16 11:58:25 UTC) #7
vanihegde
On 2013/09/16 11:58:25, pfeldman wrote: > The problem you had was that WebInspector.showPanel was actually ...
7 years, 3 months ago (2013-09-17 03:03:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vani.hegde@samsung.com/24109003/17002
7 years, 3 months ago (2013-09-18 07:47:51 UTC) #9
pfeldman
Sorry for uploading the change instead of directing you the right way - turned out ...
7 years, 3 months ago (2013-09-18 07:48:33 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-09-18 10:31:17 UTC) #11
Message was sent while issue was closed.
Change committed as 157951

Powered by Google App Engine
This is Rietveld 408576698