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
/
content
/
browser
/
loader
/
resource_dispatcher_host_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
1
-16
/
+13
*
Fix outstanding request stats for multiple transfer navigations.
creis
2014-10-15
1
-6
/
+6
*
Add audio signal to the ResourceScheduler.
aiolos
2014-10-10
1
-1
/
+9
*
Remove SSLClientAuthHandler's RDH dependency.
davidben
2014-10-09
1
-2
/
+0
*
Replace OVERRIDE and FINAL with override and final in content/browser/loader
anand.ratn
2014-10-07
1
-12
/
+12
*
PlzNavigate: implement CommitNavigation on the browser side
clamy
2014-09-30
1
-1
/
+3
*
PlzNavigate: add cancel navigation logic for uncommitted requests
carlosk
2014-09-05
1
-4
/
+13
*
Hook up RenderWidgetHost's
aiolos
2014-08-29
1
-0
/
+5
*
ResourceScheduler get visual signal from RenderViewHostImpl
zhenw
2014-08-25
1
-1
/
+7
*
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...
pilgrim@chromium.org
2014-08-22
1
-2
/
+2
*
Add a FrameHostMsg_BeginNavigation IPC
clamy@chromium.org
2014-07-16
1
-0
/
+8
*
Move resource_type.* from webkit/ to content/.
tfarina@chromium.org
2014-07-05
1
-1
/
+1
*
Navigation transitions: Block first response until after transitions have run.
simonhatch@chromium.org
2014-06-21
1
-0
/
+3
*
Forward MIME types to BrowserPlugin when a viewer is specified.
zork@chromium.org
2014-06-12
1
-2
/
+5
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
1
-3
/
+1
*
Add support for passing an arbitrary parameter to an IPC message handler. The...
jam@chromium.org
2014-05-13
1
-1
/
+1
*
Removed offline policy; it's not being used, and we have no plans to use it.
rdsmith@chromium.org
2014-05-12
1
-5
/
+0
*
Reland "Fix various issues in RedirectToFileResourceHandler."
davidben@chromium.org
2014-03-14
1
-1
/
+1
*
Revert 256688 "Fix various issues in RedirectToFileResourceHandler."
cpu@chromium.org
2014-03-13
1
-1
/
+1
*
Fix various issues in RedirectToFileResourceHandler.
davidben@chromium.org
2014-03-12
1
-1
/
+1
*
When cross-site navigations are cancelled, delete the
mmenke@chromium.org
2014-02-15
1
-0
/
+4
*
Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.
rdsmith@chromium.org
2014-01-15
1
-5
/
+4
*
[Download] Return DownloadInterruptReason from OnStartedCallback
asanka@chromium.org
2014-01-14
1
-1
/
+1
*
Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...
jam@chromium.org
2014-01-06
1
-6
/
+0
*
Remove unnecessary call to set_first_party_for_cookies.
creis@chromium.org
2013-12-18
1
-2
/
+1
*
Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...
jam@chromium.org
2013-12-18
1
-8
/
+0
*
Split ResourceDispatcherHostImpl::BeginRequest
tyoshino@chromium.org
2013-12-03
1
-0
/
+12
*
Allow prefetches to outlive their owning RenderViewHost.
davidben@chromium.org
2013-11-20
1
-0
/
+4
*
Experimental Revert of 231910 "Allows prefetch and other detachable requests ...
mmenke@chromium.org
2013-11-04
1
-4
/
+0
*
Allows prefetch and other detachable requests to live beyond the renderer by ...
jkarlin@google.com
2013-10-30
1
-0
/
+4
*
Remove RenderViewHostTracker and just have RenderViewHost tell ResourceDispat...
jam@chromium.org
2013-10-27
1
-3
/
+0
*
Make ResourceHandlers stateless with respect to child/routing/request IDs.
creis@chromium.org
2013-09-25
1
-0
/
+9
*
Modify ResourceMessageFilter so that it can support attaching to PluginProces...
jam@chromium.org
2013-09-09
1
-7
/
+0
*
When switching processes during redirects, update the cookie policy
jochen@chromium.org
2013-08-12
1
-1
/
+2
*
reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...
scottmg@chromium.org
2013-07-23
1
-1
/
+1
*
Revert 212927 "Move webkitplatformsupport_impl and related from ..."
bryeung@chromium.org
2013-07-22
1
-1
/
+1
*
Move webkitplatformsupport_impl and related from glue to child
scottmg@chromium.org
2013-07-22
1
-1
/
+1
*
Persist download ids across sessions by merging them with db_handles.
benjhayden@chromium.org
2013-07-12
1
-5
/
+6
*
Use a direct include of time headers in content/, part 1.
avi@chromium.org
2013-06-28
1
-2
/
+2
*
Apply cross-origin auth prompt blocking to image resources only.
tsepez@chromium.org
2013-06-28
1
-7
/
+12
*
Move configuration of URLRequest referrer to content/browser/loader.
darin@chromium.org
2013-06-25
1
-0
/
+1
*
Eliminate SwapOut message parameters, keeping state in RVHM instead.
creis@chromium.org
2013-06-14
1
-15
/
+3
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
Limit the number of pending requests to the max number of file descriptors.
simonjam@chromium.org
2013-05-09
1
-16
/
+70
*
Implement offline mode behind a flag.
rdsmith@chromium.org
2013-04-20
1
-3
/
+8
*
Add Resource Handler for creating Streams to forward to extensions
zork@chromium.org
2013-03-20
1
-0
/
+6
*
ResourceScheduler should use renderer notifications instead of MRUCache to tr...
simonjam@chromium.org
2013-03-18
1
-4
/
+13
*
Add a ResourceScheduler to ResourceDispatcherHost.
simonjam@chromium.org
2013-02-27
1
-0
/
+8
*
Revert 183382 - broke gmail
simonjam@chromium.org
2013-02-21
1
-8
/
+0
*
Add a ResourceScheduler to ResourceDispatcherHost.
simonjam@chromium.org
2013-02-20
1
-0
/
+8
[next]