Bug 151744 - Fix preloader issue with srcdoc documents.
Summary: Fix preloader issue with srcdoc documents.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 06:37 PST by Yoav Weiss
Modified: 2015-12-02 14:41 PST (History)
7 users (show)

See Also:


Attachments
Patch (3.88 KB, patch)
2015-12-02 06:42 PST, Yoav Weiss
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-yosemite (880.25 KB, application/zip)
2015-12-02 07:27 PST, Build Bot
no flags Details
Archive of layout-test-results from ews104 for mac-yosemite-wk2 (926.08 KB, application/zip)
2015-12-02 07:31 PST, Build Bot
no flags Details
Archive of layout-test-results from ews114 for mac-yosemite (995.41 KB, application/zip)
2015-12-02 07:34 PST, Build Bot
no flags Details
Patch (3.86 KB, patch)
2015-12-02 07:41 PST, Yoav Weiss
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoav Weiss 2015-12-02 06:37:26 PST
Fix preloader issue with srcdoc documents.
Comment 1 Yoav Weiss 2015-12-02 06:42:23 PST
Created attachment 266439 [details]
Patch
Comment 2 Build Bot 2015-12-02 07:27:10 PST
Comment on attachment 266439 [details]
Patch

Attachment 266439 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/507169

New failing tests:
fast/preloader/input.html
fast/preloader/noscript.html
fast/preloader/document-write.html
fast/preloader/image.html
http/tests/loading/preload-img-srcset.html
http/tests/loading/preload-append-scan.php
fast/preloader/frame-src.html
fast/preloader/style.html
fast/preloader/scan-body-from-head-import.html
http/tests/loading/preload-no-store-frame-src.html
http/tests/loading/preload-script-src.html
http/tests/loading/sizes/preload-image-sizes-2x.html
fast/preloader/document-write-2.html
http/tests/loading/preload-css-test.html
http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe.html
http/tests/loading/sizes/preload-image-sizes.html
fast/preloader/script.html
http/tests/loading/preload-img-srcset-sizes.html
http/tests/loading/preload-img-src.html
fast/preloader/link.html
fast/preloader/scan-body-from-head-script.html
Comment 3 Build Bot 2015-12-02 07:27:14 PST
Created attachment 266441 [details]
Archive of layout-test-results from ews101 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 4 Build Bot 2015-12-02 07:31:35 PST
Comment on attachment 266439 [details]
Patch

Attachment 266439 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/507173

New failing tests:
fast/preloader/input.html
fast/preloader/noscript.html
fast/preloader/document-write.html
fast/preloader/image.html
http/tests/loading/preload-img-srcset.html
http/tests/loading/preload-append-scan.php
fast/preloader/frame-src.html
fast/preloader/style.html
fast/preloader/scan-body-from-head-import.html
http/tests/loading/preload-no-store-frame-src.html
http/tests/loading/preload-script-src.html
http/tests/loading/sizes/preload-image-sizes-2x.html
http/tests/loading/preload-css-test.html
http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe.html
http/tests/loading/sizes/preload-image-sizes.html
fast/preloader/script.html
http/tests/loading/preload-img-srcset-sizes.html
http/tests/loading/preload-img-src.html
fast/preloader/link.html
fast/preloader/scan-body-from-head-script.html
Comment 5 Build Bot 2015-12-02 07:31:38 PST
Created attachment 266443 [details]
Archive of layout-test-results from ews104 for mac-yosemite-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-yosemite-wk2  Platform: Mac OS X 10.10.5
Comment 6 Build Bot 2015-12-02 07:34:05 PST
Comment on attachment 266439 [details]
Patch

Attachment 266439 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/507172

New failing tests:
fast/preloader/input.html
fast/preloader/noscript.html
fast/preloader/image.html
http/tests/loading/preload-img-srcset.html
http/tests/loading/preload-img-src.html
fast/preloader/frame-src.html
fast/preloader/style.html
http/tests/loading/preload-append-scan.php
fast/preloader/scan-body-from-head-import.html
http/tests/loading/preload-no-store-frame-src.html
http/tests/loading/preload-script-src.html
http/tests/loading/sizes/preload-image-sizes-2x.html
fast/preloader/document-write-2.html
http/tests/loading/preload-css-test.html
http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe.html
http/tests/loading/sizes/preload-image-sizes.html
fast/preloader/script.html
http/tests/loading/preload-img-srcset-sizes.html
fast/preloader/document-write.html
fast/preloader/link.html
fast/preloader/scan-body-from-head-script.html
Comment 7 Build Bot 2015-12-02 07:34:07 PST
Created attachment 266444 [details]
Archive of layout-test-results from ews114 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews114  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 8 Yoav Weiss 2015-12-02 07:41:22 PST
Created attachment 266445 [details]
Patch
Comment 9 WebKit Commit Bot 2015-12-02 14:41:36 PST
Comment on attachment 266445 [details]
Patch

Clearing flags on attachment: 266445

Committed r192969: <http://trac.webkit.org/changeset/192969>
Comment 10 WebKit Commit Bot 2015-12-02 14:41:41 PST
All reviewed patches have been landed.  Closing bug.