summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* Hook up the network status notifications to out-of-process Pepper plugins.brettw@chromium.org2011-07-142-0/+12
* Re-land the reverted CL:yzshen@chromium.org2011-07-012-1/+53
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-302-53/+1
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-302-1/+53
* Fix Pepper plugin sandbox interface for out-of-process plugin.kochi@chromium.org2011-06-301-1/+2
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Mac: Make PPAPI plugins work out of process (i.e., with a proxy) and a sandbox.viettrungluu@chromium.org2011-06-142-0/+34
* roll clang 131935:132017thakis@chromium.org2011-06-081-0/+2
* Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, ortony@chromium.org2011-05-311-3/+3
* Move OWNERS from top level of content to the subdirectories. Before this cha...jam@chromium.org2011-05-311-0/+2
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-7/+8
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-182-7/+13
* Change the PPAPI message loop to type IO (from type UI).viettrungluu@chromium.org2011-05-171-1/+1
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-132-3/+3
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-106-0/+422
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Make Pepper work out-of-process in the windows sandboxcpu@chromium.org2011-05-062-2/+45
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-0/+5
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-022-3/+3
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-182-2/+2
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-1/+1
* Ensure no chrome includes in content\common and content\ppapi_plugin. Also t...jam@chromium.org2011-04-183-2/+3
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-164-16/+86
* Added ppp_broker.h and parameterized PpapiThread to support the broker process.ddorwin@chromium.org2011-04-144-40/+81
* Clarify the ownership of the dispatcher when we create it. Delete it ifbrettw@chromium.org2011-04-101-3/+7
* Basic support for ppapi trusted broker process: --type=ppapi-broker.ddorwin@chromium.org2011-04-073-31/+29
* Fix double close in PPAPI proxypiman@google.com2011-04-061-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move ppapi_plugin to content.jam@chromium.org2011-03-148-0/+328