Closed
Bug 418738
Opened 17 years ago
Closed 17 years ago
Results visited from google are hard to find in the location bar
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 3 beta4
People
(Reporter: Mardak, Assigned: Mardak)
References
(Blocks 1 open bug)
Details
Because google search results are actually linked to google that redirect to the real page, the destination page doesn't get its frecency updated because it's a transition redirect. This causes places to have -1 frecency unnecessarily because they can't be updated and prevent other invalid frecencies from getting calculated.
We can address this by treating the original action (link visit) in place of the redirect visit.
Patch is part of the fix for bug 417810.
Assignee | ||
Comment 1•17 years ago
|
||
Checking in toolkit/components/places/src/nsNavHistory.cpp;
/cvsroot/mozilla/toolkit/components/places/src/nsNavHistory.cpp,v <--
nsNavHistory.cpp
new revision: 1.253; previous revision: 1.252
done
Assignee: nobody → edilee
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 beta4
You need to log in
before you can comment on or make changes to this bug.
Description
•