Closed
Bug 1261115
Opened 9 years ago
Closed 9 years ago
when Console is running in the main thread the existence of mWindow should always be ensured
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: rpl, Assigned: baku)
Details
(Whiteboard: btpp-active)
Attachments
(1 file)
1.42 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → amarchesini
Assignee | ||
Comment 2•9 years ago
|
||
Yes, I asked Luca to open this bug and to assign it to me.
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8739727 -
Flags: review?(bugs)
Comment 4•9 years ago
|
||
Comment on attachment 8739727 [details] [diff] [review]
console.patch
Do we not ever use those ctors in main thread without window? Like, we don't expose Console to JS components?
Comment 5•9 years ago
|
||
Comment on attachment 8739727 [details] [diff] [review]
console.patch
based on the webidl that is the case. Only window context has Console.
Attachment #8739727 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 6•9 years ago
|
||
> based on the webidl that is the case. Only window context has Console.
And workers, but they don't run on the main-thread.
Updated•9 years ago
|
Whiteboard: btpp-active
Comment 8•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
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
•