summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_plugin_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Fold away now dead NSS code.davidben2015-10-021-7/+0
* Added directwrite warmup for PPAPI processes.forshaw2015-09-221-1/+17
* Only initialize NSS in PpapiPluginMain on !USE_OPENSSL builds.davidben2015-07-081-1/+1
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-1/+1
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-091-2/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-1/+6
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-6/+1
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-1/+6
* Sets $HOME for PPAPI plugin in ChromeOS.mukai@chromium.org2014-01-231-0/+10
* Set up font precaching in ppapi processscottmg@chromium.org2013-12-191-0/+18
* Revert 240527 "Revert of https://codereview.chromium.org/99133015/"jln@chromium.org2013-12-131-1/+1
* Revert of https://codereview.chromium.org/99133015/scottmg@chromium.org2013-12-131-1/+1
* Linux Sandbox: split the GPU policies to their own files.jln@chromium.org2013-12-131-1/+1
* Use a direct include of the message_loop header in content/, part 3.avi@chromium.org2013-07-181-1/+1
* Process names, and predictable thread and process ordering in about:tracingnduca@chromium.org2013-07-081-0/+4
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Linux: make current InitializeSandbox() private.jln@chromium.org2013-04-131-1/+2
* Fix nits in crypto::InitNSSSafely().jorgelo@chromium.org2012-11-291-1/+1
* 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-161-0/+7
* ChromeOS needs UTF-8 appended to locale.ihf@chromium.org2012-11-141-1/+1
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-2/+6
* Flapper has some additional environment expectations.shess@chromium.org2012-10-141-0/+18
* Set the default locale for ICU in the PPAPI process.brettw@chromium.org2012-08-031-0/+10
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-181-1/+1
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-131-1/+1
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-131-1/+1
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-241-4/+2
* Apply an initial seccomp filter policy for Pepper Flash.cevans@chromium.org2012-04-171-0/+8
* mac: Remove InitWebCoreSystemInterface() calls from many random places.thakis@chromium.org2012-02-141-11/+1
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-2/+2
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* 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-181-1/+1
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-1/+1
* Change the PPAPI message loop to type IO (from type UI).viettrungluu@chromium.org2011-05-171-1/+1
* Make Pepper work out-of-process in the windows sandboxcpu@chromium.org2011-05-061-1/+23
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-0/+5
* Ensure no chrome includes in content\common and content\ppapi_plugin. Also t...jam@chromium.org2011-04-181-1/+1
* Added ppp_broker.h and parameterized PpapiThread to support the broker process.ddorwin@chromium.org2011-04-141-1/+1
* Move ppapi_plugin to content.jam@chromium.org2011-03-141-0/+28