Closed
Bug 310084
Opened 19 years ago
Closed 19 years ago
nsIXULAppInfo.platformVersion should use the new version format (eg. 1.8b2)
Categories
(Toolkit Graveyard :: XULRunner, defect)
Toolkit Graveyard
XULRunner
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: asqueella, Assigned: benjamin)
References
()
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
10.02 KB,
patch
|
darin.moz
:
first-review+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/mozilla1.8/source/toolkit/xre/nsIXULAppInfo.idl#83 : /** * The version of the XULRunner platform, in an extension-manager compatible * format (1.7+, not 1.8b2). */ readonly attribute ACString platformVersion; Now that extension manager supports version strings like 1.8b2 this should change, probably.
| Reporter | ||
Updated•19 years ago
|
Assignee: bsmedberg → benjamin
| Assignee | ||
Comment 1•19 years ago
|
||
This reverts the build-config parts of bug 299930 which forked the "1.9a1" and "1.8+" version strings. It also clarifies the comment on nsIXULAppInfo and freezes the interface.
Attachment #197742 -
Flags: first-review?(darin)
Comment 2•19 years ago
|
||
Comment on attachment 197742 [details] [diff] [review] Revert 299930, and use the "1.9a1" designation, rev. 1 nice, r=darin
Attachment #197742 -
Flags: first-review?(darin) → first-review+
| Assignee | ||
Comment 3•19 years ago
|
||
Comment on attachment 197742 [details] [diff] [review] Revert 299930, and use the "1.9a1" designation, rev. 1 I'd definitely like to freeze this for 1.8.
Attachment #197742 -
Flags: approval1.8b5?
| Assignee | ||
Comment 4•19 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Attachment #197742 -
Flags: approval1.8b5? → approval1.8b5+
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•