Changes between Version 1 and Version 2 of pywebsocket: a WebSocket server for layout tests


Ignore:
Timestamp:
Aug 17, 2012 2:14:29 AM (12 years ago)
Author:
toyoshim@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pywebsocket: a WebSocket server for layout tests

    v1 v2  
    1111Originally, pywebsocket is automatically installed by webkitpy's autoinstall, when you need it to run a layout test at runtime.
    1212But after [http://trac.webkit.org/changeset/116668 r116668], it is checked in WebKit repository directly.
    13 This is because an autoinstall bug which is already fixed (See, [http://code.google.com/p/chromium/issues/detail?id=80739 chromium issue 80739]), so we can use autoinstall again now.
    14 But, we continue to check it in WebKit repository directly because it's more stable for buildbots.
     13This is because an autoinstall bug which is already fixed (See, [http://code.google.com/p/chromium/issues/detail?id=80739 chromium issue 80739]).
     14After this change, chromium build bots introduce a limitation that they can only get HTTP pages via a proxy.
     15If you are going to re-enable autoinstall mechanism, please add proxies support to  autoinstall.
     16You can check the discussion [https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RmT5QiaGacA here].
    1517
    1618== How to manage(update) pywebsocket in WebKit ==