Closed
Bug 1329323
Opened 9 years ago
Closed 9 years ago
Remove the "throw when defining a non-configurable property" bits in nsOuterWindowProxy, since they are not web-compatible
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webcompat])
Attachments
(1 file)
See bug 1178638 discussion.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8824546 -
Flags: review?(peterv)
Updated•9 years ago
|
Whiteboard: [webcompat]
Updated•9 years ago
|
Attachment #8824546 -
Flags: review?(peterv) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fb289d414cb2
Stop throwing on nightly/aurora when trying to define a non-configurable property on the window, since we've determined that this is not web-compatible. r=peterv
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 4•9 years ago
|
||
Just got a webcompat.com report from an aurora user running into this on structube.com. Can this be uplifted to 52 so we don't ship with such breakage?
| Assignee | ||
Comment 5•9 years ago
|
||
This code was only ever enabled on nightly and aurora, not beta or release. So there is no risk of shipping with any breakage.
I suppose we could consider uplifting to aurora just to reduce noise and problems for current Aurora users, but given that nightly moves to Aurora in a week anyway we'd win at most a few days. Doesn't seem worth it.
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•