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
/
chrome_url_request_context.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't claim we would always block cookies, since there are always exceptions.
jochen@chromium.org
2010-08-18
1
-7
/
+0
*
Output data about media requests to the netlog too.
michaeln@chromium.org
2010-08-17
1
-0
/
+1
*
Reland r55750. Broke AppApiTest.*.
aa@chromium.org
2010-08-12
1
-0
/
+5
*
Provide a profile.GetAppCacheService() accessor and add two helper methods to...
michaeln@chromium.org
2010-08-11
1
-12
/
+4
*
Revert r55750
aa@chromium.org
2010-08-11
1
-5
/
+0
*
Forbid hybrid apps.
aa@chromium.org
2010-08-11
1
-0
/
+5
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-2
/
+2
*
Refactored extension privilege enumeration and implemented URLPattern compari...
cdn@chromium.org
2010-08-05
1
-0
/
+12
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Fixed extension sync-related crash in ChromeUrlRequestContext
akalin@chromium.org
2010-07-29
1
-2
/
+9
*
Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various fi...
finnur@chromium.org
2010-07-23
1
-1
/
+3
*
Changed type CookieList to being a vector CanonicalCookies.
rdsmith@google.com
2010-07-21
1
-4
/
+3
*
Change the default number of proxy resolver threads used for evaluating PAC s...
eroman@chromium.org
2010-07-10
1
-0
/
+17
*
Remove abonded privacy blacklist implementation.
jochen@chromium.org
2010-07-02
1
-43
/
+0
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-12
/
+10
*
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
-17
/
+10
*
Pref service strings should be std::string.
estade@chromium.org
2010-06-18
1
-3
/
+3
*
Add policy code for proxy configuration
danno@chromium.org
2010-06-16
1
-40
/
+40
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
1
-13
/
+24
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-0
/
+3
*
Show the extension name in the task manager for extension created worker proc...
jam@chromium.org
2010-05-20
1
-0
/
+10
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
1
-6
/
+6
*
Store a reference to the profile's DatabaseTracker in the request context too.
michaeln@chromium.org
2010-05-12
1
-0
/
+4
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-7
/
+15
*
Created a stock implementation of the MessageLoopProxy interface than can be ...
sanjeevr@chromium.org
2010-05-06
1
-1
/
+1
*
Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C...
sanjeevr@chromium.org
2010-05-03
1
-0
/
+6
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
1
-3
/
+3
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
1
-0
/
+1
*
Hook up extension apps notification permission, take two
rafaelw@chromium.org
2010-03-31
1
-22
/
+18
*
Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...
jochen@chromium.org
2010-03-25
1
-4
/
+97
*
Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...
dhollowa@chromium.org
2010-03-24
1
-97
/
+4
*
Add a delegate to CookieMonster and broadcast notifications about changes to ...
jochen@chromium.org
2010-03-24
1
-4
/
+97
*
Resubmit 1025006: Refactor app-related manifest properties
aa@chromium.org
2010-03-19
1
-1
/
+1
*
Revert 42091 - Refactor apprelated manifest properties so that they don't
andybons@chromium.org
2010-03-19
1
-1
/
+1
*
Refactor app-related manifest properties so that they don't
aa@chromium.org
2010-03-19
1
-1
/
+1
*
Move over another legacy "LoadLog-style" event generator to routing its messa...
eroman@chromium.org
2010-03-16
1
-0
/
+3
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-9
/
+4
*
Remove locks from StrictTransportSecurityState.
abarth@chromium.org
2010-03-14
1
-4
/
+0
*
- USE_NSS instead of LINUX where applicable
pvalchev@google.com
2010-02-24
1
-3
/
+3
*
ProxyConfig behaved like a struct, but was defined as a class.
eroman@chromium.org
2010-02-24
1
-5
/
+5
*
Split out the handling of proxy bypass rules into ProxyBypassRules. There are...
eroman@chromium.org
2010-02-19
1
-1
/
+1
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-3
/
+26
*
Pass NetworkChangeNotifier to ProxyService so it gets network change notifica...
willchan@chromium.org
2010-02-12
1
-3
/
+4
*
Initial work on making extensions work in incognito mode.
mpcomplete@chromium.org
2010-02-11
1
-36
/
+0
*
Revert the revert... This has the cumulative effect of relanding 38694.
eroman@chromium.org
2010-02-11
1
-3
/
+3
*
Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...
eroman@chromium.org
2010-02-10
1
-3
/
+3
*
Add some tests to CookieMonster for overwriting persistent cookies, and check...
eroman@chromium.org
2010-02-10
1
-3
/
+3
*
Some preliminary ground work for respecting the "Content Settings" in the app...
michaeln@chromium.org
2010-02-04
1
-6
/
+3
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
1
-7
/
+11
[next]