Status
()
People
(Reporter: Raúl Porcel, Assigned: Raúl Porcel)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(1 attachment)
|
2.55 KB,
patch
|
Benjamin Smedberg
:
review+
Benjamin Smedberg
:
superreview+
|
Details | Diff | Splinter Review |
Created attachment 297574 [details] [diff] [review] js_xpconnect_fix.patch Webservices build broke with the checkin of bug 411327. nsIXPCNativeCallContext shouldn't be used anymore. This patch will fix it.
| (Assignee) | ||
Updated•10 years ago
|
||
Version: unspecified → Trunk
Updated•10 years ago
|
||
Assignee: general → nobody
Component: JavaScript Engine → XPConnect
QA Contact: general → xpconnect
Updated•10 years ago
|
||
Assignee: nobody → armin76
Updated•10 years ago
|
||
Attachment #297574 -
Flags: superreview?(dbradley)
Attachment #297574 -
Flags: review?(dbradley)
Updated•10 years ago
|
||
Attachment #297574 -
Flags: superreview?(dbradley) → superreview?(mrbkap)
Updated•10 years ago
|
||
Attachment #297574 -
Flags: superreview?(mrbkap)
Attachment #297574 -
Flags: superreview+
Attachment #297574 -
Flags: review?(dbradley)
Attachment #297574 -
Flags: review+
Comment 1•10 years ago
|
||
Comment on attachment 297574 [details] [diff] [review] js_xpconnect_fix.patch Fix build failure caused by bug 411327.
Attachment #297574 -
Flags: approval1.9?
Updated•10 years ago
|
||
Status: NEW → ASSIGNED
Updated•10 years ago
|
||
Keywords: checkin-needed
Comment 2•10 years ago
|
||
Comment on attachment 297574 [details] [diff] [review] js_xpconnect_fix.patch <bsmedberg> reed: it's NPODB, doesn't need approval
Attachment #297574 -
Flags: approval1.9?
Comment 3•10 years ago
|
||
Checking in js/src/xpconnect/sample/xpcsample1.cpp; /cvsroot/mozilla/js/src/xpconnect/sample/xpcsample1.cpp,v <-- xpcsample1.cpp new revision: 1.13; previous revision: 1.12 done Checking in js/src/xpconnect/tools/src/nsXPCToolsCompiler.cpp; /cvsroot/mozilla/js/src/xpconnect/tools/src/nsXPCToolsCompiler.cpp,v <-- nsXPCToolsCompiler.cpp new revision: 1.15; previous revision: 1.14 done
Status: ASSIGNED → RESOLVED
Last Resolved: 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9 M11
You need to log in
before you can comment on or make changes to this bug.
Description
•