[Webkit-unassigned] [Bug 37577] Adjust Chromium's bindings to recent changes in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 08:44:31 PDT 2010


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





--- Comment #1 from anton muhin <antonm at chromium.org>  2010-04-14 08:44:31 PST ---
After http://trac.webkit.org/changeset/57535/ Chromium's canary bots started to
fail for the following tests:

http/tests/xmlhttprequest/origin-whitelisting-all.html
http/tests/xmlhttprequest/origin-whitelisting-exact-match.html
http/tests/xmlhttprequest/origin-whitelisting-https.html
http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-
subdomains.html
http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html
http/tests/xmlhttprequest/origin-whitelisting-subdomains.html
http/tests/security/local-image-from-remote-whitelisted.html
http/tests/xmlhttprequest/origin-whitelisting-removal.html

Two of those are new.

It looks like we need to expose into the bindings new API, see sample failure:

---
platform/chromium-win/http/tests/security/local-image-from-remote-whitelisted-expected.txt
 (revision 0)
+++
platform/chromium-win/http/tests/security/local-image-from-remote-whitelisted-expected.txt
 (revision 0)
@@ -0,0 +1,4 @@
+CONSOLE MESSAGE: line 8: Uncaught TypeError: Object [object Object] has no
method 'addOriginAccessWhitelistEntry'
+This test is to see if a remote file can include a local image when the access
has been white listed using addOriginAccessWhitelistEntry.
+
+Test has not run.

Planning to skip the tests for now until proper solution is done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list