| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting changes. | jond@google.com | 2011-07-06 | 11 | -348/+455 |
* | Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and | dspringer@chromium.org | 2011-07-05 | 2 | -0/+69 |
* | Re-land the reverted CL: | yzshen@chromium.org | 2011-07-01 | 2 | -0/+150 |
* | Add a flag field to PP_CompletionCallback to control if the callback should | polina@google.com | 2011-06-30 | 18 | -71/+153 |
* | Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | dpapad@chromium.org | 2011-06-30 | 2 | -150/+0 |
* | Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | yzshen@chromium.org | 2011-06-30 | 2 | -0/+150 |
* | This CL is oringialy http://codereview.chromium.org/7210027 | sanga@chromium.org | 2011-06-27 | 6 | -0/+414 |
* | Don't copy the Graphics2D when binding a new one. This brings the | brettw@google.com | 2011-06-24 | 2 | -43/+83 |
* | New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.h | jond@google.com | 2011-06-23 | 2 | -34/+299 |
* | audio.h: Fixed path | jond@google.com | 2011-06-23 | 4 | -6/+6 |
* | Make scrollbar GetThickness take a resource argument. This allows simlper | brettw@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Remove GetSelectedText. This is never called. It was leftover from before we | brettw@chromium.org | 2011-06-16 | 2 | -6/+0 |
* | Make the exception for ExecuteScript a regular Var instead of a VarPrivate. | brettw@chromium.org | 2011-06-16 | 2 | -3/+2 |
* | Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ... | brettw@google.com | 2011-06-15 | 1 | -81/+181 |
* | ppapi: Fix the copy constructor for pp::Buffer_Dev. | thestig@chromium.org | 2011-06-15 | 2 | -8/+20 |
* | Add proper support for copy-constructed pp::Buffer_Dev's. | fischman@chromium.org | 2011-06-14 | 1 | -4/+7 |
* | Remove incorrect comments from the audio config headers. | elijahtaylor@google.com | 2011-06-13 | 1 | -3/+1 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 4 | -63/+188 |
* | This guarantees that the underlying PP_Var is all initialized. There was a r... | dspringer@chromium.org | 2011-06-10 | 1 | -2/+2 |
* | PPAPI: Update the C++ PPP_Printing_Dev wrapper. | thestig@chromium.org | 2011-06-10 | 3 | -4/+16 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 4 | -188/+63 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 4 | -63/+188 |
* | Implement out-of-process proxy for PPB_Buffer_Dev. | fischman@chromium.org | 2011-06-10 | 2 | -7/+11 |
* | New documentation for resource.h, core.h, and common.h | jond@google.com | 2011-06-09 | 3 | -34/+120 |
* | New documentation for rect.h and size.h | jond@google.com | 2011-06-07 | 2 | -27/+244 |
* | New documentation for audio.h and audio_config.h | jond@google.com | 2011-06-07 | 2 | -23/+113 |
* | Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i... | polina@google.com | 2011-06-06 | 2 | -29/+47 |
* | Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi... | thakis@chromium.org | 2011-06-04 | 2 | -47/+29 |
* | PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't | polina@google.com | 2011-06-04 | 2 | -29/+47 |
* | Implementation for Pepper C++ Video Decoder API (wrapper on top of C API). | vmr@chromium.org | 2011-06-03 | 2 | -45/+55 |
* | Script is always a string, so it was silly of me to make it VarPrivate. | dmichael@chromium.org | 2011-06-01 | 2 | -3/+2 |
* | Fix up a couple of things we missed for the ppapi scripting yak shave. | dmichael@chromium.org | 2011-05-28 | 3 | -3/+13 |
* | Remove scripting from pp::Var with an opt-in compiler predefine. | dmichael@chromium.org | 2011-05-27 | 2 | -30/+50 |
* | Add initialization callback support for Video Decoder PPAPI. | vrk@google.com | 2011-05-25 | 2 | -1/+3 |
* | Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag). | dmichael@chromium.org | 2011-05-24 | 3 | -20/+28 |
* | Support getting the font list in Pepper. This currently only works out of | brettw@chromium.org | 2011-05-18 | 2 | -0/+10 |
* | Adding documentation directory, new Doxyfile, DoxygenLayout.xml. These change... | jond@google.com | 2011-05-17 | 11 | -0/+2778 |
* | Updated PPAPI Video Decoder CPP interface to reflect the status of C API. | vmr@chromium.org | 2011-05-16 | 2 | -151/+86 |
* | Add some missing header files and fix a template parameter to fix compiler wa... | mdm@chromium.org | 2011-05-16 | 1 | -1/+2 |
* | Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o... | ddorwin@chromium.org | 2011-05-04 | 1 | -0/+8 |
* | Pepper: Enable custom content-transfer-encoding header to be set in URL reque... | viettrungluu@chromium.org | 2011-04-21 | 1 | -3/+9 |
* | Rename Instance_Trusted to Instance_Private, wire it up in Chrome. | dmichael@chromium.org | 2011-04-19 | 4 | -3/+137 |
* | Added documentation for the point.h file as an example for engineers to follow. | jond@google.com | 2011-04-14 | 1 | -8/+69 |
* | Add CORS options to URL requests. This information will be used by the URLLoa... | bbudge@chromium.org | 2011-04-14 | 1 | -1/+7 |
* | 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c... | polina@google.com | 2011-04-11 | 2 | -6/+6 |
* | Create a VarPrivate interface to contain the scripting helper functions of Var. | brettw@chromium.org | 2011-04-11 | 5 | -8/+313 |
* | Reupload of http://codereview.chromium.org/6801053/ | dmichael@chromium.org | 2011-04-08 | 2 | -10/+10 |
* | Add GetPluginURL to PPB_URLUtil_Dev | piman@google.com | 2011-03-31 | 2 | -0/+10 |
* | Checking in major revision of Pepper video decode APIs. | scherkus@chromium.org | 2011-03-31 | 2 | -49/+188 |
* | Fix up some types in the API. | neb@chromium.org | 2011-03-28 | 5 | -5/+5 |