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
/
io_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Intercept navigations, not DNS resolutions, to predict startup
jar@chromium.org
2010-08-15
1
-17
/
+1
*
Net-internal's Javascript code no longer requires all enties have a unique so...
mmenke@chromium.org
2010-08-12
1
-9
/
+1
*
Have MakeName prepend the underscore to the field trial group name,
mlloyd@chromium.org
2010-08-05
1
-2
/
+2
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+3
*
Support both preconnection, and pre-resolution for subresources
jar@chromium.org
2010-07-28
1
-11
/
+10
*
Negotiate on by default on all platforms.
cbentzel@chromium.org
2010-07-20
1
-4
/
+1
*
Add a command line flag to change the default number of parallel DNS requests...
eroman@chromium.org
2010-07-17
1
-1
/
+19
*
Fix a crash when using negotiate HTTP auth.
eroman@chromium.org
2010-07-10
1
-0
/
+1
*
Log whenever the network IP address changes.
eroman@chromium.org
2010-07-07
1
-0
/
+46
*
Moved common parts of ChildProcessHost into chrome/common and created a Brows...
sanjeevr@chromium.org
2010-07-03
1
-2
/
+2
*
Make the Negotiate Authentication Handler a state machine.
cbentzel@chromium.org
2010-07-01
1
-3
/
+4
*
Hooking GSSAPI code into HTTP authenticate Negotiate handler.
ahendrickson@google.com
2010-06-28
1
-12
/
+32
*
Rename Dns prefetching files to Predictor files
jar@chromium.org
2010-06-27
1
-1
/
+1
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-9
/
+3
*
Change classes and functions for DNS Prefetching to Predictor*
jar@chromium.org
2010-06-25
1
-23
/
+23
*
Do speculative preconnection based on network traffic (not just DNS)
jar@chromium.org
2010-06-23
1
-9
/
+20
*
Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.
willchan@chromium.org
2010-06-21
1
-3
/
+2
*
Pass in NetLog to NetworkChangeNotifier.
willchan@chromium.org
2010-06-21
1
-2
/
+3
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
1
-5
/
+1
*
Make the URLFetcher observe IO thread shutdown and auto-cancel its request, i...
pkasting@chromium.org
2010-06-15
1
-11
/
+1
*
Kill all child processes at IO thread shutdown time.
michaeln@chromium.org
2010-05-21
1
-0
/
+5
*
Support speculative pre-connection to search URLs
jar@chromium.org
2010-05-18
1
-4
/
+9
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
1
-1
/
+1
*
Make sure the "cancel leaked host resolver requests shutdown hack" gets run b...
eroman@chromium.org
2010-04-27
1
-1
/
+14
*
Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...
ahendrickson@chromium.org
2010-04-16
1
-13
/
+16
*
Don't delete the IOThread globals until all of the MessageLoop::DestructionOb...
eroman@chromium.org
2010-04-15
1
-2
/
+2
*
Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...
cbentzel@chromium.org
2010-04-14
1
-0
/
+13
*
Fixed bugs related to the GPU process terminating unexpectedly.
kbr@google.com
2010-04-02
1
-2
/
+0
*
Do not set the whiltelist filter on the default auth handler
wtc@chromium.org
2010-03-30
1
-13
/
+11
*
Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI
kbr@google.com
2010-03-30
1
-0
/
+3
*
HttpAuthFilterWhitelist is now getting entries from the Windows
ahendrickson@google.com
2010-03-25
1
-11
/
+14
*
Add IPv6 probe support for Windows
jar@chromium.org
2010-03-24
1
-2
/
+6
*
Refine IPv6 probe to require that the client has an IPv6 address on an interface
jar@chromium.org
2010-03-16
1
-28
/
+33
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-0
/
+7
*
Added HttpAuthFilter.
cbentzel@chromium.org
2010-02-26
1
-2
/
+28
*
Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...
jar@chromium.org
2010-02-26
1
-33
/
+28
*
Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...
jar@chromium.org
2010-02-26
1
-28
/
+33
*
Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...
jar@chromium.org
2010-02-25
1
-33
/
+28
*
Refine IPv6 probe to require that the client has an IPv6 address on an interface
jar@chromium.org
2010-02-25
1
-28
/
+33
*
Make MappedHostResolver display its internals on the about:net-internals page...
eroman@chromium.org
2010-02-19
1
-6
/
+5
*
Remove the command line flag --testing-fixed-host.
eroman@chromium.org
2010-02-18
1
-13
/
+3
*
Add a command-line flag to remap hostnames based on patterns.
eroman@chromium.org
2010-02-18
1
-26
/
+39
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-0
/
+3
*
Add IPv6 probing support, and disable IPv6 resolution when it is useless
jar@chromium.org
2010-02-08
1
-2
/
+19
*
Revert 38307 - Test to see if IPv6 can be disabled: Will roll back ASAP
jar@chromium.org
2010-02-06
1
-1
/
+1
*
Test to see if IPv6 can be disabled: Will roll back ASAP
jar@chromium.org
2010-02-06
1
-1
/
+1
*
Remove the HostResolver::Shutdown() method.
eroman@chromium.org
2010-02-05
1
-2
/
+5
*
Revert 38085 - A brief test of whether we can safely disable ipv6. Will rollb...
jar@chromium.org
2010-02-04
1
-1
/
+1
*
A brief test of whether we can safely disable ipv6. Will rollback asap.
jar@chromium.org
2010-02-04
1
-1
/
+1
[next]