| Commit message (Expand) | Author | Age | Files | Lines |
* | Mouse Lock is currently supported in Pepper, but not yet supported from WebKit. | scheib@chromium.org | 2012-01-27 | 1 | -2/+6 |
* | Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp... | tzik@chromium.org | 2012-01-26 | 1 | -6/+2 |
* | Mouse Lock is currently supported in Pepper, but not yet supported from WebKit. | scheib@chromium.org | 2012-01-26 | 1 | -2/+6 |
* | Pepper gamepad support | scottmg@chromium.org | 2012-01-10 | 1 | -1/+6 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -0/+1 |
* | Hook up page visibility to the View info for a plugin. | brettw@chromium.org | 2012-01-04 | 1 | -0/+4 |
* | Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br... | dpolukhin@chromium.org | 2011-12-06 | 1 | -0/+53 |
* | Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo... | jam@chromium.org | 2011-12-02 | 1 | -53/+0 |
* | Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B... | dpolukhin@chromium.org | 2011-12-02 | 1 | -0/+53 |
* | Revert 110602 - Revert 110587 - Microphone support for Pepper Flash. | viettrungluu@chromium.org | 2011-11-18 | 1 | -1/+8 |
* | Revert 110587 - Microphone support for Pepper Flash. | ajwong@chromium.org | 2011-11-17 | 1 | -8/+1 |
* | Microphone support for Pepper Flash. | viettrungluu@chromium.org | 2011-11-17 | 1 | -1/+8 |
* | Make the Pepper Flash net address just private, not Flash-specific. | viettrungluu@chromium.org | 2011-11-10 | 1 | -1/+1 |
* | Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins. | kinaba@chromium.org | 2011-10-21 | 1 | -0/+3 |
* | Remove RemoteAccessClientFirewallTraversal policy and code paths. | wez@chromium.org | 2011-10-20 | 1 | -6/+0 |
* | PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen mode | polina@google.com | 2011-10-14 | 1 | -0/+4 |
* | Implement Pepper IME API. | kinaba@chromium.org | 2011-10-12 | 1 | -1/+9 |
* | Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ... | yzshen@chromium.org | 2011-10-09 | 1 | -0/+7 |
* | Convert a bunch of pepper implementation to use base::Callback. | dmichael@chromium.org | 2011-10-07 | 1 | -3/+3 |
* | Remove GetP2PSocketDispatcher from PepperPluginDelegate interface. | sergeyu@chromium.org | 2011-09-22 | 1 | -4/+0 |
* | Mouse lock implementation, including the renderer side and the Windows versio... | yzshen@chromium.org | 2011-09-22 | 1 | -0/+8 |
* | Revert 98767 - Reimplement the Pepper fullscreen API to use webkitRequestFull... | piman@google.com | 2011-08-30 | 1 | -0/+5 |
* | Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and frie... | koz@chromium.org | 2011-08-30 | 1 | -5/+0 |
* | Move P2P code to content namespace. | sergeyu@chromium.org | 2011-08-25 | 1 | -1/+1 |
* | Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ... | ananta@chromium.org | 2011-08-23 | 1 | -3/+0 |
* | AppendFileToBody by blocking ipc | kinuko@chromium.org | 2011-08-17 | 1 | -0/+7 |
* | Video Capture Pepper API | piman@chromium.org | 2011-08-06 | 1 | -0/+6 |
* | Pepper quota support | kinuko@chromium.org | 2011-08-01 | 1 | -0/+11 |
* | PPAPI interface for reading the enterprise policy as a big JSON blob. | ajwong@chromium.org | 2011-07-30 | 1 | -0/+6 |
* | Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout | vrk@google.com | 2011-07-28 | 1 | -2/+1 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 1 | -1/+2 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -1/+2 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 1 | -2/+1 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -1/+2 |
* | The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux. | kinaba@google.com | 2011-05-30 | 1 | -0/+3 |
* | Use the WebKit default fonts when specifying generic font families. | brettw@chromium.org | 2011-05-26 | 1 | -0/+5 |
* | Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use. | fischman@chromium.org | 2011-05-18 | 1 | -0/+5 |
* | Implement VideoDecoder IPC hooks from plugin to GPU process | vrk@google.com | 2011-05-13 | 1 | -1/+0 |
* | Update VideoDecode PPAPI structs to be consistent with media structures, part 1 | vrk@google.com | 2011-05-10 | 1 | -1/+2 |
* | Add a way to pass information to Pepper Flash from the command-line (e.g., fo... | viettrungluu@chromium.org | 2011-05-03 | 1 | -0/+4 |
* | Proxy time zone requests to the browser. This is because the current code | brettw@chromium.org | 2011-04-21 | 1 | -0/+4 |
* | Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe. | gene@chromium.org | 2011-04-20 | 1 | -1/+1 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 1 | -0/+5 |
* | Added functionality to use "SaveAs..." from PDF plugin. | gene@chromium.org | 2011-04-15 | 1 | -0/+3 |
* | Asynchronously create the ppapi broker. | ddorwin@chromium.org | 2011-04-14 | 1 | -1/+0 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 1 | -7/+7 |
* | Implement P2P Transport Dev using P2PTransportImpl. | sergeyu@chromium.org | 2011-04-12 | 1 | -0/+4 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 1 | -7/+7 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 1 | -7/+7 |
* | Fix the issue that context menu doesn't show on fullscreen Pepper Flash. | yzshen@chromium.org | 2011-04-11 | 1 | -0/+1 |