Re: [Spice-devel] [PATCH spice-html5 1/4] spiceconn: Add function to test channel capabilities

2017-09-15 Thread Jeremy White
Hi Tomáš, On 09/07/2017 02:18 AM, Tomáš Bohdálek wrote: > This will be used in other commits. > --- > spiceconn.js | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/spiceconn.js b/spiceconn.js > index 33e7388..78d5820 100644 > --- a/spiceconn.js > +++ b/spiceconn.js >

Re: [Spice-devel] [PATCH spice-html5 1/4] spiceconn: Add function to test channel capabilities

2017-09-07 Thread Frediano Ziglio
> I agree, I will use your first suggestion. > Tomáš As a note, I'm not a Javascript expert as you, I just tested my suggestion with a small test script. Frediano > 2017-09-07 10:31 GMT+02:00 Frediano Ziglio < fzig...@redhat.com > : > > > > > > > This will be used in other commits. > > >

Re: [Spice-devel] [PATCH spice-html5 1/4] spiceconn: Add function to test channel capabilities

2017-09-07 Thread Tomáš Bohdálek
I agree, I will use your first suggestion. Tomáš 2017-09-07 10:31 GMT+02:00 Frediano Ziglio : > > > > This will be used in other commits. > > --- > > spiceconn.js | 19 +++ > > 1 file changed, 19 insertions(+) > > > > diff --git a/spiceconn.js b/spiceconn.js > > index 33e7388..

Re: [Spice-devel] [PATCH spice-html5 1/4] spiceconn: Add function to test channel capabilities

2017-09-07 Thread Frediano Ziglio
> > This will be used in other commits. > --- > spiceconn.js | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/spiceconn.js b/spiceconn.js > index 33e7388..78d5820 100644 > --- a/spiceconn.js > +++ b/spiceconn.js > @@ -243,6 +243,9 @@ SpiceConn.prototype = >

[Spice-devel] [PATCH spice-html5 1/4] spiceconn: Add function to test channel capabilities

2017-09-07 Thread Tomáš Bohdálek
This will be used in other commits. --- spiceconn.js | 19 +++ 1 file changed, 19 insertions(+) diff --git a/spiceconn.js b/spiceconn.js index 33e7388..78d5820 100644 --- a/spiceconn.js +++ b/spiceconn.js @@ -243,6 +243,9 @@ SpiceConn.prototype = else if (this.state == "l

Re: [Spice-devel] [PATCH spice-html5 1/4] spiceconn: Add function to test channel capabilities

2017-06-22 Thread Uri Lublin
On 06/08/2017 05:27 PM, Pavel Grunt wrote: From: Tomáš Bohdálek This will be used in other commits. --- spiceconn.js | 19 +++ 1 file changed, 19 insertions(+) diff --git a/spiceconn.js b/spiceconn.js index 33e7388..d76f8e2 100644 --- a/spiceconn.js +++ b/spiceconn.js @@ -24

[Spice-devel] [PATCH spice-html5 1/4] spiceconn: Add function to test channel capabilities

2017-06-08 Thread Pavel Grunt
From: Tomáš Bohdálek This will be used in other commits. --- spiceconn.js | 19 +++ 1 file changed, 19 insertions(+) diff --git a/spiceconn.js b/spiceconn.js index 33e7388..d76f8e2 100644 --- a/spiceconn.js +++ b/spiceconn.js @@ -243,6 +243,9 @@ SpiceConn.prototype = el