Open
Bug 495840
Opened 16 years ago
Updated 2 years ago
don't automatically start plugins in background tabs (especially in session restore)
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: ted, Unassigned)
References
Details
It would be great if we would not automatically start plugins when opened in a background tab. The worst case of this is session restore, where you might have a few youtube videos open in tabs, and they all start playing in parallel when you restore your session. Instead, we should start them when you click on the tab to view it.
Reporter | ||
Comment 1•16 years ago
|
||
I talked to Boris about this, and he thought it wouldn't be too hard to do. I guess this bug is in the wrong component, since we'd probably want:
1) A way to load a document, not instantiating plugins when hit
2) A way to tell a document that's been loaded in that way to instantiate all of its plugins
3) Some hooks in Firefox to use the former for loading background tabs during session restore, and the latter when focusing a background tab
![]() |
||
Comment 2•16 years ago
|
||
Yeah, this probably wouldn't need any plug-in code per se; just code in nsObjectLoadingContent and various places above that.
Component: Plug-ins → DOM
QA Contact: plugins → general
Could this also be useful for OOPP as I suggested in bug 540127 comment 1?
Comment 5•14 years ago
|
||
Isn't this bug will be partially resolved by introducing in Firefox 4 a new "Bar Tab" feature (Prevents restored open tabs from all loading at the same time).
https://bugzilla.mozilla.org/show_bug.cgi?id=561149
When setting in about:config, variable: browser.sessionstore.max_concurrent_tabs , set to zero. It prevents from loading all content (plugins) in background until tabs are clicked ?
(In reply to comment #5)
Only when opened from session restore, not when one opens a link in a new background tab.
Comment 7•13 years ago
|
||
Dupe of bug 711552?
Comment 8•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Considering Flash death and NPAPI removal this bug is dead meat, right?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•