Closed
Bug 844462
Opened 12 years ago
Closed 12 years ago
HTMLFrameElement.mozbrowser is no longer exposed
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: ehsan.akhgari, Assigned: baku)
References
()
Details
Attachments
(1 file)
1.55 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
See the test case in URL. Trunk returns undefined, but before we used to return false.
This is because bug 838343 did not expose nsIDOMMozBrowserFrame through the Web IDL interface.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 2•12 years ago
|
||
jlebar said that it was ok to not expose mozbrowser stuff on <frame>. Is that not the case?
Comment 3•12 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #2)
> jlebar said that it was ok to not expose mozbrowser stuff on <frame>. Is
> that not the case?
I'm not aware of any reason we need it.
Reporter | ||
Comment 4•12 years ago
|
||
Sorry, this has nothing to do with bug 842986.
(In reply to Justin Lebar [:jlebar] from comment #3)
> (In reply to Boris Zbarsky (:bz) from comment #2)
> > jlebar said that it was ok to not expose mozbrowser stuff on <frame>. Is
> > that not the case?
>
> I'm not aware of any reason we need it.
OK. Then I think we need to correct the documentation here <http://mxr.mozilla.org/mozilla-central/source/dom/interfaces/html/nsIDOMMozBrowserFrame.idl> (and perhaps elsewhere) and close this as WONTFIX.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 743003 [details] [diff] [review]
patch
Review of attachment 743003 [details] [diff] [review]:
-----------------------------------------------------------------
Yes, thanks!
Attachment #743003 -
Flags: review?(ehsan) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 7•12 years ago
|
||
Assignee: nobody → amarchesini
Keywords: checkin-needed
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
The correct resolution should be WONTFIX rather than FIXED (see comment 4)
OS: Mac OS X → All
Hardware: x86 → All
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•