Re: [Vimprobable-users] [PATCH] Refactured hinting
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2011-08-16 17:51:08
|
Hi Hannes. > - Using the patch, I get the following message on the console: "@1: > Unsafe JavaScript attempt to access frame with URL > http://... from frame with URL http://... Domains, protocols and > ports must match." The loggin of these message seems to be a bug in webkit. The violation of same origin policy sould throw an exception instead of logging only a message on console and retriev undefined values. https://lists.webkit.org/pipermail/webkit-dev/2010-August/thread.html#13880 http://code.google.com/p/chromium/issues/detail?id=17325 I think we have to live with this behaviour for now. Daniel |