summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix nits in crypto::InitNSSSafely().jorgelo@chromium.org2012-11-291-1/+1
* Convert the Pepper Talk API to use the new resource system.brettw@chromium.org2012-11-281-2/+0
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-272-8/+9
* CHECK success of PPAPI process' InitializeSandbox() on Mac.wez@chromium.org2012-11-261-3/+1
* Put pepper threading support behind a command line flag.brettw@chromium.org2012-11-201-0/+2
* Initialize NSS in the PPAPI process for ClearKey CDM.jorgelo@chromium.org2012-11-171-0/+7
* Run the Chromoting client plugin out-of-process.wez@chromium.org2012-11-163-47/+74
* ChromeOS needs UTF-8 appended to locale.ihf@chromium.org2012-11-141-1/+1
* Get rid of unused SerializedScriptValue references.gbillock@chromium.org2012-10-251-1/+0
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-2110-14/+52
* Flapper has some additional environment expectations.shess@chromium.org2012-10-141-0/+18
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-024-5/+19
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-102-0/+12
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-242-24/+0
* Revert 152873 - Remove all the indexeddb-related utility process codericow@chromium.org2012-08-232-0/+24
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-222-24/+0
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-102-0/+5
* Add more logging to ChildThread.jam@chromium.org2012-08-061-0/+2
* Set the default locale for ICU in the PPAPI process.brettw@chromium.org2012-08-031-0/+10
* Remove all the chrome exceptions in content's DEPS that were there for browse...jam@chromium.org2012-07-301-1/+0
* Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...bauerb@chromium.org2012-07-272-31/+112
* mac: Remove code that was only needed on 10.5thakis@chromium.org2012-07-201-2/+2
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-182-2/+2
* Allow /dev/urandom from ppapi sandbox.shess@chromium.org2012-07-161-1/+5
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-132-2/+2
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-132-2/+2
* Remove #pragma once from contentajwong@chromium.org2012-07-112-2/+0
* 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