Closed Bug 704841 Opened 13 years ago Closed 13 years ago

Use implicit_jscontext for Components.utils getters

Categories

(Core :: XPConnect, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla11

People

(Reporter: Ms2ger, Assigned: reuben)

Details

(Whiteboard: [mentor=jdm] [lang=c++])

Attachments

(1 file)

There's a
  // FIXME/bug 671453: work around broken [implicit_jscontext]
comment, but bug 671453 has been fixed. Let's use it.
Relevant code:
http://mxr.mozilla.org/mozilla-central/source/js/xpconnect/idl/xpccomponents.idl#321
http://mxr.mozilla.org/mozilla-central/source/js/xpconnect/src/XPCComponents.cpp#4053

All of the attributes in nsIXPCComponents_Utils should have the implicit_jscontext attribute added. The getters and setters generated by the macros in the C++ file will then get a JSContext* parameter added to them, which should be used instead of the GetJSContext function they currently call.
Whiteboard: [mentor=jdm] [lang=c++]
Attached patch PatchSplinter Review
Attachment #578254 - Flags: feedback?(josh)
Comment on attachment 578254 [details] [diff] [review]
Patch

Nice!
Attachment #578254 - Flags: review?(bobbyholley+bmo)
Attachment #578254 - Flags: feedback?(josh)
Attachment #578254 - Flags: feedback+
Comment on attachment 578254 [details] [diff] [review]
Patch

Looks good! r=bholley
Attachment #578254 - Flags: review?(bobbyholley+bmo) → review+
Assignee: nobody → reuben.morais
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/8d316e7fd4b0
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: