Closed
Bug 333172
Opened 19 years ago
Closed 18 years ago
minVersion should be a fixed number, don't link against layout for DOM Inspector
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: sdwilsh)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jminta
:
review+
Gavin
:
review+
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
This is separated out from the review of bug 331758.
minVersion should be a fixed and not floating number. To do this, we need to make sure that DOMI doesn't link against layout so that it will be able to be used against more than one version of Mozilla application(s).
Reporter | ||
Comment 1•18 years ago
|
||
Looks like bug 325100 has just removed the linking against layout for DOMI. Therefore I believe we should be able to implement this bug?
Depends on: 325100
Assignee | ||
Updated•18 years ago
|
Assignee | ||
Comment 2•18 years ago
|
||
So, what should this be set to? On trunk we'd have to set the minVersion to something like 3.0a1 maybe?
Should we set the max version to 3.0.* (or 3.0.0.*)?
Assignee: dom-inspector → comrade693+bmo
Comment 3•18 years ago
|
||
I think you still support old versions in trunk DOMi. So minVersion should be whatever minimum version you support. The maxVersion should be as it is now (i.e. 3.0a2 (iirc) for trunk). Do not use 3.0 and its variations since you can't promise to support something that's not released.
Assignee | ||
Comment 4•18 years ago
|
||
(In reply to comment #3)
> I think you still support old versions in trunk DOMi. So minVersion should be
> whatever minimum version you support. The maxVersion should be as it is now
> (i.e. 3.0a2 (iirc) for trunk). Do not use 3.0 and its variations since you
> can't promise to support something that's not released.
That's a good point, but I am pretty sure that we've made changes to the c++ components that didn't land on branch, so it would only be trunk.
It should also be noted that my previous numbers were for browser, and I have no idea what the others should be set to.
Status: NEW → ASSIGNED
Reporter | ||
Comment 5•18 years ago
|
||
(In reply to comment #4)
> It should also be noted that my previous numbers were for browser, and I have
> no idea what the others should be set to.
Check the version.txt files for a starting point - typically in mozilla/<app specific dir>/config/version.txt. SeaMonkey should be set to 1.5a minimum, as that's SM's current trunk version - and like you say, I think the c++ changes only made it on trunk.
Comment 6•18 years ago
|
||
AFAIK DOMi on 1.8 branch doesn't link against layout either - this broke the OS/2 installer builds which didn't remove the old DOMi library.
Assignee | ||
Comment 7•18 years ago
|
||
should do it.
Neil r for Suite, Mail
Gavin r for Browser
Joey r for Calendar
Attachment #252259 -
Flags: superreview?(neil)
Attachment #252259 -
Flags: review?(neil)
Attachment #252259 -
Flags: review?(jminta)
Attachment #252259 -
Flags: review?(gavin.sharp)
Updated•18 years ago
|
Attachment #252259 -
Flags: review?(gavin.sharp) → review+
Updated•18 years ago
|
Attachment #252259 -
Flags: superreview?(neil)
Attachment #252259 -
Flags: superreview+
Attachment #252259 -
Flags: review?(neil)
Attachment #252259 -
Flags: review+
Updated•18 years ago
|
Attachment #252259 -
Flags: review?(jminta) → review+
Assignee | ||
Comment 8•18 years ago
|
||
checked in by timeless
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•