Changeset 126229 in webkit


Ignore:
Timestamp:
Aug 21, 2012 5:14:20 PM (12 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html is failing
https://bugs.webkit.org/show_bug.cgi?id=94617

Reviewed by Martin Robinson.

Tools:

Set the 'enable-file-access-from-file-uris' setting to true when
resetting default values. The other ports do this as well, giving
documents with local security origin permission to load other
local resources.

  • DumpRenderTree/gtk/DumpRenderTree.cpp:

(resetDefaultsToConsistentValues):

LayoutTests:

Remove failure expectation for fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
test as it now passes.

  • platform/gtk/TestExpectations:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r126225 r126229  
     12012-08-21  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=94617
     5
     6        Reviewed by Martin Robinson.
     7
     8        Remove failure expectation for fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
     9        test as it now passes.
     10
     11        * platform/gtk/TestExpectations:
     12
    1132012-08-21  Brady Eidson  <beidson@apple.com>
    214
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r126192 r126229  
    787787BUGWKGTK : fast/loader/api-test-go-to-current-back-forward-item.html = TEXT
    788788
    789 // Failure may be related to DRT; console message also has full file
    790 // path instead of just the file name
    791 BUGWK35086 : fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = TEXT
    792 
    793789// Needs to make sure the redirect-chain scenario in https://bugs.webkit.org/show_bug.cgi?id=31410 works
    794790BUGWK35300 : http/tests/loading/307-after-303-after-post.html = TEXT
  • trunk/Tools/ChangeLog

    r126212 r126229  
     12012-08-21  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=94617
     5
     6        Reviewed by Martin Robinson.
     7
     8        Set the 'enable-file-access-from-file-uris' setting to true when
     9        resetting default values. The other ports do this as well, giving
     10        documents with local security origin permission to load other
     11        local resources.
     12
     13        * DumpRenderTree/gtk/DumpRenderTree.cpp:
     14        (resetDefaultsToConsistentValues):
     15
    1162012-08-21  Kent Tamura  <tkent@chromium.org>
    217
  • trunk/Tools/DumpRenderTree/gtk/DumpRenderTree.cpp

    r125516 r126229  
    451451                 "enable-offline-web-application-cache", TRUE,
    452452                 "enable-universal-access-from-file-uris", TRUE,
     453                 "enable-file-access-from-file-uris", TRUE,
    453454                 "enable-scripts", TRUE,
    454455                 "enable-dom-paste", TRUE,
Note: See TracChangeset for help on using the changeset viewer.