Closed
Bug 433935
Opened 18 years ago
Closed 18 years ago
[mozilla-central] DOMI extension version wasn't bumped
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: sdwilsh)
References
Details
Attachments
(1 file)
|
455 bytes,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
The DOM inspector extension version wasn't bumped on mozilla-central along with the version bump, so a DOMI built in mozilla-central isn't compatible with the build produced.
(As somebody who needs DOMI to get work done (like debugging bug 433883), I'm really getting tired of running into this.)
Updated•18 years ago
|
Component: Build Config → DOM Inspector
Product: Core → Other Applications
QA Contact: build-config → dom-inspector
| Assignee | ||
Comment 1•18 years ago
|
||
bah - this was fixed in CVS by timeless. I was under the impression that cvs trunk was still being merged into mozilla-central; is that wrong?
Comment 2•18 years ago
|
||
sdwilsh: see bug 433426 comment 4 - might this be fallout from that?
| Assignee | ||
Comment 3•18 years ago
|
||
wait, nevermind. Silly me...
mozilla-central's version is 3.1a1pre, which DOMi doesn't support. I'll have a patch today or tomorrow. Looks like I get to try and check something into mozilla-central sooner than later...
Assignee: nobody → sdwilsh
| Reporter | ||
Comment 4•18 years ago
|
||
This should become part of the standard version bump routine, not something that you have to do a few days later.
| Assignee | ||
Comment 5•18 years ago
|
||
Attachment #321774 -
Flags: superreview?(neil)
Attachment #321774 -
Flags: review?(neil)
| Assignee | ||
Updated•18 years ago
|
Whiteboard: [has patch][needs review Neil][needs sr Neil]
Comment 6•18 years ago
|
||
Any reason the DOMI file can't be preprocessed to make this bump automatic ?
| Assignee | ||
Comment 7•18 years ago
|
||
It used to be pre-processed when it was part of the default build. However, that is no longer the case, so the automatic preprocessing was removed.
Comment 8•18 years ago
|
||
Why don't we just change it back, then?
| Assignee | ||
Comment 9•18 years ago
|
||
because I'm not fond/comfortable of doing a bump without first making sure it works on that version.
Comment 10•18 years ago
|
||
I would say that if you're making it difficult for dbaron to do work, then you're negating any benefit you might get from trying to manually keep the maxVersion updated.
| Reporter | ||
Comment 11•18 years ago
|
||
Though I'm not sure how you preprocess in all the appropriate app version numbers for all the different apps in the install.rdf.
Comment 12•18 years ago
|
||
Comment on attachment 321774 [details] [diff] [review]
v1.0
rs=me (you can't expect me to review this when I don't have a 3.1a1pre tree yet...
Attachment #321774 -
Flags: superreview?(neil)
Attachment #321774 -
Flags: superreview+
Attachment #321774 -
Flags: review?(neil)
Attachment #321774 -
Flags: review+
| Assignee | ||
Comment 13•18 years ago
|
||
(In reply to comment #12)
> (From update of attachment 321774 [details] [diff] [review])
> rs=me (you can't expect me to review this when I don't have a 3.1a1pre tree
> yet...
Sorry - I'm really lacking peers ;)
Anyone know the policy about pushing to mozilla-central?
Whiteboard: [has patch][needs review Neil][needs sr Neil] → [has patch][has review][has sr]
| Assignee | ||
Comment 14•18 years ago
|
||
After much fun, I got this pushed.
http://hg.mozilla.org/mozilla-central/index.cgi/rev/a9a074d14cb2
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][has review][has sr]
You need to log in
before you can comment on or make changes to this bug.
Description
•