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
/
webkit
/
glue
/
resource_loader_bridge.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a ResourceScheduler to ResourceDispatcherHost.
simonjam@chromium.org
2013-02-27
1
-1
/
+7
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Revert 183382 - broke gmail
simonjam@chromium.org
2013-02-21
1
-7
/
+1
*
Add a ResourceScheduler to ResourceDispatcherHost.
simonjam@chromium.org
2013-02-20
1
-1
/
+7
*
Use WebKit's resource priorities instead of computing our own.
simonjam@chromium.org
2013-02-05
1
-0
/
+3
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-1
/
+1
*
Update some #includes in webkit/glue for headers in the new Platform directory
pilgrim@chromium.org
2013-01-15
1
-1
/
+1
*
Remove the HANDLED_EXTERNALLY status code.
mkosiba@chromium.org
2012-09-07
1
-4
/
+5
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
1
-26
/
+4
*
Revert 152528 - Split net::UploadData into two: for resource request IPC and ...
kinuko@chromium.org
2012-08-21
1
-4
/
+26
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
1
-26
/
+4
*
Remove magic iframe load transfer support.
dimich@chromium.org
2012-06-13
1
-4
/
+0
*
RefCounted types should not have public destructors, webkit/ edition
rsleevi@chromium.org
2012-06-04
1
-2
/
+3
*
Cleanup: Remove unneeded scoped_ptr.h includes from webkit.
thestig@chromium.org
2012-05-23
1
-1
/
+0
*
RefCounted types should not have public destructors, webkit/
rsleevi@chromium.org
2012-04-28
1
-1
/
+4
*
Handle move of WebKit's WebReferrerPolicy.h
gavinp@chromium.org
2012-04-26
1
-1
/
+1
*
SPDY - chrome:loadtimes() should display negotiated NPN protocol.
rtenneti@chromium.org
2012-02-28
1
-1
/
+4
*
Use a monotonic clock (TimeTicks) to report network times to WebCore.
simonjam@chromium.org
2011-12-16
1
-5
/
+9
*
Make the transfer request code path use full referrers
jochen@chromium.org
2011-12-05
1
-0
/
+4
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-1
/
+1
*
Add exports needed for glue to build as a component.
dpranke@chromium.org
2011-12-02
1
-9
/
+10
*
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...
piman@chromium.org
2011-11-22
1
-12
/
+9
*
Revert 109622 - Export symbols from content.dll that are depended upon by chr...
tommi@chromium.org
2011-11-11
1
-3
/
+1
*
Export symbols from content.dll that are depended upon by chrome.dll.
tommi@chromium.org
2011-11-11
1
-1
/
+3
*
Move the RequestExtraData structure to content/, where we can modify it more ...
pkasting@chromium.org
2011-08-20
1
-5
/
+5
*
Reland 97048 - Update routing id of pending resource requests for reparented ...
rvargas@google.com
2011-08-17
1
-0
/
+4
*
Revert 97048 - Trying to see if this is related with a
rvargas@google.com
2011-08-17
1
-4
/
+0
*
Update routing id of pending resource requests for reparented iframes.
dimich@chromium.org
2011-08-16
1
-0
/
+4
*
Provide ID of the frame that triggered an event to the webrequest extension.
battre@chromium.org
2011-07-21
1
-0
/
+7
*
Remove unused, wrong parameters from request_info.
abarth@chromium.org
2011-05-11
1
-3
/
+0
*
Added raw headers support to DevTools.
vsevik@chromium.org
2011-04-20
1
-0
/
+2
*
Renamed raw_data_length to encoded_data_length
vsevik@chromium.org
2011-04-13
1
-7
/
+7
*
Enabled actual transfer size in chromium
vsevik@chromium.org
2011-04-08
1
-1
/
+10
*
Removed bytes_received from ResourceDevToolsInfo since it is only used in dev...
vsevik@chromium.org
2011-04-06
1
-1
/
+0
*
Save actual transfer size for future DevTools use
vsevik@chromium.org
2011-03-31
1
-0
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Take out the is_content_filtered bool that gets passed around betwen renderer...
jam@chromium.org
2011-03-04
1
-5
/
+2
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-0
/
+4
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-2
/
+2
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-1
/
+1
*
Modify the "dangerous download" algorithm as follows. Original patch by Pier...
pkasting@chromium.org
2010-12-06
1
-1
/
+4
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-3
/
+3
*
DevTools: provide response code and status text as a part of raw headers data.
pfeldman@chromium.org
2010-11-19
1
-0
/
+2
*
Remove GetURLForDebugging().
pkasting@chromium.org
2010-10-23
1
-4
/
+0
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
1
-141
/
+145
*
Added support for raw headers.
caseq@google.com
2010-10-06
1
-0
/
+17
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
1
-1
/
+2
*
Support handling blob URL and resolve blob references in upload data.
jianli@chromium.org
2010-08-31
1
-0
/
+4
*
Fix bug which caused DNS time not to be reported by LoadTimingObserver.
tonyg@chromium.org
2010-07-28
1
-4
/
+4
*
Pepper stream-to-file plumbing.
darin@chromium.org
2010-07-22
1
-2
/
+16
[next]