Closed
Bug 560738
Opened 15 years ago
Closed 15 years ago
Change Discovery Pane URL
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla1.9.3a5
People
(Reporter: fligtar, Assigned: mossop)
References
Details
(Whiteboard: [rewrite])
Attachments
(1 file)
|
1.18 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
Jeff wants our URL to have the client parameters in the URL itself. Can we change the URL from
https://services.addons.mozilla.org/%LOCALE%/%APP%/discovery/?appVersion=%APPVERSION%&appOS=%APPOS%#{list of installed GUIDs}
to
https://services.addons.mozilla.org/%LOCALE%/%APP%/discovery/%APPVERSION%/%APPOS%#{list of installed GUIDs}
example: https://services.addons.mozilla.org/en-US/firefox/discovery/3.7/foo?appVersion=3.7&appOS=WINNT#{"example@fligtar.com","extensions@mossop"}
Thanks!
| Reporter | ||
Comment 1•15 years ago
|
||
sorry, fixed example:
https://services.addons.mozilla.org/en-US/firefox/discovery/3.7/foo#{"example@fligtar.com","extensions@mossop"}
Updated•15 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
| Reporter | ||
Comment 2•15 years ago
|
||
Can we land this before the trunk check-in re-try? The currently used URL will be 404 when we push the discovery pane scaffolding this week.
| Assignee | ||
Comment 3•15 years ago
|
||
Sorry Rob, another quick one needed before we reland. This changes the discovery URL to the following on my machine:
https://services.addons.mozilla.org/en-US/firefox/discovery/3.7a5pre/Darwin
Assignee: nobody → dtownsend
Status: NEW → ASSIGNED
Attachment #444448 -
Flags: review?(robert.bugzilla)
Comment 4•15 years ago
|
||
Comment on attachment 444448 [details] [diff] [review]
patch rev 1
Dave, no worries whatsoever!
Attachment #444448 -
Flags: review?(robert.bugzilla) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
Whiteboard: [rewrite] → [rewrite][fixed-in-addonsmgr][needs-landing]
| Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [rewrite][fixed-in-addonsmgr][needs-landing] → [rewrite]
Target Milestone: --- → mozilla1.9.3a5
Comment 7•15 years ago
|
||
Dave, the current URL we are using doesn't list any of the extensions which should be part of the URL as what comment 0 and 1 states. Do we add such a list on the flight?
| Assignee | ||
Comment 8•15 years ago
|
||
(In reply to comment #7)
> Dave, the current URL we are using doesn't list any of the extensions which
> should be part of the URL as what comment 0 and 1 states. Do we add such a list
> on the flight?
Will take care of it in bug 564092
You need to log in
before you can comment on or make changes to this bug.
Description
•