Closed
Bug 333930
Opened 20 years ago
Closed 20 years ago
Error in SanitizeListener() due to <menuitem id="sanitizeItem"> not being defined in --disable-places
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: Mook, Assigned: Mook)
References
()
Details
Attachments
(1 file)
|
1.47 KB,
patch
|
bugs
:
review+
|
Details | Diff | Splinter Review |
(--disable-places only)
<menuitem id="sanitizeItem"/> now only exist #ifdef MOZ_PLACES which breaks the SanitizeListener() (causing delayedStartup to break).
Patch coming.
Attachment #218371 -
Flags: review?(gavin.sharp)
Comment on attachment 218371 [details] [diff] [review]
patch #ifndef MOZ_PLACES
Gavin suggested that I ask Ben for r instead.
(This basically undoes the change linked in the URL, but only for --disable-places - the code moved into a #ifdef MOZ_PLACES block)
Attachment #218371 -
Flags: review?(gavin.sharp) → review?(bugs)
Comment 3•20 years ago
|
||
Attachment #218371 -
Flags: review?(bugs) → review+
Updated•20 years ago
|
Assignee: nobody → mook.moz+sites.org.mozilla.bugzilla
OS: Windows XP → All
Hardware: PC → All
Version: Trunk → 2.0 Branch
Comment 4•20 years ago
|
||
mozilla/browser/base/content/browser-menubar.inc 1.87
mozilla/browser/base/content/browser-menubar.inc 1.57.2.27
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 2 alpha2
Blocks: 329750
Comment 5•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
•