Closed
Bug 1040579
Opened 10 years ago
Closed 10 years ago
Implement support for Object.getOwnPropertyDescriptor(xoLocation, 'href')
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 965898
People
(Reporter: bholley, Assigned: bholley)
Details
Part of the new spec we worked out for cross-origin objects involves allowing getOwnPropertyDescriptor to operate on partially-allowed properties (with either get _or_ set allowed) and filtering the results appropriately. See the prose in [1].
I'd been working on this as part of bug 965898, but now it seems like peter needs this for bug 787070, so I'm splitting it out into a separate bug. Should be done in a day or two.
[1] https://etherpad.mozilla.org/html5-cross-origin-objects
Assignee | ||
Comment 1•10 years ago
|
||
I'm a bit nervous about trying to separate these patches out of bug 965898 (and making sure that they're independently correct), and bug 965898 is ready for review anyway. So I'm just going to fold this bug into that one.
You need to log in
before you can comment on or make changes to this bug.
Description
•