| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial changes to PPAPI headers | noelallen@google.com | 2011-07-12 | 11 | -98/+133 |
* | PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock. | polina@google.com | 2011-07-09 | 1 | -1/+0 |
* | Add comments to explain PP_URLResponseProperty enum values and their use. See... | bbudge@chromium.org | 2011-07-09 | 1 | -10/+41 |
* | New documentation for one of the file io headers. | jond@google.com | 2011-07-07 | 1 | -2/+62 |
* | All new file i/o documentation. | jond@google.com | 2011-07-07 | 3 | -88/+377 |
* | Trivial fixes to PPAPI | noelallen@google.com | 2011-07-07 | 1 | -2/+1 |
* | Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie... | sanga@chromium.org | 2011-07-07 | 2 | -5/+5 |
* | Add interfaces for requesting and receiving input event resources. | brettw@chromium.org | 2011-07-07 | 5 | -74/+550 |
* | Misc. changes. Mostly formatting. | jond@google.com | 2011-07-06 | 13 | -374/+481 |
* | Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and | dspringer@chromium.org | 2011-07-05 | 1 | -0/+51 |
* | Re-land the reverted CL: | yzshen@chromium.org | 2011-07-01 | 2 | -6/+89 |
* | Mostly minor changes such as adding <code></code> around elements, a little r... | jond@google.com | 2011-06-30 | 9 | -89/+144 |
* | Add a flag field to PP_CompletionCallback to control if the callback should | polina@google.com | 2011-06-30 | 22 | -83/+146 |
* | Rewrote a little, adding some formatting. | jond@google.com | 2011-06-30 | 3 | -104/+116 |
* | Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | dpapad@chromium.org | 2011-06-30 | 2 | -89/+6 |
* | Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | yzshen@chromium.org | 2011-06-30 | 2 | -6/+89 |
* | Review URL: http://codereview.chromium.org/7276038 | jond@google.com | 2011-06-28 | 2 | -2/+2 |
* | Minor change to Doxyfile (updated to 1.7.4) and removefiles (added one file t... | jond@google.com | 2011-06-28 | 2 | -30/+86 |
* | pp_stdint.h: moved else, include, and endif | jond@google.com | 2011-06-28 | 7 | -230/+270 |
* | This CL is oringialy http://codereview.chromium.org/7210027 | sanga@chromium.org | 2011-06-27 | 5 | -0/+331 |
* | Clarify header comments. | polina@google.com | 2011-06-27 | 1 | -7/+8 |
* | Make scrollbar GetThickness take a resource argument. This allows simlper | brettw@chromium.org | 2011-06-23 | 1 | -2/+24 |
* | Convert most remaining resources to use the API/thunk system. The significant | brettw@chromium.org | 2011-06-22 | 1 | -0/+1 |
* | Move the video decoder and video layer to the new API/thunk system. | brettw@chromium.org | 2011-06-18 | 2 | -70/+26 |
* | Update PPP_Printing_Dev to always make both versions of types available. | dmichael@chromium.org | 2011-06-17 | 1 | -47/+101 |
* | Move fullscreen and instance to the new thunk system. | brettw@chromium.org | 2011-06-15 | 1 | -0/+6 |
* | Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ... | brettw@google.com | 2011-06-15 | 2 | -66/+130 |
* | Add missing include for ppb_flash_file.h | yzshen@chromium.org | 2011-06-14 | 1 | -0/+1 |
* | Remove incorrect comments from the audio config headers. | elijahtaylor@google.com | 2011-06-13 | 1 | -2/+0 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 3 | -15/+27 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 3 | -27/+15 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 3 | -15/+27 |
* | Implement out-of-process proxy for PPB_Buffer_Dev. | fischman@chromium.org | 2011-06-10 | 1 | -0/+24 |
* | Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i... | polina@google.com | 2011-06-06 | 2 | -24/+30 |
* | Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi... | thakis@chromium.org | 2011-06-04 | 2 | -30/+24 |
* | PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't | polina@google.com | 2011-06-04 | 2 | -24/+30 |
* | Implementation for Pepper C++ Video Decoder API (wrapper on top of C API). | vmr@chromium.org | 2011-06-03 | 1 | -5/+5 |
* | Cleaned up PostMessage documentation | jond@google.com | 2011-05-31 | 2 | -40/+49 |
* | Small fix on Pepper Video Decoder API data types. | vmr@chromium.org | 2011-05-31 | 1 | -4/+16 |
* | Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system. | brettw@chromium.org | 2011-05-27 | 1 | -4/+6 |
* | Add a new function to run and claer a completion callback. This is a common | brettw@chromium.org | 2011-05-27 | 1 | -0/+22 |
* | Remove extra comma added in r86896. | msw@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Add PP_Bool conversion functions to pp_bool.h as disussed on the mailing list. | brettw@chromium.org | 2011-05-26 | 1 | -0/+16 |
* | Add new PDF plugin resources for print preview. | thestig@chromium.org | 2011-05-26 | 1 | -1/+4 |
* | Use the WebKit default fonts when specifying generic font families. | brettw@chromium.org | 2011-05-26 | 1 | -3/+16 |
* | Add initialization callback support for Video Decoder PPAPI. | vrk@google.com | 2011-05-25 | 1 | -3/+5 |
* | Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag). | dmichael@chromium.org | 2011-05-24 | 2 | -51/+59 |
* | Change PPP_Printing_Dev QuerySupportedFormats to not require MemAlloc and Mem... | dmichael@chromium.org | 2011-05-19 | 1 | -9/+71 |
* | Support getting the font list in Pepper. This currently only works out of | brettw@chromium.org | 2011-05-18 | 1 | -71/+125 |
* | Added new utility name 'html2ezt.py' to fix-up Doxygen htmls files for EZT | mball@google.com | 2011-05-18 | 4 | -4/+145 |