Closed
Bug 1077153
Opened 10 years ago
Closed 10 years ago
shumway shouldn't use the gecko.mstone and gecko.buildID prefs
Categories
(Firefox Graveyard :: Shumway, defect, P5)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: till)
References
Details
Shumway currently uses the gecko.mstone and gecko.buildID prefs. See:
http://mxr.mozilla.org/mozilla-central/search?string=gecko.mstone
http://mxr.mozilla.org/mozilla-central/search?string=gecko.buildid
The gecko.mstone and gecko.buildID prefs are actually somewhat confusingly named prefs that are local to the apps code; it's a pref for "if the Gecko milestone or buildID are not this version, then we need to rerun app registration".
(It should probably be renamed to make it more clear that that's what it is, and perhaps the code even refactored so other things can use the same redo-if-new-gecko-build with a different pref name. But renaming it to something sensible depends on shumway not using it.)
In mozilla-central, this code was added in https://hg.mozilla.org/mozilla-central/rev/4f4f4b20efc7 , but that's probably not that useful.
Assignee | ||
Comment 1•10 years ago
|
||
Fixed in Shumway's github repo by https://github.com/mozilla/shumway/pull/1773.
David, do you need this fix ASAP, or would including it in the next planned merge in a week be enough?
Flags: needinfo?(dbaron)
Updated•10 years ago
|
Assignee: nobody → till
Blocks: shumway-m3
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•10 years ago
|
||
Still hasn't reached mozilla-central, as far as I can tell. The shumway directory hasn't been touched since October 2.
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to David Baron [:dbaron] (UTC+11) (needinfo? for questions) from comment #4)
> Still hasn't reached mozilla-central, as far as I can tell. The shumway
> directory hasn't been touched since October 2.
It finally did reach m-c. Truly sorry about the delay :(
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•