| Commit message (Expand) | Author | Age | Files | Lines |
* | Make target running GLES2 autogen script. | neb@chromium.org | 2011-01-31 | 1 | -0/+25 |
* | Pepper/Flapper: First pass at context menu implementation. | viettrungluu@chromium.org | 2011-01-31 | 6 | -3/+158 |
* | Include what you use in ppb_context_3d_trusted_dev | neb@chromium.org | 2011-01-29 | 1 | -0/+2 |
* | Some minor tweaks to doxygen code. Namely adding @file sections to the start | jond@google.com | 2011-01-28 | 23 | -12/+3188 |
* | Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha... | brettw@chromium.org | 2011-01-28 | 7 | -60/+25 |
* | Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxy | piman@google.com | 2011-01-28 | 1 | -1/+14 |
* | Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct... | jond@google.com | 2011-01-28 | 26 | -93/+399 |
* | Refactor PPAPI proxy resource handling to maintain which host they came from, | brettw@chromium.org | 2011-01-27 | 64 | -831/+1670 |
* | Include what you use in ppb_surface_3d_dev.h. | neb@chromium.org | 2011-01-26 | 1 | -0/+1 |
* | PPB_Context3D_Trusted interface. | neb@chromium.org | 2011-01-26 | 2 | -0/+79 |
* | Break ppapi.gyp into several gypi's to reduce contention and allow projects t... | noelallen@google.com | 2011-01-22 | 5 | -644/+723 |
* | Fix comment. | darin@chromium.org | 2011-01-22 | 1 | -4/+4 |
* | When we detect a PDF with an unsupported feature, ask the user if they want t... | jam@chromium.org | 2011-01-22 | 1 | -0/+3 |
* | PPAPI: Add context menu events. | viettrungluu@chromium.org | 2011-01-21 | 1 | -13/+13 |
* | Add a target for the proxy unittests. Write tests for the var tracker. | brettw@chromium.org | 2011-01-21 | 4 | -0/+206 |
* | Only close the sync socket if it is non-NULL. This fixes | nfullagar@google.com | 2011-01-21 | 1 | -1/+2 |
* | ppapi_egl target is currently unused as verified by using: | noelallen@google.com | 2011-01-21 | 2 | -40/+55 |
* | First pass at making the proxy handle multiple renderers. This associates the | brettw@chromium.org | 2011-01-21 | 51 | -466/+1070 |
* | Remove dev/audio, dev/audio_config, and dev/audio_trusted | nfullagar@google.com | 2011-01-20 | 10 | -419/+5 |
* | Make PP_Resources associated with the Instance rather than the module. This | brettw@chromium.org | 2011-01-15 | 46 | -195/+255 |
* | melt the non-dev audio interface to 0.5 | nfullagar@google.com | 2011-01-15 | 3 | -3/+3 |
* | Move ppapi audio interface out of dev, but | nfullagar@google.com | 2011-01-15 | 17 | -45/+470 |
* | Fix Pepper URL Loader callbacks. | viettrungluu@chromium.org | 2011-01-14 | 3 | -7/+74 |
* | Revert of revert 69309 - switch handles to 32 bit in PPAPI. | neb@chromium.org | 2011-01-14 | 44 | -61/+54 |
* | Revert 71334 - Fix Pepper URL Loader callbacks. | viettrungluu@chromium.org | 2011-01-14 | 3 | -74/+7 |
* | Added plugin size to error logging and a logging statement when the plugin si... | ddorwin@chromium.org | 2011-01-13 | 1 | -2/+8 |
* | Add ability to toggle the size of the plugin. | ddorwin@chromium.org | 2011-01-13 | 1 | -3/+25 |
* | Fix Pepper URL Loader callbacks. | viettrungluu@chromium.org | 2011-01-13 | 3 | -7/+74 |
* | Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private. | viettrungluu@chromium.org | 2011-01-13 | 5 | -8/+139 |
* | Fix ppapi_example_2d. | neb@chromium.org | 2011-01-12 | 1 | -5/+2 |
* | Fix self-assignment in pp::Resource | piman@google.com | 2011-01-12 | 1 | -2/+2 |
* | Make audio example up-to-date | nfullagar@google.com | 2011-01-11 | 1 | -18/+31 |
* | Fix Pepper File IO callbacks. | viettrungluu@chromium.org | 2011-01-11 | 2 | -2/+206 |
* | Use PASS() everywhere in ppapi/tests. | neb@chromium.org | 2011-01-07 | 12 | -67/+67 |
* | PPB_Class simple test. | neb@chromium.org | 2011-01-07 | 3 | -0/+84 |
* | Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI. | brettw@chromium.org | 2011-01-07 | 1 | -7/+0 |
* | Add an instance parameter to var objects, audio, and the 2D API. This replace... | brettw@chromium.org | 2011-01-07 | 20 | -75/+118 |
* | Expose Map/UnmapTexSubImage2DCHROMIUM to pepper plugins | piman@google.com | 2011-01-07 | 1 | -0/+41 |
* | Private Pepper extension for Flapper to allow TCP connections to be made | viettrungluu@chromium.org | 2011-01-07 | 3 | -1/+145 |
* | Move ppb_flash.h to ppapi/c/private ... | viettrungluu@chromium.org | 2011-01-06 | 5 | -5/+122 |
* | Make Graphics3D::SwapBuffers take a completion callback | piman@google.com | 2011-01-05 | 2 | -4/+4 |
* | Fix bug introduced when moving image_data to its own file. | brettw@chromium.org | 2011-01-03 | 1 | -1/+0 |
* | Move some functions out of win_util and into hwnd_util, and into a new win/sh... | brettw@google.com | 2010-12-30 | 9 | -42/+10 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 2 | -2/+2 |
* | Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp... | alokp@chromium.org | 2010-12-28 | 11 | -25/+218 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 45 | -55/+122 |
* | Added ppapi::Context3D interface. The API has already been reviewed. I am add... | alokp@chromium.org | 2010-12-23 | 12 | -179/+519 |
* | Implement operator= for FontDev (it currently gives errors if you try to use | brettw@chromium.org | 2010-12-22 | 2 | -1/+8 |
* | Fix comment on trusted File IO method to indicate that HANDLE is returned on ... | bbudge@google.com | 2010-12-22 | 1 | -4/+5 |
* | Improve documentation for the tools for generating size checks, based on comm... | dmichael@google.com | 2010-12-22 | 3 | -89/+220 |