<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websockify.git/tests/base64.html, branch feature/http-auth-plugins</title>
<subtitle>github.com: kanaka/websockify.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/'/>
<entry>
<title>Make compatible with jQuery. Slight API change.</title>
<updated>2010-12-10T14:25:36+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2010-12-10T14:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=e46719100c52b65921f941945ccd1440cef702cd'/>
<id>e46719100c52b65921f941945ccd1440cef702cd</id>
<content type='text'>
Rename the $() selector to $D() so that it doesn't collide with
the jQuery name.

The API change is that the 'target' option for Canvas and RFB objects
must now be a DOM Canvas element. A string is no longer accepted
because this requires that a DOM lookup is done and the Canvas and RFB
should have no UI code in them. Modularity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the $() selector to $D() so that it doesn't collide with
the jQuery name.

The API change is that the 'target' option for Canvas and RFB objects
must now be a DOM Canvas element. A string is no longer accepted
because this requires that a DOM lookup is done and the Canvas and RFB
should have no UI code in them. Modularity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split util into two file:</title>
<updated>2010-09-29T19:59:56+00:00</updated>
<author>
<name>Antoine Mercadal</name>
<email>antoine.mercadal@inframonde.eu</email>
</author>
<published>2010-09-29T19:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=8d5d2c8230b9c232afd82e01039c680e8a8b0094'/>
<id>8d5d2c8230b9c232afd82e01039c680e8a8b0094</id>
<content type='text'>
 - util.js that contains essential functions
 - webutils.js that contains the GUI utility function.js

this helps to include noVNC in other project, especially Cappuccino Application
i
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - util.js that contains essential functions
 - webutils.js that contains the GUI utility function.js

this helps to include noVNC in other project, especially Cappuccino Application
i
</pre>
</div>
</content>
</entry>
<entry>
<title>Test both builtin and base64.js functions.</title>
<updated>2010-08-26T16:34:44+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2010-08-26T16:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=4ff85f496c0a96d0d31096baa3038822dc692dd0'/>
<id>4ff85f496c0a96d0d31096baa3038822dc692dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add native base64 test (atob and btoa).</title>
<updated>2010-07-13T22:53:01+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2010-07-13T22:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websockify.git/commit/?id=d798572da4d1a8c99b6e199126664d842381ef57'/>
<id>d798572da4d1a8c99b6e199126664d842381ef57</id>
<content type='text'>
Interestingly it turns out that using the native base64 routines does
not improve performance. Likely because the actual time is in
marshalling/unmarshalling between strings and arrays (and associated
garbage collection overhead) which has to be done either way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Interestingly it turns out that using the native base64 routines does
not improve performance. Likely because the actual time is in
marshalling/unmarshalling between strings and arrays (and associated
garbage collection overhead) which has to be done either way.
</pre>
</div>
</content>
</entry>
</feed>
