Closed
Bug 2005201
Opened 3 months ago
Closed 2 months ago
Assertion failure: PermissionAvailableInternal(prin, aType) when restoring an about:blank with content principal
Categories
(Core :: Permission Manager, defect)
Core
Permission Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 2005202
People
(Reporter: vhilla, Unassigned)
Details
This is similar to bug 2004165, but unlike that one, this already failed before bug 543435 landed.
Steps to reproduce, on a debug build:
- Go to
https://example.com - In the console, do
window.open("about:blank")- (requires user activation, i.e. click on the document beforehand or call this off of a click handler)
- Restart the browser and restore the
about:blanktab- E.g. in another tab, go to
about:profilesand clickrestart normally
- E.g. in another tab, go to
- Go to the
about:blanktab- Ensure you don't touch the restored
example.combeforehand. You can close it before restart to be sure.
- Ensure you don't touch the restored
This fails MOZ_ASSERT(PermissionAvailableInternal(prin, aType))
Comment 1•2 months ago
|
||
The severity field is not set for this bug.
:timhuang, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(tihuang)
Updated•2 months ago
|
Updated•2 months ago
|
Flags: needinfo?(tihuang)
You need to log in
before you can comment on or make changes to this bug.
Description
•