| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't require a recreation of the context when fullscreening | jbauman@chromium.org | 2012-09-19 | 2 | -1/+3 |
* | Convert url request info to new proxy API. | brettw@chromium.org | 2012-09-19 | 5 | -6/+25 |
* | Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build. | bbudge@chromium.org | 2012-09-17 | 1 | -4/+4 |
* | Convert the async device ID getter to a chrome resource host | brettw@chromium.org | 2012-09-15 | 3 | -4/+9 |
* | This adds the plugin side of the resource only, as well as a unittest. | raymes@chromium.org | 2012-09-07 | 5 | -13/+85 |
* | Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build. | bbudge@chromium.org | 2012-09-04 | 1 | -5/+5 |
* | AllowBroadcast() is exposed to NaCl. | ygorshenin@chromium.org | 2012-08-31 | 3 | -0/+29 |
* | ppapi: Make sure the touch-event interface is detected correctly. | sadrul@chromium.org | 2012-08-30 | 2 | -1/+3 |
* | Pass large object by const ref | tbreisacher@chromium.org | 2012-08-28 | 1 | -1/+2 |
* | Add a skeleton gamepad resource. | brettw@chromium.org | 2012-08-24 | 3 | -5/+39 |
* | Add SetScale to PPB_WidgetDev, use scale for painting | jhorwich@chromium.org | 2012-08-23 | 3 | -2/+23 |
* | Cache image data objects. | brettw@chromium.org | 2012-08-22 | 2 | -2/+13 |
* | Modify the PPAPI CDM interface to pass more info. | tomfinegan@chromium.org | 2012-08-22 | 2 | -9/+11 |
* | Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for painting | kinuko@chromium.org | 2012-08-21 | 3 | -23/+2 |
* | Add SetScale to PPB_WidgetDev, use scale for painting | jhorwich@chromium.org | 2012-08-21 | 3 | -2/+23 |
* | Add PPAPI decryptor implementation. | tomfinegan@chromium.org | 2012-08-17 | 3 | -0/+129 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 3 | -8/+8 |
* | Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t... | bbudge@chromium.org | 2012-08-07 | 3 | -8/+8 |
* | Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. | bbudge@chromium.org | 2012-08-07 | 3 | -8/+8 |
* | Don't log UDP receive failures in release | jschuh@chromium.org | 2012-07-31 | 1 | -0/+4 |
* | PPAPI/NaCl: Make ImageData for NaCl just use shared memory | dmichael@chromium.org | 2012-07-25 | 2 | -2/+23 |
* | Save PP_CompletionCallback in ppb_talk_private_thunk.cc | jhorwich@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Remove ppb_fullscreen_dev interface, as fullscreen has been out | nfullagar@google.com | 2012-07-16 | 1 | -1/+1 |
* | This implements the PPB_FileChooser resource as a new-style IPC-only resource. | brettw@chromium.org | 2012-07-14 | 2 | -5/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Get the audio proxy building as untrusted code for NaCl. | bbudge@chromium.org | 2012-07-10 | 1 | -1/+1 |
* | Fix PPB_MouseLock.LockMouse crash and add tests. | yzshen@chromium.org | 2012-07-09 | 1 | -3/+14 |
* | Add audio interface proxies to untrusted NaCl build. | bbudge@chromium.org | 2012-07-03 | 1 | -5/+4 |
* | Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy. | bbudge@chromium.org | 2012-07-03 | 2 | -7/+7 |
* | Implement HiDPI support in Pepper dev interface | jhorwich@chromium.org | 2012-06-28 | 4 | -0/+54 |
* | This adds an interface for setting crash data from a plugin. It also provides... | raymes@chromium.org | 2012-06-27 | 3 | -1/+39 |
* | PPAPI: Make blocking completion callbacks work. | dmichael@chromium.org | 2012-06-23 | 48 | -201/+446 |
* | ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events. | sadrul@chromium.org | 2012-06-22 | 2 | -2/+7 |
* | ppapi: Add support for touch events. | sadrul@chromium.org | 2012-06-21 | 2 | -1/+78 |
* | Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal. | yzshen@chromium.org | 2012-06-15 | 3 | -9/+40 |
* | This returns the default print settings for the default printer. Currently th... | raymes@chromium.org | 2012-06-14 | 3 | -0/+41 |
* | Add an asynchronous version of the Flash DeviceID API. | brettw@chromium.org | 2012-06-11 | 4 | -0/+68 |
* | "Replace" PPB_Flash's GetSettingInt with a more general GetSetting. | viettrungluu@chromium.org | 2012-06-08 | 3 | -0/+33 |
* | Remove PPB_Transport_Dev API. | sergeyu@chromium.org | 2012-05-30 | 4 | -152/+0 |
* | Modified the pepper file chooser API to support filtering files by extensions. | raymes@chromium.org | 2012-05-30 | 2 | -3/+3 |
* | Add PPB_ImageData to untrusted NaCl build. | bbudge@chromium.org | 2012-05-21 | 1 | -4/+4 |
* | Test for Pepper IME events. | kinaba@chromium.org | 2012-05-21 | 3 | -2/+47 |
* | Get PPB_Audio interface building as untrusted code. | bbudge@chromium.org | 2012-05-19 | 1 | -2/+2 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu... | tsepez@chromium.org | 2012-05-10 | 3 | -33/+0 |
* | Hook up the PPB_Flash_Print proxy. | brettw@chromium.org | 2012-05-07 | 2 | -5/+2 |
* | Add AllowSuddenTermination to API. This provide means for plugins to let us k... | tsepez@chromium.org | 2012-05-07 | 3 | -0/+33 |
* | Add an API to determine if the system will support acceleration | brettw@chromium.org | 2012-05-02 | 4 | -41/+34 |
* | Move the rest of the Flash functions to the thunk system. | brettw@chromium.org | 2012-04-30 | 5 | -9/+229 |
* | Delete FunctionGroupBase from Pepper. | brettw@chromium.org | 2012-04-30 | 32 | -147/+134 |