Closed
Bug 927429
Opened 11 years ago
Closed 11 years ago
Set dynamic UA override URL on B2G
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-b2g:koi+, firefox26 fixed, firefox27 fixed, b2g-v1.2 fixed)
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(1 file)
(deleted),
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
Now that we have a URL, we should include it for tip and the 1.2 branch.
Assignee | ||
Comment 1•11 years ago
|
||
Using the URL from bug 912215
Attachment #818494 -
Flags: review?(fabrice)
Assignee | ||
Comment 2•11 years ago
|
||
I verified the URL is correct on my unagi. Right now the server doesn't support SSL so the request still fails, but bug 927181 will fix that.
blocking-b2g: --- → koi?
Depends on: 927181
Updated•11 years ago
|
Attachment #818494 -
Flags: review?(fabrice) → review+
Updated•11 years ago
|
blocking-b2g: koi? → koi+
Assignee | ||
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Jim,
Currently we are using a script [1] to add or remove domain names for testing on Firefox OS. Because the list format changed [2] I have the feeling we will have to revise the script. I might have missed it, but where the list will be living now.
Currently we are editing in 1.0 and 1.1
/system/b2g/defaults/pref/user.js
[1]: https://github.com/karlcow/webcompat/tree/master/moz
[2]: https://hg.mozilla.org/integration/b2g-inbound/rev/edd87e1f3268
Flags: needinfo?(jcheng)
Assignee | ||
Comment 6•11 years ago
|
||
(In reply to Karl Dubost :karlcow from comment #5)
> Jim,
>
> Currently we are using a script [1] to add or remove domain names for
> testing on Firefox OS. Because the list format changed [2] I have the
> feeling we will have to revise the script. I might have missed it, but where
> the list will be living now.
>
> Currently we are editing in 1.0 and 1.1
> /system/b2g/defaults/pref/user.js
>
>
> [1]: https://github.com/karlcow/webcompat/tree/master/moz
> [2]: https://hg.mozilla.org/integration/b2g-inbound/rev/edd87e1f3268
Hi Karl, prefs still have priority over updated UA, so any prefs you set through the script should still work. If you want to remove an updated UA, I think you can just set the corresponding pref to an empty string, e.g. pref("general.useragent.override.mozilla.org", "")
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.2 C3(Oct25)
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(jcheng)
Comment 8•11 years ago
|
||
Updated•11 years ago
|
status-firefox26:
--- → fixed
Updated•11 years ago
|
status-b2g-v1.2:
--- → fixed
status-firefox27:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•