Talk:App.update.channel: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(is user_pref entry used or ignored?)
No edit summary
Line 1: Line 1:
The caveats seems to be outdated:
* The caveats seems to be outdated:


> "This preference can only be changed by editing channel-prefs.js in the application directory."
> "This preference can only be changed by editing channel-prefs.js in the application directory."
Line 7: Line 7:


: Did you verify that the user_pref() value is actually used? It is my understanding that it is simply ignored and therefore you have to set the original pref() value in channel-prefs.js, but that may have changed. --[[User:Rsx11m|Rsx11m]] 23:23, 1 July 2009 (UTC)
: Did you verify that the user_pref() value is actually used? It is my understanding that it is simply ignored and therefore you have to set the original pref() value in channel-prefs.js, but that may have changed. --[[User:Rsx11m|Rsx11m]] 23:23, 1 July 2009 (UTC)
* http://kb.mozillazine.org/Software_Update#Update_channels_-_Advanced has a much better description of channels. I suggest this page be deprecated and point to http://kb.mozillazine.org/Software_Update#Update_channels_-_Advanced [[User:Wsm|Wsm]] 10:14, 2 October 2015 (UTC)

Revision as of 10:14, 2 October 2015

  • The caveats seems to be outdated:

> "This preference can only be changed by editing channel-prefs.js in the application directory."

At least on FF3.5, about:config can be used to change this setting which immediately reflects in pref.js --Andig 13:41, 30 June 2009 (UTC)

Did you verify that the user_pref() value is actually used? It is my understanding that it is simply ignored and therefore you have to set the original pref() value in channel-prefs.js, but that may have changed. --Rsx11m 23:23, 1 July 2009 (UTC)