Closed
Bug 237744
Opened 22 years ago
Closed 21 years ago
Move nsIPopupWindowManager.idl out of appshell
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: benjamin, Assigned: benjamin)
Details
I'm going to be moving xpfe/appshell out of tier 9, and forking it for firefox.
But there are a couple interfaces that need to be kept in tier 9 , so they need
to move somewhere else. I need to find another home for
xpfe/appshell/public/nsIPopupWindowManager.idl.
Possibilities:
dom/public
dom/public/base
embedding/browser/webBrowser
??
This interface is mainly used by DOM (nsGlobalWindow.cpp#2938) to implement
popup-blocking in calls to window.open() It is implemented by extensions/cookie
and embedding/minimo/popuplite.
jst, dom/public is my preferred location, because DOM is the main consumer...
however, if that's not acceptable, please suggest another location.
Updated•21 years ago
|
Product: Browser → Seamonkey
| Assignee | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•