Closed
Bug 1555301
Opened 7 years ago
Closed 7 years ago
Comment in JSWindowActor.webidl makes little sense
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: kats, Assigned: jdai)
References
Details
Attachments
(1 file)
- This is not intended properly
- There is a typo s/much/must/
- It doesn't make sense - what does it mean for observers in the list to use the nsGlobalWindowInner object as the topic? Isn't the topic a string? For somebody trying to populate this field in a call to
ChromeUtils.registerWindowActorall they provide is a list of topics so where does the nsGlobalWindowInner come into play?
| Assignee | ||
Comment 1•7 years ago
•
|
||
Thanks for point this out. I'll check all of the comments. nsGlobalWindowInner comes from observer notification's subject.
Assignee: nobody → jdai
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Type: defect → task
Pushed by jdai@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d9e1572a7737
Fix JSWindowActor.webidl comments; r=nika
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Comment 5•6 years ago
|
||
Retroactively moving fixed bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to an appropriate Fission Milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Fission Milestone: --- → M4
You need to log in
before you can comment on or make changes to this bug.
Description
•