index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace testing resources for WebSocket to net/data/websocket
toyoshim@chromium.org
2012-10-16
4
-0
/
+99
*
Enable peerconnection to use the NSS RNG.
ronghuawu@chromium.org
2012-10-16
1
-1
/
+3
*
fix uninitialized variable warning for vs2012 compilation
scottmg@chromium.org
2012-10-13
3
-6
/
+6
*
WebSocket test server migration on ExtensionApiTest.WebSocket (fourth trial)
toyoshim@chromium.org
2012-10-13
2
-1
/
+19
*
Make NetworkChangeNotifierWin poll more than once when looking for offline to...
pauljensen@chromium.org
2012-10-13
2
-2
/
+26
*
Don't use web intents for rss feeds.
gbillock@chromium.org
2012-10-12
1
-0
/
+2
*
Http cache: Fix the last access time for the infinite cache simulation.
rvargas@google.com
2012-10-12
2
-24
/
+41
*
Add support for coverage=1 builds on iOS
stuartmorgan@chromium.org
2012-10-12
1
-0
/
+9
*
Revert 161572 - WebSocket test server migration on ExtensionApiTest.WebSocket...
mrossetti@chromium.org
2012-10-12
2
-19
/
+1
*
WebSocket test server migration on ExtensionApiTest.WebSocket (third trial)
toyoshim@chromium.org
2012-10-12
2
-1
/
+19
*
Revert 161542 - WebSocket test server migration on ExtensionApiTest.WebSocket...
kochi@chromium.org
2012-10-12
2
-19
/
+1
*
WebSocket test server migration on ExtensionApiTest.WebSocket (retry)
toyoshim@chromium.org
2012-10-12
2
-1
/
+19
*
Disk cache: Track evictions of ga.js.
rvargas@chromium.org
2012-10-12
4
-3
/
+19
*
net-internals: Add HTTP_TRANSACTION_SEND_REQUEST_BODY event
mmenke@chromium.org
2012-10-11
2
-1
/
+42
*
Update net_unittests.isolate for Linux
csharp@chromium.org
2012-10-11
1
-5
/
+124
*
Revert 161304 - WebSocket test server migration on ExtensionApiTest.WebSocket
toyoshim@chromium.org
2012-10-11
2
-19
/
+1
*
WebSocket test server migration on ExtensionApiTest.WebSocket
toyoshim@chromium.org
2012-10-11
2
-1
/
+19
*
fix compilation on vs2012 for FtpAuthCache::Entry
scottmg@chromium.org
2012-10-10
1
-1
/
+1
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
2
-4
/
+4
*
net: add lookout.com (and friends) to HSTS preloaded.
agl@chromium.org
2012-10-09
2
-0
/
+12
*
Launch pywebsocket via net::TestServer
toyoshim@chromium.org
2012-10-09
6
-36
/
+99
*
Make java.gypi use all_dependent_settings for input_jars_paths
cjhopman@chromium.org
2012-10-09
1
-11
/
+0
*
net: add packagist.org to HSTS preloaded.
agl@chromium.org
2012-10-08
2
-0
/
+2
*
Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch...
pkasting@chromium.org
2012-10-06
2
-0
/
+8
*
Rename .swarm to .isolated, as done in r160469.
maruel@chromium.org
2012-10-05
1
-1
/
+1
*
Don't make base/net/ui depend on their Java counterpart when building for web...
pliard@chromium.org
2012-10-05
1
-1
/
+1
*
[Android] Upstream WebView tests and their dependencies.
leandrogracia@chromium.org
2012-10-05
1
-2
/
+8
*
Update all the .results to .swarm.
maruel@chromium.org
2012-10-05
1
-1
/
+1
*
SPDY - Add support for PINGs initiated by the server.
rtenneti@chromium.org
2012-10-04
8
-22
/
+166
*
[Coverity] Removed redundant condition
groby@chromium.org
2012-10-04
1
-6
/
+6
*
Upstream singleton consolidation in NetworkChangeNotifier
dfalcantara@chromium.org
2012-10-04
1
-10
/
+5
*
Update references to run_test_cases.py that were missed in r160016.
maruel@chromium.org
2012-10-04
1
-3
/
+3
*
Move src/tools/isolate to src/tools/swarm_client@159961 as a DEPS.
maruel@chromium.org
2012-10-04
1
-1
/
+1
*
Fix bug in percentage increase computation for cache sensitivity analysis,
tburkard@chromium.org
2012-10-03
1
-6
/
+4
*
net: add surfeasy.com to HSTS preloaded.
agl@chromium.org
2012-10-03
2
-0
/
+4
*
Use ScopedCOMInitializer in more places. While this doesn't always simplify ...
pkasting@chromium.org
2012-10-03
1
-2
/
+2
*
Force crypto::AppleKeychain access to be guarded by a Big Global Lock
rsleevi@chromium.org
2012-10-03
3
-23
/
+51
*
Revert 146616.
erikwright@chromium.org
2012-10-02
7
-60
/
+7
*
Don't render CSV or TSV files inline.
torne@chromium.org
2012-10-02
1
-0
/
+4
*
Enable compilation of net/ on iOS and run most of the unit tests.
droger@chromium.org
2012-10-02
1
-67
/
+37
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
3
-0
/
+6
*
Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti...
pkasting@chromium.org
2012-10-01
1
-17
/
+11
*
DevTools: rollback r136953, make server socket blocking again.
pfeldman@chromium.org
2012-10-01
2
-127
/
+27
*
Flush at the end of local file writing in FileWriter API.
kinaba@chromium.org
2012-10-01
8
-11
/
+131
*
Track ga.js through the cache.
willchan@chromium.org
2012-09-29
2
-13
/
+77
*
SPDY proxy authentication support.
piatek@google.com
2012-09-28
2
-0
/
+2
*
Enable FtpDirectoryListing* GUnit tests on Android.
pliard@chromium.org
2012-09-28
1
-2
/
+2
*
Add more generic support for java targets bundling multiple directories
cjhopman@chromium.org
2012-09-28
1
-1
/
+1
*
Port ssl_client_socket_nss to iOS.
droger@chromium.org
2012-09-28
2
-3
/
+27
*
Add missing end of file new line in NetErrorsTest.java.
pliard@chromium.org
2012-09-28
1
-1
/
+1
[next]