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
/
plugins
/
ppapi
/
ppb_url_loader_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of URLLoader using PluginResource/ResourceHost.
bbudge@chromium.org
2013-05-16
1
-550
/
+0
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
1
-7
/
+7
*
Remove Pepper URLLoader from resource tracker early.
bbudge@chromium.org
2013-05-01
1
-6
/
+7
*
remove unnecessary dependencies on WebSecurityOrigin
alecflett@chromium.org
2013-04-22
1
-1
/
+0
*
Pepper: Autogenerate thunk for PPB_URL_Loader.
teravest@chromium.org
2013-04-18
1
-1
/
+1
*
Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader."
asargent@chromium.org
2013-04-17
1
-1
/
+1
*
Pepper: Autogenerate thunk for PPB_URL_Loader.
teravest@chromium.org
2013-04-17
1
-1
/
+1
*
Update some #includes in webkit/plugins for headers in the new Platform direc...
pilgrim@chromium.org
2013-01-16
1
-5
/
+4
*
PPB_URLLoader: Don't touch the buffer provided by caller after Close() is cal...
yzshen@chromium.org
2012-12-19
1
-2
/
+6
*
Refactor the URLResponseInfo to use new design
brettw@chromium.org
2012-11-16
1
-9
/
+42
*
Break path whereby AssociatedURLLoader::~AssociatedURLLoader() is re-entered ...
tsepez@chromium.org
2012-11-16
1
-0
/
+6
*
Make sure PluginResource doesn't live forever because of holding references t...
yzshen@chromium.org
2012-11-08
1
-1
/
+0
*
Mark PPAPI requests that fail due to surfaway as PP_ERROR_ABORTED.
ncbray@chromium.org
2012-11-05
1
-0
/
+3
*
PPAPI: Get TrackedCallback ready for running on non-main threads.
dmichael@chromium.org
2012-11-05
1
-1
/
+1
*
Plumb RequestorProcessID field through various layers to enable the Network
darin@chromium.org
2012-10-03
1
-1
/
+3
*
Intermittend UAF in webkit::ppapi::PPB_URLLoader_Impl::FillUserBuffer. This i...
tsepez@chromium.org
2012-09-19
1
-2
/
+8
*
Convert url request info to new proxy API.
brettw@chromium.org
2012-09-19
1
-15
/
+22
*
Remove possibility of stale user_buffer_ member in PPB_URLLoader_Impl when Fi...
tsepez@chromium.org
2012-07-23
1
-0
/
+6
*
PPAPI: Make blocking completion callbacks work.
dmichael@chromium.org
2012-06-23
1
-13
/
+14
*
Make a global enum to differentiate impl & proxy.
brettw@chromium.org
2012-02-14
1
-1
/
+1
*
The tricky part about logging to the console is that many of the errors are g...
brettw@chromium.org
2012-01-31
1
-2
/
+12
*
Fix crash in didReceiveData, if user calls Close() during RunCallback.
bbudge@chromium.org
2012-01-05
1
-9
/
+15
*
Use the new callback tracker and delete the old one
brettw@chromium.org
2012-01-04
1
-10
/
+7
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-5
/
+5
*
Facebook : photo upload fails. Give PPB_URLLoader_Impl ability to send creden...
bbudge@chromium.org
2011-11-13
1
-1
/
+2
*
Remove redundant XHR method/header validation. This is done byAssociatedURLLo...
bbudge@chromium.org
2011-11-06
1
-7
/
+9
*
Add a new error code for a null callback on the main thread.
brettw@chromium.org
2011-09-16
1
-1
/
+1
*
Don't try to call setDefersLoading when the loader is null. This does a bit o...
brettw@google.com
2011-09-16
1
-10
/
+22
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
1
-1
/
+1
*
Add a call to UpdateStatus in PPB_URLLoader_Impl::didReceiveData so
bbudge@chromium.org
2011-09-01
1
-0
/
+1
*
Remove incorrect assertion. This used to say
brettw@google.com
2011-08-31
1
-1
/
+0
*
Convert FileRefImpl and URLRequestInfo to shared_impl.
brettw@chromium.org
2011-08-26
1
-15
/
+18
*
Remove webkit::ppapi::Resource.
brettw@chromium.org
2011-08-24
1
-10
/
+25
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-23
/
+14
*
Revert 93987 - Close the URL request in the destroctor. This ensures the load...
dpapad@chromium.org
2011-07-26
1
-1
/
+0
*
Close the URL request in the destroctor. This ensures the load is actually
brettw@chromium.org
2011-07-25
1
-0
/
+1
*
Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.
bbudge@chromium.org
2011-07-21
1
-12
/
+14
*
Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_...
bbudge@google.com
2011-07-11
1
-9
/
+6
*
Minor cleanup of resource creation. This eliminates a bunch of copy-and-paste
brettw@chromium.org
2011-06-22
1
-10
/
+0
*
Maintain a map of all resources in the resource tracker and clear instance ba...
cdn@chromium.org
2011-06-20
1
-7
/
+3
*
Convert the URL loading objects to the API/thunk system.
brettw@chromium.org
2011-06-17
1
-167
/
+32
*
Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c...
bbudge@chromium.org
2011-06-16
1
-10
/
+25
*
Fix renderer crash and resulting test hang in PDFBrowserTests.
ddorwin@chromium.org
2011-05-05
1
-4
/
+7
*
Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...
ddorwin@chromium.org
2011-05-04
1
-0
/
+32
*
Fix a bug where immediate failure in PPB_URLLoader_Impl::Open doesn't report ...
bbudge@chromium.org
2011-04-16
1
-0
/
+7
*
Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...
bbudge@chromium.org
2011-04-14
1
-26
/
+17
*
Renamed raw_data_length to encoded_data_length
vsevik@chromium.org
2011-04-13
1
-1
/
+1
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
1
-7
/
+7
*
Enabled actual transfer size in chromium
vsevik@chromium.org
2011-04-08
1
-1
/
+1
*
WebKit roll 83160:83167.
pfeldman@chromium.org
2011-04-07
1
-10
/
+2
[next]