Closed
Bug 1135792
Opened 10 years ago
Closed 10 years ago
Stop assuming that globals with non-worker descriptors are Window
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Right now codegen does this in CGDOMJSClass.define:
if self.descriptor.isGlobal():
if not self.descriptor.workers:
...
nsGlobalWindow::OuterObject, /* outerObject */
This is pretty busted for cases like bug 888600 and bug 1135220.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8568102 -
Flags: review?(bugs)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8568108 -
Flags: review?(bugs)
| Assignee | ||
Updated•10 years ago
|
Attachment #8568102 -
Attachment is obsolete: true
Attachment #8568102 -
Flags: review?(bugs)
| Assignee | ||
Updated•10 years ago
|
Blocks: ParisBindings
Updated•10 years ago
|
Attachment #8568108 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•