Closed Bug 302980 Opened 19 years ago Closed 19 years ago

Malformed Get More Extensions URL

Categories

(Toolkit :: Add-ons Manager, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: SubZero, Assigned: aaronlev)

Details

Attachments

(1 file)

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
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}

...?
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
I apologize for the wrong appid.  I will be more careful in the future.
Assignee: nobody → aaronleventhal
Status: NEW → ASSIGNED
Attachment #191248 - Flags: review?(mconnor)
Attachment #191248 - Flags: review?(mconnor)
Attachment #191248 - Flags: review+
Attachment #191248 - Flags: approval1.8b4+
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
Flags: blocking1.8b4?
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: