Closed
Bug 963314
Opened 11 years ago
Closed 11 years ago
Add pref for Fxa "settings" URL
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
VERIFIED
FIXED
Firefox 29
People
(Reporter: markh, Assigned: markh)
References
Details
(Whiteboard: [qa!])
Attachments
(1 file)
1.24 KB,
patch
|
ttaubert
:
review+
ckarlof
:
review+
|
Details | Diff | Splinter Review |
We need a URL to indicate what URL should open when "Manage" is selected from the sync prefs pane. I've broken this out from bug 960332 so it can land earlier.
Assignee | ||
Comment 1•11 years ago
|
||
Adds a single pref pointing at the dev servers.
Assignee: nobody → mhammond
Attachment #8364708 -
Flags: review?(ttaubert)
Attachment #8364708 -
Flags: review?(ckarlof)
Updated•11 years ago
|
Attachment #8364708 -
Flags: review?(ttaubert) → review+
Updated•11 years ago
|
Whiteboard: [qa+]
Comment 2•11 years ago
|
||
for those patch skimming challenged:
pref("identity.fxaccounts.settings.uri", "https://accounts.dev.lcip.org/settings");
Comment 3•11 years ago
|
||
I thought we were going to use production URL endpoints for all prefs so that we don't need to change this in the future. Then we're going to push PROD servers when required by clients.
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Edwin Wong [:edwong] from comment #3)
> I thought we were going to use production URL endpoints for all prefs so
> that we don't need to change this in the future. Then we're going to push
> PROD servers when required by clients.
Bug 960332 is to change all URLs to the production servers. The patch there also includes an update for this pref, so the idea is this patch can land now and be consistent with what is already there, then bug 960332 can land whenever it is convenient (and comment 10 there says to not land this immediately)
Does that make sense?
Comment 5•11 years ago
|
||
We're going to push to prod tomorrow after a push to dev-prod clone and then push out bug 960332 to change everyone over.
Comment 6•11 years ago
|
||
Comment on attachment 8364708 [details] [diff] [review]
0010-Bug-963314-Add-pref-for-Fxa-settings-URL.-r-ttaubert.patch
Review of attachment 8364708 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/app/profile/firefox.js
@@ +1341,5 @@
>
> +// The URL we take the user to when they opt to "manage" their Firefox Account.
> +// Note that this will always need to be in the same TLD as the
> +// "identity.fxaccounts.remote.uri" pref.
> +pref("identity.fxaccounts.settings.uri", "https://accounts.dev.lcip.org/settings");
Let's change this to https://accounts.firefox.com/settings now. It's not core functionality and it's essentially a "dead end" from the desktop perspective. I noticed a prod version of this URL wasn't in the desktop patch to update the prod urls, so it'll save us that work as well. r+ if we change this url to prod.
Attachment #8364708 -
Flags: review?(ckarlof) → review+
Comment 7•11 years ago
|
||
Change of plan. Prod urls for this will land in bug 960332.
Assignee | ||
Comment 8•11 years ago
|
||
Status: NEW → ASSIGNED
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Comment 10•11 years ago
|
||
Verified with latest builds of Nightly and Aurora
Status: RESOLVED → VERIFIED
Whiteboard: [qa+] → [qa!]
You need to log in
before you can comment on or make changes to this bug.
Description
•