summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* Add CHECK on file descriptor in various IPC::ChannelHandle passed in.xhwang@chromium.org2011-12-021-0/+3
* Load mac sandbox definitions from resources instead of the bundle.jochen@chromium.org2011-11-251-0/+2
* Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...piman@chromium.org2011-11-221-2/+2
* Use new getFontFamilyForCharacters() API.bashi@chromium.org2011-11-211-13/+20
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-2/+2
* Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...dpolukhin@chromium.org2011-11-161-7/+7
* Add check on invalid file descriptor at both broker and renderer sides.xhwang@chromium.org2011-11-121-0/+2
* Fix 82176 by transferring ownership of render (client) file descriptor instea...xhwang@chromium.org2011-11-101-3/+4
* Enable sending requests to pre-cache fonts from pepper plugin processes.yzshen@chromium.org2011-11-091-5/+8
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-312-4/+4
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-293-8/+6
* Add self to content/ppapi_plugin/OWNERSpiman@chromium.org2011-10-271-0/+1
* Added logging useful for understanding Pepper broker lifetime.ddorwin@chromium.org2011-10-262-5/+8
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-0/+4
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-4/+0
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-0/+4
* Create a public header with the child_process_sandbox_support_linux functions...jam@chromium.org2011-10-171-8/+6
* Move content_switches to content\public\common.jam@chromium.org2011-10-133-3/+3
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-261-0/+6
* PPAPI: better output in case of failure to load library.ihf@chromium.org2011-09-151-2/+4
* Suppression for failing test on Linuxjeremy@chromium.org2011-09-141-17/+0
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-1/+2
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-2/+1
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-1/+2
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-2/+1
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-1/+2
* [Mac] Chromium side of ATS*() -> CGFont Conversion for OOP font loading.jeremy@chromium.org2011-09-071-2/+22
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-024-51/+56
* Fix Mac PPAPI (out-of-process).viettrungluu@chromium.org2011-09-011-0/+10
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-187-19/+20
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-161-0/+2
* [Mac] Remove old version of loadFont()jeremy@chromium.org2011-08-041-11/+0
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-1/+1
* [Mac] Add missing interface needed to land WebKit side of crbug.com/72727jeremy@chromium.org2011-08-031-0/+12
* Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to CSR...jschuh@chromium.org2011-08-021-1/+9
* 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