summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper_plugin_delegate_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move media-related IPC message definitions from content/common/ to content/co...scherkus@chromium.org2011-06-171-1/+1
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-151-2/+2
* Moves audio files from content/renderer/ to content/renderer/media.scherkus@chromium.org2011-06-141-1/+1
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-2/+3
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-101-3/+2
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-2/+3
* Fixed issue 84548 by checking the pointer before dereferencing it.ddorwin@chromium.org2011-06-011-4/+4
* The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux.kinaba@google.com2011-05-301-1/+12
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-3/+13
* Moved GPU related files in content/renderer into gpu subdirectory.apatrick@chromium.org2011-05-251-4/+4
* PPAPI: Do not try to allocation shared memory directly from a renderer. Alway...thestig@chromium.org2011-05-251-7/+1
* Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use.fischman@chromium.org2011-05-181-0/+23
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-4/+2
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-101-1/+2
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-0/+7
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-211-0/+7
* Ensure the PpapiBrokerImpl is deleted when it has no more clients.ddorwin@chromium.org2011-04-211-16/+61
* PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.ddorwin@chromium.org2011-04-201-15/+67
* Wrap the p2p transport API in a compile time flag.satish@chromium.org2011-04-201-0/+4
* Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.gene@chromium.org2011-04-201-3/+3
* Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...jam@chromium.org2011-04-181-1/+0
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-181-1/+1
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-181-15/+128
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-2/+2
* Let Pepper open FileSystem files again.ericu@google.com2011-04-161-1/+56
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-151-0/+5
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-1/+1
* Fix clang error.ddorwin@chromium.org2011-04-141-0/+3
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-141-11/+89
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-7/+7
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-121-0/+5
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-7/+7
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-7/+7
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-3/+3
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-111-0/+22
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-111-7/+7
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-091-7/+7
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-081-7/+7
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-081-7/+7
* Add sync context dispatch restriction.piman@google.com2011-04-081-0/+1
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-071-0/+19
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-071-7/+7
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-071-7/+7
* Refactored GGL from c-style interface to c++ interface.apatrick@chromium.org2011-04-041-2/+2
* When out-of-process PPAPI plugins fail to initialize, don't fall back on tryingbrettw@chromium.org2011-04-041-4/+13
* Lost context fixespiman@google.com2011-03-311-1/+1
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-311-95/+4
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-291-1/+0
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-281-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1