Re: [dev] surf trivial bugs patch

2015-01-18 Thread Christoph Lohmann
Greetings. On Sun, 18 Jan 2015 11:45:17 +0100 Carlos Torres wrote: > Hello, > > On Sat, Jan 17, 2015 at 1:23 AM, Christoph Lohmann <2...@r-36.net> wrote: > > Thanks, the patch has been applied. > > > > cmd[] still appears to be 1 short Thanks, it has been fixed. Sincerely, Christoph Lohmann

Re: [dev] surf trivial bugs patch

2015-01-17 Thread Carlos Torres
2 actually. On Sat, Jan 17, 2015 at 9:49 PM, Carlos Torres wrote: > Hello, > > On Sat, Jan 17, 2015 at 1:23 AM, Christoph Lohmann <2...@r-36.net> wrote: >> Thanks, the patch has been applied. >> > > cmd[] still appears to be 1 short > > --Carlos

Re: [dev] surf trivial bugs patch

2015-01-17 Thread Carlos Torres
Hello, On Sat, Jan 17, 2015 at 1:23 AM, Christoph Lohmann <2...@r-36.net> wrote: > Thanks, the patch has been applied. > cmd[] still appears to be 1 short --Carlos

Re: [dev] surf trivial bugs patch

2015-01-16 Thread Christoph Lohmann
Greetings. On Sat, 17 Jan 2015 07:23:56 +0100 Ben Woolley wrote: > Just a couple minor things I found while working on other things. The > geolocation state was being lost on new windows. There was a newline being > passed in the embed argument, but it didn't seem to break anything. Thanks, the

[dev] surf trivial bugs patch

2015-01-07 Thread Ben Woolley
Just a couple minor things I found while working on other things. The geolocation state was being lost on new windows. There was a newline being passed in the embed argument, but it didn't seem to break anything. From b52d38fbb70425d59126a8bd64db42be1eb9ace4 Mon Sep 17 00:00:00 2001 From: Ben Wooll