Home | History | Annotate | Download | only in WebCore

Lines Matching full:iframe

153         Fix the issue that both main frome and iframe are
159 When user clicks iframe to switch focus from main frame to iframe,
164 in both main frame and iframe look like get focused.
1485 [Android] [Qt] Touch event page co-ordinates are incorrect when touch is received in an iframe.
1488 The pageX/pageY co-ordinates of a touch event should be relative to the containing frame, not the main frame. This change implements that and also updates the existing touch-inside-iframe test to also examine the page co-ordinates.
1601 Tests that when a page removes an iframe that sleeps in its unload handler and
1917 Test: fast/dom/HTMLDocument/get-iframe-with-integer-name.html
2975 Avoid reloading iframe on re-parenting between documents.
2978 Achieved by setting a flag on iframe element when it is a target of document.adoptNode(node) operation.
2980 If iframe is adopted but not actually inserted into the tree, it gets unloaded by async timer
2981 once JS yields, to avoid having active content in non-attached iframe.
2983 Test: fast/frames/iframe-reparenting.html
2986 (WebCore::Document::adoptNode): If the adopted node is iframe, set a remainsAliveOnRemovalFromTree on it.
6071 Test: fast/events/touch/touch-inside-iframe.html
6083 Test: http/tests/appcache/detached-iframe.html
7133 LayoutTests/http/tests/appcache/destroyed-iframe.html.
10762 window.onload never fires if page contains an <iframe> with a bad
12449 [GTK] Debug bots crashing in plugins/iframe-shims.html
12456 plugins/iframe-shims.html no longer ASSERTS
12832 Add defensive initialization of iframe sandbox flags
12838 Tests: http/tests/security/sandboxed-iframe-origin-add.html
12839 http/tests/security/sandboxed-iframe-origin-remove.html
13668 First part of this change: renderPartObject->updateWidget() is a no-op for iframe elements,
22346 If an iframe had a form and that form is submitted by javascript, IE and Opera don't add back/forward entries.
22355 Tests: http/tests/navigation/dynamic-iframe-dynamic-form-back-entry.html
22356 http/tests/navigation/parsed-iframe-dynamic-form-back-entry.html
22580 iFrame that has a scrollable owner document.
22582 Test: platform/win/fast/events/panScroll-no-iframe-jump.html
26249 http://www.w3.org/TR/html5/text-level-semantics.html#attr-iframe-sandbox
26252 Tests: fast/frames/sandboxed-iframe-attribute-parsing.html
26253 fast/frames/sandboxed-iframe-forms.html
26254 fast/frames/sandboxed-iframe-navigation-allowed.html
26255 fast/frames/sandboxed-iframe-navigation-parent.html
26256 fast/frames/sandboxed-iframe-navigation-targetlink.html
26257 fast/frames/sandboxed-iframe-navigation-windowopen.html
26258 fast/frames/sandboxed-iframe-plugins.html
26259 fast/frames/sandboxed-iframe-scripting.html
26260 fast/frames/sandboxed-iframe-storage.html
26261 http/tests/security/sandboxed-iframe-document-cookie.html
26262 http/tests/security/sandboxed-iframe-modify-self.html
26263 http/tests/security/xss-DENIED-sandboxed-iframe.html
26264 http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow.html
26265 http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard.html
26266 http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied.html
34025 Tested by new fast/xpath/xpath-detached-iframe-resolver-crash.html.
36087 Test: inspector/styles-iframe.html
36185 We should not bubble up events if we drag something to an iframe that
42999 Correctly handle focusing/blurring on inner <iframe>'s such as Source Frames.
45032 Test: http/tests/security/mixedContent/insecure-plugin-in-iframe.html
45610 http/tests/security/xssAuditor/iframe-javascript-url-comment.html
47296 Tests: http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html
47297 http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html
47298 http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html
50862 Web Inspector console stops working while JS in IFRAME is paused.
52830 Test: http/tests/misc/drag-over-iframe-invalid-source-crash.html
55914 Tests: http/tests/security/xssAuditor/iframe-javascript-url-url-encoded.html
59793 Tests: http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html
59794 http/tests/security/mixedContent/data-url-iframe-in-main-frame.html
59795 http/tests/security/mixedContent/data-url-script-in-iframe.html
59796 http/tests/security/mixedContent/insecure-css-in-iframe.html
59798 http/tests/security/mixedContent/insecure-iframe-in-iframe.html
59799 http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
59800 http/tests/security/mixedContent/insecure-image-in-iframe.html
59802 http/tests/security/mixedContent/insecure-script-in-iframe.html
59803 http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
59804 http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe.html
59805 http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
59806 http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html
60300 Tests: http/tests/security/xss-DENIED-getSVGDocument-iframe.html
62727 This code path is exercised by http/tests/security/javascriptURL/javascriptURL-in-new-iframe.html.
66413 Test: http/tests/security/javascriptURL/javascriptURL-in-new-iframe.html
84715 LayoutTests/fast/frames/crash-removed-iframe.html caused a crash.
87632 REGRESSION: XHR stream connection blocks iFrame loading and resource downloading
88108 REGRESSION: XHR stream connection blocks iFrame loading and resource downloading
92897 Fix addresses false negatives with respect to scheme relative paths, iFrame JavaScript URLs,
92901 http/tests/security/xssAuditor/iframe-javascript-url.html
92910 as to compare against iFrame javascript URL.
92916 of iFrame javascript URL.