Closed
Bug 1287456
Opened 8 years ago
Closed 8 years ago
Lazy-browser-tabs: add flag in `_linkBrowserToTab` to indicate browser has been linked
Categories
(Firefox :: Tabbed Browser, enhancement, P2)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: u462496, Assigned: u462496)
References
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
A flag will be needed to indicate to consumers whether or not the tab has a linkedBrowser.
Bug 1287330 will use a proxy for linkedBrowser, so simply testing for `tab.linkedBrowser` will not suffice.
Attachment #8771984 -
Flags: review?(dao+bmo)
Attachment #8771984 -
Attachment is obsolete: true
Attachment #8771984 -
Flags: review?(dao+bmo)
Attachment #8771989 -
Flags: review?(dao+bmo)
Comment 3•8 years ago
|
||
Comment on attachment 8771989 [details] [diff] [review]
Patch V2
let's just call it hasBrowser
Attachment #8771989 -
Flags: review?(dao+bmo) → review+
Attachment #8771989 -
Attachment is obsolete: true
Attachment #8772845 -
Flags: review?(dao+bmo)
Updated•8 years ago
|
Attachment #8772845 -
Flags: review?(dao+bmo) → review+
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/4b83d342c9f7
Set flag on tab to indicate that it has a browser. r=dao
Comment 6•8 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•8 years ago
|
Assignee: nobody → allassopraise
You need to log in
before you can comment on or make changes to this bug.
Description
•