Sign in
chromium
/
external
/
github.com
/
chromium
/
web-page-replay
/
HEAD
472351e
Update link in README.md
by Nghia Nguyen
· 7 years ago
master
5f42f32
Use WindowsPlatformSettings for cywgin
by Nghia Nguyen
· 7 years ago
9fffa26
Use WindowsPlatformSettings for cywgin
by Nghia Nguyen
· 7 years ago
66731e9
Update WPR documentation
by Nghia Nguyen
· 7 years ago
39ed434
Merge pull request #92 from sleevi/wpr_fix_two
by Ned Nguyen
· 7 years ago
5b600a1
Whitespace
by Ryan Sleevi
· 7 years ago
7726143
Add unit test
by Ryan Sleevi
· 7 years ago
c3c85ef
Explicitly set the version to X.509v3
by Ryan Sleevi
· 7 years ago
538d30f
Merge pull request #91 from sleevi/wpr_san_fix
by Ned Nguyen
· 7 years ago
033b66d
Always include a subjectAltName and extendedKeyUsage extension in certs
by Ryan Sleevi
· 7 years ago
6cffdf1
Fix styling
by Nghia Nguyen
· 8 years ago
51963d1
Merge pull request #90 from sleevi/patch-1
by Ned Nguyen
· 8 years ago
d25abf6
Add a subjectAltName to generated certificates
by sleevi
· 8 years ago
7d35257
Merge pull request #87 from andrey-malets/fix-dnsproxy
by Ned Nguyen
· 8 years ago
3e0fa88
Use explicit tunnel port in test_ssl_get_connection_with_proxy_tunnels_to_host.
by Andrey Malets
· 8 years ago
fe70985
Use symbolic name for default DNS port.
by Andrey Malets
· 8 years ago
fba1afc
Adjust httpclient_test.py
by Andrey Malets
· 8 years ago
af5874b
Use real proxy host and port in RealDnsLookup ctor.
by Andrey Malets
· 9 years ago
e4564df
Fixed dnsproxy constructor when no dns forwarding is done.
by Andrey Malets
· 9 years ago
191fd2f
ISSUE-71: adjust DEFAULT_REQUEST_TIME to millisecond granularity.
by Andrey Malets
· 8 years ago
05f9407
ISSUE-71: add use_strict to deterministic.js to pass Catapult presubmit checks.
by Malets
· 8 years ago
094da99
ISSUE-71: implement saving of record time in ArchivedHTTPResponse.
by Malets
· 8 years ago
b01dc75
Change python version requirement to warning
by Nghia Nguyen
· 8 years ago
841e12e
Set the code review server to codereview.chromium.org
by Ned Nguyen
· 8 years ago
a161f93
Require python2.7.9+ for recording mode
by nednguyen
· 8 years ago
75460ca
Do not resolve host name to IP when recording
by Nghia Nguyen
· 8 years ago
52a1323
Refactor command line flags of replay.py to use argparse
by Nghia Nguyen
· 8 years ago
7142ee7
Remove carriage-return characters in third_party/ipfw_win32/
by Ned Nguyen
· 8 years ago
f4a41b5
Make adb path in AndroidCertInstaller configurable.
by John Budorick
· 8 years ago
7dbd947
Fix script injection across webpage boundaries
by Ned Nguyen
· 8 years ago
aaee1e0
Allow httpproxy to return 304 instead of 200 on conditional requests.
by Guillaume Abadie
· 8 years ago
956bceb
Revert "Requires Python 2.7.9 or later to uses web-page-replay"
by Ned Nguyen
· 8 years ago
03de0c5
Requires Python 2.7.9 or later to uses web-page-replay
by Ned Nguyen
· 8 years ago
1362f49
Only inject script to non empty html content with start & end tag
by Ned Nguyen
· 8 years ago
d23e5a8
Add mechanism to trim HTTP response headers
by Nikolaos Papaspyrou
· 8 years ago
3cd3a3f
Remove jsmin/__main__.py & jsmin/test.py since these two files are not needed
by Ned Nguyen
· 8 years ago
fc1085d
Fix minification of injected JS scripts
by Nikolaos Papaspyrou
· 8 years ago
706aad4
Make certutils.generate_cert() compatible with Chrome for Linux
by Guilaume Abadie
· 8 years ago
e2fd72f
Fix AndroidCertInstaller._is_cert_installed()
by Guilaume Abadie
· 9 years ago
6d675bf
Let AndroidCertInstaller._adb_shell() check the returncode of the command line.
by =Guilaume Abadie
· 9 years ago
b03f84d
Use ssl._create_unverified_context() only if available
by Ned Nguyen
· 9 years ago
41d60dd
Force removing certificate with -f
by Ned Nguyen
· 9 years ago
7e57252
Ignore certificate error when fetching https
by Ned Nguyen
· 9 years ago
c8418ec
Refactor adb shell command to use adb_shell method
by Ned Nguyen
· 9 years ago
2f13c22
Set su command for Android M and above
by Ned Nguyen
· 9 years ago
e2cf08f
Add web-page-replay code note
by Ned Nguyen
· 9 years ago
baa1ef9
[WPR] Stop using SHA1 to sign stuff.
by Ethan Kuefner
· 9 years ago
848e203
Trim x-client-data from HTTP headers
by Hugo Holgersson
· 9 years ago
eb66153
Merge pull request #55 from shindanim/master
by Ned Nguyen
· 9 years ago
b259c29
Trim lzma from HTTP headers
by Hugo Holgersson
· 9 years ago
f3db3cd
Fixing typos
by dayoung.shin
· 9 years ago
bdba426
Add exception_formatter that allows print the original stack trace in an Exception block
by Ned Nguyen
· 9 years ago
6c47a96
Improve logging message of RealHTTPFetch when it fails to make request
by Ned Nguyen
· 9 years ago
f6db2f2
Improve web-page-replay logging message.
by Ned Nguyen
· 9 years ago
ac5d71a
Merge pull request #54 from ting-yuan/find_closest_request
by Ned Nguyen
· 9 years ago
e6ef432
Make use of path and header semantics when finding closest requests.
by Ting-Yuan Huang
· 9 years ago
7564939
Merge pull request #52 from zwri/master
by Ned Nguyen
· 9 years ago
31fc994
Add initial rules_parser.
by zwr
· 9 years ago
5da5975
Fix webreply/third_party/dns import
by Cheng-Yu Lee
· 9 years ago
e53550b
Fix dnsproxy.py.
by nednguyen
· 9 years ago
90addbb
Enable old-style-class, reimported lint check in web-page-replay.
by nednguyen@google.com
· 9 years ago
de2af61
Enable bad-whitespace lint check for webpagereplay.
by nednguyen@google.com
· 9 years ago
37c2d0f
Enable bad-indentation, trailing-white-space, super-on-old-class lint checks for web-page-replay.
by nednguyen@google.com
· 9 years ago
f0122dc
Only import the 'resource' package on UNIX systems.
by Erik Chen
· 9 years ago
f163c85
Add PRESUBMIT with pylint check for web-page-replay.
by nednguyen
· 9 years ago
62a56bb
Ensure that the HTTP Server can have at least 1000 open fds.
by Erik Chen
· 9 years ago
0e5c45a
Don't close the TCP connection after each HTTP request.
by Erik Chen
· 9 years ago
e7a471f
Fix test from https://codereview.appspot.com/227140043/
by nednguyen@google.com
· 9 years ago
13560f7
Bump request queue size. Allow socket reuse.
by Erik Chen
· 9 years ago
c4487fd
Update .coveragerc to ignore converage info of python lib.
by nednguyen
· 9 years ago
186ab53
Add .coveragerc to ignore coverage info in third_party directory.
by nednguyen
· 9 years ago
e138354
Add util.WaitFor method. Refactor httpproxy_test to use util.WaitFor.
by nednguyen
· 9 years ago
e19094e
Fix recording https archives behind proxy
by nednguyen@google.com
· 9 years ago
4e772b9
Fix a bug where connections were being leaked.
by Erik Chen
· 9 years ago
4e4d540
Fix a reference to a non-existent module.
by erikchen
· 9 years ago
d6b0f31
Remove more log spam.
by Erik Chen
· 9 years ago
c931b6f
Normalize accept-encoding header.
by Erik Chen
· 9 years ago
287e8b6
Skip some trafficshaper_test if ipfw is not available. I haven't found a way to install ipfw on my workstation yet, since it mainly support BSD :-(
by nednguyen@google.com
· 10 years ago
2fdf47e
Suppress all SSL errors.
by Erik Chen
· 10 years ago
80d29b2
Update README.md to add coverage. Remove extra pyOpenSSL installation step
by nednguyen
· 10 years ago
9cb4c50
Update travis.yml. Add 'run' to coverage script
by nednguyen
· 10 years ago
386f9eb
Update .travis.yml to fix script run.
by nednguyen
· 10 years ago
11c2e40
Update .travis.yml to fix coverage run command.
by nednguyen
· 10 years ago
bbdb15a
Update .travis.yml to add code coverage.
by nednguyen
· 10 years ago
2ec74b2
Fix syntax of PyOpenSSL in requirements.txt
by nednguyen
· 10 years ago
2729925
Fix .travis.yml sytanx. Move openssl dependency to requirements.txt
by nednguyen
· 10 years ago
51765ae
Update .travis.yaml to include OpenSSL 0.13.
by nednguyen
· 10 years ago
73cc5f9
Update build status README.md (2nd time)
by nednguyen
· 10 years ago
13ac6c4
Update build status in README.md.
by nednguyen
· 10 years ago
0f139ba
Add .travis.yaml that run web-page-replay's tests.
by nednguyen
· 10 years ago
68a38bd
Add run_tests script that allows running all tests in web-page-replay dir.
by nednguyen@google.com
· 10 years ago
027abee
Move SNI support check to platformsetting. This allows other places to reuse the
by nednguyen@google.com
· 10 years ago
94d7e2a
Merge pull request #42 from wangzhen127/master
by stevelamm
· 10 years ago
5c5cd7b
Create reformatted cert file in the same dir with cert_path
by Zhen Wang
· 10 years ago
5e6780f
Remove cachemissarchive. The cachemissarchive was to log which requests were expected, but never made.
by Steve Lamm
· 10 years ago
b8c2443
Cleanup suggested by code analysis tool.
by Steve Lamm
· 10 years ago
bfa84b1
Remove spdy code (outdated).
by Steve Lamm
· 10 years ago
fc2fc4b
Remove perftracker. It was written to evaluate SPDY performance
by Steve Lamm
· 10 years ago
97ee099
Remove trailing whitespace.
by Steve Lamm
· 10 years ago
a207c75
Small cert refactor and add test.
by Steve Lamm
· 10 years ago
Next »