Closed
Bug 615369
Opened 15 years ago
Closed 14 years ago
ReadScriptFromStream/WriteScriptToStream defined but not used ifndef MOZ_ENABLE_LIBXUL
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
873 bytes,
patch
|
mrbkap
:
review+
jst
:
approval2.0-
|
Details | Diff | Splinter Review |
js/src/xpconnect/loader/mozJSComponentLoader.cpp:
410: warning: ‘nsresult ReadScriptFromStream(JSContext*, nsIObjectInputStream*, JSScript**)’ defined but not used
470: warning: ‘nsresult WriteScriptToStream(JSContext*, JSScript*, nsIObjectOutputStream*)’ defined but not used
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #493813 -
Flags: review?(mrbkap)
Attachment #493813 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #493813 -
Flags: review?(mrbkap) → review+
Comment 2•14 years ago
|
||
Comment on attachment 493813 [details] [diff] [review]
ifdef it
Mass minusing patch approval that don't have high return. Please renominate if this is more important for 2.0 than it appears.
Attachment #493813 -
Flags: approval2.0? → approval2.0-
Comment 3•14 years ago
|
||
non-libxul builds are no longer supported => WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•