Closed
Bug 1027229
Opened 9 years ago
Closed 9 years ago
Use the non-localized name to install apps
Categories
(Firefox Graveyard :: Web Apps, defect)
Firefox Graveyard
Web Apps
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 33
People
(Reporter: marco, Assigned: marco)
References
Details
Attachments
(1 file)
14.00 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
We're now using the localized name to set the installation directory name, we should use the non-localized one so that users can change their locale without breaking apps. Before bug 1013895, we used to install apps both in the system and in the registry using the localized name. At startup, though, we were modifying the registry again using the non-localized name. So in the end we've actually been using the non-localized name for a long time without any problem. According to bug 1013895 comment 8, on B2G the name property was meant to be used as the process name, so it shouldn't matter whether we use the localized name or the non-localized one there.
Attachment #8442262 -
Flags: review?(myk)
Comment 1•9 years ago
|
||
Comment on attachment 8442262 [details] [diff] [review] Patch Review of attachment 8442262 [details] [diff] [review]: ----------------------------------------------------------------- This seems reasonable, especially considering bug 1013895. The patch itself has a conflict, but it's trivial to resolve. Please run this through try before pushing it!
Attachment #8442262 -
Flags: review?(myk) → review+
Comment 2•9 years ago
|
||
Note: I see a leak of the URL chrome://global/skin/icons/webapps-64.png when running mach mochitest-chrome dom/tests/mochitest/webapps/ on my Mac, but it doesn't seem related to this patch, as it occurs without the patch as well.
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Myk Melez [:myk] [@mykmelez] from comment #2) > Note: I see a leak of the URL chrome://global/skin/icons/webapps-64.png when > running mach mochitest-chrome dom/tests/mochitest/webapps/ on my Mac, but it > doesn't seem related to this patch, as it occurs without the patch as well. You filed bug 967302 sometime ago and resolved as WORKSFORME, so it's probably intermittent?
Assignee | ||
Comment 4•9 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=0405f15604dc https://hg.mozilla.org/integration/mozilla-inbound/rev/731511b5239c
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/731511b5239c
Assignee: nobody → mar.castelluccio
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 33
Comment 6•9 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #3) > (In reply to Myk Melez [:myk] [@mykmelez] from comment #2) > > Note: I see a leak of the URL chrome://global/skin/icons/webapps-64.png when > > running mach mochitest-chrome dom/tests/mochitest/webapps/ on my Mac, but it > > doesn't seem related to this patch, as it occurs without the patch as well. > > You filed bug 967302 sometime ago and resolved as WORKSFORME, so it's > probably intermittent? Hmm, unsure, it used to happen all the time, then it stopped happening, and now it's happening again all the time; which is not quite what I think of as "intermittent." :-) In any case, I've reopened the issue.
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•