Closed
Bug 366935
Opened 19 years ago
Closed 19 years ago
Drop BrowserController
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha2
People
(Reporter: asaf, Assigned: asaf)
References
Details
Attachments
(3 obsolete files)
The BrowserController object was added for updating the places version of the bookmark-all-tabs command. However, it sure doesn't work as well as you would think since it listens to onselect rather than TabOpen/Close (*Sigh*, we already fixed this bug once for the bookmarks-based implementation). This approach is an overkill IMO and may hurt performance for no good reason (we're going through another command controller for each event).
I will fix the bookmark-all-tabs command enabled-state in a separate bug.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #251405 -
Flags: review?(sspitzer)
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #251405 -
Attachment is obsolete: true
Attachment #251406 -
Flags: review?(sspitzer)
Attachment #251405 -
Flags: review?(sspitzer)
| Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•19 years ago
|
Attachment #251406 -
Flags: review?(gavin.sharp)
| Assignee | ||
Comment 3•19 years ago
|
||
We had the same command listed twice.
Attachment #251406 -
Attachment is obsolete: true
Attachment #251514 -
Flags: review?(gavin.sharp)
Attachment #251406 -
Flags: review?(sspitzer)
Attachment #251406 -
Flags: review?(gavin.sharp)
| Assignee | ||
Comment 4•19 years ago
|
||
Attachment #251514 -
Attachment is obsolete: true
Attachment #251514 -
Flags: review?(gavin.sharp)
| Assignee | ||
Comment 5•19 years ago
|
||
Fixed by bug 367025.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 6•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
•