Closed
Bug 462204
Opened 17 years ago
Closed 17 years ago
Don't try to cancel a not existant timer in nsPlacesDBFlush
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3.1b2
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(1 file)
|
950 bytes,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
in onBeginUpdateBatch sometimes we try to cancel a not existant this._timer
| Assignee | ||
Comment 1•17 years ago
|
||
Actually this was mostly due to my build bustage, however it's safer restoring the timer before.
Attachment #345354 -
Flags: review?(sdwilsh)
Updated•17 years ago
|
Attachment #345354 -
Flags: review?(sdwilsh) → review+
Comment 2•17 years ago
|
||
Comment on attachment 345354 [details] [diff] [review]
patch
>+ // Restore our timer
>+ this._timer = this._newTimer();
>+ // We need to sync now
> this._syncTables(["places", "historyvisits"]);
nit: newline between these two bits please
r=sdwilsh
| Assignee | ||
Comment 3•17 years ago
|
||
addressed comment
http://hg.mozilla.org/mozilla-central/rev/053d94c29c51
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Target Milestone: --- → Firefox 3.1b2
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
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
•