| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for multiple zygote fork delegates | mdempsky@chromium.org | 2014-05-11 | 2 | -4/+8 |
* | ContentMainRunner is part of content module public classes, so it should be e... | ararunprasad@gmail.com | 2014-04-10 | 1 | -1/+4 |
* | Run ContentMain in a browser_test's browser process. This removes duplication... | jam@chromium.org | 2014-03-18 | 1 | -6/+11 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+3 |
* | Convert ContentMain to take a struct instead of parameters that vary dependin... | jam@chromium.org | 2014-03-09 | 2 | -42/+36 |
* | Move the android library loader from content to base | aberent@chromium.org | 2014-02-10 | 1 | -16/+8 |
* | Check library version and handle library load errors | aberent@chromium.org | 2013-11-28 | 1 | -0/+5 |
* | Allow JNI registration to be performed eagerly. | torne@chromium.org | 2013-11-04 | 1 | -0/+5 |
* | reland of http://crrev.com/212230 Create top-level separate targets for... | scottmg@chromium.org | 2013-07-18 | 1 | -3/+7 |
* | Revert 212230 "Create top-level separate targets for browser and..." | scottmg@chromium.org | 2013-07-18 | 1 | -29/+7 |
* | Create top-level separate targets for browser and child dlls | scottmg@chromium.org | 2013-07-18 | 1 | -7/+29 |
* | remove wrong chrome_split_dll ifdefs | scottmg@chromium.org | 2013-05-17 | 1 | -4/+2 |
* | Add chrome_split_dll gyp variable, and duplicate chrome_main_dll target (reland) | scottmg@chromium.org | 2013-05-08 | 1 | -2/+4 |
* | Revert 198834 "Add chrome_split_dll gyp variable, and duplicate ..." | dewittj@chromium.org | 2013-05-08 | 1 | -4/+2 |
* | Add chrome_split_dll gyp variable, and duplicate chrome_main_dll target | scottmg@chromium.org | 2013-05-08 | 1 | -2/+4 |
* | First step towards component build for Android. | yfriedman@chromium.org | 2012-11-01 | 2 | -4/+4 |
* | Move sandbox code in content to content namespace. | jam@chromium.org | 2012-10-23 | 1 | -2/+1 |
* | Exclude Mac and Linux-specific ContentMainDelegate functions on iOS | stuartmorgan@chromium.org | 2012-09-27 | 2 | -4/+4 |
* | Enable a minimal content/ build on iOS | stuartmorgan@chromium.org | 2012-09-18 | 1 | -0/+15 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 4 | -5/+1 |
* | Undo the startup_helper_win.h change in r143501 because that breaks the sandb... | jam@chromium.org | 2012-06-22 | 1 | -3/+3 |
* | Enable incremental linking on browser_tests and unit_tests. | jam@chromium.org | 2012-06-22 | 1 | -1/+4 |
* | Added sandboxed process service. | michaelbai@chromium.org | 2012-06-12 | 1 | -0/+4 |
* | Simplify how Content*Client interfaces are created. Instead of depending on t... | jam@chromium.org | 2012-06-05 | 3 | -0/+42 |
* | As part of the content_shell bring up, some un-upstreamed features | michaelbai@chromium.org | 2012-06-04 | 1 | -1/+8 |
* | Fixed the dependency. | michaelbai@chromium.org | 2012-06-01 | 1 | -0/+23 |
* | Give ContentMainDelegate a default implementation to simplify embedders. | jam@chromium.org | 2012-05-30 | 2 | -12/+56 |
* | Get chrome:// dev tool urls hooked up in content_shell. | michaeln@google.com | 2012-04-20 | 1 | -5/+5 |
* | Support sharing of ContentMain and BrowserMain code with embedded use cases (... | marshall@chromium.org | 2012-02-10 | 3 | -2/+102 |
* | Revert 121236 - Support sharing of ContentMain and BrowserMain code with embe... | marshall@chromium.org | 2012-02-09 | 3 | -102/+2 |
* | Support sharing of ContentMain and BrowserMain code with embedded use cases (... | marshall@chromium.org | 2012-02-09 | 3 | -2/+102 |
* | Revert "Support sharing of ContentMain and BrowserMain code with embedded use... | evan@chromium.org | 2012-02-06 | 3 | -102/+2 |
* | Support sharing of ContentMain and BrowserMain code with embedded use cases. | marshall@chromium.org | 2012-02-06 | 3 | -2/+102 |
* | Move content_restriction.h and main_function_params.h to content/public/commo... | jam@chromium.org | 2011-10-31 | 1 | -4/+4 |
* | Expose the sandbox related code through the content API. I did a bit of clean... | jam@chromium.org | 2011-10-29 | 1 | -0/+34 |
* | Move ZygoteForkDelegateLinux to content/public/common. | jam@chromium.org | 2011-10-25 | 1 | -2/+3 |
* | Move ContentMainDelegate to content/public/. | joi@chromium.org | 2011-10-20 | 1 | -0/+73 |