summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-272-0/+6
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-1/+1
* [Mac] More descriptive process name for flapper.shess@chromium.org2012-06-222-0/+9
* Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*.yzshen@chromium.org2012-06-182-25/+18
* Reland: Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-122-29/+201
* Revert 141482 - Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-112-201/+29
* Add an asynchronous version of the Flash DeviceID API.brettw@chromium.org2012-06-111-0/+2
* Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-112-29/+201
* Propogate the UI language on the command line and expose to Flash.brettw@chromium.org2012-06-112-0/+7
* PpapiThread::SendToBrowser() isn't thread safe.tsepez@chromium.org2012-06-072-1/+7
* Pepper Flash: Make ClearSiteData work with PPP_Flash_BrowserOperations 1.1.viettrungluu@chromium.org2012-06-071-9/+24
* Pepper Flash settings integration: implement "deauthorize content licenses".yzshen@chromium.org2012-05-272-7/+39
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-116-27/+51
* Android content shell bringup.jrg@chromium.org2012-05-101-0/+21
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-024-7/+16
* Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type.jsbell@chromium.org2012-04-302-5/+5
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-244-9/+13
* Actually hook up the Pepper clear site data.brettw@chromium.org2012-04-204-46/+68
* Remove out-of-date DCHECKbrettw@chromium.org2012-04-191-1/+0
* Get the GetInterface function for the broker.brettw@chromium.org2012-04-191-10/+9
* Apply an initial seccomp filter policy for Pepper Flash.cevans@chromium.org2012-04-171-0/+8
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-134-9/+9
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-122-0/+48
* 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