Title: [107559] trunk/Tools
- Revision
- 107559
- Author
- [email protected]
- Date
- 2012-02-13 04:45:15 -0800 (Mon, 13 Feb 2012)
Log Message
[WebSocket] Update pywebsocket to 0.7.1
https://bugs.webkit.org/show_bug.cgi?id=78484
pywebsocket-0.7.1 follow the current draft of WebSocket deflate-frame extension.
Reviewed by Kent Tamura.
* Scripts/webkitpy/thirdparty/__init__.py:
(AutoinstallImportHook._install_pywebsocket):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (107558 => 107559)
--- trunk/Tools/ChangeLog 2012-02-13 12:15:24 UTC (rev 107558)
+++ trunk/Tools/ChangeLog 2012-02-13 12:45:15 UTC (rev 107559)
@@ -1,3 +1,15 @@
+2012-02-13 Kenichi Ishibashi <[email protected]>
+
+ [WebSocket] Update pywebsocket to 0.7.1
+ https://bugs.webkit.org/show_bug.cgi?id=78484
+
+ pywebsocket-0.7.1 follow the current draft of WebSocket deflate-frame extension.
+
+ Reviewed by Kent Tamura.
+
+ * Scripts/webkitpy/thirdparty/__init__.py:
+ (AutoinstallImportHook._install_pywebsocket):
+
2012-02-12 Kangil Han <[email protected]>
[EFL][DRT] Implement zoomPage{In,Out} and textZoom{In,Out} events.
Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (107558 => 107559)
--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py 2012-02-13 12:15:24 UTC (rev 107558)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py 2012-02-13 12:45:15 UTC (rev 107559)
@@ -127,8 +127,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.7/src/mod_pywebsocket")
+ installer.install(url=""
+ url_subpath="pywebsocket-0.7.1/src/mod_pywebsocket")
def _install_xmlrunner(self):
self._install("http://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.0.3.tar.gz#md5=cebf83281b0753b5d42bad38c91fd4d6",
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes