Closed
Bug 300907
Opened 19 years ago
Closed 19 years ago
Adjust suite JS implementation of nsIXULAppInfo to newest IDL
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
Details
Attachments
(1 file)
2.01 KB,
patch
|
benjamin
:
review+
neil
:
superreview+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
In bug 299930, bsmedberg added a .platformVersion attribute to nsIXulAppInfo.idl
We should add that to our JS implementation as well (even if it's not used), so
that we we comply with the definition of the current IDL file.
Patch upcoming...
Assignee | ||
Comment 1•19 years ago
|
||
Here's the patch I promised :)
If you build it, you can eval the following expression in JS console to test
it:
Components.classes["@mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULAppInfo).platformVersion
(This should return "1.7+")
Assignee | ||
Updated•19 years ago
|
Attachment #189415 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #189415 -
Flags: review?(benjamin)
Updated•19 years ago
|
Attachment #189415 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Updated•19 years ago
|
Attachment #189415 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #189415 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #189415 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 2•19 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•