| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 4 | -38/+0 |
* | Implement browser side of PPB_Printing resource. | raymes@chromium.org | 2012-09-27 | 9 | -17/+142 |
* | Fix cpu draining callback in Graphics2D::Flush. | victorhsieh@chromium.org | 2012-09-27 | 2 | -1/+107 |
* | 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 | 5 | -107/+0 |
* | Port ppapi_ppb_core nacl_integration test to browser_tests. | ncbray@chromium.org | 2012-09-26 | 4 | -355/+0 |
* | Disable PPAPI unittest PluginVectorReceiveInput | raymes@chromium.org | 2012-09-25 | 1 | -1/+1 |
* | PPAPI: Removed space and extra line from audio_config.h | jond@chromium.org | 2012-09-25 | 1 | -2/+1 |
* | Updated pp_touch_point.h docs in preparation for fixing the C++ docs (which a... | jond@chromium.org | 2012-09-25 | 2 | -39/+41 |
* | [OSX] Forward Flapper GetLocalTimeZoneOffset() to browser on OSX. | shess@chromium.org | 2012-09-25 | 1 | -1/+3 |
* | Use either 0.1 or 1.0 versions of PPBFlashFullscreen. | jbauman@chromium.org | 2012-09-25 | 1 | -11/+27 |
* | [NaCl SDK] build_sdk uses gyp to build, not scons. * | binji@chromium.org | 2012-09-24 | 1 | -0/+5 |
* | nacl: Fix a bunch of compiler warnings | thakis@chromium.org | 2012-09-24 | 1 | -1/+1 |
* | PNaCl: Build a PPAPI shims library on all architectures | mseaborn@chromium.org | 2012-09-21 | 7 | -12/+43 |
* | PPAPI/NaCl: Sanitize CallOnMainThread delay parameter | dmichael@chromium.org | 2012-09-21 | 1 | -0/+6 |
* | PPAPI/NaCl: Add ncbray and bradnelson to OWNERS; remove polina & sanga | dmichael@chromium.org | 2012-09-21 | 2 | -4/+2 |
* | Changed "Pepper Audio API" to "Audio chapter in the Developer's Guide..." | jond@chromium.org | 2012-09-21 | 4 | -12/+14 |
* | Changes to allow testing interface for new NaCl Proxy | nfullagar@google.com | 2012-09-20 | 4 | -2/+14 |
* | PPAPI/NaCl: Set the PluginProxyDelegate for the IPC proxy | dmichael@chromium.org | 2012-09-20 | 1 | -0/+1 |
* | Avoid using NULL comparison to check if element is in the map. | olonho@google.com | 2012-09-20 | 1 | -3/+3 |
* | Generate dumps for relevant renderers when users kill a hung pepper plugin. | yzshen@chromium.org | 2012-09-19 | 5 | -2/+107 |
* | Don't require a recreation of the context when fullscreening | jbauman@chromium.org | 2012-09-19 | 7 | -34/+68 |
* | Don't crash the renderer if the plugin crashes. | brettw@chromium.org | 2012-09-19 | 1 | -0/+3 |
* | Convert url request info to new proxy API. | brettw@chromium.org | 2012-09-19 | 18 | -185/+228 |
* | Cleanup: avoid foo ? true : false, part 2. | thestig@chromium.org | 2012-09-19 | 2 | -5/+4 |
* | PNaCl: Remove Scons code for automatically generating pnacl_shim.c | mseaborn@chromium.org | 2012-09-19 | 1 | -14/+1 |
* | Various fixes to make ppapi_unittests pass again. | raymes@chromium.org | 2012-09-19 | 4 | -28/+115 |
* | Make return type of DispatchResourceReply consistent | victorhsieh@chromium.org | 2012-09-18 | 1 | -3/+3 |
* | We are removing checksum/HMAC in WebM spec for encrypted content. | fgalligan@chromium.org | 2012-09-18 | 2 | -14/+3 |
* | Eliminate some buffer copies in the URLLoader proxy. | darin@chromium.org | 2012-09-18 | 3 | -51/+74 |
* | Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded. | bbudge@chromium.org | 2012-09-17 | 3 | -20/+25 |
* | Revert 157163 - Start IPC-based NaCl PPAPI proxy after all untrusted code has... | bbudge@chromium.org | 2012-09-17 | 3 | -25/+20 |
* | Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded. | bbudge@chromium.org | 2012-09-17 | 3 | -20/+25 |
* | Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build. | bbudge@chromium.org | 2012-09-17 | 6 | -33/+35 |
* | Update pnacl_shim to account for some changes in private/dev interfaces: | jvoung@google.com | 2012-09-17 | 1 | -21/+50 |
* | 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 | 16 | -193/+169 |
* | Add check_tls test on nacl_irt to Gyp | mcgrathr@chromium.org | 2012-09-14 | 1 | -0/+18 |
* | NaCl: Remove the only use of NACL_ARCH_CPU_* #defines | mseaborn@chromium.org | 2012-09-14 | 1 | -1/+2 |
* | NaCl: Fix ARM Gyp build of IRT to include IRT-private __aeabi_read_tp | mcgrathr@chromium.org | 2012-09-13 | 1 | -2/+9 |
* | Remove PPAPI dependency on 'net'. | bbudge@chromium.org | 2012-09-13 | 8 | -108/+100 |
* | Return void from all PPP CDM API interface methods | tomfinegan@chromium.org | 2012-09-13 | 5 | -155/+99 |
* | Port nacl_integration exit_status test to browser_tests. | ncbray@google.com | 2012-09-12 | 5 | -252/+9 |
* | NaCl: Update revision in DEPS, r9652 -> r9707 | mseaborn@chromium.org | 2012-09-12 | 1 | -15/+14 |
* | Pepper WebSocket API: Fix memory leak issue | toyoshim@chromium.org | 2012-09-12 | 6 | -28/+31 |
* | Update PP_InputEvent_Modifier enum to match WebInputEvent::Modifiers | raymes@chromium.org | 2012-09-11 | 2 | -8/+12 |
* | Add gyp build of untrusted ppapi_gles2 library. | binji@chromium.org | 2012-09-10 | 1 | -0/+20 |
* | Partial revert of 155693. | bradnelson@google.com | 2012-09-10 | 1 | -14/+15 |
* | Relanding the original CL -- Revert 155696 - Revert 155693 - DEPS roll plus c... | peter@chromium.org | 2012-09-10 | 4 | -4/+25 |
* | Revert 155693 - DEPS roll plus copy list update. | peter@chromium.org | 2012-09-10 | 4 | -25/+4 |