RE: [dev] [surf] patch for pseudo-uri idioms

2011-02-19 Thread Wolf Tivy
Nick said: > What's 'spacial navigation'? Some wierd scheme where when you press arrow keys it selects the 'next' (by some heuristic) html element instead of shifting some constant amount. It then moves the screen to that element. I think it's on in mainline surf to complement the more traditional

Re: [dev] [wmii] likely memory leak

2011-02-19 Thread Kris Maglione
On Fri, Feb 18, 2011 at 09:15:14PM +0300, Roman Belov wrote: I use wmii-3.9.2-r1 (gentoo ebuild) on my workstation. Today I looked at memory usage and saw that wmii had been occupying all memory and swap. Uptime was about three month. I am trying to reproduce this issue at home with wmii- (h

Re: [dev] [surf] patch for pseudo-uri idioms

2011-02-19 Thread Nick
Hi Wolf, Quoth Wolf Tivy: > * `javascript:alert('hello');` works as expected in other browsers. > Kind of useful sometimes. > * loading valid filenames will load the file even without file://. These two are both great, thanks. Allowing loading of javascript: uris can be useful to script t

[dev] [surf] patch for pseudo-uri idioms

2011-02-19 Thread Wolf Tivy
Hi folks I added some logic to surf's uri loading to make it handle a few useful idioms not understood by webkit: * Loading a blank uri goes to homepage instead of nowhere. This works any time, unlike the existing homepage patch that only does it on invokation. So now, ctrl-G, shift-en