Closed
Bug 409945
Opened 17 years ago
Closed 17 years ago
Charset annotations created on import should be itemAnnotations (was: Clear private data doesn't force smart bookmarks to rebuild)
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 beta4
People
(Reporter: zurtex, Assigned: mak)
References
Details
(Keywords: privacy)
Attachments
(1 file, 4 obsolete files)
7.86 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2
I just went to clear my private data as I'm letting someone else use my computer for the day (so bookmarks and like I want retained but everything else can go).
Given there was no obvious way to clear 'places' or 'smart bookmarks', I assumed clearing browser history would do this, because it essentially is browser history. To my somewhat dismay I found it wasn't cleared and furthermore there was no obvious way to clear them without just deleting them...
I expected this bug to already be reported as it'd be pretty essential to get something like this in for Firefox 3 final otherwise people would get rather upty about it not actually letting you obviously clear private data, but did several searches and couldn't find anything. I sort of want to report this as Major, but I'll leave it as normal for now.
Reproducible: Always
Steps to Reproduce:
1. Clear Private Data (any possible combination of options)
2. Click on 'Places' or 'Smart Bookmarks'
3. Notice data is still there.
Actual Results:
Data wasn't cleared
Expected Results:
Data should of been cleared.
Comment 1•17 years ago
|
||
Would this be fixed by bug 370644 & bug 394133 ? Or would that only affect the 'Most Visited' count ?
Reporter | ||
Comment 2•17 years ago
|
||
I don't know, are things like:
"Recently Visited Pages"
or
"Recently Bookmarked"
affected by the whole "visit count" thing, because if not it, things like that need to be considered. I don't know much of Firefox's internal workings so I can't say much, just trying to bring the issue up.
Reporter | ||
Comment 3•17 years ago
|
||
Nominating this to be fixed for Firefox 3.
Just double checked it on Firefox Beta 2 on a different OS (Windows XP Pro instead of Windows x64).
Same situation, Smart Bookmarks isn't affected by Clear Private Data at all, given Smart Bookmarks is really a clever form of browsing history and not actually 'Bookmarks' as such, then this makes Clear Private Data function useless for some people.
Flags: blocking-firefox3?
Reporter | ||
Comment 4•17 years ago
|
||
It's been pointed out to me that smart bookmarks, on the Mozilla developer IRC channel, that not all smart bookmarks need to be history based. So ideally I guess what would be wanted was when someone selected:
"Browsing History" on "Clear Private Data"
That any history based smart bookmarks were cleared, things involving things like "most" and "recent". Most people seemed to thing such things were directly generated from the History, but with a cleared a History these things still appear to be populated. Anyway, just trying to provide as much info as possible for someone who might try to fix the bug.
Reporter | ||
Updated•17 years ago
|
Summary: Clear private data should affect places → Clear private data should affect history based smart bookmarks
Comment 5•17 years ago
|
||
IIRC, there is a "privacy" keyword here on Bugzilla, can you add it to this bug?
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Component: General → Places
Ever confirmed: true
OS: Windows Server 2003 → All
Hardware: PC → All
Version: unspecified → Trunk
Updated•17 years ago
|
QA Contact: general → places
Comment 7•17 years ago
|
||
Smart bookmarks are not "saved", but are driven by the data available in history and bookmarks. Two possible bugs here:
1. history was not actually cleared
2. live-update of query nodes is broken (ie: changes to history did not trigger regeneration of the smart bookmarks' contents)
Reporter | ||
Comment 8•17 years ago
|
||
Well I've just done a little test, I went to the web page:
"http://www.squarefree.com/burningedge/The Burning Edge"
I cleared my private data (everything except cookies and passwords). Went to my Firefox profile folder and opened places.sqlite and searched for "burningedge" and low and behold I found the exact url: "http://www.squarefree.com/burningedge/The Burning Edge".
In fact I found it twice amongst loads of other urls I've visited in the last week, even though I must have cleared private data 3 or 4 times to keep testing things out the last week.
places.sqlite was 9104kb, which also seemed odd given I'd been clearing my data so regularly.
Assignee | ||
Comment 10•17 years ago
|
||
(In reply to comment #8)
> I cleared my private data (everything except cookies and passwords). Went to my
> Firefox profile folder and opened places.sqlite and searched for "burningedge"
> and low and behold I found the exact url:
> "http://www.squarefree.com/burningedge/The Burning Edge".
Was that url bookmarked / starred?
> places.sqlite was 9104kb, which also seemed odd given I'd been clearing my data so regularly.
places.sqlite size does not change, there is another open bug report on that, but that's not a problem
Reporter | ||
Comment 11•17 years ago
|
||
(In reply to comment #10)
> (In reply to comment #8)
> > I cleared my private data (everything except cookies and passwords). Went to my
> > Firefox profile folder and opened places.sqlite and searched for "burningedge"
> > and low and behold I found the exact url:
> > "http://www.squarefree.com/burningedge/The Burning Edge".
>
> Was that url bookmarked / starred?
Yes, but URLs not bookmarked / starred also appeared in places.sqlite
Comment 12•17 years ago
|
||
Resummarizing, fixing severity based on this being something that should work. Marco, can you reproduce this?
Severity: enhancement → normal
Summary: Clear private data should affect history based smart bookmarks → Clear private data doesn't force smart bookmarks to rebuild
Assignee | ||
Comment 13•17 years ago
|
||
after a clear private data the only addresses i still see in places.sqlite (moz_places table) are:
- bookmarks
- starred items
- default folders (roots)
- livemarks results
smart bookmarks query will continue to get results from those urls, but still that should not be a privacy concern since those urls are bookmarked (so it's quite obvious to everybody that they are visited)
Damiam, since you already have opened the db with an sqlite explorer, can you execute this query and check what items are out of that categories? (you can use sqlite manager if you want https://addons.mozilla.org/en-US/firefox/addon/5817)
SELECT h.id,h.url FROM moz_places h
LEFT JOIN moz_bookmarks b ON h.id = b.fk
LEFT JOIN moz_annos a ON h.id = a.place_id
WHERE
b.id IS NULL AND
(a.id IS NULL OR a.expiration != 4)
test this in safe mode and be sure to not visit any website after clearing private data. Thank you
Assignee | ||
Comment 14•17 years ago
|
||
the only thing i've been able to reproduce is this:
STR:
- visit a page and star it
- clear private data
- remove the bookmark (but don't visit the site)
- the page still appear into most visited even if it's not visited and it's not a bookmark
- if you clear private data again it will go away (Since it will expire all dangling items)
this is because most visited uses count column in moz_places, and the page had not been expired yet.
Reporter | ||
Comment 15•17 years ago
|
||
Right, I've never used an SQLite Explorer before, I originally opened places.sqlite with notepad, but your instructions were easy to follow and when I did I was rather confused because indeed I wasn't able to reproduce the bug.
Unsatisfied I've been testing the behavior of different options of Clear Private Data for the last 30 mins or so and have been able to reproduce the bug some times and not at others. I think I've found the problem and this is a bit long winded but here are the steps I did that fully show the problem:
1. Clicked on 'Smart Bookmarks'
2. Mouse over 'Most Visited'
3. Observed 'Anandtech' as 1st result
4. Deleted 'Anandtech' from bookmarks, double checked and searched it wasn't duplicated
5. Selected 'Clear Private Data'
6. Selected ONLY 'Browsing History'
7. Clicked 'Clear Private Data NOW'
8. Clicked on 'Smart Bookmarks'
9. Mouse over 'Most Visited'
10. Observed 'Anandtech' as 1st result
I then tried again but restarted Firefox before checking 'Most Visited'
1. Clicked on 'Smart Bookmarks'
2. Mouse over 'Most Visited'
3. Observed 'Ctrl+Alt+Del' as 3rd result
4. Deleted 'Ctrl+Alt+Del' from bookmarks, double checked and searched it wasn't duplicated
5. Selected 'Clear Private Data'
6. Selected ONLY 'Browsing History'
7. Clicked 'Clear Private Data NOW'
8. Restarted Firefox
9. Clicked on 'Smart Bookmarks'
10. Mouse over 'Most Visited'
11. Observed 'Ctrl+Alt+Del' as 3rd result
A little puzzled I still wasn't able to replicate the correct behavior as I did earlier, I tried selecting all options for Clear Private Data:
1. Clicked on 'Smart Bookmarks'
2. Mouse over 'Most Visited'
3. Observed 'Convivea Forums' as 4th result
4. Deleted 'Convivea Forums' from bookmarks, double checked and searched it wasn't duplicated
5. Selected 'Clear Private Data'
6. Selected ALL options for Clear Private Data
7. Clicked 'Clear Private Data NOW'
8. Restarted Firefox
9. Clicked on 'Smart Bookmarks'
10. Mouse over 'Most Visited'
11. Observed 'Convivea Forums' was no longer there!
12. Observed 'Anandtech' and 'Ctrl+Alt+Del' was still the 1st and 3rd result respectively!!
This produces 2 behavioral problems:
1) Logically 'Browsing History' should clear 'History based smart bookmarks'
2) Results that have been cleared from Bookmarks but still observed in 'Most Visited' appear to still be 'trapped' there even after fully clearing every options on 'Clear Private Data' (I'm guessing it was clearing the cache that made it work in the end).
Assignee | ||
Comment 16•17 years ago
|
||
(In reply to comment #15)
> 1) Logically 'Browsing History' should clear 'History based smart bookmarks'
yes, but most visited is a history & bookmark based (since bookmarked/starred items will dongle there also after a clear history)
could you install sqlite manager extension and, when you see that a site is still showed after a clear history, open it and execute in sqlite manager the SQL query:
SELECT h.id, h.url FROM moz_places h
LEFT JOIN moz_bookmarks b ON h.id = b.fk
LEFT JOIN moz_annos a ON h.id = a.place_id
WHERE
b.id IS NULL AND
(a.id IS NULL OR a.expiration != 4)
and annotate if it's returning some item?
Assignee | ||
Comment 17•17 years ago
|
||
with "open it" i mean sqlite manager, not the site!
Assignee | ||
Comment 18•17 years ago
|
||
one last thing: what version are you using for these tests? still beta2? if yes, could you retry also with current nightly build?
thank you
Reporter | ||
Comment 19•17 years ago
|
||
Yeah sorry, I did that already and wrote in to the Bugzilla comment box, but
needed to restart Firefox so lost it all and forgot to retype it up.
I cleared 'browsing history', executed the SQL query and got 0 rows returned.
But I would like to point out that 'Anandtech' and 'Crtl+Alt+Del' are still in
my 'Most Visited' section even though I've deleted them from my bookmarks,
cleared private data multiple times and restarted Firefox multiple times.
Yep, I'm still on Beta 2, I'll try with the nightly build in a bit thanks.
Assignee | ||
Comment 20•17 years ago
|
||
thank you, if the query is returning 0 after clear private data, those sites are bookmarked somewhere, or have some un-expirable annotation on them.
please when you still see an item there and the previous query returns 0 execute this:
SELECT h.id, h.url, b.parent, a.anno_attribute_id FROM moz_places h
LEFT JOIN moz_bookmarks b ON h.id = b.fk
LEFT JOIN moz_annos a ON h.id = a.place_id
WHERE
b.id IS NOT NULL OR
a.id IS NOT NULL
recognize the bogus url into results, and put here values reported for that url (parent and anno_attribute_id)
Reporter | ||
Comment 21•17 years ago
|
||
They are absolutely NOT bookmarked somewhere, I was very very careful in checking that.
I executed the SQL command, the problematic URLs report:
id: 425
url: http://anandtech.com/default.aspx
parent: NULL
anno_attribute_id: 1
AND
id: 445
url: http://www.ctrlaltdel-online.com/
parent: NULL
anno_attribute_id: 1
I've not yet tried the latest nightly build, will try and reproduce this on that later.
Assignee | ||
Comment 22•17 years ago
|
||
found the problem,it is not bookmarked but that has a bookmarkProperties/description annotation
it needs some investigation but the problem is surely there
thank you for your effort in finding that
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → mak77
Status: ASSIGNED → NEW
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 23•17 years ago
|
||
Damian, how old is your profile? have you tested previous alphas with that? Could you give me a "somehow" correct date of creation for the profile you're using?
that annotation shouldn't be there, i suppose that has been inserted there by some old alpha version code.
Will however post a patch to cleanup profiles from that dangling annos before next beta.
Assignee | ||
Comment 24•17 years ago
|
||
i can probably track down this to Bug 379211, checked-in 2007-05-10 in alpha5
Reporter | ||
Comment 25•17 years ago
|
||
I never installed an alpha version of Firefox on this particular computer. 1 moment, I'll download the latest trunk build, do a clean install and see if I can replicate.
Assignee | ||
Comment 26•17 years ago
|
||
have you migrated your profile from a previous version on another computer?
Assignee | ||
Comment 27•17 years ago
|
||
sorry, i still need you execute this query when an items does not disappear, and report name column of the bogus item...
SELECT h.id, h.url, t.name FROM moz_places h
LEFT JOIN moz_bookmarks b ON h.id = b.fk
LEFT JOIN moz_annos a ON h.id = a.place_id
LEFT JOIN moz_anno_attributes t on t.id = a.anno_attribute_id
WHERE
b.id IS NOT NULL OR
a.id IS NOT NULL
Reporter | ||
Comment 28•17 years ago
|
||
Unable to reproduce on: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008020404 Minefield/3.0b3pre ID:2008020404 with a clean profile. Yay :-).
I think was able to reproduce it on 3.0b4pre with a clean profile but imported bookmarks. Want me to try all that stuff on a version with an old profile or imported bookmarks to see if it still affects the nightly builds?
Assignee | ||
Comment 29•17 years ago
|
||
yes please, but first try with current build and with imported bookmarks since i think that import could cause that
Reporter | ||
Comment 30•17 years ago
|
||
Sorry, testing is going to have to wait until tomorrow morning, I've some how completely killed Firefox. Every time I install and launch I just get the error message:
"Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system"
Well there is no other Firefox process running and I've tried restarting my system, re-installing Firefox, installing a different version of Firefox, manually deleting Firefox etc... So until I figure this out, Firefox won't work on this computer at all! Sorry.
Comment 31•17 years ago
|
||
Make sure there are no running firefox.exe processes and then delete the parent.lock file from your profile directory.
Reporter | ||
Comment 32•17 years ago
|
||
Right, I made a .html backup of my bookmarks through the normal 'export' process. Installed Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008020404 Minefield/3.0b3pre ID:2008020404, then imported bookmarks.
I clicked on 'Anandtech' and 'Ctrl + Alt + Del', refreshed them a few times to get it in to 'Most Visited'.
1) Deleted Anandtech
2) Cleared Browser History
3) Still appeared in 'Most Visited'
1) Deleted 'Ctrl + Alt + Del'
2) Cleared selected ALL options on Clear Private Data
3) Restarted Firefox
4) Still appeared in 'Most Visited'
I executed the SQL command:
SELECT h.id,h.url FROM moz_places h
LEFT JOIN moz_bookmarks b ON h.id = b.fk
LEFT JOIN moz_annos a ON h.id = a.place_id
WHERE
b.id IS NULL AND
(a.id IS NULL OR a.expiration != 4)
And got 0 results returned, I then executed the SQL command:
SELECT h.id, h.url, b.parent, a.anno_attribute_id FROM moz_places h
LEFT JOIN moz_bookmarks b ON h.id = b.fk
LEFT JOIN moz_annos a ON h.id = a.place_id
WHERE
b.id IS NOT NULL OR
a.id IS NOT NULL
The troublesome URLs gave this data:
id: 207
url: http://anandtech.com/default.aspx
parent: NULL
anno_attribute_id: 8
AND
id: 211
url: http://www.ctrlaltdel-online.com/
parent: NULL
anno_attribute_id: 8
I then ran the SQL command:
SELECT h.id, h.url, t.name FROM moz_places h
LEFT JOIN moz_bookmarks b ON h.id = b.fk
LEFT JOIN moz_annos a ON h.id = a.place_id
LEFT JOIN moz_anno_attributes t on t.id = a.anno_attribute_id
WHERE
b.id IS NOT NULL OR
a.id IS NOT NULL
The troublesome URLs gave this data:
id: 425
url: http://anandtech.com/default.aspx
name: URIProperties/characterSet
AND
id: 445
url: http://www.ctrlaltdel-online.com/
name: URIProperties/characterSet
P.S thanks for the help, turns out I needed to delete the whole Mozilla folder in %appdata% to get things working again.
Comment 33•17 years ago
|
||
you really didn't have to, all you had to do was delete the Places.sqlite file
Reporter | ||
Comment 34•17 years ago
|
||
I really really did, my entire profile folder was deleted never mind about places.sqlite, Firefox still refused to load.
Assignee | ||
Comment 35•17 years ago
|
||
Thank you Damian, i'm going to fix that.
Assignee | ||
Updated•17 years ago
|
Summary: Clear private data doesn't force smart bookmarks to rebuild → Charset annotations created on import should not be EXPIRE_NEVER (was: Clear private data doesn't force smart bookmarks to rebuild)
Assignee | ||
Updated•17 years ago
|
Summary: Charset annotations created on import should not be EXPIRE_NEVER (was: Clear private data doesn't force smart bookmarks to rebuild) → Charset annotations created on import should be itemAnnotations (was: Clear private data doesn't force smart bookmarks to rebuild)
Assignee | ||
Comment 36•17 years ago
|
||
Comment 37•17 years ago
|
||
recently visited sites is kind of redundant, thats what the history bar is for.
Comment 38•17 years ago
|
||
oh, im not on my machine atm, but theres an issue with clearing Typed in url's if you happen to delete the smart bookmarks folder (and anything in it)
Assignee | ||
Comment 39•17 years ago
|
||
(In reply to comment #38)
> oh, im not on my machine atm, but theres an issue with clearing Typed in url's
> if you happen to delete the smart bookmarks folder (and anything in it)
smart bookmarks folder is made up of queries, so deleting that will not change anything elsewhere. However that is unrelated to this bug where the problem is that an item does not disappear from "most visited" query
Comment 40•17 years ago
|
||
doesn't explain why it works fine with it not deleted, and then it stuffs up once it is.
Assignee | ||
Comment 41•17 years ago
|
||
we should migrate annos into items annos instead of deleting them, to avoid dataloss
Attachment #301695 -
Attachment is obsolete: true
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Assignee | ||
Comment 42•17 years ago
|
||
this is working, i still need to do some import and migration test.
for performance of queries i'd wait for Bug 415201 (that adds some useful index)
Attachment #301872 -
Attachment is obsolete: true
Assignee | ||
Comment 43•17 years ago
|
||
Comment on attachment 302029 [details] [diff] [review]
patch
Here are steps for my tests:
First
- import a bookmarks.html that contain charset definition for most bookmarks
- check that all charset annos are gone into table moz_items_annos
Second
- take a places.sqlite that has charset annotation for bookmarks into moz_annos
- after the first shutdown or clear private data check that all charset annos have been migrated to moz_items_annos
Third
- take a bookmark that has a charset anno, unbookmark it and bring to most visited query
- clear private data
- check that it is no more present in most visited
All tests passed.
Notice that i've tried to be conservative, so i move charset annotations only for bookmarks, while i don't touch them for history items that are not bookmarked (since they are not created on import, so the annotation there could be valid)
Attachment #302029 -
Flags: review?(dietrich)
Updated•17 years ago
|
Whiteboard: [has patch][needs review dietrich]
Comment 44•17 years ago
|
||
Comment on attachment 302029 [details] [diff] [review]
patch
>Index: toolkit/components/places/src/nsNavHistoryExpire.cpp
>===================================================================
>RCS file: /cvsroot/mozilla/toolkit/components/places/src/nsNavHistoryExpire.cpp,v
>retrieving revision 1.37
>diff -u -8 -p -r1.37 nsNavHistoryExpire.cpp
>--- toolkit/components/places/src/nsNavHistoryExpire.cpp 25 Jan 2008 17:11:14 -0000 1.37
>+++ toolkit/components/places/src/nsNavHistoryExpire.cpp 8 Feb 2008 00:25:35 -0000
>@@ -872,16 +872,62 @@ nsNavHistoryExpire::ExpireAnnotationsPar
> "LEFT OUTER JOIN moz_places p ON a.place_id = p.id "
> "LEFT OUTER JOIN moz_historyvisits v ON a.place_id = v.place_id "
> "WHERE p.id IS NULL "
> "OR (v.id IS NULL AND a.expiration != ") +
> nsPrintfCString("%d", nsIAnnotationService::EXPIRE_NEVER) +
> NS_LITERAL_CSTRING("))"));
> NS_ENSURE_SUCCESS(rv, rv);
>
>+ // XXX REMOVE ME BEFORE FINAL
>+ // There was a period in which we inserted bogus charset annos during bookmark
>+ // import, we must move them into items annos, since those pages will
>+ // never get deleted from moz_places and that is a valid privacy concern.
>+ nsCAutoString charsetAnno;
>+ charsetAnno.AssignLiteral("URIProperties/characterSet");
>+
nsCAutoString charsetAnno("URIProperties/characterSet") should work here.
everything else looks fine, r=me. a couple of things:
- please wait to land this until the anno index fix gets checked in
- make a note on bug 317472
- make a note on bug 391419
Attachment #302029 -
Flags: review?(dietrich) → review+
Updated•17 years ago
|
Keywords: checkin-needed
Whiteboard: [has patch][needs review dietrich] → [has patch]
Updated•17 years ago
|
Priority: -- → P2
Assignee | ||
Comment 45•17 years ago
|
||
coming with fixed review comments, then i'll annotate there
yeah, we should not check-in this before Bug 415201
Updated•17 years ago
|
Depends on: 415201
Keywords: checkin-needed
Assignee | ||
Comment 46•17 years ago
|
||
Attachment #302029 -
Attachment is obsolete: true
Updated•17 years ago
|
Target Milestone: --- → Firefox 3 beta4
Assignee | ||
Updated•17 years ago
|
Whiteboard: [has patch] → [has patch][has review]
Assignee | ||
Comment 47•17 years ago
|
||
Bug 415201 is fixed, checkin-needed here!
Keywords: checkin-needed
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [has patch][has review]
Comment 48•17 years ago
|
||
backed out due to failing unit tests:
../../../../_tests/xpcshell-simple/test_browser_places/unit/test_bookmarks_html.js: FAIL
../../../../_tests/xpcshell-simple/test_browser_places/unit/test_bookmarks_html.js.log:
>>>>>>>
*** test pending
*** exiting
*** CHECK FAILED: false == true
JS frame :: /builds/slave/trunk_osx/mozilla/tools/test-harness/xpcshell-simple/head.js :: do_throw :: line 99
JS frame :: /builds/slave/trunk_osx/mozilla/tools/test-harness/xpcshell-simple/head.js :: do_check_eq :: line 114
JS frame :: /builds/slave/trunk_osx/mozilla/tools/test-harness/xpcshell-simple/head.js :: do_check_true :: line 118
JS frame :: ../../../../_tests/xpcshell-simple/test_browser_places/unit/test_bookmarks_html.js :: testCanonicalBookmarks :: line 250
JS frame :: ../../../../_tests/xpcshell-simple/test_browser_places/unit/test_bookmarks_html.js :: run_test :: line 116
JS frame :: /builds/slave/trunk_osx/mozilla/tools/test-harness/xpcshell-simple/tail.js :: _execute_test :: line 41
JS frame :: /builds/slave/trunk_osx/mozilla/tools/test-harness/xpcshell-simple/execute_test.js :: <TOP_LEVEL> :: line 38
2147500036
*** FAIL ***
<<<<<<<
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 49•17 years ago
|
||
oops i usually execute places tests, but this was in the other test unit, sorry!!!
i need to update the test since it's wrong now:
var pageURI = iosvc.newURI(testBookmark1.uri, "", null);
do_check_true(annosvc.pageHasAnnotation(pageURI, LAST_CHARSET_ANNO));
do_check_eq("ISO-8859-1", annosvc.getPageAnnotation(pageURI,
LAST_CHARSET_ANNO));
should be item not page, coming soon with a fix
Assignee | ||
Comment 50•17 years ago
|
||
i've fixed the test that was checking the wrong anno
Attachment #302635 -
Attachment is obsolete: true
Updated•17 years ago
|
Attachment #303412 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 51•17 years ago
|
||
Checking in browser/components/places/src/nsPlacesImportExportService.cpp;
/cvsroot/mozilla/browser/components/places/src/nsPlacesImportExportService.cpp,v <-- nsPlacesImportExportService.cpp
new revision: 1.44; previous revision: 1.43
done
Checking in browser/components/places/tests/unit/test_bookmarks_html.js;
/cvsroot/mozilla/browser/components/places/tests/unit/test_bookmarks_html.js,v <-- test_bookmarks_html.js
new revision: 1.19; previous revision: 1.18
done
Checking in toolkit/components/places/src/nsNavHistoryExpire.cpp;
/cvsroot/mozilla/toolkit/components/places/src/nsNavHistoryExpire.cpp,v <-- nsNavHistoryExpire.cpp
new revision: 1.40; previous revision: 1.39
done
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Keywords: checkin-needed
Comment 52•15 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
•