[Webkit-unassigned] [Bug 155265] New: Handling 'allowUniversalAccessFromFileURLs' on WKWebViewConfiguration causes test breakage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 14:59:01 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155265

            Bug ID: 155265
           Summary: Handling 'allowUniversalAccessFromFileURLs' on
                    WKWebViewConfiguration causes test breakage
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Several tests break with <http://trac.webkit.org/changeset/197870> because code that sets the "allowFileAccessFromFileURLs" are getting blocked due to a disconnect between two flags on two different preference/configuration objects.

Temporarily encode "YES" as the default state for "_allowUniversalAccessFromFileURLs" to work around this, since we can't cleanly roll the patch out.

These tests break with the default "NO" state:


+fast/loader/stateobjects/replacestate-in-iframe.html
+storage/domstorage/localstorage/access-storage-after-window-close.html
+storage/domstorage/localstorage/access-storage-then-set-value-in-storage-after-window-close.html
+storage/domstorage/localstorage/set-value-in-storage-after-window-close.html
+storage/domstorage/localstorage/window-open.html
+storage/domstorage/sessionstorage/window-open.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/29a488c0/attachment.html>


More information about the webkit-unassigned mailing list