Closed
Bug 1214491
Opened 10 years ago
Closed 10 years ago
Various nsGlobalWindow methods access subject principal without script on the stack
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: bholley, Assigned: bholley)
References
Details
Attachments
(2 files, 1 obsolete file)
|
3.40 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
|
1.23 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8673476 -
Flags: review?(bzbarsky)
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8673477 -
Flags: review?(bzbarsky)
Comment 3•10 years ago
|
||
Comment on attachment 8673476 [details] [diff] [review]
Part 1 - Rejigger entry points for nsGlobalWindow::Close. v1
r=me
Attachment #8673476 -
Flags: review?(bzbarsky) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8673477 [details] [diff] [review]
Part 2 - Remove CanCallerAccess check for XPIDL version of nsGlobalWindow::AddEventListener. v1
r=me
Attachment #8673477 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
| Assignee | ||
Comment 6•10 years ago
|
||
I mistakenly read this check as || instead of &&.
Attachment #8673885 -
Flags: review?(bzbarsky)
| Assignee | ||
Updated•10 years ago
|
Attachment #8673477 -
Attachment is obsolete: true
Comment 7•10 years ago
|
||
Comment on attachment 8673885 [details] [diff] [review]
Part 2 - Remove CanCallerAccess check for XPIDL version of nsGlobalWindow::AddEventListener. v2
r=me
Attachment #8673885 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 8•10 years ago
|
||
Comment 10•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e9ff33b716e5
https://hg.mozilla.org/mozilla-central/rev/3c650d3ef120
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
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
•