Closed
Bug 302980
Opened 19 years ago
Closed 19 years ago
Malformed Get More Extensions URL
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
People
(Reporter: SubZero, Assigned: aaronlev)
Details
Attachments
(1 file)
|
1.61 KB,
patch
|
mconnor
:
review+
mconnor
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050801 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050801 Firefox/1.0+ When using the Get More Extensions link in the Extensions Manager, Deer Park is not passing the proper string to the URL. The URL at UMO you are kicked to is https://addons.mozilla.org/extensions/?application=%APPID% Reproducible: Always Steps to Reproduce: 1. Tools -> Extension Manager 2. Click on Get More Extensions 3. Actual Results: Referred to https://addons.mozilla.org/extensions/?application=%APPID% Expected Results: Should have been referred to https://addons.mozilla.org/extensions/?application=firefox
Comment 1•19 years ago
|
||
The application id of firefox is
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
Then, "Expected Results:" would be
https://addons.mozilla.org/extensions/?application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
...?
Comment 2•19 years ago
|
||
This is a regression of bug 301398 (cecked in on 2005-07-25) http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/extensions/content/extensions.js#212 > document.getElementById('getMore').setAttribute('href', gGetMoreURL); is too early.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.8b4?
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
| Reporter | ||
Comment 3•19 years ago
|
||
I apologize for the wrong appid. I will be more careful in the future.
| Assignee | ||
Comment 4•19 years ago
|
||
Assignee: nobody → aaronleventhal
Status: NEW → ASSIGNED
Attachment #191248 -
Flags: review?(mconnor)
Updated•19 years ago
|
Attachment #191248 -
Flags: review?(mconnor)
Attachment #191248 -
Flags: review+
Attachment #191248 -
Flags: approval1.8b4+
| Assignee | ||
Comment 5•19 years ago
|
||
Checking in toolkit/mozapps/extensions/content/extensions.js; /cvsroot/mozilla/toolkit/mozapps/extensions/content/extensions.js,v <-- extensions.js new revision: 1.70; previous revision: 1.69 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: blocking1.8b4?
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•