Closed
Bug 291572
Opened 20 years ago
Closed 20 years ago
Interface and RDF Resource names changed - 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, 2 obsolete files)
|
3.50 KB,
patch
|
bugs
:
review+
bugs
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050421 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050421 Firefox/1.0+ It appears that urn:mozilla:theme is no longer used for the default theme and possibly elsewhere. A query of lxr returns 5 hits but I am unsure if any besides the one in extensions.js needs to be fixed. http://lxr.mozilla.org/seamonkey/search?string=urn%3Amozilla%3Atheme Reproducible: Always Steps to Reproduce:
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
The original patch is still fine but this one takes care additional fallout from the checkin to bug 291572. Besides the original issue it renames removeDownloadObserverAt to removeDownloadListenerAt and addDownloadObserver to addDownloadListener in extensions.js It also changes urn:mozilla:extension:root to urn:mozilla:item:root in three places in nsExtensionManager.js.in - this fixes the ability to move extensions up, down, and to top in the EM.
| Assignee | ||
Comment 3•20 years ago
|
||
Sorry, I meant checkin for bug 286034
| Assignee | ||
Comment 4•20 years ago
|
||
Comment on attachment 181610 [details] [diff] [review] patch for consideration Ben - I suspect that with how new this code is and that since it is fallout from bug 286034 that you would be the appropriate person to review.
Attachment #181610 -
Flags: review?(bugs)
| Assignee | ||
Comment 5•20 years ago
|
||
Changing the summary to be more descriptive of what the second patch covers
Keywords: regression
Summary: uninstalling selected theme fails - fallout from bug 286034 → Interface and RDF Resource names changed - fallout from bug 286034
| Assignee | ||
Updated•20 years ago
|
Attachment #181609 -
Attachment is obsolete: true
Attachment #181609 -
Flags: review?(bugs)
Comment 6•20 years ago
|
||
Comment on attachment 181610 [details] [diff] [review] patch for consideration r=ben@mozilla.org
Attachment #181610 -
Flags: review?(bugs)
Attachment #181610 -
Flags: review+
Attachment #181610 -
Flags: approval-aviary1.1a+
| Assignee | ||
Comment 7•20 years ago
|
||
All but the following has been fixed as part of bug 291831 http://lxr.mozilla.org/seamonkey/source/toolkit/mozapps/extensions/content/extensions.js#910 - this.cmd_useTheme(document.getElementById("urn:mozilla:theme:{972ce4c6-7e08-4474-a285-3208198ce6fd}")); + this.cmd_useTheme(document.getElementById("urn:mozilla:item:{972ce4c6-7e08-4474-a285-3208198ce6fd}")); This will fail when uninstalling a theme that is in use.
| Assignee | ||
Comment 8•20 years ago
|
||
This is mainly a reference (hence no request for review) that includes the remaining fix as well as fixes for several strict warnings along with cleanup of the use of extensions.properties in the code.
| Assignee | ||
Comment 9•20 years ago
|
||
Comment on attachment 181820 [details] [diff] [review] patch Ben - this includes the one liner that was overlooked in extensions.js along with several strict warning fixes and general cleanup for consistency.
Attachment #181820 -
Flags: review?(bugs)
| Assignee | ||
Comment 10•20 years ago
|
||
Comment on attachment 181820 [details] [diff] [review] patch Me again - a one liner was missed in Ben's patch for bug 291831. Since there were a few strict errors and some cleanup to do in the same file I put it all in one patch... I will separate them if you prefer.
Attachment #181820 -
Flags: review?(bugs) → review?(mconnor)
| Assignee | ||
Comment 11•20 years ago
|
||
Comment on attachment 181820 [details] [diff] [review] patch I have a bunch of other fixes and I'm going to add the one liner etc. to that patch.
Attachment #181820 -
Attachment is obsolete: true
Attachment #181820 -
Flags: review?(mconnor)
| Assignee | ||
Comment 12•20 years ago
|
||
Resolving fixed - the one remaining issue not fixed in bug 291831 will be fixed by the patch in bug 291946.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•