Migrate remaining strings in resetProfile.dtd to Fluent
Categories
(Toolkit :: General, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox105 | --- | fixed |
People
(Reporter: flod, Assigned: eemeli)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1517307 only left a couple of strings in the file.
Initially this seemed trivial, then I noticed why these strings were left behind (and, AFAIK, no follow-up bug was filed).
https://phabricator.services.mozilla.com/D17416
The strings aren't displaying in this dialog, and adding the DOM localization initialization code such as https://searchfox.org/mozilla-central/rev/60c4067b1cbb0f94d7dc2d7cdfa27ed579817fee/browser/components/nsBrowserGlue.js#1010-1016 is throwing an exception that the sources are already registered.
| Reporter | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
I'm not sure what might have been the issue with solving this "trivially" previously, but the now-submitted patch seems to work?
That is, at least according to the treeherder job generated by mach try auto and by inspecting the chrome://global/content/resetProfileProgress.xhtml page directly.
Is there a way to trigger the profile-refresh flow manually, and to then pause it while displaying the progress dialog?
Comment 4•3 years ago
|
||
| bugherder | ||
Comment 5•3 years ago
|
||
(In reply to Eemeli Aro [:eemeli] from comment #2)
I'm not sure what might have been the issue with solving this "trivially" previously, but the now-submitted patch seems to work?
That is, at least according to the treeherder job generated by
mach try autoand by inspecting thechrome://global/content/resetProfileProgress.xhtmlpage directly.Is there a way to trigger the profile-refresh flow manually, and to then pause it while displaying the progress dialog?
In the browser console, you can type window.open("chrome://global/content/resetProfileProgress.xhtml", "", "chrome,width=600,height=300");
Description
•