Title: [93767] trunk/Tools
Revision
93767
Author
[email protected]
Date
2011-08-25 02:38:07 -0700 (Thu, 25 Aug 2011)

Log Message

[WebSocket] update pywebsocket to 0.6b3 which supports closing handshake test
https://bugs.webkit.org/show_bug.cgi?id=66924

Patch by Takashi Toyoshima <[email protected]> on 2011-08-25
Reviewed by Kent Tamura.

* Scripts/webkitpy/thirdparty/__init__.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (93766 => 93767)


--- trunk/Tools/ChangeLog	2011-08-25 09:25:16 UTC (rev 93766)
+++ trunk/Tools/ChangeLog	2011-08-25 09:38:07 UTC (rev 93767)
@@ -1,3 +1,12 @@
+2011-08-25  Takashi Toyoshima  <[email protected]>
+
+        [WebSocket] update pywebsocket to 0.6b3 which supports closing handshake test
+        https://bugs.webkit.org/show_bug.cgi?id=66924
+
+        Reviewed by Kent Tamura.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+
 2011-08-24  Adam Barth  <[email protected]>
 
         The user can't close the details view in garden-o-matic

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (93766 => 93767)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2011-08-25 09:25:16 UTC (rev 93766)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2011-08-25 09:38:07 UTC (rev 93767)
@@ -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.6b3/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

Reply via email to