Closed
Bug 291673
Opened 20 years ago
Closed 20 years ago
The default theme is not displayed in the Theme Manager - fallout from bug 286034
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
968 bytes,
patch
|
benjamin
:
review+
benjamin
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050423 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050423 Firefox/1.0+ The checking for bug 286034 changed the default theme's minVersion and maxVersion to 1.1 but left app.extensions.version at 1.0 which prevents the default theme from registering or showing in the Theme Manager. The following is reported to the JS Console: Item Installed via directory addition to Install Location: app-global Item ID: {972ce4c6-7e08-4474-a285-3208198ce6fd}, attempting to register... Item Installed/Upgraded at Install Location: app-global Item ID: {972ce4c6-7e08-4474-a285-3208198ce6fd}, attempting to register... ... failure, item is not compatible Reproducible: Always Steps to Reproduce:
| Assignee | ||
Comment 1•20 years ago
|
||
bumps the theme's minVersion and maxVersion down to 1.0
| Assignee | ||
Updated•20 years ago
|
Keywords: regression
| Assignee | ||
Updated•20 years ago
|
Summary: The default theme is not displayed in the Theme Manage - fallout from bug 286034 → The default theme is not displayed in the Theme Manager - fallout from bug 286034
Comment 2•20 years ago
|
||
Comment on attachment 181679 [details] [diff] [review] simple patch I would mark r+, but I'm not sure whether Ben forgot to checkin firefox.js
| Assignee | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > (From update of attachment 181679 [details] [diff] [review] [edit]) > I would mark r+, but I'm not sure whether Ben forgot to checkin firefox.js He didn't forget to check it in. He went with 1.0 for app.extensions.version after your review comment of "Do we really want to bump extensions.version to 1.1 now? What about 1.0+? I would save 1.1 for 1.1b or even the first release candidate."
Comment 4•20 years ago
|
||
Comment on attachment 181679 [details] [diff] [review] simple patch ok then, let's get this landed.
Attachment #181679 -
Flags: review?(bugs)
Attachment #181679 -
Flags: review+
Attachment #181679 -
Flags: approval-aviary1.1a+
Comment 5•20 years ago
|
||
patch checked in as part of 291831
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 6•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050425 Firefox/1.0+ 13:29PDT build veryfied on win32
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•