Closed
Bug 822848
Opened 12 years ago
Closed 12 years ago
hide the detailsPane for the new downloads view
Categories
(Firefox :: Bookmarks & History, defect, P1)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 20
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(1 file)
6.19 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
we don't need a details pane, it should be collapsed so we maximize the content area.
Assignee | ||
Updated•12 years ago
|
Priority: -- → P2
Updated•12 years ago
|
Assignee: nobody → mano
Assignee | ||
Comment 1•12 years ago
|
||
when we open the Library view from Show all downloads, looks like the details pane is not properly initialized, so it has the wrong size (it's too tall and covers most of the view).
So this becomes a bit more important.
Priority: P2 → P1
Assignee | ||
Comment 2•12 years ago
|
||
Since I'd like to enable the new view by default in Nightly, I want to address this.
This patch is a first possibility, when registering a custom view allow to pass an optional options object. The only supported option for now is showDetailsPane.
While working on this I found a possible typo in the view selectedNodes getter.
I was thinking we may also use these options to customize the Library toolbar (like passing a sort of currentSet) to hide Views and add the Clear all downloads button. But I'm not sure if you had a different idea in mind.
Attachment #696147 -
Flags: review?(mano)
Comment 3•12 years ago
|
||
Comment on attachment 696147 [details] [diff] [review]
patch v1.0
I like it.
Attachment #696147 -
Flags: review?(mano) → review+
Updated•12 years ago
|
Assignee: mano → mak77
Assignee | ||
Comment 4•12 years ago
|
||
Target Milestone: --- → Firefox 20
Comment 5•12 years ago
|
||
Backed out for failing browser_library_downloads.js: https://hg.mozilla.org/integration/mozilla-inbound/rev/311689a4858f
Assignee | ||
Comment 6•12 years ago
|
||
relanded, not culprit for the failure
https://hg.mozilla.org/integration/mozilla-inbound/rev/9119f282e0c0
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•