Closed
Bug 600175
Opened 15 years ago
Closed 15 years ago
Don't check for noembed, iframe or noframes when running a script
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: hsivonen, Assigned: Ms2ger)
References
()
Details
(Keywords: dev-doc-complete, html5)
Attachments
(1 file, 1 obsolete file)
|
6.32 KB,
patch
|
sicking
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
See http://www.w3.org/Bugs/Public/show_bug.cgi?id=10522
Remove the use of InNonScriptingContainer() from nsScriptElement.cpp.
Comment 1•15 years ago
|
||
So do other browsers run script in those situations?
| Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> So do other browsers run script in those situations?
They (Opera 10.62, IE9 beta 1 and 6.0.472.63 beta) do.
http://hsivonen.iki.fi/test/moz/non-scripting-container.html
http://hsivonen.iki.fi/test/moz/non-scripting-container.xhtml
Comment 3•15 years ago
|
||
Ok, then we should be good. Does this need to happen for 2.0, or is it Just A Bug?
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → Ms2ger
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•15 years ago
|
||
| Assignee | ||
Comment 5•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Attachment #485406 -
Flags: review?(bzbarsky)
| Assignee | ||
Updated•15 years ago
|
Attachment #485399 -
Attachment is obsolete: true
Attachment #485406 -
Flags: review?(bzbarsky) → review+
| Reporter | ||
Comment 6•15 years ago
|
||
Comment on attachment 485406 [details] [diff] [review]
Run scripts inside noembed, iframe and noframes elements
(In reply to comment #3)
> Ok, then we should be good. Does this need to happen for 2.0, or is it Just A
> Bug?
I'm not aware of blocker-level impact, but now that a reviewed patch exists and the patch looks low-risk, it would nice to take it.
Attachment #485406 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #485406 -
Flags: approval2.0? → approval2.0+
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 7•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•15 years ago
|
Keywords: dev-doc-needed
| Assignee | ||
Comment 8•15 years ago
|
||
Added notes to
https://developer.mozilla.org/en/Firefox_4_for_developers
https://developer.mozilla.org/En/HTML/Element/Script
I'm assuming this is enough documentation for this little quirk.
Keywords: dev-doc-needed → dev-doc-complete
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
•