summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* Out-of-process implementation of the PPB_NetworkMonitor_Private interface.sergeyu@chromium.org2012-03-201-0/+2
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-191-0/+2
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-2/+2
* Added out-of-process support for server sockets.ygorshenin@chromium.org2012-03-151-0/+4
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-151-0/+2
* Add an OWNERS file for src\content by moving the owners that were there for t...jam@chromium.org2012-03-141-2/+0
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Don't use sync message filter in PpapiWebKitPlatformSupportImpl::SandboxSuppo...yzshen@chromium.org2012-02-171-3/+2
* mac: Remove InitWebCoreSystemInterface() calls from many random places.thakis@chromium.org2012-02-141-11/+1
* Removed CHECKs used for bug investigation.xhwang@chromium.org2012-02-071-6/+0
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-312-0/+10
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-272-6/+6
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-204-118/+9
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-204-9/+118
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-194-118/+9
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-162-6/+6
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-162-6/+6
* Only check library load failure for broker.xhwang@chromium.org2012-01-061-4/+4
* Add CHECK to investigate the root cause of issue 103957.xhwang@chromium.org2011-12-281-0/+3
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-202-6/+23
* Remove custom Task implementations from content/ppapi_plugindcheng@chromium.org2011-12-082-19/+14
* Update includes to new header locationsabarth@chromium.org2011-12-031-6/+6
* 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