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-14 20:20:04
|
Hi Hannes! > - The patches you posted don't apply cleanly on top of each other. This > is due to whitespace breakage. Oh sorry, I think I have meessed up something with my local branches. Could you merge it into your local branch? Should I try to make the pathces again to be applied on current HEAD? > - 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." I'm not shure how to deal with it. It's a violation of the same origin policy, that takes affect here. At the moment I found no solution to avoid the messages, maybe a try catch at the right position will prevent it to appear. In the current version we wouldn't be able to access frames that aren't in the same origin policy like the page into which we insert the hinting.js. The pentadactyl plugin for firefox can handle also frame from other domains, so I promise we could do it also. Daniel |