Sign in
chromium
/
external
/
github.com
/
google
/
pywebsocket
/
HEAD
c459a5f
Note that you should use pywebsocket3 instead (#156)
by Adam Rice
· 5 years ago
master
b79b28f
Add .travis.yml (#155)
by John Vandenberg
· 6 years ago
2d7b73c
Merge pull request #147 from hiroshige-g/iframe
by hiroshige-g
· 9 years ago
0f74d91
Merge pull request #144 from google/mintotal
by hiroshige-g
· 9 years ago
de2aff4
Merge pull request #148 from google/noteupdate
by hiroshige-g
· 9 years ago
7e824d9
Add a note about NaN on the stddev column
by Takeshi Yoshino
· 9 years ago
noteupdate
e738dec
Remove code for mintotal from xhr_benchmark.html and fetch_benchmark.html
by Takeshi Yoshino
· 9 years ago
mintotal
4f10526
Use iframe for Chromium performance tests to remove --disable-web-security
by Hiroshige Hayashizaki
· 9 years ago
fe816aa
Merge pull request #146 from ricea/non-integer-multipliers
by hiroshige-g
· 9 years ago
ed8233f
Update fetch_benchmark and xhr_benchmark also.
by Adam Rice
· 9 years ago
b692883
Support non-integer multpliers in benchmark.
by Adam Rice
· 9 years ago
9882bb1
PEP-8/0257 cleanup
by dylan d
· 9 years ago
09d8427
Merge pull request #140 from hiroshige-g/license
by hiroshige-g
· 10 years ago
a79008b
Merge pull request #141 from hiroshige-g/readme
by hiroshige-g
· 10 years ago
78e3bdc
Update README.md to short description + redirect to Wiki.
by Hiroshige Hayashizaki
· 10 years ago
8d3d6e6
Update README.md to redirect to Wiki.
by Hiroshige Hayashizaki
· 10 years ago
c00ffda
Place LICENSE and CONTRIBUTING at the root directory
by Hiroshige Hayashizaki
· 10 years ago
76b3a63
Merge pull request #139 from hiroshige-g/mv
by hiroshige-g
· 10 years ago
5e3cd59
Move files from /src/ to /. Fixes #138.
by Hiroshige Hayashizaki
· 10 years ago
c4c4c51
../finishGoogleCodeGitHubWikiMigration/finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch.
by Hiroshige Hayashizaki
· 10 years ago
5137aa5
Remove draft8 option from PerMessageDeflateExtensionProcessor
by tyoshino
· 10 years ago
51ca310
[benchmark] Add Fetch API performance tests.
by hiroshige
· 10 years ago
ff93bef
[benchmark] Add config for HTTP method and cache control config
by hiroshige
· 10 years ago
588d504
Remove permessage-compress extension support
by tyoshino
· 10 years ago
286b871
Update expectation for permessage-deflate compression result for empty payload
by tyoshino
· 10 years ago
6aa4ebb
Add comments about Stream.close_connection()'s behavior
by tyoshino
· 10 years ago
d51867c
Call notifyAbort when error occurs
by hiroshige
· 11 years ago
20b418b
[benchmark] Check and warn if proxy is enabled
by hiroshige
· 11 years ago
f0236e1
[xhr_event_logger] Show timestamps of events
by hiroshige
· 11 years ago
e650db3
[benchmark] Do not call measureValue in warm-up iterations
by hiroshige
· 11 years ago
a8ecd46
Add warm-up iteration config
by hiroshige
· 11 years ago
704e914
[benchmark] Do not abort() when readyState is DONE in destroyAllXHRs
by hiroshige
· 11 years ago
18a3ac5
[benchmark] Add XHR Async/Sync config
by hiroshige
· 11 years ago
91c7eeb
Clear timerID in the result reporting task
by hiroshige
· 11 years ago
d0b7b31
When returning 401 response, WebSocketRequestHandler.parse_request must return False
by tyoshino
· 11 years ago
349da64
Clear timers at stop() in benchmark.js (to be consistent with xhr_benchmark.js)
by hiroshige
· 11 years ago
e2891e5
[xhr_event_logger] Add an option to test sync XHR
by tyoshino
· 11 years ago
4726a4d
Clear event listeners by setting them to null, instead of function() {}.
by hiroshige
· 11 years ago
04416af
Fix the filename of the utility definition file in xhr_event_logger.html.
by tyoshino
· 11 years ago
09324da
Add config.measureValue callback
by hiroshige
· 11 years ago
5471e10
Refactoring: rename responseType to dataType in xhr_benchmark
by hiroshige
· 11 years ago
e55fd68
Add benchmark option to run on workers
by hiroshige
· 11 years ago
875c955
xhr_event_logger new features (upload event, dump ProgressEvent, response mode)
by tyoshino
· 11 years ago
f2da9da
Show user agent in summary box
by hiroshige
· 11 years ago
a8da02f
Display config in summary box
by hiroshige
· 11 years ago
b6e177e
Fix radio box handling of xhr_benchmark.html to work on IE
by hiroshige
· 11 years ago
e288e67
Replace variable name |runner| with |task|
by hiroshige
· 11 years ago
3f2de00
Exclude ArrayBuffer creation from the reported time in XHR benchmark
by hiroshige
· 11 years ago
ea0f150
Move totalSize and totalReplied declarations inside functions
by hiroshige
· 11 years ago
3a391ef
Output error message when FileReader for a blob fails
by hiroshige
· 11 years ago
28f5487
Refactor variable initialization of |benchmark|
by hiroshige
· 11 years ago
e6f0c67
Ported parameter setting UI from benchmark.html to xhr_benchmark.html
by hiroshige
· 11 years ago
c7562d0
Exclude ArrayBuffer creation from the reported time
by hiroshige
· 11 years ago
18ba0fe
Enable to run the bench multiple times and display stddev.
by hiroshige
· 11 years ago
1b3adf5
Add a tool to investigate events dispatched by XHR
by tyoshino
· 11 years ago
429f9d2
Introduce UI for changing benchmark configuration
by tyoshino
· 11 years ago
90ad8b4
Recommit of 'Faster response body verification in XHR text receive benchmark'
by hiroshige
· 11 years ago
11c56fd
Faster response body verification in XHR text receive benchmark
by hiroshige
· 11 years ago
bef2cf3
Faster request body verification in XHR send handler
by hiroshige
· 11 years ago
4f6b2a0
Fix indentation in benchmark.html
by tyoshino
· 11 years ago
7d05b88
[Benchmark tools] Adjust start/stop size
by tyoshino
· 11 years ago
5b60ef1
[benchmark.html] Recreate data also when size decreases
by tyoshino
· 11 years ago
f0e75d7
[benchmark.html] Use bind to build test runner closures.
by tyoshino
· 11 years ago
5116b87
[benchmark.html] Add a switch to turn on/off data verification
by tyoshino
· 11 years ago
fe062d6
Move PerMessageCompressTest.test_receive_message_deflate_mixed_btype to PerMessageDeflateTest
by tyoshino
· 11 years ago
e46cb88
[benchmark.html] Add a checkbox to turn on/off size column printing
by tyoshino
· 11 years ago
8da9b46
Move PerMessageCompressTest.test_receive_message_deflate to PerMessageDeflateTest
by tyoshino
· 11 years ago
8c7e93d
Move PerMessageCompressTest.test_receive_message_deflate_random_section to PerMessageDeflateTest
by tyoshino
· 11 years ago
86a4433
Move PerMessageCompressTest.test_send_message_deflate_fragmented_bfinal to PerMessageDeflateTest
by tyoshino
· 11 years ago
6736ee9
Move PerMessageCompressTest.test_send_message_deflate() to PerMessageDeflateTest
by tyoshino
· 11 years ago
4ce1020
Add text mode to xhr_benchmark.html
by tyoshino
· 11 years ago
cabc2e3
[benchmark.html] Print time per message
by tyoshino
· 11 years ago
6761728
Remove alert() call introduced to benchmark.html by mistake
by tyoshino
· 11 years ago
307f66f
Remove perframe-compress extension support
by tyoshino
· 11 years ago
cca3ac4
[Test only] Move deflate tests from PerMessageCompressTest to PerMessageDeflateTest
by tyoshino
· 11 years ago
9b56c0c
Add a sample CGI script for testing effect of HTTP headers on the origin page
by tyoshino
· 11 years ago
865341c
Fix server_no_context_takeover implementation
by tyoshino
· 11 years ago
c75671a
Fix test function name: Frame -> frame
by tyoshino
· 11 years ago
4e09219
Make send_message() with end=False generate frame when permessage-deflate is enabled
by tyoshino
· 11 years ago
6829c92
Refine pydoc of standalone.py
by tyoshino
· 11 years ago
647a127
Remove MozWebSocket support from console.html
by tyoshino
· 11 years ago
cb0a109
Remove HyBi 08 version protocol support
by tyoshino
· 11 years ago
36dd817
Add a simple handler cookie_wsh.py useful for cookie test
by tyoshino
· 11 years ago
2350f23
Split XHR benchmark code into xhr_benchmark_handler.py
by tyoshino
· 11 years ago
cdc6a19
Print extensions attribute on open event.
by tyoshino
· 12 years ago
bfd0eb5
benchmark.html typo fix
by tyoshino
· 12 years ago
614fd64
Rename parameter names to follow the permessage-deflate spec change.
by yhirano
· 12 years ago
165b690
Attempt to print client cert info only when the client sends it.
by tyoshino
· 12 years ago
92d7bf3
Add a _Deflater/_Inflater test against big random section input
by tyoshino
· 12 years ago
7d8008f
[XHR benchmark tool] Verify Blob response
by tyoshino
· 12 years ago
b571c7a
Group benchmark parameters into one dict.
by tyoshino
· 12 years ago
59f289d
Add blob support to xhr_benchmark.html
by tyoshino
· 12 years ago
298e375
Add XMLHttpRequest benchmark functionality
by tyoshino
· 12 years ago
7b1efb5
Fix wrong variable in verifyAcknowledgement function in util.js
by tyoshino
· 12 years ago
fcd9600
Log when get_extension_response is called on inactivated processor
by tyoshino
· 12 years ago
cf0641b
Comments on the available extension list and the extension getting method
by tyoshino
· 12 years ago
23cb509
Introduce window_bits constructor parameter to util._Inflate.
by yhirano
· 12 years ago
03b8c3a
Move functions that are useful also for xhr benchmark.
by tyoshino
· 12 years ago
e8c872d
Test that permessage-deflate extension uses small window if specified.
by tyoshino
· 12 years ago
4f6beee
Comment that we always use _RFC1979Inflater that can accept data generated with wbits=15
by tyoshino
· 12 years ago
Next »