Title: [94146] trunk/Tools
- Revision
- 94146
- Author
- [email protected]
- Date
- 2011-08-30 19:48:01 -0700 (Tue, 30 Aug 2011)
Log Message
[WebSocket] update pywebsocket to 0.6b5.
https://bugs.webkit.org/show_bug.cgi?id=66924
Patch by Takashi Toyoshima <[email protected]> on 2011-08-30
Reviewed by Kent Tamura.
pywebsocket 0.6b2 supported minimum features of Hybi-08 specification.
Now, pywebsocket 0.6b5 supports full features of Hybi-10 specification.
0.6b3 or later supports a closing handshake handler and it is useful to
verify client's closing handshake implementation.
0.6b4 supports AbortedByUserException. It is useful to eliminate
unnecessary server warning messages on intended abnormal closures.
0.6b5 supports Python 2.5.1 or Mac 10.5.
* Scripts/webkitpy/thirdparty/__init__.py:
Update download URL and directory path.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (94145 => 94146)
--- trunk/Tools/ChangeLog 2011-08-31 02:13:24 UTC (rev 94145)
+++ trunk/Tools/ChangeLog 2011-08-31 02:48:01 UTC (rev 94146)
@@ -1,3 +1,21 @@
+2011-08-30 Takashi Toyoshima <[email protected]>
+
+ [WebSocket] update pywebsocket to 0.6b5.
+ https://bugs.webkit.org/show_bug.cgi?id=66924
+
+ Reviewed by Kent Tamura.
+
+ pywebsocket 0.6b2 supported minimum features of Hybi-08 specification.
+ Now, pywebsocket 0.6b5 supports full features of Hybi-10 specification.
+ 0.6b3 or later supports a closing handshake handler and it is useful to
+ verify client's closing handshake implementation.
+ 0.6b4 supports AbortedByUserException. It is useful to eliminate
+ unnecessary server warning messages on intended abnormal closures.
+ 0.6b5 supports Python 2.5.1 or Mac 10.5.
+
+ * Scripts/webkitpy/thirdparty/__init__.py:
+ Update download URL and directory path.
+
2011-08-30 Dan Bernstein <[email protected]>
Test for <rdar://problem/9281695> Add text search API for getting the DOM range of a text match
Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (94145 => 94146)
--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py 2011-08-31 02:13:24 UTC (rev 94145)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py 2011-08-31 02:48:01 UTC (rev 94146)
@@ -139,8 +139,8 @@
def _install_pywebsocket(self):
pywebsocket_dir = self._fs.join(_AUTOINSTALLED_DIR, "pywebsocket")
installer = AutoInstaller(target_dir=pywebsocket_dir)
- installer.install(url=""
- url_subpath="pywebsocket-0.6b2/src/mod_pywebsocket")
+ installer.install(url=""
+ url_subpath="pywebsocket-0.6b5/src/mod_pywebsocket")
def _install(self, url, url_subpath):
installer = AutoInstaller(target_dir=_AUTOINSTALLED_DIR)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes