Closed
Bug 1479793
Opened 7 years ago
Closed 7 years ago
Trying to define an accessor property with an integer name on a DOM proxy with an indexed setter should fail
Categories
(Core :: DOM: Bindings (WebIDL), enhancement, P3)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
Spun off from bug 1301754. We don't do this right now, and neither does Safari, but the spec says to and chrome does. So I suspect that this is fairly safe to do.
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 8996362 [details]
Bug 1479793. Throw when someone tries to define an accessor property with an integer name on a DOM proxy with an indexed setter. r=jorendorff,qdot
Kyle Machulis [:qdot] [:kmachulis] (if a patch has no decent commit message, automatic r-) has approved the revision.
https://phabricator.services.mozilla.com/D2571
Attachment #8996362 -
Flags: review+
Updated•7 years ago
|
Priority: -- → P3
Comment 3•7 years ago
|
||
Comment on attachment 8996362 [details]
Bug 1479793. Throw when someone tries to define an accessor property with an integer name on a DOM proxy with an indexed setter. r=jorendorff,qdot
Jason Orendorff [:jorendorff] has approved the revision.
Attachment #8996362 -
Flags: review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d5bb48ca0b9
Throw when someone tries to define an accessor property with an integer name on a DOM proxy with an indexed setter. r=qdot,jorendorff
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•