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
/
chrome
/
browser
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Fix an innacurate test name.
eroman@chromium.org
2010-06-09
1
-1
/
+1
*
Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...
eroman@chromium.org
2010-06-08
1
-4
/
+2
*
Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...
tfarina@chromium.org
2010-06-06
1
-2
/
+2
*
Address a TODO about renaming RequestInfo --> SourceInfo.
eroman@chromium.org
2010-06-03
3
-172
/
+171
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
5
-1254
/
+500
*
Refactored Histogram::FactoryGet() to be style-compliant
ziadh@chromium.org
2010-06-02
1
-1
/
+1
*
[GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement
phajdan.jr@chromium.org
2010-06-01
2
-11
/
+11
*
view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactory
rvargas@google.com
2010-05-27
1
-23
/
+69
*
Show the extension name in the task manager for extension created worker proc...
jam@chromium.org
2010-05-20
2
-2
/
+17
*
Run WebSocket experiment if reporting is active.
ukai@chromium.org
2010-05-20
1
-0
/
+9
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
1
-6
/
+6
*
Support speculative pre-connection to search URLs
jar@chromium.org
2010-05-18
12
-432
/
+900
*
Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.
eroman@chromium.org
2010-05-17
2
-3
/
+3
*
Reland 47342.
willchan@chromium.org
2010-05-16
3
-5
/
+76
*
Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...
willchan@chromium.org
2010-05-15
3
-76
/
+5
*
Support SpdySession as a new NetLog source type. Start logging some more SPDY...
willchan@chromium.org
2010-05-15
3
-5
/
+76
*
Add the URLRequest's method and load flags to the NetLog.
eroman@chromium.org
2010-05-14
2
-11
/
+15
*
Delete code: Remove support from PassiveLogCollector for "unbounded passive l...
eroman@chromium.org
2010-05-14
3
-116
/
+19
*
Refactor: Remove the PassiveLogCollector::RequestInfo::url field.
eroman@chromium.org
2010-05-14
3
-28
/
+39
*
Minor refactor: rename "extra_parameters" --> "params".
eroman@chromium.org
2010-05-13
5
-16
/
+16
*
Store a reference to the profile's DatabaseTracker in the request context too.
michaeln@chromium.org
2010-05-12
2
-0
/
+15
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
2
-8
/
+16
*
Make ChromeNetLog::HaListener() work under the new about:net-internals implem...
eroman@chromium.org
2010-05-11
1
-2
/
+2
*
Replace about:net-internals with the javascript-based frontend.
eroman@chromium.org
2010-05-10
3
-879
/
+66
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
15
-1688
/
+6
*
Changed URLFetcher unittests to use MessageLoopProxyImpl instead of ChromeThr...
sanjeevr@chromium.org
2010-05-06
1
-25
/
+39
*
Created a stock implementation of the MessageLoopProxy interface than can be ...
sanjeevr@chromium.org
2010-05-06
6
-8
/
+11
*
Fix a unit-test that was crashing on valgrind bot.
eroman@chromium.org
2010-05-05
1
-4
/
+15
*
Add a tool for testing your network setup.
eroman@chromium.org
2010-05-04
3
-0
/
+716
*
Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C...
sanjeevr@chromium.org
2010-05-03
6
-33
/
+88
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
1
-3
/
+3
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
2
-50
/
+56
*
Re-instate the temporary revert from r45267. That reverted certain
shess@chromium.org
2010-04-23
2
-6
/
+8
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
6
-89
/
+1149
*
Temporarily revert certain Omnibox, toolbar, tab animations, and other
shess@chromium.org
2010-04-22
2
-8
/
+6
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
2
-0
/
+4
*
Try to fix CrOS build.
brettw@chromium.org
2010-04-14
1
-2
/
+0
*
Remove registration of the extension protocol late in the init process. This
brettw@chromium.org
2010-04-14
1
-5
/
+4
*
Reduce experiment percentages in preparation for a beta cut.
jar@chromium.org
2010-04-13
1
-2
/
+2
*
Initialize the new net internals page using the passively collected log entries.
eroman@chromium.org
2010-04-12
4
-37
/
+133
*
Fix a memory error writing to a deleted URLFetcher instance.
eroman@chromium.org
2010-04-10
2
-3
/
+10
*
Strips http from the omnibox
sky@chromium.org
2010-04-09
2
-6
/
+8
*
Add support for attaching custom parameters to NetLog events.
eroman@chromium.org
2010-04-09
6
-86
/
+85
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-08
1
-1
/
+7
*
Browser and unit test cases for patch submitted for Issue 23584 under
tony@chromium.org
2010-04-08
2
-0
/
+13
*
Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...
cbentzel@chromium.org
2010-04-07
1
-8
/
+1
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-07
1
-1
/
+8
*
Run websocket experiment for new protocol
ukai@chromium.org
2010-04-07
3
-41
/
+112
*
Update new WebSocket API.
ukai@chromium.org
2010-04-05
2
-7
/
+19
[next]