This is the first step of bug 81371. In this bug I'm going to remove code in WebCore/Modules/websockets/ that implements old hixie76 protocol (which isn't used anymore).
Created attachment 146480 [details] Patch
Comment on attachment 146480 [details] Patch There don't seem to be any objections. Let's do it.
Comment on attachment 146480 [details] Patch Rejecting attachment 146480 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: ILED -- saving rejects to file LayoutTests/platform/qt/TestExpectations.rej patching file LayoutTests/platform/win/Skipped Hunk #1 FAILED at 1870. 1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/win/Skipped.rej patching file LayoutTests/platform/wk2/Skipped Hunk #1 succeeded at 816 with fuzz 2 (offset 4 lines). Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Adam Barth']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/13186012
Created attachment 151402 [details] Patch for landing
Comment on attachment 151402 [details] Patch for landing Attachment 151402 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/13178018 New failing tests: fast/dom/webtiming.html http/tests/websocket/tests/hixie76/long-invalid-header.html http/tests/websocket/tests/hixie76/client-close.html http/tests/websocket/tests/hixie76/url-with-credential.html fast/loader/unload-form-post-about-blank.html http/tests/websocket/tests/hixie76/bad-handshake-crash.html http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer.html http/tests/websocket/tests/hixie76/frame-length-overflow.html http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header.html http/tests/websocket/tests/hixie76/error-detect.html http/tests/websocket/tests/hixie76/alert-in-event-handler.html http/tests/security/script-crossorigin-loads-correctly.html http/tests/websocket/tests/hixie76/frame-length-skip.html fast/frames/cached-frame-counter.html http/tests/websocket/tests/hixie76/handshake-fail-by-sub-protocol-mismatch.html http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr.html http/tests/websocket/tests/hixie76/bufferedAmount-after-close.html http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength.html http/tests/websocket/tests/hixie76/undefined-attributes.html http/tests/websocket/tests/hixie76/sub-protocol-with-space.html http/tests/websocket/tests/hixie76/split-binary-frame-header.html http/tests/websocket/tests/hixie76/handshake-fail-by-cross-origin.html http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null.html http/tests/websocket/tests/hixie76/handshake-challenge-randomness.html http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header.html http/tests/websocket/tests/hixie76/send-object.html fast/loader/local-CSS-from-local.html
Created attachment 151405 [details] Archive of layout-test-results from gce-cr-linux-06 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: gce-cr-linux-06 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
I'm just going to delete the tests too since that's easier than figuring out how to skip them correctly.
Committed r122199: <http://trac.webkit.org/changeset/122199>