| Commit message (Expand) | Author | Age | Files | Lines |
* | [ppapi] Simple deadlock detector for proxy lock. | shess@chromium.org | 2012-11-30 | 1 | -3/+27 |
* | Refactor PPB_Flash_Fullscreen to the new resource model. | raymes@chromium.org | 2012-11-30 | 2 | -1/+3 |
* | Refactor the way singleton-style resources are exposed via PPB_Instance | raymes@chromium.org | 2012-11-29 | 2 | -0/+21 |
* | Refactor BrowserFont to new design | victorhsieh@chromium.org | 2012-11-27 | 2 | -528/+0 |
* | Fix the DidChangeView notification for Pepper plugins. | yzshen@chromium.org | 2012-11-20 | 1 | -0/+3 |
* | Revert unintentional forced 2048 buffer size for PPAPI. | dalecurtis@google.com | 2012-11-16 | 1 | -2/+0 |
* | Refactor the URLResponseInfo to use new design | brettw@chromium.org | 2012-11-16 | 2 | -0/+47 |
* | Refactor video capture to new design, as part of the whole Pepper resource re... | victorhsieh@chromium.org | 2012-11-16 | 2 | -287/+0 |
* | Provide a safer FileIO Read API | victorhsieh@chromium.org | 2012-11-16 | 3 | -25/+62 |
* | Increase Windows XP hardware buffer size to 4096. | dalecurtis@google.com | 2012-11-16 | 1 | -0/+2 |
* | PPAPI: Take PPB_MessageLoop out of Dev | dmichael@chromium.org | 2012-11-15 | 1 | -1/+1 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -2/+3 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 2 | -6/+4 |
* | Rewrite PPB_AudioInput_Dev to use the new-style host/resource. | yzshen@chromium.org | 2012-11-08 | 3 | -447/+0 |
* | PPAPI: Make CompletionCallbacks work right on background threads. | dmichael@chromium.org | 2012-11-08 | 8 | -21/+160 |
* | Make sure PluginResource doesn't live forever because of holding references t... | yzshen@chromium.org | 2012-11-08 | 5 | -11/+22 |
* | PPAPI: Get TrackedCallback ready for running on non-main threads. | dmichael@chromium.org | 2012-11-05 | 10 | -143/+94 |
* | Use extensions socket permission for TCP/UDP socket APIs in Pepper | dpolukhin@chromium.org | 2012-11-02 | 2 | -12/+25 |
* | Move flash clipboard to the new proxy and add custom format support | raymes@chromium.org | 2012-11-01 | 5 | -20/+157 |
* | Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P... | dpolukhin@chromium.org | 2012-11-01 | 2 | -25/+12 |
* | Use extensions socket permission for TCP/UDP socket APIs in Pepper | dpolukhin@chromium.org | 2012-11-01 | 2 | -12/+25 |
* | Add the PPB_NET_ADDRESS_PRIVATE interface to the NaCl IPC-based proxy. | bbudge@chromium.org | 2012-10-25 | 1 | -275/+230 |
* | Add PPB_MouseCursor interface proxy for the NaCl IPC proxy. | bbudge@chromium.org | 2012-10-23 | 1 | -2/+0 |
* | Put locks around PPB_Graphics3d. | nfullagar@chromium.org | 2012-10-15 | 4 | -0/+54 |
* | Implement plugin side of sync EnumerateVideoCaptureDevices | raymes@chromium.org | 2012-10-11 | 1 | -0/+1 |
* | Introduce PPB_Flash_Font. | yzshen@chromium.org | 2012-10-09 | 2 | -0/+2 |
* | Hook up PpapiPermissions in more places. | brettw@chromium.org | 2012-10-02 | 4 | -7/+76 |
* | Revert 157040 - Add some logging to debug PPAPI permissions. | brettw@chromium.org | 2012-09-27 | 1 | -4/+0 |
* | Render/pepper hang debugging: generate dumps for the browser and renderer pro... | yzshen@chromium.org | 2012-09-26 | 2 | -97/+0 |
* | Generate dumps for relevant renderers when users kill a hung pepper plugin. | yzshen@chromium.org | 2012-09-19 | 2 | -0/+97 |
* | Convert url request info to new proxy API. | brettw@chromium.org | 2012-09-19 | 3 | -328/+83 |
* | Add some logging to debug PPAPI permissions. | brettw@chromium.org | 2012-09-16 | 1 | -0/+4 |
* | Convert the async device ID getter to a chrome resource host | brettw@chromium.org | 2012-09-15 | 1 | -1/+1 |
* | Remove PPAPI dependency on 'net'. | bbudge@chromium.org | 2012-09-13 | 4 | -100/+92 |
* | Implement the gamepad API in the IPC proxy | brettw@chromium.org | 2012-09-10 | 4 | -0/+129 |
* | This adds the plugin side of the resource only, as well as a unittest. | raymes@chromium.org | 2012-09-07 | 1 | -0/+1 |
* | Also check for accelerated plugins when determining when 3d is really enabled. | jbauman@chromium.org | 2012-09-07 | 1 | -1/+4 |
* | Add CHECKs to ensure that PPAPI resources are created on the right thread | raymes@chromium.org | 2012-09-06 | 2 | -1/+25 |
* | Switch OnMoreData() to use AudioBus. | dalecurtis@chromium.org | 2012-09-05 | 2 | -7/+41 |
* | Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build. | bbudge@chromium.org | 2012-09-04 | 2 | -0/+6 |
* | AllowBroadcast() is exposed to NaCl. | ygorshenin@chromium.org | 2012-08-31 | 2 | -0/+23 |
* | PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work | dmichael@chromium.org | 2012-08-30 | 3 | -22/+45 |
* | Add UMA histogram to determine how often Stage3D could be used. | jbauman@chromium.org | 2012-08-29 | 2 | -1/+3 |
* | PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally | dmichael@chromium.org | 2012-08-27 | 8 | -27/+52 |
* | Fix back-to-back StartPlayback/StopPlayback issue in PPAPI IPC proxy | nfullagar@google.com | 2012-08-25 | 1 | -4/+4 |
* | Introduce shared_memory_support media target for PPAPI. | dalecurtis@chromium.org | 2012-08-24 | 2 | -32/+6 |
* | Revert 152406 - Introduce shared_memory_support media target for PPAPI. | dalecurtis@google.com | 2012-08-20 | 2 | -6/+32 |
* | Introduce shared_memory_support media target for PPAPI. | dalecurtis@chromium.org | 2012-08-20 | 2 | -32/+6 |
* | Add PPAPI decryptor implementation. | tomfinegan@chromium.org | 2012-08-17 | 1 | -0/+3 |
* | Mark PPAPI 3D context | gman@chromium.org | 2012-08-15 | 1 | -0/+2 |