Closed
Bug 423391
Opened 18 years ago
Closed 18 years ago
Link coloring wrong for history item which is also a bookmark
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: steekid, Unassigned)
References
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
When I visit a website which has been saved to my bookmarks, it will be saved to history. Then this URL will be shown as visited URL in other websites. But I can not delete this history item. Even after deleting all history, this URL is shown as visited URL too. At this time, if I should open places.sqlite, the URL is there too. It will be shown as unvisited URL only when I delete places.sqlite file.
Reproducible: Always
Steps to Reproduce:
1.Save "www.mozilla.com" to bookmarks.
2.Visit "www.mozilla.com".
3.Create a local webpage include the hyperlink "www.mozilla.com".
4.Open the local webpage with Firefox3.0Beta4.
5.The "www.mozilla.com" will be shown as visited URL.
6.Press Ctrl+Shift+Del to delete all history.
7.Restart Firefox.
8.Open the local webpage again. You will see the URL "www.mozilla.com" is still shown as visited URL.
9.Close Firefox and delete places.sqlite file in your profile.
10.Launch Firefox and open the local webpage.You will see the URL is shown as unvisited URL.
Actual Results:
The URL is shown as visited url.
Expected Results:
The URL is shown as unvisited url.
Comment 1•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008031605
Confirming.
Status: UNCONFIRMED → NEW
Component: History → Places
Ever confirmed: true
Flags: blocking-firefox3?
Keywords: regression
QA Contact: history → places
Version: unspecified → Trunk
Comment 2•18 years ago
|
||
IIRC we are using visit_count on a moz_place to see if it's visited, so this could potentially be fixed by bug 416313, will check if that's true on my next iteration over there
Depends on: 416313
Comment 3•18 years ago
|
||
Jin could you check if the moz_historyvisits table is empty after you do clear private data?
Comment 5•18 years ago
|
||
so should be that, visit_count is not cleared on clear history for frecency calculation, bug 416313 will change that
Comment 6•18 years ago
|
||
This will not block the final release of Firefox 3.
Flags: wanted-firefox3+
Flags: blocking-firefox3?
Flags: blocking-firefox3-
Comment 7•18 years ago
|
||
should have been fixed by dependant bugs
now link coloring is not more based on visit_count, rather on the presence of a visit for the specified uri in moz_historyvisits table
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Summary: Can not delete history item which is same to a bookmark → Link coloring wrong for history item which is also a bookmark
Comment 8•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
•