Closed
Bug 1527321
Opened 6 years ago
Closed 5 years ago
Implement BrowsingContext::IsTargetable
Categories
(Core :: DOM: Core & HTML, task, P2)
Core
DOM: Core & HTML
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: farre, Assigned: u608768)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
nsDocShell can see if it is 'active' using ItemIsActive(nsIDocShellTreeItem* aItem). This isn't reliable in BrowsingContext. We need to utilize BrowsingContext::mClosed to check this, but mClosed is currently always 'false'.
Reporter | ||
Updated•6 years ago
|
Blocks: browsingcontext
Priority: -- → P3
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•5 years ago
|
Assignee: nobody → kmadan
Status: NEW → ASSIGNED
Type: enhancement → task
Fission Milestone: --- → M4
Priority: P3 → P2
Comment 1•5 years ago
|
||
IsTargetable might be a better name for this?
Summary: Implement BrowsingContext::IsActive → Implement BrowsingContext::IsTargetable
Renames IsActive to IsTargetable, and updates its implementation to check that
the current browsing context is neither closed nor cached.
Pushed by kmadan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41203f2b6b34
Implement BrowsingContext::IsTargetable, r=nika
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•