Closed
Bug 1285492
Opened 9 years ago
Closed 9 years ago
Intermittent browser_forgetaboutsite.js | Uncaught exception - at :0 - Error: operation not possible on dead CPOW
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox49 | --- | unaffected |
firefox50 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: timhuang)
References
Details
(Keywords: intermittent-failure, Whiteboard: [domsecurity-intermittent])
Attachments
(1 file)
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Comment 2•9 years ago
|
||
Tim, any idea on this failure?
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Whiteboard: [domsecurity-intermittent]
Assignee | ||
Comment 4•9 years ago
|
||
I think this is because I use the CPOW object [1] for accessing the local storage and the session storage. So this problem could be resolved by avoiding the CPOW object that I can use the ContentTask to do the same test instead.
[1] https://dxr.mozilla.org/mozilla-central/source/browser/components/contextualidentity/test/browser/browser_forgetaboutsite.js?q=path%3Abrowser_forgetaboutsite&redirect_type=single#247
Flags: needinfo?(tihuang)
Assignee | ||
Comment 5•9 years ago
|
||
Attachment #8772263 -
Flags: review?(jmathies)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → tihuang
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Updated•9 years ago
|
Attachment #8772263 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6f2f0028e8d5
Stop using the CPOW when testing storages for the ForgetAboutSite test of containers. r=jimm
Keywords: checkin-needed
Comment 9•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
status-firefox49:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•