| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 242061 "Test Keeping NaCl plugins used in app background ..." | dbeam@chromium.org | 2013-12-20 | 7 | -155/+0 |
* | Test Keeping NaCl plugins used in app background pages alive when active. | scheib@chromium.org | 2013-12-20 | 7 | -0/+155 |
* | Fix GLES 2 interface generator to output correct pepper interfaces. | jbauman@chromium.org | 2013-12-20 | 1 | -3/+3 |
* | Add base:: to string16 in ppapi/. | dbeam@chromium.org | 2013-12-19 | 2 | -3/+3 |
* | Rename GetForCurrentThread() in comments to GetCurrent(). | xhwang@chromium.org | 2013-12-19 | 3 | -6/+6 |
* | Pepper: Finish support for dev channel APIs. | teravest@chromium.org | 2013-12-19 | 8 | -25/+103 |
* | Reland: port ppapi_bad test from nacl_integration to browser_tests. | ncbray@chromium.org | 2013-12-19 | 23 | -1069/+0 |
* | Keep NaCl plugins used in app background pages alive when active. | scheib@chromium.org | 2013-12-18 | 6 | -2/+83 |
* | Pepper: add quota_amount and max_written_offset fields to SerializedHandle. | bbudge@chromium.org | 2013-12-18 | 3 | -22/+52 |
* | Revert of https://codereview.chromium.org/99053007/ | bajones@chromium.org | 2013-12-18 | 1 | -7/+2 |
* | Pass untrusted (plugin->host) messages through NaClMessageScanner. | bbudge@chromium.org | 2013-12-18 | 2 | -8/+15 |
* | Updated Khronos GLES2 headers. | bajones@chromium.org | 2013-12-18 | 1 | -2/+7 |
* | Revert 241424 "Port ppapi_bad test from nacl_integration to brow..." | ksakamoto@chromium.org | 2013-12-18 | 23 | -0/+1069 |
* | Port ppapi_bad test from nacl_integration to browser_tests. | ncbray@chromium.org | 2013-12-18 | 23 | -1069/+0 |
* | Pepper: More interface_list cleanup. | teravest@chromium.org | 2013-12-17 | 17 | -141/+35 |
* | Pepper: (UN)PROXIED_IFACE cleanup. | teravest@chromium.org | 2013-12-17 | 9 | -256/+165 |
* | Pepper: Add IDL support for "channel=dev". | teravest@chromium.org | 2013-12-17 | 8 | -20/+275 |
* | Add dependency on create_nmf.py to all ppapi NaCl tests. | binji@chromium.org | 2013-12-17 | 2 | -18/+20 |
* | Remove deprecated video decode interfaces. | ihf@chromium.org | 2013-12-16 | 3 | -83/+5 |
* | Port crash test from nacl_integration to browser_tests. | ncbray@chromium.org | 2013-12-13 | 8 | -310/+0 |
* | PPAPI: Make teravest@ an OWNER | dmichael@chromium.org | 2013-12-12 | 1 | -0/+1 |
* | Pepper: Limit FileIO Writes to 32MB, as for Reads. | bbudge@chromium.org | 2013-12-12 | 1 | -4/+6 |
* | Pepper: Send dev/canary channel status to plugins. | teravest@chromium.org | 2013-12-12 | 6 | -4/+21 |
* | Port PPAPI instance tests from nacl_integration to browser_tests. | ncbray@chromium.org | 2013-12-12 | 8 | -428/+0 |
* | Support using TrackedCallbacks as hints to determine the handling thread of r... | yzshen@chromium.org | 2013-12-12 | 23 | -153/+392 |
* | Migrate nacl_integration pm_redir_test to browser_tests. | ncbray@chromium.org | 2013-12-12 | 4 | -343/+0 |
* | Pepper: Crash fix for FlushCommandBuffer(). | teravest@chromium.org | 2013-12-11 | 1 | -2/+8 |
* | Add PPB_Alarms_Dev interface definition. | yzshen@chromium.org | 2013-12-11 | 12 | -6/+581 |
* | Pepper: Remove DispatcherMessageListener | yzshen@chromium.org | 2013-12-11 | 1 | -1/+0 |
* | PPAPI idl parser was missing error handler | habib.virji@samsung.com | 2013-12-11 | 2 | -0/+25 |
* | Rename EME WD call parameters | jrummell@chromium.org | 2013-12-10 | 14 | -170/+168 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 3 | -5/+9 |
* | Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev. | yzshen@chromium.org | 2013-12-09 | 18 | -1422/+0 |
* | Route surface visibility notifications through ContextSupport/GpuControl | jamesr@chromium.org | 2013-12-08 | 3 | -1/+10 |
* | Pepper: Remove old-style InterfaceList AddPPB. | teravest@chromium.org | 2013-12-06 | 6 | -38/+17 |
* | Introduce gpu::Capabilities | boliu@chromium.org | 2013-12-04 | 2 | -3/+5 |
* | Pepper: More IDL generator cleanup. | teravest@chromium.org | 2013-12-04 | 8 | -172/+80 |
* | Convert PepperBrowserConnection to be a RenderFrameObserver. | jam@chromium.org | 2013-12-04 | 2 | -2/+2 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 2 | -7/+19 |
* | Pepper: Clean up IDLNode internals. | teravest@chromium.org | 2013-12-02 | 3 | -204/+59 |
* | Move some files from chrome/renderer/pepper to components/nacl/renderer/ | alexis.menard@intel.com | 2013-12-02 | 5 | -24/+3 |
* | Add support for CDM_3. | jrummell@chromium.org | 2013-11-30 | 15 | -524/+551 |
* | Pepper: Simplify IDLVisitor. | teravest@chromium.org | 2013-11-27 | 3 | -52/+4 |
* | Pepper: Refactor trusted plugin properties. | teravest@chromium.org | 2013-11-27 | 8 | -179/+92 |
* | Two files have bad generate_thunk annotations: | teravest@chromium.org | 2013-11-27 | 2 | -4/+0 |
* | Pepper: Add MonitorIsExternal function to PPB_Flash_DRM. | bbudge@chromium.org | 2013-11-27 | 10 | -7/+192 |
* | Make PPB_URLUtil_Dev interface backward compatible | yzshen@chromium.org | 2013-11-26 | 2 | -36/+136 |
* | Add a flag for running the PDF plugin out of process. | raymes@google.com | 2013-11-25 | 8 | -1/+42 |
* | Pepper: Move PPB_Testing_Dev to Private. | teravest@chromium.org | 2013-11-25 | 42 | -342/+147 |
* | Pepper: Create FileSystemOperationRunner in FileSystemHost. | bbudge@chromium.org | 2013-11-25 | 2 | -3/+10 |