Closed
Bug 448649
Opened 17 years ago
Closed 17 years ago
Wrong timeout (or comment) for BOOKMARK_REDIRECT_TIME_THRESHOLD
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
DUPLICATE
of bug 423139
People
(Reporter: john.p.baker, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1a2pre) Gecko/2008073103 Minefield/3.1a2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1a2pre) Gecko/2008073103 Minefield/3.1a2pre
From bug 411966 comment #42
> While reading the source I have noticed an oddity [I can't call it a bug] in
> the bookmark hash, involving bookmarks/redirect/timeout but I don't think it
> has any effect here.
> http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/toolkit/components/places/src/nsNavHistory.cpp&rev=1.306&mark=99-101#99
> The define for BOOKMARK_REDIRECT_TIME_THRESHOLD suggests that this should be
> two minutes, but the comment implies that it is only twelve seconds. Perhaps
> this is why PR_USEC_PER_SEC was invented.
Possibly:
#define BOOKMARK_REDIRECT_TIME_THRESHOLD (2 * 60 * PR_USEC_PER_SEC)
Reproducible: Always
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•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
•