Closed
Bug 863289
Opened 11 years ago
Closed 11 years ago
GC: Continue the rooting of XPConnect
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
49.64 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #739091 -
Flags: review?(bobbyholley+bmo)
Assignee | ||
Updated•11 years ago
|
Blocks: ExactRootingBrowser
Comment 1•11 years ago
|
||
Comment on attachment 739091 [details] [diff] [review] Proposed changes Review of attachment 739091 [details] [diff] [review]: ----------------------------------------------------------------- r=bholley ::: js/xpconnect/wrappers/ChromeObjectWrapper.cpp @@ +183,5 @@ > > // Note that PropIsFromStandardPrototype needs to invoke getPropertyDescriptor > // before we've fully entered the policy. Waive our policy. > + RootedObject rootedWrapper(cx, wrapper); > + RootedId rootedId(cx, id); Now that we have handles coming in here, we don't need these at all AFAICT.
Attachment #739091 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Bobby Holley (:bholley) from comment #1) > Now that we have handles coming in here, we don't need these at all AFAICT. Indeed, fixed.
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/aa442c0ebfb2
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/aa442c0ebfb2
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•