Closed
Bug 407650
Opened 18 years ago
Closed 18 years ago
Livemark service cleanup
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 beta3
People
(Reporter: philor, Assigned: philor)
Details
Attachments
(2 files)
|
17.55 KB,
patch
|
dietrich
:
review+
mconnor
:
approval1.9+
|
Details | Diff | Splinter Review |
|
5.49 KB,
patch
|
Details | Diff | Splinter Review |
* A bunch of trailing whitespace, entirely too much of which is mine
* Remove the unused and thus misleading |var gLivemarkService;|
* Remove the no longer true comment about getSiteURI being copied into toolbar.xml
* Take out the temporary logging for bug 381894, and turn the problem-hiding try{} catch{} into a check for the annotation before accessing it
* Move the misplaced comment I saw during bug 392984 but forgot to move
No new tests, since the only actual content, the getSiteURI part, is already tested four times by my count.
Flags: in-testsuite-
Attachment #292367 -
Flags: review?(dietrich)
| Assignee | ||
Comment 1•18 years ago
|
||
diff -up8w, for your "um, are there any actual changes here?" viewing pleasure.
Comment 2•18 years ago
|
||
Comment on attachment 292367 [details] [diff] [review]
Fix v.1
r=me, thanks sir.
Attachment #292367 -
Flags: review?(dietrich) → review+
| Assignee | ||
Updated•18 years ago
|
Attachment #292367 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #292367 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 3•18 years ago
|
||
toolkit/components/places/src/nsLivemarkService.js 1.31
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M11
Comment 4•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
•