Closed
Bug 136985
Opened 24 years ago
Closed 24 years ago
Expose support for detecting unrequested popups.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hyatt, Assigned: hyatt)
Details
Attachments
(1 file)
|
2.65 KB,
patch
|
jst
:
review+
bugzilla
:
superreview+
jesup
:
approval+
|
Details | Diff | Splinter Review |
I'm implementing a feature in Chimera to pose a popup blocker dialog. This
involves needing access to the same logic used in nsGlobalWindow.cpp, namely !
mIsDocumentLoading || mRunningTimeout.
This need not be exposed in anything more than a private API.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
Need r/sr for trunk only. This isn't going on the branch.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•24 years ago
|
||
Ignore the extra braces. I already removed those.
Comment 4•24 years ago
|
||
Comment on attachment 78793 [details] [diff] [review]
Expose logic on nsPIDOMWindow
sr=blake provided jst is ok with it
Attachment #78793 -
Flags: superreview+
Comment 5•24 years ago
|
||
Comment on attachment 78793 [details] [diff] [review]
Expose logic on nsPIDOMWindow
r=jst
Attachment #78793 -
Flags: review+
Comment 6•24 years ago
|
||
We added a pref to disable window.open |n| milliseconds after a mouse click too.
Do you need that as well, or can you figure that out yourself?
| Assignee | ||
Comment 7•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
Comment on attachment 78793 [details] [diff] [review]
Expose logic on nsPIDOMWindow
approval for branch as requested by ccarlen. CHange mozilla1.0.1+ to
fixed1.0.1 when checked in.
Attachment #78793 -
Flags: approval+
Updated•23 years ago
|
Keywords: mozilla1.0.1+
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•