Title: [97221] trunk/Tools
Revision
97221
Author
commit-qu...@webkit.org
Date
2011-10-11 20:00:57 -0700 (Tue, 11 Oct 2011)

Log Message

[WebSocket] update pywebsocket to 0.6b6.
https://bugs.webkit.org/show_bug.cgi?id=69824

Patch by Takashi Toyoshima <toyos...@chromium.org> on 2011-10-11
Reviewed by Kent Tamura.

WebKit supports WebSocket with version 8 based protocol for now.
We should update its protocol to version 13 based one like hybi-17.
pywebsocket 0.6b6 supports both of version 8 and 13.

* Scripts/webkitpy/thirdparty/__init__.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (97220 => 97221)


--- trunk/Tools/ChangeLog	2011-10-12 02:42:18 UTC (rev 97220)
+++ trunk/Tools/ChangeLog	2011-10-12 03:00:57 UTC (rev 97221)
@@ -1,3 +1,16 @@
+2011-10-11  Takashi Toyoshima  <toyos...@chromium.org>
+
+        [WebSocket] update pywebsocket to 0.6b6.
+        https://bugs.webkit.org/show_bug.cgi?id=69824
+
+        Reviewed by Kent Tamura.
+
+        WebKit supports WebSocket with version 8 based protocol for now.
+        We should update its protocol to version 13 based one like hybi-17.
+        pywebsocket 0.6b6 supports both of version 8 and 13.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+
 2011-10-11  Simon Fraser  <simon.fra...@apple.com>
 
         WebKitTestRunner needs to link with WebKit for NSURL category methods

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (97220 => 97221)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2011-10-12 02:42:18 UTC (rev 97220)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2011-10-12 03:00:57 UTC (rev 97221)
@@ -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.6b5/src/mod_pywebsocket")
+        installer.install(url=""
+                          url_subpath="pywebsocket-0.6b6/src/mod_pywebsocket")
 
     def _install(self, url, url_subpath):
         installer = AutoInstaller(target_dir=_AUTOINSTALLED_DIR)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to