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
/
renderer_host
/
buffered_resource_handler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce console spam of LOG(INFO) in buffered_resource_handler.cc.
evan@chromium.org
2010-09-20
1
-2
/
+0
*
Cleanup: Review lots of CHECKs used to debug bug 16371.
thestig@chromium.org
2010-09-17
1
-4
/
+0
*
Display an infobar after enrolling a client certificate
davidben@chromium.org
2010-08-02
1
-1
/
+2
*
Initial stream to file implementation.
darin@chromium.org
2010-07-28
1
-0
/
+3
*
Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled pl...
bauerb@chromium.org
2010-06-30
1
-1
/
+1
*
UseAlternateResourceHandler should set the non-owning pointer
wtc@chromium.org
2010-06-10
1
-1
/
+5
*
Minor cleanup, factor out a bit of duplicate code in BufferedResourceHandler.
tonyg@chromium.org
2010-04-08
1
-44
/
+33
*
Increase the mime sniffer's limit for searching for binary looking bytes from
abarth@chromium.org
2010-03-16
1
-8
/
+6
*
Make all of the methods of ResourceHandler pure virtual.
eroman@chromium.org
2010-03-02
1
-0
/
+6
*
Further reduce the bad dependency of chrome/common on chrome/browser.
phajdan.jr@chromium.org
2010-02-24
1
-0
/
+1
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-9
/
+6
*
Use factory to create histograms, and refcounts to track lifetimes
jar@chromium.org
2009-12-06
1
-10
/
+15
*
Revert 33344 - Relocate plugin list fetching to PluginService
jamesr@chromium.org
2009-11-30
1
-17
/
+21
*
Relocate plugin list fetching to PluginService
evan@chromium.org
2009-11-30
1
-21
/
+17
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
1
-0
/
+5
*
Use ChromeThread::DeleteOnIOThread in a few places where an object must be de...
jam@chromium.org
2009-11-03
1
-23
/
+13
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-23
/
+14
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-1
/
+2
*
Adds support for the <keygen> tag for client certificate enrollment
wtc@chromium.org
2009-10-23
1
-7
/
+52
*
Sniff 204 responses as text/plain to avoid creating unwanted downloads.
abarth@chromium.org
2009-10-16
1
-8
/
+7
*
Coverity: Initialize read_buffer_size_ in the constructor.
jhawkins@chromium.org
2009-09-25
1
-3
/
+5
*
Take out the activex control.BUG=20259
jam@chromium.org
2009-09-08
1
-1
/
+1
*
Refuse to render RSS as XML by treating the response as text/plain. This is
abarth@chromium.org
2009-09-07
1
-0
/
+13
*
Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering up
brettw@chromium.org
2009-09-02
1
-17
/
+18
*
RDH: Don't attempt to sniff the mime type of requests that
rvargas@google.com
2009-09-01
1
-3
/
+7
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-9
/
+9
*
Fix crash that could happen on shutdown if the ResourceMessageFilter tried to...
jam@chromium.org
2009-08-17
1
-9
/
+8
*
Fix reliability bot crashes after moving plugin loading to file thread.
jam@chromium.org
2009-08-15
1
-4
/
+26
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-15
1
-15
/
+131
*
Reverting 23420. It caused a reliability regression.
maruel@chromium.org
2009-08-14
1
-131
/
+15
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-14
1
-15
/
+131
*
Revert 23064 - Ensure we don't load plugins on the IO thread
sgk@google.com
2009-08-11
1
-121
/
+14
*
Ensure we don't load plugins on the IO thread
jam@chromium.org
2009-08-11
1
-14
/
+121
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-2
/
+5
*
Add CHECKs to the ResourceHandler derived classes to see which is returning a...
willchan@chromium.org
2009-07-29
1
-0
/
+5
*
Handle file descriptor exhaustions a little more gracefully. This prevents th...
stuartmorgan@chromium.org
2009-06-12
1
-2
/
+4
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
1
-0
/
+1
*
Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...
abarth@chromium.org
2009-04-08
1
-8
/
+0
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
1
-0
/
+8
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
1
-2
/
+2
*
Landing again the CL that adds security info to canceled requests (last time ...
jcampan@chromium.org
2009-03-08
1
-4
/
+7
*
Revert change 11197 because it created 138 new layout tests
nsylvain@chromium.org
2009-03-07
1
-7
/
+4
*
Landing again the CL that adds security info to canceled requests (it was bre...
jcampan@chromium.org
2009-03-07
1
-4
/
+7
*
Reverting 11179.
jcampan@chromium.org
2009-03-07
1
-7
/
+4
*
This CL adds a way to specify the security info when canceling a URLRequest.
jcampan@chromium.org
2009-03-07
1
-4
/
+7
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-2
/
+3
*
Clean up WebKit resources after starting a download.
paulg@google.com
2009-02-24
1
-4
/
+8
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-3
/
+3
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+2
[next]