Closed
Bug 12544
Opened 26 years ago
Closed 26 years ago
GlobalWindowImpl::SetTimeoutOrInterval() silently fails
Categories
(Core :: Security: CAPS, defect, P3)
Core
Security: CAPS
Tracking
()
VERIFIED
FIXED
People
(Reporter: waterson, Assigned: norrisboyd)
Details
Attachments
(1 file)
144 bytes,
text/html
|
Details |
If you have a setTimeout() call that runs inline during the _first_ document
load (in viewer only), it silently fails here:
http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsGlobalWindow.cpp#1819
because it can't get the document's principal.
This scares me, because it makes me wonder if we have an off-by-one case where
the timeout is always using the last principal.
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Updated•26 years ago
|
Assignee: mwelch → norris
Component: Security → CAPS
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
I'd already reworked GlobalWindowImpl::GetPrincipal as part of some other work
I've been doing. With my existing changes, the problem doesn't appear.
My changes affect over thirty files, so getting them into the tree will take a
little effort. I'll try to do it by Monday.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Fixed with 8/29 checkin
Moving all CAPS bugs to Security: CAPS component. CAPS component will be
deleted.
Component: CAPS → Security: CAPS
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•