Closed
Bug 764315
Opened 9 years ago
Closed 9 years ago
Work around QS getOwnPropertyDescriptor failure for SpecialPowers wrapper
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla16
People
(Reporter: bholley, Assigned: bholley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 762471 is a general problem with calling Object.getOwnPropertyDescriptor on QuickStub prototypes. It's more than I have time to fix at the moment, so this bug is about working around it in the SpecialPowers wrapper.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #632626 -
Flags: review?(mrbkap)
Comment 2•9 years ago
|
||
Comment on attachment 632626 [details] [diff] [review] Trigger reification for QuickStubbed accessors in SpecialPowers wrappers before calling Object.getOwnPropertyDescriptor. v1 I eagerly await our new DOM bindings.
Attachment #632626 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Pushed to m-i: http://hg.mozilla.org/integration/mozilla-inbound/rev/bd6e2f1d1591
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/bd6e2f1d1591
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
You need to log in
before you can comment on or make changes to this bug.
Description
•