Closed Bug 367035 Opened 18 years ago Closed 18 years ago

No "Bookmark This Tab" and "Bookmark All Tabs" menuitms in the tabbar context menu

Categories

(Firefox :: Bookmarks & History, defect, P2)

defect

Tracking

()

RESOLVED FIXED
Firefox 3 alpha2

People

(Reporter: asaf, Assigned: asaf)

References

Details

(Whiteboard: [Fx2-parity])

Attachments

(2 files, 1 obsolete file)

The "Bookmak This Tab" and "Bookmark All Tabs" menuitems of the context menu for the tabbar are not available in places-bookmarks builds.
Priority: -- → P2
Summary: No "Bookmak This Tab" and "Bookmark All Tabs" menuitms in the tabbar context menu → No "Bookmark This Tab" and "Bookmark All Tabs" menuitms in the tabbar context menu
Whiteboard: [Fx2-parity]
Attached patch patchSplinter Review
Attachment #252266 - Flags: review?(sspitzer)
Comment on attachment 252266 [details] [diff] [review]
patch

r=sspitzer

sorry for the delay, asaf.  thanks for your patience.
Attachment #252266 - Flags: review?(sspitzer) → review+
mozilla/browser/base/content/browser.js 1.756
mozilla/browser/base/content/browser-places.js 1.22
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment on attachment 254317 [details] [diff] [review]
fix regression

>Index: browser/base/content/browser-places.js
>===================================================================
>RCS file: /cvsroot/mozilla/browser/base/content/browser-places.js,v
>retrieving revision 1.25
>diff -u -8 -p -r1.25 browser-places.js
>--- browser/base/content/browser-places.js	5 Feb 2007 17:46:50 -0000	1.25
>+++ browser/base/content/browser-places.js	7 Feb 2007 18:53:12 -0000
>@@ -62,17 +62,17 @@ var PlacesCommandHook = {
>   bookmarkPage: function PCH_bookmarkCurrentPage(aBrowser) {
>     PlacesUtils.showAddBookmarkUI(aBrowser.currentURI);
>   },
> 
>   /**
>    * Adds a bookmark to the page loaded in the current tab. 
>    */
>   bookmarkCurrentPage: function PCH_bookmarkCurrentPage() {
>-    PlacesUtils.showAddBookmarkUI(getBrowser().selectedBrowser);
>+    PlacesUtils.showAddBookmarkUI(getBrowser().selectedBrowser.currentURI);
>   },
> 

Please make that
this.bookmarkPage(getBrowser().selectedBrowser) instead.
Attachment #254317 - Flags: review?(mano) → review-
Attached patch updated fixSplinter Review
Attachment #254317 - Attachment is obsolete: true
Attachment #254327 - Flags: review?(mano)
Comment on attachment 254327 [details] [diff] [review]
updated fix

r=mano
Attachment #254327 - Flags: review?(mano) → review+
/cvsroot/mozilla/browser/base/content/browser-places.js,v  <--  browser-places.js
new revision: 1.26; previous revision: 1.25
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.

Attachment

General

Created:
Updated:
Size: