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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factoring out a CancelRequestInternal() method which
tonyg@chromium.org
2010-04-13
1
-12
/
+23
*
Fix silly DCHECK introduced by me in r44019.
tonyg@chromium.org
2010-04-09
1
-3
/
+4
*
Fix a bug which caused a hang when loading a resource with
tonyg@chromium.org
2010-04-08
1
-23
/
+9
*
Upgrade fonts to receive MEDIUM request priority like scripts and
tonyg@chromium.org
2010-04-02
1
-19
/
+49
*
Report unreadable files as size zero when uploading.
vandebo@chromium.org
2010-03-29
1
-2
/
+2
*
Move the cancellation of blocked requests code from ResourceDispatcherHost::~...
eroman@chromium.org
2010-03-25
1
-17
/
+17
*
Fix a crash due to UserScriptListener unregistering notifications on the wrong
mpcomplete@chromium.org
2010-03-19
1
-0
/
+2
*
Linux: implement Client SSL Certificate selection UI
mattm@chromium.org
2010-03-04
1
-9
/
+0
*
Continue removing bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-02-27
1
-3
/
+19
*
Rework SafeBrowsingResourceHandler.
eroman@chromium.org
2010-02-27
1
-6
/
+52
*
Replace __MSG_some_name__ template within extension css files with localized ...
cira@chromium.org
2010-02-11
1
-0
/
+3
*
Add option to suppress HTTP Referer header.
jochen@chromium.org
2010-02-10
1
-4
/
+7
*
Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.
jianli@chromium.org
2010-02-10
1
-7
/
+8
*
Trigger the blocked cookie notification UI.
darin@chromium.org
2010-02-09
1
-113
/
+46
*
Refactored code to allow associating workers with multiple renderers.
atwilson@chromium.org
2010-01-28
1
-3
/
+12
*
Revert 36888 - Refactored code to allow associating workers with multiple ren...
pkasting@chromium.org
2010-01-23
1
-7
/
+2
*
Refactored code to allow associating workers with multiple renderers.
atwilson@chromium.org
2010-01-22
1
-2
/
+7
*
Remove support for filtering by MIME-type.
jochen@chromium.org
2010-01-20
1
-11
/
+0
*
Drop the code allowing privacy blacklists to be shipped in extensions.
phajdan.jr@chromium.org
2010-01-20
1
-11
/
+2
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-1
/
+3
*
Also match against the query string if present.
jochen@chromium.org
2010-01-12
1
-1
/
+1
*
Enable JS detection of whether SPDY was used to load a web page.
mbelshe@google.com
2010-01-11
1
-0
/
+2
*
Implement delaying resource requests until privacy blacklists are ready.
phajdan.jr@chromium.org
2010-01-05
1
-83
/
+32
*
Tommi, please review everything. jam please review changes to resource_dispat...
ananta@chromium.org
2009-12-16
1
-1
/
+2
*
Fix WebSocket crash bug.
ukai@chromium.org
2009-12-14
1
-0
/
+1
*
Implement ResourceQueue, an object that makes it easy to delay starting
phajdan.jr@chromium.org
2009-12-10
1
-12
/
+11
*
WebSocket in Worker: renderer_host change
ukai@chromium.org
2009-12-07
1
-2
/
+6
*
Kill holdback for Http Prioritization experiment. Turn on to 100%.
willchan@chromium.org
2009-12-02
1
-20
/
+16
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-4
/
+13
*
Integrate BlacklistManager with Profile.
phajdan.jr@chromium.org
2009-11-30
1
-2
/
+2
*
RESUBMIT of http://codereview.chromium.org/404025/show
chase@chromium.org
2009-11-25
1
-0
/
+1
*
Revert "RESUBMIT of http://codereview.chromium.org/404025/show"
chase@chromium.org
2009-11-25
1
-1
/
+0
*
RESUBMIT of http://codereview.chromium.org/404025/show
jorlow@chromium.org
2009-11-25
1
-0
/
+1
*
Assorted cleanup.
estade@chromium.org
2009-11-23
1
-8
/
+1
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
1
-1
/
+4
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-5
/
+11
*
Added lifecycle management and sharing support for SharedWorkers. SharedWorkers
atwilson@chromium.org
2009-11-13
1
-2
/
+2
*
Fix issue 5982
xiyuan@chromium.org
2009-11-09
1
-1
/
+1
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
1
-3
/
+10
*
Last patch in removing MessageLoop* caching.
jam@chromium.org
2009-11-03
1
-5
/
+3
*
Fifth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-03
1
-3
/
+3
*
Fourth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-02
1
-22
/
+27
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
1
-1
/
+1
*
First of several patches to get rid of MessageLoop caching now that we have C...
jam@chromium.org
2009-10-28
1
-2
/
+1
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-3
/
+0
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-2
/
+6
*
Fix crash bug when attempting to download a url with unsupported scheme,
tony@chromium.org
2009-10-20
1
-3
/
+4
*
Degrade the https color and lock icon for the page that has a worker that loa...
dimich@google.com
2009-10-19
1
-2
/
+16
*
Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED when
wtc@chromium.org
2009-10-17
1
-1
/
+1
*
Provides a certificate for SSL client authentication on NSS sockets.
wtc@chromium.org
2009-10-15
1
-0
/
+9
[next]