Closed
Bug 511710
Opened 15 years ago
Closed 15 years ago
SeaMonkey doesn't need to initialise/use nsBrowserInstance
Categories
(SeaMonkey :: Tabbed Browser, defect)
SeaMonkey
Tabbed Browser
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0b2
People
(Reporter: standard8, Assigned: standard8)
References
()
Details
Attachments
(2 files)
5.57 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
8.06 KB,
patch
|
Details | Diff | Splinter Review |
I noticed this the other day - since we switched to being a MOZ_XUL_APP and Bug 451909 removed the old code from it, nsBrowserInstance is effectively a no-op.
The main function used to kick the page cycler into action was startPageCycler but that is now empty, save for setting the flag.
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/d5e4a3e10202
I'm going to be filing a bug to remove it from core, but here's the patch to remove the use from SeaMonkey first.
Attachment #395630 -
Flags: superreview?(neil)
Attachment #395630 -
Flags: review?(neil)
Assignee | ||
Comment 1•15 years ago
|
||
Updated•15 years ago
|
Attachment #395630 -
Flags: superreview?(neil)
Attachment #395630 -
Flags: superreview+
Attachment #395630 -
Flags: review?(neil)
Attachment #395630 -
Flags: review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: in-testsuite-
Target Milestone: --- → seamonkey2.0b2
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•