| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 92302 - First pass at revving stable pepper interfaces to 1.0. | dmichael@chromium.org | 2011-07-13 | 2 | -57/+17 |
* | First pass at revving stable pepper interfaces to 1.0. | dmichael@chromium.org | 2011-07-13 | 2 | -17/+57 |
* | Fix the ARM build by converting a NULL to a 0 (it's a PP_Module). | brettw@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Make the Var object use a PP_Module ID rather than a PluginModule object. | brettw@chromium.org | 2011-07-12 | 16 | -78/+106 |
* | Move the time conversion code to the PPAPI shared_impl directory and use it in | brettw@chromium.org | 2011-07-12 | 13 | -107/+28 |
* | Add check for bad allocations in MessageChannelEnumerate | cdn@chromium.org | 2011-07-12 | 1 | -0/+3 |
* | Return an error for PPB_Instance BindGraphics if device is not a graphics (2D... | elijahtaylor@google.com | 2011-07-12 | 1 | -0/+3 |
* | Make sure webkit compositor is not using ppapi backing texture ID after it ha... | reveman@google.com | 2011-07-12 | 1 | -0/+3 |
* | Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_... | bbudge@google.com | 2011-07-11 | 1 | -9/+6 |
* | Fix typo | zea@chromium.org | 2011-07-11 | 1 | -1/+1 |
* | Fix resolution of GetTimeTicks. | dmichael@chromium.org | 2011-07-11 | 1 | -2/+2 |
* | Mark TimeConversion.Time as failing on linux. | zea@chromium.org | 2011-07-11 | 1 | -1/+7 |
* | Remove incorrect optimization for plugin binding. This would cause incorrect | brettw@chromium.org | 2011-07-11 | 2 | -15/+2 |
* | Properly account for all color channels when checking for overflow in image | brettw@chromium.org | 2011-07-11 | 1 | -1/+1 |
* | Fix surface destruction, broken by r90096 | piman@google.com | 2011-07-09 | 3 | -3/+9 |
* | Make PP_TimeTicks actually be a tick counter rather than be the same as the | brettw@chromium.org | 2011-07-08 | 11 | -34/+168 |
* | While initializing the pepper plugin registry in the renderer we load each pl... | ananta@chromium.org | 2011-07-07 | 2 | -8/+15 |
* | Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie... | sanga@chromium.org | 2011-07-07 | 13 | -50/+69 |
* | Add interfaces for requesting and receiving input event resources. | brettw@chromium.org | 2011-07-07 | 7 | -56/+325 |
* | Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messaging | brettw@chromium.org | 2011-07-06 | 3 | -79/+41 |
* | Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and | dspringer@chromium.org | 2011-07-05 | 3 | -0/+64 |
* | Re-land the reverted CL: | yzshen@chromium.org | 2011-07-01 | 3 | -0/+10 |
* | Fixing the same issue for ppapi that was fixed for npapi here: | bradnelson@google.com | 2011-07-01 | 1 | -0/+3 |
* | Pass through PDFs from the plugin when using Skia on the Mac. | vandebo@chromium.org | 2011-06-30 | 2 | -16/+10 |
* | Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | dpapad@chromium.org | 2011-06-30 | 3 | -10/+0 |
* | Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | yzshen@chromium.org | 2011-06-30 | 3 | -0/+10 |
* | Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. | dmichael@chromium.org | 2011-06-29 | 5 | -74/+70 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 6 | -20/+33 |
* | Return PP_FALSE for PPB_Fullscreen_Dev.SetFullscreen on Windows. | yzshen@chromium.org | 2011-06-29 | 1 | -0/+5 |
* | Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct... | fischman@chromium.org | 2011-06-27 | 1 | -38/+15 |
* | Don't copy the Graphics2D when binding a new one. This brings the | brettw@google.com | 2011-06-24 | 2 | -30/+30 |
* | Update src/webkit/plugins to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE | abarth@chromium.org | 2011-06-24 | 2 | -11/+4 |
* | Fix the scrollbar implementation. | brettw@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Make scrollbar GetThickness take a resource argument. This allows simlper | brettw@chromium.org | 2011-06-23 | 9 | -110/+58 |
* | Hook up Surface3D, which I forgot to do in the previous patch. Also, change | brettw@chromium.org | 2011-06-23 | 3 | -8/+3 |
* | Minor cleanup of resource creation. This eliminates a bunch of copy-and-paste | brettw@chromium.org | 2011-06-22 | 31 | -178/+160 |
* | Fix the ARM build. Apparently it's picky about the difference between NULL | brettw@chromium.org | 2011-06-22 | 1 | -1/+1 |
* | Convert most remaining resources to use the API/thunk system. The significant | brettw@chromium.org | 2011-06-22 | 36 | -1319/+813 |
* | Fixing coverity PASS_BY_VALUE bugs. | dpapad@chromium.org | 2011-06-22 | 1 | -1/+0 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 3 | -3/+4 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 3 | -2/+6 |
* | Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID. | fischman@chromium.org | 2011-06-21 | 2 | -13/+14 |
* | Fixing clang error | cdn@chromium.org | 2011-06-20 | 2 | -1/+5 |
* | Maintain a map of all resources in the resource tracker and clear instance ba... | cdn@chromium.org | 2011-06-20 | 7 | -31/+62 |
* | Map the destination image data before painting a scrollbar into it. | elijahtaylor@google.com | 2011-06-20 | 1 | -1/+2 |
* | Move the video decoder and video layer to the new API/thunk system. | brettw@chromium.org | 2011-06-18 | 7 | -222/+73 |
* | Add support for printing with Skia on Mac. | caryclark@chromium.org | 2011-06-17 | 1 | -1/+2 |
* | Update PPP_Printing_Dev to always make both versions of types available. | dmichael@chromium.org | 2011-06-17 | 2 | -35/+33 |
* | Convert the URL loading objects to the API/thunk system. | brettw@chromium.org | 2011-06-17 | 9 | -476/+263 |
* | Ask for PPB_Instance;0.5 first, fallback to PPB_Instance;0.4. | dmichael@chromium.org | 2011-06-17 | 1 | -2/+3 |