| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold away now dead NSS code. | davidben | 2015-10-02 | 1 | -7/+0 |
* | Added directwrite warmup for PPAPI processes. | forshaw | 2015-09-22 | 1 | -1/+17 |
* | Only initialize NSS in PpapiPluginMain on !USE_OPENSSL builds. | davidben | 2015-07-08 | 1 | -1/+1 |
* | Rename USE_NSS to USE_NSS_CERTS. | davidben | 2015-04-17 | 1 | -1/+1 |
* | Mechanical rename of base::debug -> base::trace_event for /content | ssid | 2015-02-09 | 1 | -2/+2 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-23 | 1 | -1/+1 |
* | Change base/file_utils.h includes to base/files/file_utils.h in content/ | thestig | 2014-09-05 | 1 | -1/+1 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 1 | -1/+6 |
* | Revert 270872 "Move all callers of GetHomeDir() to PathService::..." | benwells@chromium.org | 2014-05-16 | 1 | -6/+1 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-16 | 1 | -1/+6 |
* | Sets $HOME for PPAPI plugin in ChromeOS. | mukai@chromium.org | 2014-01-23 | 1 | -0/+10 |
* | Set up font precaching in ppapi process | scottmg@chromium.org | 2013-12-19 | 1 | -0/+18 |
* | Revert 240527 "Revert of https://codereview.chromium.org/99133015/" | jln@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Revert of https://codereview.chromium.org/99133015/ | scottmg@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Linux Sandbox: split the GPU policies to their own files. | jln@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in content/, part 3. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Process names, and predictable thread and process ordering in about:tracing | nduca@chromium.org | 2013-07-08 | 1 | -0/+4 |
* | Move a bunch of child-only code from content/common to content/child | scottmg@chromium.org | 2013-06-06 | 1 | -1/+1 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -1/+1 |
* | Linux: make current InitializeSandbox() private. | jln@chromium.org | 2013-04-13 | 1 | -1/+2 |
* | Fix nits in crypto::InitNSSSafely(). | jorgelo@chromium.org | 2012-11-29 | 1 | -1/+1 |
* | Initialize NSS in the PPAPI process for ClearKey CDM. | jorgelo@chromium.org | 2012-11-17 | 1 | -0/+7 |
* | Run the Chromoting client plugin out-of-process. | wez@chromium.org | 2012-11-16 | 1 | -0/+7 |
* | ChromeOS needs UTF-8 appended to locale. | ihf@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ... | jam@chromium.org | 2012-10-21 | 1 | -2/+6 |
* | Flapper has some additional environment expectations. | shess@chromium.org | 2012-10-14 | 1 | -0/+18 |
* | Set the default locale for ICU in the PPAPI process. | brettw@chromium.org | 2012-08-03 | 1 | -0/+10 |
* | Move the Windows sandbox to sandbox/win | jln@chromium.org | 2012-07-18 | 1 | -1/+1 |
* | Emergency revert; rietveld broke; tree broke | erg@google.com | 2012-07-13 | 1 | -1/+1 |
* | sandbox/src -> sandbox/win/src | jln@chromium.org | 2012-07-13 | 1 | -1/+1 |
* | Convert the PPB_Flash interface to use the thunk system. | brettw@chromium.org | 2012-04-24 | 1 | -4/+2 |
* | Apply an initial seccomp filter policy for Pepper Flash. | cevans@chromium.org | 2012-04-17 | 1 | -0/+8 |
* | mac: Remove InitWebCoreSystemInterface() calls from many random places. | thakis@chromium.org | 2012-02-14 | 1 | -11/+1 |
* | Move content_restriction.h and main_function_params.h to content/public/commo... | jam@chromium.org | 2011-10-31 | 1 | -2/+2 |
* | Expose the sandbox related code through the content API. I did a bit of clean... | jam@chromium.org | 2011-10-29 | 1 | -2/+2 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Fix Mac PPAPI (out-of-process). | viettrungluu@chromium.org | 2011-09-01 | 1 | -0/+10 |
* | Convert the pp::proxy namespace to the ppapi::proxy namespace. | brettw@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | Proxy PPP_Messaging. | dmichael@chromium.org | 2011-08-03 | 1 | -1/+1 |
* | Change the PPAPI message loop to type IO (from type UI). | viettrungluu@chromium.org | 2011-05-17 | 1 | -1/+1 |
* | Make Pepper work out-of-process in the windows sandbox | cpu@chromium.org | 2011-05-06 | 1 | -1/+23 |
* | Add a way to pass information to Pepper Flash from the command-line (e.g., fo... | viettrungluu@chromium.org | 2011-05-03 | 1 | -0/+5 |
* | Ensure no chrome includes in content\common and content\ppapi_plugin. Also t... | jam@chromium.org | 2011-04-18 | 1 | -1/+1 |
* | Added ppp_broker.h and parameterized PpapiThread to support the broker process. | ddorwin@chromium.org | 2011-04-14 | 1 | -1/+1 |
* | Move ppapi_plugin to content. | jam@chromium.org | 2011-03-14 | 1 | -0/+28 |