| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the widget API to use the new InputEvent resource rather than the old | brettw@chromium.org | 2011-07-19 | 2 | -5/+5 |
* | Create a way to iterate over instances in a module in the C++ wrapper. | brettw@chromium.org | 2011-07-19 | 1 | -1/+5 |
* | Removing file io, file ref, and file sytem from dev. | sanga@chromium.org | 2011-07-19 | 3 | -48/+0 |
* | Implemented cpp interface for PPB_Graphics3D_Dev. Needed to port gpu demos. | alokp@chromium.org | 2011-07-19 | 2 | -3/+69 |
* | Remove redundant size and type information from VideoDecode PPAPI | vrk@google.com | 2011-07-19 | 4 | -9/+7 |
* | Remove common.h from the build. This only included the bool converters which | brettw@chromium.org | 2011-07-19 | 2 | -41/+0 |
* | Clean up the file dev interfaces. The combination of some dev and some non | brettw@chromium.org | 2011-07-15 | 8 | -378/+12 |
* | Enable fire-and-forget Destroy of HW video decoder, and misc other improvements. | fischman@chromium.org | 2011-07-15 | 4 | -37/+21 |
* | Remove untrusted scripting support. | dmichael@chromium.org | 2011-07-14 | 7 | -294/+16 |
* | Removed MemAlloc and MemFree from PPB_Core | mball@google.com | 2011-07-14 | 4 | -24/+16 |
* | Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat... | fischman@chromium.org | 2011-07-13 | 2 | -54/+12 |
* | Updating the C++ PPAPI to use non-dev File interfaces. | sanga@chromium.org | 2011-07-13 | 5 | -18/+18 |
* | Make pp::CompletionCallback have a default constructor (which blocks), | jvoung@google.com | 2011-07-13 | 2 | -3/+18 |
* | Move the default Scrollbar implementation to 0.4 and update the C++ wrapper. | brettw@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Add an example for using the URLLoader in streaming mode. This also avoids the | brettw@chromium.org | 2011-07-12 | 1 | -58/+1 |
* | PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock. | polina@google.com | 2011-07-09 | 1 | -2/+2 |
* | Fix return statement in ppapi/cpp/input_event.cc | dmichael@chromium.org | 2011-07-09 | 1 | -1/+1 |
* | C++ File IO documentation. This is more-or-less a copy and paste from the C d... | jond@google.com | 2011-07-08 | 3 | -15/+222 |
* | Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead. | brettw@chromium.org | 2011-07-08 | 20 | -78/+53 |
* | Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie... | sanga@chromium.org | 2011-07-07 | 3 | -9/+9 |
* | Minor changes to Doxygen files | jond@google.com | 2011-07-07 | 3 | -38/+98 |
* | Add interfaces for requesting and receiving input event resources. | brettw@chromium.org | 2011-07-07 | 6 | -2/+556 |
* | 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 |