Re: [Vimprobable-users] [PATCH] Refactured hinting
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2011-08-16 19:51:35
|
Hi! Daniel Carl <dan...@gm...> wrote: > > - 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. I guess it's not much of a problem. Maybe something to document on the website (wiki/ticket) when it's merged. Any idea of how to handle target attributes? As I said, I think the current behaviour of the patch isn't too bad, but it's also not the expected behaviour ;) So any chance of getting that working as well? Which logic would need to be relocated? Hannes |