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
/
resource_dispatcher_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factoring out a CancelRequestInternal() method which
tonyg@chromium.org
2010-04-13
1
-0
/
+6
*
Fix a bug which caused a hang when loading a resource with
tonyg@chromium.org
2010-04-08
1
-8
/
+0
*
Upgrade fonts to receive MEDIUM request priority like scripts and
tonyg@chromium.org
2010-04-02
1
-0
/
+4
*
Continue removing bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-02-27
1
-0
/
+15
*
Rework SafeBrowsingResourceHandler.
eroman@chromium.org
2010-02-27
1
-0
/
+8
*
Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.
jianli@chromium.org
2010-02-10
1
-1
/
+2
*
Trigger the blocked cookie notification UI.
darin@chromium.org
2010-02-09
1
-0
/
+1
*
Drop the code allowing privacy blacklists to be shipped in extensions.
phajdan.jr@chromium.org
2010-01-20
1
-5
/
+0
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-0
/
+1
*
Implement delaying resource requests until privacy blacklists are ready.
phajdan.jr@chromium.org
2010-01-05
1
-4
/
+9
*
Implement ResourceQueue, an object that makes it easy to delay starting
phajdan.jr@chromium.org
2009-12-10
1
-20
/
+6
*
WebSocket in Worker: renderer_host change
ukai@chromium.org
2009-12-07
1
-0
/
+3
*
Kill holdback for Http Prioritization experiment. Turn on to 100%.
willchan@chromium.org
2009-12-02
1
-10
/
+0
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
1
-3
/
+7
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-2
/
+8
*
Last patch in removing MessageLoop* caching.
jam@chromium.org
2009-11-03
1
-12
/
+1
*
Fourth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-02
1
-0
/
+1
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-1
/
+1
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-1
/
+1
*
Privacy Blacklist Unblock
idanan@google.com
2009-10-01
1
-0
/
+4
*
Implemented upload progress indicator in status bar.
darin@chromium.org
2009-09-25
1
-1
/
+1
*
Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering up
brettw@chromium.org
2009-09-02
1
-127
/
+14
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-37
/
+41
*
Re-try r24372 - Delay request loading until all user scripts that request
mpcomplete@chromium.org
2009-08-26
1
-0
/
+3
*
Revert 24372 - Delay request loading until all user scripts that request depe...
nick@chromium.org
2009-08-26
1
-3
/
+0
*
Delay request loading until all user scripts that request depends on are ready.
mpcomplete@chromium.org
2009-08-25
1
-0
/
+3
*
Fix the crash if a download starts before we have the plugin list. The fix i...
jam@chromium.org
2009-08-19
1
-0
/
+7
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-15
1
-7
/
+1
*
Reverting 23420. It caused a reliability regression.
maruel@chromium.org
2009-08-14
1
-1
/
+7
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-14
1
-7
/
+1
*
Revert 23064 - Ensure we don't load plugins on the IO thread
sgk@google.com
2009-08-11
1
-0
/
+7
*
Ensure we don't load plugins on the IO thread
jam@chromium.org
2009-08-11
1
-7
/
+0
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-0
/
+5
*
Fix a race condition where rapid back/forward clicks could close a tab
brettw@chromium.org
2009-07-24
1
-1
/
+2
*
Add support to URLRequest for deferring redirects.
darin@chromium.org
2009-07-23
1
-1
/
+2
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
Simplify the WebKit thread model. It's now created/destroyed on the UI threa...
jorlow@chromium.org
2009-07-08
1
-2
/
+3
*
Do some refactoring of renderer_host.
brettw@chromium.org
2009-07-06
1
-6
/
+7
*
Fix a typo I came across while debugging.
eroman@chromium.org
2009-07-02
1
-1
/
+1
*
Move GetTabContentsID out of tab util because it has nothing to do with tabs or
brettw@chromium.org
2009-06-30
1
-14
/
+10
*
A first implementation of the SSL client auth UI.This uses the Windows API th...
jcampan@chromium.org
2009-06-27
1
-0
/
+4
*
Create a webkit thread for use within the browser process. This patch also i...
jorlow@chromium.org
2009-06-26
1
-0
/
+7
*
Add a temporary command-line switch --auto-ssl-client-auth for
wtc@chromium.org
2009-06-19
1
-0
/
+3
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
1
-1
/
+0
*
Add a FieldTrial and histograms for measuring impact of http prioritization.
willchan@chromium.org
2009-04-20
1
-0
/
+10
*
URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...
michaeln@google.com
2009-04-16
1
-8
/
+13
*
Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...
abarth@chromium.org
2009-04-08
1
-7
/
+0
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
1
-0
/
+7
[next]