Closed
Bug 274088
Opened 21 years ago
Closed 16 years ago
alwaysRaised/alwaysLowered window.open feature incorrectly disallowed to content script
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: danm.moz, Assigned: wesongathedeveloper)
References
Details
(Whiteboard: [good first bug])
Attachments
(2 files)
|
340 bytes,
text/html
|
Details | |
|
1018 bytes,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
Content script isn't allowed to use the window.open("", "", "alwaysRaised")
feature even with expanded privileges.
If the user allows the expanded privileges requested by the script in this
testcase, one of the protected window.open features (titlebar) is accepted, but
the other (alwaysRaised) is not. (Note that, last I checked, this testcase
proves nothing on *nix builds, which don't support top-level window z-level at
all.)
Oops. Yeah, the testcase doesn't work when served via HTTP. To test, you'll have
to download it and run it off a local drive or set
signed.applets.codebase_principal_support true.
Updated•21 years ago
|
Whiteboard: [good first bug]
Updated•17 years ago
|
Assignee: general → nobody
QA Contact: ian → general
| Assignee | ||
Comment 3•16 years ago
|
||
Assignee: nobody → wesongathedeveloper
Status: NEW → ASSIGNED
Attachment #411879 -
Flags: review?(neil)
Comment 4•16 years ago
|
||
Attachment #411879 -
Flags: review?(neil) → review+
| Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 6•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Updated•15 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•