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
/
ppapi
/
proxy
/
ppb_url_loader_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of URLLoader using PluginResource/ResourceHost.
bbudge@chromium.org
2013-05-16
1
-652
/
+0
*
ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Pepper: Autogenerate thunk for PPB_URL_Loader.
teravest@chromium.org
2013-04-18
1
-3
/
+3
*
Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader."
asargent@chromium.org
2013-04-17
1
-3
/
+3
*
Pepper: Autogenerate thunk for PPB_URL_Loader.
teravest@chromium.org
2013-04-17
1
-3
/
+3
*
Change dcheck to an early return as a bad ipc message can reach this error co...
cdn@chromium.org
2013-03-11
1
-1
/
+4
*
Refactor the URLResponseInfo to use new design
brettw@chromium.org
2012-11-16
1
-11
/
+29
*
Exclude host-side code from the NaCl IRT proxy build.
bbudge@chromium.org
2012-11-13
1
-2
/
+9
*
PPAPI: Get TrackedCallback ready for running on non-main threads.
dmichael@chromium.org
2012-11-05
1
-2
/
+2
*
Plumb RequestorProcessID field through various layers to enable the Network
darin@chromium.org
2012-10-03
1
-2
/
+8
*
Fix IPC-based NaCl PPAPI proxy to send upload / download progress messages.
bbudge@chromium.org
2012-10-02
1
-2
/
+0
*
Convert url request info to new proxy API.
brettw@chromium.org
2012-09-19
1
-11
/
+10
*
Eliminate some buffer copies in the URLLoader proxy.
darin@chromium.org
2012-09-18
1
-38
/
+62
*
Remove unused member variable.
nileshagrawal@chromium.org
2012-07-18
1
-2
/
+1
*
PPAPI: Make blocking completion callbacks work.
dmichael@chromium.org
2012-06-23
1
-25
/
+17
*
Delete FunctionGroupBase from Pepper.
brettw@chromium.org
2012-04-30
1
-1
/
+0
*
Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.
bbudge@chromium.org
2012-04-18
1
-1
/
+4
*
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
-1
/
+6
*
Convert proxy callbacks to use TrackedCallback.
brettw@chromium.org
2012-01-05
1
-24
/
+13
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
1
-3
/
+3
*
ppapi/proxy: Fix a bug in OnMsgFinishStreamingToFile.
polina@google.com
2011-11-24
1
-1
/
+1
*
Fix a regression in Canary which caused flash to not render.
ananta@chromium.org
2011-10-25
1
-0
/
+2
*
Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...
brettw@chromium.org
2011-10-21
1
-54
/
+79
*
Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)
thakis@chromium.org
2011-10-21
1
-79
/
+54
*
Remove the proxy callback tracker.
brettw@chromium.org
2011-10-21
1
-54
/
+79
*
Rename InterfaceID to ApiID and move the file.
brettw@chromium.org
2011-10-20
1
-11
/
+11
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-20
1
-2
/
+2
*
Revert 106142 - Add a new globals object for PPAPI tracking information.
sail@chromium.org
2011-10-18
1
-2
/
+2
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-18
1
-2
/
+2
*
Convert ppapi/* to use base::Bind.
dmichael@chromium.org
2011-10-04
1
-1
/
+2
*
s patch tries to remove most of the manual registration for Pepper interfaces...
brettw@chromium.org
2011-09-13
1
-21
/
+6
*
Revert r100853, 100851. Win_shared build is broken.
brettw@chromium.org
2011-09-13
1
-6
/
+21
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-13
1
-21
/
+6
*
Revert 100748 - This patch tries to remove most of the manual registration fo...
dmazzoni@chromium.org
2011-09-12
1
-6
/
+21
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-12
1
-21
/
+6
*
Convert FileRefImpl and URLRequestInfo to shared_impl.
brettw@chromium.org
2011-08-26
1
-9
/
+18
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
1
-6
/
+4
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-8
/
+11
*
Move host resource from the proxy to the shared_impl.
brettw@chromium.org
2011-08-13
1
-0
/
+1
*
Convert the PluginResource to be refcounted.
brettw@chromium.org
2011-08-11
1
-2
/
+2
*
Reland 95309. Add a template to handle properly issuing completion callbacks.
brettw@chromium.org
2011-08-08
1
-13
/
+4
*
Revert 95309 - I need to fix some bugs with this.
brettw@chromium.org
2011-08-03
1
-4
/
+13
*
Add a template to handle properly issuing completion callbacks. This fixes
brettw@chromium.org
2011-08-03
1
-13
/
+4
*
Add a flag field to PP_CompletionCallback to control if the callback should
polina@google.com
2011-06-30
1
-1
/
+1
*
Convert the URL loading objects to the API/thunk system.
brettw@chromium.org
2011-06-17
1
-324
/
+262
*
Add a new function to run and claer a completion callback. This is a common
brettw@chromium.org
2011-05-27
1
-5
/
+1
*
Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce the
brettw@chromium.org
2011-04-15
1
-10
/
+78
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
1
-8
/
+8
*
Hook up status notifications in the Proxy.
brettw@chromium.org
2011-03-29
1
-2
/
+49
[next]