1. a9d1bc0 Remove draft8 option from PerMessageDeflateExtensionProcessor by tyoshino@chromium.org · 9 years ago master
  2. 59f7335 [benchmark] Add Fetch API performance tests. by hiroshige@chromium.org · 9 years ago
  3. 4aaaece [benchmark] Add config for HTTP method and cache control config by hiroshige@chromium.org · 9 years ago
  4. 404c018 Remove permessage-compress extension support by tyoshino@chromium.org · 10 years ago
  5. 7b139ee Update expectation for permessage-deflate compression result for empty payload by tyoshino@chromium.org · 10 years ago
  6. 8b48a17 Add comments about Stream.close_connection()'s behavior by tyoshino@chromium.org · 10 years ago
  7. 563eb38 Call notifyAbort when error occurs by hiroshige@chromium.org · 10 years ago
  8. 910e05c [benchmark] Check and warn if proxy is enabled by hiroshige@chromium.org · 10 years ago
  9. d07f0bc [xhr_event_logger] Show timestamps of events by hiroshige@chromium.org · 10 years ago
  10. 471838d [benchmark] Do not call measureValue in warm-up iterations by hiroshige@chromium.org · 10 years ago
  11. 5e429ab Add warm-up iteration config by hiroshige@chromium.org · 10 years ago
  12. 34b3fe1 [benchmark] Do not abort() when readyState is DONE in destroyAllXHRs by hiroshige@chromium.org · 10 years ago
  13. f1f64cf [benchmark] Add XHR Async/Sync config by hiroshige@chromium.org · 10 years ago
  14. 3ceb7fd Clear timerID in the result reporting task by hiroshige@chromium.org · 10 years ago
  15. 67314c5 When returning 401 response, WebSocketRequestHandler.parse_request must return False by tyoshino@chromium.org · 10 years ago
  16. 63aae19 Clear timers at stop() in benchmark.js (to be consistent with xhr_benchmark.js) by hiroshige@chromium.org · 10 years ago
  17. 153ad0b [xhr_event_logger] Add an option to test sync XHR by tyoshino@chromium.org · 10 years ago
  18. 4e8e800 Clear event listeners by setting them to null, instead of function() {}. by hiroshige@chromium.org · 10 years ago
  19. 0de8d0f Fix the filename of the utility definition file in xhr_event_logger.html. by tyoshino@chromium.org · 10 years ago
  20. c0279b9 Add config.measureValue callback by hiroshige@chromium.org · 10 years ago
  21. e752566 Refactoring: rename responseType to dataType in xhr_benchmark by hiroshige@chromium.org · 10 years ago
  22. b5caeb5 Add benchmark option to run on workers by hiroshige@chromium.org · 10 years ago
  23. 119c70c xhr_event_logger new features (upload event, dump ProgressEvent, response mode) by tyoshino@chromium.org · 10 years ago
  24. 8cebbc9 Show user agent in summary box by hiroshige@chromium.org · 10 years ago
  25. 3726757 Display config in summary box by hiroshige@chromium.org · 10 years ago
  26. 44d6ede Fix radio box handling of xhr_benchmark.html to work on IE by hiroshige@chromium.org · 10 years ago
  27. 84c8355 Replace variable name |runner| with |task| by hiroshige@chromium.org · 10 years ago
  28. e2e628e Exclude ArrayBuffer creation from the reported time in XHR benchmark by hiroshige@chromium.org · 10 years ago
  29. cfc0ca0 Move totalSize and totalReplied declarations inside functions by hiroshige@chromium.org · 10 years ago
  30. 79a4b8c Output error message when FileReader for a blob fails by hiroshige@chromium.org · 10 years ago
  31. ee12f07 Refactor variable initialization of |benchmark| by hiroshige@chromium.org · 10 years ago
  32. 09219cd Ported parameter setting UI from benchmark.html to xhr_benchmark.html by hiroshige@chromium.org · 10 years ago
  33. bdda5b3 Exclude ArrayBuffer creation from the reported time by hiroshige@chromium.org · 10 years ago
  34. a4e510e Enable to run the bench multiple times and display stddev. by hiroshige@chromium.org · 10 years ago
  35. b91245b Add a tool to investigate events dispatched by XHR by tyoshino@chromium.org · 10 years ago
  36. 3671c8b Introduce UI for changing benchmark configuration by tyoshino@chromium.org · 10 years ago
  37. a7c6dbc Recommit of 'Faster response body verification in XHR text receive benchmark' by hiroshige@chromium.org · 10 years ago
  38. 78493c7 Faster response body verification in XHR text receive benchmark by hiroshige@chromium.org · 10 years ago
  39. 7eb2c81 Faster request body verification in XHR send handler by hiroshige@chromium.org · 10 years ago
  40. 8caf514 Fix indentation in benchmark.html by tyoshino@chromium.org · 10 years ago
  41. 9ff0950 [Benchmark tools] Adjust start/stop size by tyoshino@chromium.org · 10 years ago
  42. adf747c [benchmark.html] Recreate data also when size decreases by tyoshino@chromium.org · 10 years ago
  43. aa775d2 [benchmark.html] Use bind to build test runner closures. by tyoshino@chromium.org · 10 years ago
  44. 2ef7190 [benchmark.html] Add a switch to turn on/off data verification by tyoshino@chromium.org · 10 years ago
  45. 6fa85d5 Move PerMessageCompressTest.test_receive_message_deflate_mixed_btype to PerMessageDeflateTest by tyoshino@chromium.org · 10 years ago
  46. 8d5adf9 [benchmark.html] Add a checkbox to turn on/off size column printing by tyoshino@chromium.org · 10 years ago
  47. a88fb95 Move PerMessageCompressTest.test_receive_message_deflate to PerMessageDeflateTest by tyoshino@chromium.org · 10 years ago
  48. 33b4bd7 Move PerMessageCompressTest.test_receive_message_deflate_random_section to PerMessageDeflateTest by tyoshino@chromium.org · 10 years ago
  49. 31235b5 Move PerMessageCompressTest.test_send_message_deflate_fragmented_bfinal to PerMessageDeflateTest by tyoshino@chromium.org · 10 years ago
  50. 255c6d9 Move PerMessageCompressTest.test_send_message_deflate() to PerMessageDeflateTest by tyoshino@chromium.org · 10 years ago
  51. 82a8895 Add text mode to xhr_benchmark.html by tyoshino@chromium.org · 10 years ago
  52. c5ae888 [benchmark.html] Print time per message by tyoshino@chromium.org · 10 years ago
  53. 67eea9f Remove alert() call introduced to benchmark.html by mistake by tyoshino@chromium.org · 10 years ago
  54. f2e0ee1 Remove perframe-compress extension support by tyoshino@chromium.org · 10 years ago
  55. 6c8ddf7 [Test only] Move deflate tests from PerMessageCompressTest to PerMessageDeflateTest by tyoshino@chromium.org · 10 years ago
  56. 7681a2b Add a sample CGI script for testing effect of HTTP headers on the origin page by tyoshino@chromium.org · 10 years ago
  57. 32f1e4b Fix server_no_context_takeover implementation by tyoshino@chromium.org · 10 years ago
  58. a40a3e8 Fix test function name: Frame -> frame by tyoshino@chromium.org · 10 years ago
  59. 3ba6808 Make send_message() with end=False generate frame when permessage-deflate is enabled by tyoshino@chromium.org · 10 years ago
  60. 6f1af49 Refine pydoc of standalone.py by tyoshino@chromium.org · 10 years ago
  61. 4a1cd06 Remove MozWebSocket support from console.html by tyoshino@chromium.org · 10 years ago
  62. be6f8b8 Remove HyBi 08 version protocol support by tyoshino@chromium.org · 10 years ago
  63. 60fca6a Add a simple handler cookie_wsh.py useful for cookie test by tyoshino@chromium.org · 10 years ago
  64. 941019c Split XHR benchmark code into xhr_benchmark_handler.py by tyoshino@chromium.org · 10 years ago
  65. 58f2e49 Print extensions attribute on open event. by tyoshino@chromium.org · 11 years ago
  66. 99ef30f benchmark.html typo fix by tyoshino@chromium.org · 11 years ago
  67. 529c101 Rename parameter names to follow the permessage-deflate spec change. by yhirano@chromium.org · 11 years ago
  68. e8f0bdd Attempt to print client cert info only when the client sends it. by tyoshino@chromium.org · 11 years ago
  69. 8bb3436 Add a _Deflater/_Inflater test against big random section input by tyoshino@chromium.org · 11 years ago
  70. bfaf051 [XHR benchmark tool] Verify Blob response by tyoshino@chromium.org · 11 years ago
  71. 2e6d5e5 Group benchmark parameters into one dict. by tyoshino@chromium.org · 11 years ago
  72. 8c7635d Add blob support to xhr_benchmark.html by tyoshino@chromium.org · 11 years ago
  73. f8f77b9 Add XMLHttpRequest benchmark functionality by tyoshino@chromium.org · 11 years ago
  74. 90c693c Fix wrong variable in verifyAcknowledgement function in util.js by tyoshino@chromium.org · 11 years ago
  75. b212df0 Log when get_extension_response is called on inactivated processor by tyoshino@chromium.org · 11 years ago
  76. 4a2b961 Comments on the available extension list and the extension getting method by tyoshino@chromium.org · 11 years ago
  77. c87e18a Introduce window_bits constructor parameter to util._Inflate. by yhirano@chromium.org · 11 years ago
  78. cb87dbf Move functions that are useful also for xhr benchmark. by tyoshino@chromium.org · 11 years ago
  79. c89f41a Test that permessage-deflate extension uses small window if specified. by tyoshino@chromium.org · 11 years ago
  80. d57b2b5 Comment that we always use _RFC1979Inflater that can accept data generated with wbits=15 by tyoshino@chromium.org · 11 years ago
  81. e3cb0cb Rename c2s_max_window_bits related variables for readability by tyoshino@chromium.org · 11 years ago
  82. 7919dac Make echo_client.py announce c2s_max_window_bits capability by tyoshino@chromium.org · 11 years ago
  83. 922ea82 Add retry logic to the socket creation code in clients for testing. by tyoshino@chromium.org · 11 years ago
  84. 046ddd8 Remove an obsolete parameter from _run_server and add some file comment. by tyoshino@chromium.org · 11 years ago
  85. bfbfbdc Move logging code to util.js by tyoshino@chromium.org · 11 years ago
  86. 54f1f70 Make eventsource.html report more info by tyoshino@chromium.org · 11 years ago
  87. 8911075 [echo_client] Exit when an extension is enabled and an old protocol which does not support extensions is specified by tyoshino@chromium.org · 11 years ago
  88. 9f933a8 Remove unnecessary line configuring server's stderr. test_version_check. by tyoshino@chromium.org · 11 years ago
  89. 93a1a54 Add instruction how to configure WebSocket extensions to pydoc. by tyoshino@chromium.org · 11 years ago
  90. af6c673 Add permessage-deflate support to echo_client.py by tyoshino@chromium.org · 11 years ago
  91. fa148d8 c2s_max_window_bits parameter for a client can be configured only if the client allows it. by yhirano@chromium.org · 11 years ago
  92. 513aa84 Add tests on the extension processor registry by tyoshino@chromium.org · 11 years ago
  93. 8dc9972 Define a constant for sleep time for warming up the server. by tyoshino@chromium.org · 11 years ago
  94. fba0852 Restore x-webkit-deflate-frame extension removed at r751. by yhirano@chromium.org · 11 years ago
  95. 7e539cf Add tests for permessage-deflate in test_msgutil.py. by tyoshino@chromium.org · 11 years ago
  96. 3d34bf3 Shorten test method names where it's clear which protocol is tested. by tyoshino@chromium.org · 11 years ago
  97. 43fc871 Print time, filename and line number like google-glog to ease debugging rather than printing class name. by tyoshino@chromium.org · 11 years ago
  98. 26ecc86 Split EndToEndTest into smaller classes by tyoshino@chromium.org · 11 years ago
  99. 65f7647 Add permessage-deflate tests on two-message cases. by tyoshino@chromium.org · 11 years ago
  100. 020e1d3 Rename extension processor classes to match extension identifier. by tyoshino@chromium.org · 11 years ago