Open
Bug 468325
Opened 16 years ago
Updated 16 years ago
respect warnOnOpen/maxOpenBeforeWarn prefs in openUILinkArrayIn() function
Categories
(SeaMonkey :: Tabbed Browser, defect)
SeaMonkey
Tabbed Browser
Tracking
(Not tracked)
NEW
People
(Reporter: kairo, Unassigned)
Details
From bug 382187 comment #62:
>>>+ const kWarnOnOpenPref = "browser.tabs.warnOnOpen";
>>We don't seem to have a default for this in browser-prefs.js?
>Right, added that and browser.tabs.maxOpenBeforeWarn - we really should use the
>warning when opening more than 15 tabs. Not sure if we have the "open container
>in tabs" function anywhere yet, but I think we probably should add it on
>day/host group containers and then we need those prefs.
We might also want to add these prefs to openUILinkArrayIn() at some point.
You need to log in
before you can comment on or make changes to this bug.
Description
•