| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 98767 - Reimplement the Pepper fullscreen API to use webkitRequestFull... | piman@google.com | 2011-08-30 | 1 | -0/+13 |
* | Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and frie... | koz@chromium.org | 2011-08-30 | 1 | -13/+0 |
* | Stop using the default profile's proxy service for plugin proxy requests, and... | jam@chromium.org | 2011-08-29 | 1 | -3/+2 |
* | Move P2P code to content namespace. | sergeyu@chromium.org | 2011-08-25 | 1 | -2/+3 |
* | Remove webkit::ppapi::Resource. | brettw@chromium.org | 2011-08-24 | 1 | -2/+4 |
* | Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ... | ananta@chromium.org | 2011-08-23 | 1 | -5/+4 |
* | Convert the pp::proxy namespace to the ppapi::proxy namespace. | brettw@chromium.org | 2011-08-18 | 1 | -7/+7 |
* | AppendFileToBody by blocking ipc | kinuko@chromium.org | 2011-08-17 | 1 | -0/+6 |
* | Wire experimental Flapper part two | cpu@chromium.org | 2011-08-17 | 1 | -3/+5 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Video Capture Pepper API | piman@chromium.org | 2011-08-06 | 1 | -2/+66 |
* | Respect NAT traversal policy in the Chromoting client plugin. | ajwong@chromium.org | 2011-08-03 | 1 | -10/+3 |
* | Pepper quota support | kinuko@chromium.org | 2011-08-01 | 1 | -0/+34 |
* | PPAPI interface for reading the enterprise policy as a big JSON blob. | ajwong@chromium.org | 2011-07-30 | 1 | -0/+32 |
* | Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout | vrk@google.com | 2011-07-28 | 1 | -4/+2 |
* | Don't send ViewMsg_ContextMenuClosed to the renderer process for submenus. | yzshen@chromium.org | 2011-07-28 | 1 | -3/+5 |
* | Avoid leaking file handles. | yzshen@chromium.org | 2011-07-15 | 1 | -3/+13 |
* | Ensures that AudioMessageFilter now lives on the main render thread. | henrika@chromium.org | 2011-07-12 | 1 | -16/+20 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 1 | -2/+4 |
* | Move media-related IPC message definitions from content/common/ to content/co... | scherkus@chromium.org | 2011-06-17 | 1 | -1/+1 |
* | Move fullscreen and instance to the new thunk system. | brettw@chromium.org | 2011-06-15 | 1 | -2/+2 |
* | Moves audio files from content/renderer/ to content/renderer/media. | scherkus@chromium.org | 2011-06-14 | 1 | -1/+1 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -2/+3 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 1 | -3/+2 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -2/+3 |
* | Fixed issue 84548 by checking the pointer before dereferencing it. | ddorwin@chromium.org | 2011-06-01 | 1 | -4/+4 |
* | The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux. | kinaba@google.com | 2011-05-30 | 1 | -1/+12 |
* | Use the WebKit default fonts when specifying generic font families. | brettw@chromium.org | 2011-05-26 | 1 | -3/+13 |
* | Moved GPU related files in content/renderer into gpu subdirectory. | apatrick@chromium.org | 2011-05-25 | 1 | -4/+4 |
* | PPAPI: Do not try to allocation shared memory directly from a renderer. Alway... | thestig@chromium.org | 2011-05-25 | 1 | -7/+1 |
* | Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use. | fischman@chromium.org | 2011-05-18 | 1 | -0/+23 |
* | Implement VideoDecoder IPC hooks from plugin to GPU process | vrk@google.com | 2011-05-13 | 1 | -4/+2 |
* | 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/+7 |
* | Proxy time zone requests to the browser. This is because the current code | brettw@chromium.org | 2011-04-21 | 1 | -0/+7 |
* | Ensure the PpapiBrokerImpl is deleted when it has no more clients. | ddorwin@chromium.org | 2011-04-21 | 1 | -16/+61 |
* | PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls. | ddorwin@chromium.org | 2011-04-20 | 1 | -15/+67 |
* | Wrap the p2p transport API in a compile time flag. | satish@chromium.org | 2011-04-20 | 1 | -0/+4 |
* | Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe. | gene@chromium.org | 2011-04-20 | 1 | -3/+3 |
* | Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl... | jam@chromium.org | 2011-04-18 | 1 | -1/+0 |
* | Move PepperPluginRegistry to content, while leaving the Chrome specific bits ... | jam@chromium.org | 2011-04-18 | 1 | -1/+1 |
* | Implemented broker dispatcher, pipe creation, and handle distribution. | ddorwin@chromium.org | 2011-04-18 | 1 | -15/+128 |
* | Refactored ppapi Dispatcher to share common code between the plugin and broke... | ddorwin@chromium.org | 2011-04-16 | 1 | -2/+2 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 1 | -1/+56 |
* | Added functionality to use "SaveAs..." from PDF plugin. | gene@chromium.org | 2011-04-15 | 1 | -0/+5 |
* | Move RenderThread to content\renderer. | jam@chromium.org | 2011-04-14 | 1 | -1/+1 |
* | Fix clang error. | ddorwin@chromium.org | 2011-04-14 | 1 | -0/+3 |
* | Asynchronously create the ppapi broker. | ddorwin@chromium.org | 2011-04-14 | 1 | -11/+89 |
* | 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/+5 |