Closed
Bug 662619
Opened 14 years ago
Closed 14 years ago
Bump DOM Inspector compatibility for SeaMonkey 2.4
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla7
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
661 bytes,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #662615 +++
With the new version scheme the compatibility for SeaMonkey should be changed to 2.4a1
rs=sdwilsh
Attachment #537853 -
Flags: review+
Comment on attachment 537853 [details] [diff] [review]
Version bump [Checked in: Comment 1]
http://hg.mozilla.org/dom-inspector/rev/39a4164f4b1f
Attachment #537853 -
Attachment description: Version bump → Version bump [Checked in: Comment 1]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 2•14 years ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110609 Firefox/7.0a1 SeaMonkey/2.4a1 ID:20110609003045
After jumping through the necessary hoops to make SeaMonkey use the DOMi version which came packaged with it in preference to the old hand-me-downs from some older nightly, as follows:
1) In (profile)/extensions/inspector@mozilla.org.xpi::install.rdf, change the extension version from 2.0.10pre to 2.0.10b9 so this obsolete version will be jettisoned in favour of that in (installdir)/distribution/extensions/ when the latter is next looked at.
2) in about:config, change extensions.lastAppVersion from 2.4a1 to 2.4a0 so SeaMonkey will believe that a version upgrade has happened and check its own baggage.
3) Restart SeaMonkey
(at restart, SeaMonkey checks all extensions for compatibility, and thereafter the changes made in steps 1 and 2 aren't visible anymore but...)
...about:addons doesn't list DOM Inspector as incompatible anymore.
=>VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•