Closed
Bug 1449100
Opened 7 years ago
Closed 7 years ago
Move network details panel toggle button next to the sidebar tabs
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Comment 1•7 years ago
|
||
Do we have any mockup/requirement for this task?
Here is PRD for UX/Photon Polish, perhaps it should be updated?
https://docs.google.com/document/d/1CsxazGLKlZagc1rCt-4j_gqh5WEQLCxN6VUjd5AUTiM/edit#
Honza
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8965608 [details]
Bug 1449100 - Move network details panel toggle buton next to the sidebar tabs.
https://reviewboard.mozilla.org/r/234448/#review240550
Looks great to me, just one question related to localization.
Thanks for working on this!
Honza
::: devtools/client/netmonitor/src/components/TabboxPanel.js:25
(Diff revision 1)
> const StackTracePanel = createFactory(require("./StackTracePanel"));
> const TimingsPanel = createFactory(require("./TimingsPanel"));
>
> +const COLLAPSE_DETAILS_PANE = L10N.getStr("collapseDetailsPane");
> const COOKIES_TITLE = L10N.getStr("netmonitor.tab.cookies");
> +const EXPAND_DETAILS_PANE = L10N.getStr("expandDetailsPane");
Do we still need this string? The button isn't used to open the Sidebar anymore.
Attachment #8965608 -
Flags: review?(odvarko)
Assignee | ||
Comment 5•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8965608 [details]
Bug 1449100 - Move network details panel toggle buton next to the sidebar tabs.
https://reviewboard.mozilla.org/r/234448/#review240550
> Do we still need this string? The button isn't used to open the Sidebar anymore.
This is true. We can probably remove it, but I kept it there mainly because SidebarToggle required an expandPaneTitle.
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
Hmm, how would you toggle the sidebar back on ?
Assignee | ||
Comment 8•7 years ago
|
||
You just select a row in the network requests.
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8965608 [details]
Bug 1449100 - Move network details panel toggle buton next to the sidebar tabs.
https://reviewboard.mozilla.org/r/234448/#review241262
Looks good to me now.
R+ assuming try is green
Thanks for working on this Gabriel!
Honza
Attachment #8965608 -
Flags: review?(odvarko) → review+
Comment 10•7 years ago
|
||
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b4dcb47b8542
Move network details panel toggle buton next to the sidebar tabs. r=Honza
Comment 11•7 years ago
|
||
Backed out changeset b4dcb47b8542 (bug 1449100) for dt failures in devtools/client/netmonitor/test/browser_net_pane-network-details.js on a CLOSED TREE
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=b4dcb47b854282d4e439f678c79fc2527a215c0d&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=success&filter-classifiedState=unclassified&selectedJob=173191318
Failure log:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=b4dcb47b854282d4e439f678c79fc2527a215c0d&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=success&filter-classifiedState=unclassified&selectedJob=173191318
Backout: https://hg.mozilla.org/integration/mozilla-inbound/rev/55a595f1101e1473c2a63dd04d710f4555f1c490
Flags: needinfo?(gl)
Comment 12•7 years ago
|
||
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1e9190687c32
Move network details panel toggle buton next to the sidebar tabs. r=Honza
Comment 13•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(gl)
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•