Closed
Bug 409327
Opened 18 years ago
Closed 18 years ago
not recording bookmark visits as nsINavHistoryService::TRANSITION_BOOKMARK
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
DUPLICATE
of bug 409301
People
(Reporter: moco, Assigned: moco)
Details
not recording bookmark visits as nsINavHistoryService::TRANSITION_BOOKMARK
We need to start call MarkPageAsFollowedBookmark(), like we do for MarkPageAsTyped()
we are depending on this for our global frecency algo, see bug #394038
note, we need to fix this typo in MarkPageAsFollowedBookmark(), which I have fixed locally:
- mRecentTyped.Put(uriString, GetNow());
+ mRecentBookmark.Put(uriString, GetNow());
Flags: blocking-firefox3?
Comment 1•18 years ago
|
||
I'm guessing this will fix bug 409301 or just dupe that to this?
Blocks: 409301
| Assignee | ||
Comment 2•18 years ago
|
||
wow, we logged those two hours apart, completely independently.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•18 years ago
|
Updated•18 years ago
|
Flags: blocking-firefox3?
Updated•18 years ago
|
Flags: blocking-firefox3?
Updated•18 years ago
|
Flags: blocking-firefox3?
Comment 3•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
•