Migrate XUL store persisted values after bug 1605845
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
2.75 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
In bug 1605845 we changed the address of many files. We should migrate the persisted values in the profile. Bug 1603457 shows a good way to do this. We'd need the _migrateXULStoreForDocument
from BrowserGlue.jsm.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
These are the only documents that have information worth keeping, IMO. The rest are either overlays or included by preprocessor (therefore the information stored against a different URL), or only storing window location and size, or storing low-value information such as table column widths on secondary UI.
Comment 2•5 years ago
|
||
messageWindow.xul|xhtml, the stand-alone window, should maybe converted too.
Assignee | ||
Comment 3•5 years ago
|
||
Yes, I suppose it should. I'll add it.
Comment 4•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/bb22d7034b6f
Migrate XUL store persisted values after bug 1605845; r=mkmelin
Assignee | ||
Updated•5 years ago
|
Description
•