Closed
Bug 404884
Opened 18 years ago
Closed 18 years ago
Add "Show all History" command to the history menu
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 beta2
People
(Reporter: faaborg, Assigned: asaf)
References
Details
(Keywords: polish)
Attachments
(1 file, 1 obsolete file)
|
16.71 KB,
patch
|
Details | Diff | Splinter Review |
Mirroring the "Show all Bookmarks" command being created in the bookmarks menu (bug# 404084), the history menu needs a "Show all History" menu item. It should appear at the end of the menu, below "Show in Sidebar."
This menu item should open the Library window (formerly places organizer), navigated to the history item in the left pane.
Flags: blocking-firefox3?
Comment 1•18 years ago
|
||
Agreed. Patch coming.
Comment 2•18 years ago
|
||
Hm, actually, patch not coming - do we have a command that I can have the menuItem call which will open the Places Organizer with focus on "All History"? :)
Comment 4•18 years ago
|
||
mconnor points out that it should probably replace the "Show History in Sidebar" entry, which I'd support, as that's duplicated in View > Sidebar.
Flags: blocking-firefox3? → blocking-firefox3+
Priority: -- → P2
| Assignee | ||
Updated•18 years ago
|
| Assignee | ||
Comment 5•18 years ago
|
||
Attachment #290039 -
Flags: review?
| Assignee | ||
Updated•18 years ago
|
Attachment #290039 -
Flags: review? → review?(dietrich)
Comment 6•18 years ago
|
||
Comment on attachment 290039 [details] [diff] [review]
patch
nit: the commands are ShowBookmarks/ShowHistory, but the labels etc are ShowAll*. Can you make them consistent one way or the other?
>+
>+ selectLeftPaneQuery: function PO_selectLeftPaneQuery(aQueryName) {
>+ var itemId = PlacesUtils.leftPaneQueries[aQueryName];
>+ this._places.selectItems([itemId]);
>+ // Forcefully exapnd all-bookmarks
nit: s/exapnd/expand/
r=me otherwise.
Attachment #290039 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 7•18 years ago
|
||
mozilla/browser/base/content/browser-menubar.inc 1.120
mozilla/browser/base/content/browser-places.js 1.67
mozilla/browser/base/content/browser-sets.inc 1.106
mozilla/browser/components/places/content/places.js 1.115
mozilla/browser/components/places/content/utils.js 1.79
mozilla/browser/locales/en-US/chrome/browser/browser.dtd 1.79
Attachment #290039 -
Attachment is obsolete: true
| Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•18 years ago
|
||
no, see bug 308812.
Comment 10•18 years ago
|
||
Verified on both Mac OS and Windows Vista.
I would argue that "Show All Bookmarks..." would be better placed at the bottom of the Bookmarks menu, but I doubt this is the right place for it. :)
Status: RESOLVED → VERIFIED
Comment 11•18 years ago
|
||
Also verified with Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9b2pre) Gecko/2007112704 Minefield/3.0b2pre.
The properties panel at the bottom of Places Organizer doesn’t work properly for those history items, though.
Comment 12•18 years ago
|
||
(In reply to comment #8)
> no accesskey ?
>
(In reply to comment #9)
> no, see bug 308812.
>
mistake.
not accesskey but shortcutkey ?
"Show All Bookmarks..." is ctrl+shift+B
("Show in Sidebar" is/was ctrl+H)
"Show All History..." is ?
Comment 13•18 years ago
|
||
"Show in Sidebar" (actually View > Sidebar History) is still using Ctrl+H (Shift+Cmd+H on the Mac).
| Reporter | ||
Comment 14•18 years ago
|
||
>I would argue that "Show All Bookmarks..." would be better placed at the bottom
>of the Bookmarks menu
This would hide the menuitem when the user has enough bookmarks to create a scroll widget at the bottom of the menu. If we want to go for consistency, it would be better to move show all history to the start of the history menu.
Comment 15•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•