Closed
Bug 333645
Opened 19 years ago
Closed 17 years ago
Tracking: ensure character set is handled correctly for bookmarks
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3
People
(Reporter: brettw, Unassigned)
References
Details
(Whiteboard: [Fx2-parity])
1.x saved the "last charset" for bookmarks. I think this is important for some non-latin languages who visit pages that have misidentified charsets.
Currently, places does not import the last charset from bookmarks.html, it doesn't save it in the annotation service, and it doesn't use this value when you load a page.
This information needs to be store. With the annotation service, we can store last charset for all web pages you visit so that you can get the correct charset when you revisit them.
Updated•19 years ago
|
Assignee: nobody → joe
Priority: -- → P3
Target Milestone: --- → Firefox 2 beta1
Comment 1•19 years ago
|
||
I think this is three separate bugs: (1) Preserve character set on import and use it when loading the page; (2) Store current character set when bookmarking; (3) Update character set annotation for bookmark if you change the setting while viewing the page.
Updated•19 years ago
|
Updated•19 years ago
|
Summary: Save last charset as an annotation → Tracking: ensure character set is handled correctly for bookmarks
Updated•18 years ago
|
Assignee: mozilla → nobody
Priority: P3 → --
Whiteboard: [Fx2-parity]
Target Milestone: Firefox 2 beta1 → Firefox 3
![]() |
||
Comment 2•17 years ago
|
||
so is this fixed now by fixed depending bugs?
Comment 3•17 years ago
|
||
(In reply to comment #2)
> so is this fixed now by fixed depending bugs?
from the requests i read here, yes, it is fixed, actually we should have parity with FX2 plus something more (forced charsets from menu are saved)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 4•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
•