Closed
Bug 369407
Opened 18 years ago
Closed 18 years ago
Make the history sidebar use the shared places context menu
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha3
People
(Reporter: asaf, Assigned: asaf)
References
Details
Attachments
(1 file, 1 obsolete file)
19.63 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
Make the history sidebar use the shared places context menu (placesContext).
Doing so will also enable the context menu in the history sidebar for multiple selection, we have ui-r=mconnor on that.
Assignee | ||
Comment 1•18 years ago
|
||
Few more notes:
1) The Expand/Collapse item is removed, this was already done for the
bookmarks parallel item back in 1.5; approved by mconnor.
2) The replacement for the "Copy Link Location" item is a simple "Copy" item
which also copies the item title (for the purpose of pasting it as a
bookmark). Note: the Accel+C keybinding and the Edit->Copy menuitem have
both done this already; also approved by mconnor.
3) We can easily make "Open All In Tabs" work for hosts. I will file a
separate RFE.
4) The "Get Info"/"Properties" menuitem may appear for bookmarked history
items until the work for bug 360133 lands.
Priority: -- → P2
Assignee | ||
Comment 2•18 years ago
|
||
Assignee | ||
Comment 3•18 years ago
|
||
Attachment #254106 -
Attachment is obsolete: true
Attachment #254453 -
Flags: review?(sspitzer)
Comment 4•18 years ago
|
||
thanks for all the references to ui-r from mconnor:
> 3) We can easily make "Open All In Tabs" work for hosts. I will file a
> separate RFE.
sounds good! Can we also do this for dates? ("Today")
reviewing this now.
Comment 5•18 years ago
|
||
Comment on attachment 254453 [details] [diff] [review]
patch
r=sspitzer, please log a spin off bug about the "open in tabs" RFE.
Attachment #254453 -
Flags: review?(sspitzer) → review+
Comment 6•18 years ago
|
||
thanks again for fixing the history sidebar.
since we refer to mconnor's ui-r, might as well cc him and beltzner so they know about these changes.
Assignee | ||
Comment 7•18 years ago
|
||
mozilla/browser/components/places/content/controller.js 1.122
mozilla/browser/components/places/content/history-panel.js 1.10
mozilla/browser/components/places/content/history-panel.xul 1.7
mozilla/browser/components/places/content/menu.xml 1.65
mozilla/browser/components/places/content/placesOverlay.xul 1.5
mozilla/browser/components/places/content/toolbar.xml 1.71
mozilla/browser/components/places/content/tree.xml 1.51
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [a3]
Target Milestone: Firefox 3 alpha2 → Firefox 3
Assignee | ||
Updated•18 years ago
|
Whiteboard: [a3]
Target Milestone: Firefox 3 → Firefox 3 alpha3
Comment 8•15 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
•