Closed
Bug 269258
Opened 21 years ago
Closed 1 year ago
Add openDocument() to nsPIWindowWatcher
Categories
(Core :: DOM: Navigation, enhancement)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: smaug, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
8.78 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a4) Gecko/20040927
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a4) Gecko/20040927
It might be useful to be able to open existing (newly created) document in a
new window.
This is possibly needed by XForms <message>.
Reproducible: Always
Steps to Reproduce:
| Reporter | ||
Comment 1•21 years ago
|
||
Something like this, perhaps?
Comment 2•21 years ago
|
||
Comment on attachment 165620 [details] [diff] [review]
simple implementation
windowwatcher is frozen
Attachment #165620 -
Flags: review-
| Reporter | ||
Comment 3•21 years ago
|
||
oops, yes it is. Well, I could create a new interface for this.
The main question is that whether the nsIDocShell::LoadDocument()
makes any sense. Comments?
| Reporter | ||
Updated•21 years ago
|
Summary: Add openDocument() to nsIWindowWatcher → Add openDocument() to nsPIWindowWatcher
| Reporter | ||
Comment 4•21 years ago
|
||
Attachment #165620 -
Attachment is obsolete: true
| Reporter | ||
Comment 5•21 years ago
|
||
Comment on attachment 165701 [details] [diff] [review]
extend nsPIWindowWatcher, not nsIWindowWatcher
Brian, do you have time to comment this?
Attachment #165701 -
Flags: review?(bryner)
Updated•21 years ago
|
Product: Browser → Seamonkey
| Reporter | ||
Updated•21 years ago
|
Attachment #165701 -
Flags: review?(bryner)
Comment 6•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 7•20 years ago
|
||
confirming I guess, but needs module owner decision
Assignee: general → adamlock
Status: UNCONFIRMED → NEW
Component: General → Embedding: Docshell
Ever confirmed: true
Product: Mozilla Application Suite → Core
QA Contact: general → adamlock
Updated•16 years ago
|
Assignee: adamlock → nobody
QA Contact: adamlock → docshell
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 8•1 year ago
|
||
Just closing this ancient bug I filed. XForms hasn't been a thing for ages.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•