| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementation of URLLoader using PluginResource/ResourceHost. | bbudge@chromium.org | 2013-05-16 | 1 | -1/+0 |
* | PPAPI: Make NestedEvent::Signal() thread-safe | dmichael@chromium.org | 2013-04-11 | 1 | -6/+6 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -9/+10 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -10/+9 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -9/+10 |
* | Cleanup: Remove operator from TestCompletionCallback. | teravest@chromium.org | 2013-03-15 | 1 | -17/+19 |
* | PPAPI: Make blocking completion callbacks work. | dmichael@chromium.org | 2012-06-23 | 1 | -28/+35 |
* | PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks. | dmichael@chromium.org | 2012-04-07 | 1 | -154/+84 |
* | Convert resources to take an instance key instead of an Instance*. | brettw@chromium.org | 2012-02-27 | 1 | -8/+8 |
* | Added bounds checks to the URLLoader prefetch buffer threshhold. | raymes@chromium.org | 2012-01-17 | 1 | -2/+34 |
* | Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered. | dmichael@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Enable out-of-process PPB_FileIO tests, clean up PPB_URLLoader tests. | bbudge@chromium.org | 2011-12-21 | 1 | -17/+12 |
* | Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-10 | 1 | -35/+25 |
* | Revert 113817 - Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-09 | 1 | -25/+35 |
* | Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-09 | 1 | -35/+25 |
* | Add URLLoader tests for FollowRedirect. | bbudge@google.com | 2011-12-08 | 1 | -32/+76 |
* | Revert 113656 - Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-08 | 1 | -25/+35 |
* | Implement a proxy for Pepper FileIO. | brettw@chromium.org | 2011-12-08 | 1 | -35/+25 |
* | Consolidate tests for HTTP request restrictions on untrusted loaders. | bbudge@chromium.org | 2011-12-08 | 1 | -126/+109 |
* | Break FileIO and URLLoader tests down into individual cases. | bbudge@chromium.org | 2011-12-07 | 1 | -72/+106 |
* | Move the mock headers file for 'test_case.html' to the destination directory ... | bbudge@google.com | 2011-12-01 | 1 | -9/+26 |
* | ppapi/tests: Enable URLLoader test out-of-process and via NaCl. | polina@google.com | 2011-11-29 | 1 | -36/+81 |
* | Test NaCl version of ppapi_tests via ui_tests | noelallen@google.com | 2011-11-18 | 1 | -2/+5 |
* | Revert 110221 - Test NaCl version of ppapi_tests via ui_tests | dmichael@chromium.org | 2011-11-16 | 1 | -5/+2 |
* | Reland http://codereview.chromium.org/8477015 | dmichael@chromium.org | 2011-11-16 | 1 | -21/+21 |
* | Test NaCl version of ppapi_tests via ui_tests | noelallen@google.com | 2011-11-16 | 1 | -2/+5 |
* | Revert 109114 | thakis@chromium.org | 2011-11-09 | 1 | -21/+21 |
* | Make it possible to enable/disable specific ppapi tests. Migrate PostMessage ... | dmichael@chromium.org | 2011-11-08 | 1 | -21/+21 |
* | Remove redundant XHR method/header validation. This is done byAssociatedURLLo... | bbudge@chromium.org | 2011-11-06 | 1 | -69/+213 |
* | Convert FileRefImpl and URLRequestInfo to shared_impl. | brettw@chromium.org | 2011-08-26 | 1 | -3/+14 |
* | AppendFileToBody by blocking ipc | kinuko@chromium.org | 2011-08-17 | 1 | -0/+120 |
* | Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback. | bbudge@chromium.org | 2011-07-21 | 1 | -0/+43 |
* | Move check for Javascript URL to PPB_URLRequestInfo_Impl::RequiresUniversalAc... | bbudge@chromium.org | 2011-07-20 | 1 | -0/+26 |
* | Updating the C++ PPAPI to use non-dev File interfaces. | sanga@chromium.org | 2011-07-13 | 1 | -10/+10 |
* | Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_... | bbudge@google.com | 2011-07-11 | 1 | -9/+9 |
* | Add a flag field to PP_CompletionCallback to control if the callback should | polina@google.com | 2011-06-30 | 1 | -17/+41 |
* | Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c... | bbudge@chromium.org | 2011-06-16 | 1 | -3/+17 |
* | Make the Pepper proxy support in-process font rendering. | brettw@chromium.org | 2011-05-10 | 1 | -1/+0 |
* | Properly set the testing_interface_ member. Previously this was not being | brettw@chromium.org | 2011-05-04 | 1 | -1/+1 |
* | Minor fixes to enable manual running of all PPAPI tests ("Run all tests" | cstefansen@google.com | 2011-04-28 | 1 | -12/+12 |
* | Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader... | bbudge@chromium.org | 2011-04-14 | 1 | -0/+21 |
* | 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c... | polina@google.com | 2011-04-11 | 1 | -11/+11 |
* | Implement proxy for FlashMenu and Run/QuitMessageLoop | piman@google.com | 2011-02-15 | 1 | -7/+7 |
* | Fix Pepper URL Loader callbacks. | viettrungluu@chromium.org | 2011-01-14 | 1 | -6/+67 |
* | Revert 71334 - Fix Pepper URL Loader callbacks. | viettrungluu@chromium.org | 2011-01-14 | 1 | -67/+6 |
* | Fix Pepper URL Loader callbacks. | viettrungluu@chromium.org | 2011-01-13 | 1 | -6/+67 |
* | Use PASS() everywhere in ppapi/tests. | neb@chromium.org | 2011-01-07 | 1 | -2/+2 |
* | Remove trusted interface wrappers from the FileIO C++ wrapper. The wrapper | brettw@chromium.org | 2010-12-03 | 1 | -1/+13 |
* | Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory | brettw@chromium.org | 2010-11-10 | 1 | -24/+24 |
* | * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a... | brettw@chromium.org | 2010-11-08 | 1 | -0/+32 |