Open
Bug 785111
Opened 12 years ago
Updated 11 months ago
Expose the origin of window.open caller via mozbrowseropenwindow
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
blocking-basecamp | - |
People
(Reporter: ferjm, Unassigned)
References
Details
Attachments
(1 obsolete file)
As discussed in Bug 768943, we need to expose the origin of the window.open caller.
Reporter | ||
Updated•12 years ago
|
Blocks: browser-api
Reporter | ||
Updated•12 years ago
|
Summary: Expose the origin window.open caller → Expose the origin of window.open caller
Comment 1•12 years ago
|
||
Can't you get the URI of the caller with window.opener?
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Mounir Lamouri (:mounir) from comment #1)
> Can't you get the URI of the caller with window.opener?
No. Sorry, I should have explained it properly. What we need is to expose the origin of the caller of window.open via 'mozbrowseropenwindow', so the Gaia system app can check if the caller application is certified or not. That's the use case that we've identified for bug 768943, but it could be extended to other use cases (like a popup blocker as Justin mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=768943).
Reporter | ||
Updated•12 years ago
|
Summary: Expose the origin of window.open caller → Expose the origin of window.open caller via mozbrowseropenwindow
Reporter | ||
Comment 3•12 years ago
|
||
(In reply to Fernando Jiménez Moreno [:ferjm] from comment #2)
>(like a popup blocker as Justin mentioned in
> https://bugzilla.mozilla.org/show_bug.cgi?id=768943).
I meant https://bugzilla.mozilla.org/show_bug.cgi?id=768943#c55
Updated•12 years ago
|
blocking-basecamp: --- → ?
Comment 4•12 years ago
|
||
Blocking a blocker so + ... unless of course this isn't the solution we go ahead with :)
blocking-basecamp: ? → +
Justin says this is no longer needed.
blocking-basecamp: + → -
Comment 7•12 years ago
|
||
This doesn't need to be a blocker anymore, based on our approach in bug 768943 .
Updated•12 years ago
|
Assignee: ben → nobody
Comment 8•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
Updated•11 months ago
|
Attachment #9387536 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•