| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix linter errors in UtilityProcessHostImpl. | amistry | 2015-02-25 | 1 | -6/+5 |
* | Enable --renderer-cmd-prefix and --utility-cmd-prefix on Windows. Needed for ... | inferno | 2015-01-23 | 1 | -4/+0 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -8/+4 |
* | Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. | morrita | 2014-10-20 | 1 | -3/+3 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -5/+5 |
* | content/ fixups for scoped_refptr operator T* removal. | dcheng | 2014-09-03 | 1 | -4/+4 |
* | Remove implicit conversions from scoped_refptr to T* in content/ | dcheng | 2014-08-26 | 1 | -3/+3 |
* | Experimentally isolate OpenItemViaShell in a utility process. | erikwright@chromium.org | 2014-08-21 | 1 | -2/+13 |
* | Add base:: qualification to some COmmandLine references in content. | brettw@chromium.org | 2014-08-11 | 1 | -2/+3 |
* | Move some methods related to single-process out of content/public, since they... | jam@chromium.org | 2014-04-17 | 1 | -1/+1 |
* | Refactor configuration of sandboxes - first steps | aberent@chromium.org | 2014-03-13 | 1 | -28/+46 |
* | Creates a way to launch the utility process with elevated privileges on Windo... | haven@chromium.org | 2014-02-11 | 1 | -0/+24 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Clear SingleProcess and InProcessGPU logic. | dongseong.hwang@intel.com | 2013-11-24 | 1 | -3/+2 |
* | Remove EnableZygote API. | jorgelo@chromium.org | 2013-11-05 | 1 | -11/+8 |
* | Fix two 80c violations. | jorgelo@chromium.org | 2013-09-20 | 1 | -3/+4 |
* | Move AlterEnvironment to base/environment.h, implement on Windows. This re-im... | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Set up content in-process main threads via factory | scottmg@chromium.org | 2013-08-16 | 1 | -54/+10 |
* | Get rid of webkit/plugins/plugin_switches.* and move them to content/public/c... | jam@chromium.org | 2013-08-09 | 1 | -1/+0 |
* | Cut some more dependencies from browser to child for multiple_dll mode | scottmg@chromium.org | 2013-07-23 | 1 | -1/+8 |
* | Enable sandbox in local discovery utility process. | vitalybuka@chromium.org | 2013-07-20 | 1 | -1/+10 |
* | Make utility process run in-process when running in single-process mode. | jam@chromium.org | 2013-07-09 | 1 | -49/+111 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Get rid of chrome frame flag in sandbox_policy.cc which is a layering violati... | jam@chromium.org | 2013-03-20 | 1 | -2/+0 |
* | Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo... | jam@chromium.org | 2013-03-20 | 1 | -1/+24 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -2/+2 |
* | Cleanup: Remove unneeded browser_thread.h includes in contents. | thestig@chromium.org | 2013-01-03 | 1 | -0/+1 |
* | Expose ChildProcessData for the utility process | cpu@chromium.org | 2012-12-19 | 1 | -0/+4 |
* | Moved extension installation from FILE thread. CrxInstaller and friends are n... | zelidrag@chromium.org | 2012-11-15 | 1 | -9/+9 |
* | Move the remaning files in content\common to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -10/+4 |
* | [OSX] Pass --enable-sandbox-logging to more sub-processes. | shess@chromium.org | 2012-10-03 | 1 | -0/+4 |
* | Posix: Fix --utility-cmd-prefix to not run /proc/self/exe. | thestig@chromium.org | 2012-09-13 | 1 | -4/+17 |
* | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -2/+2 |
* | Create an API around UtilityProcessHost and use that from chrome. | jam@chromium.org | 2012-02-03 | 1 | -0/+183 |