summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland r76840 with fix for webkit_gpu dependencies.apatrick@chromium.org2011-03-081-6/+0
* Revert 76840 - Removed GPU plugin.jcivelli@chromium.org2011-03-041-0/+6
* Removed GPU plugin.apatrick@chromium.org2011-03-031-6/+0
* Clean up CF To NS Casts and make them slightly saferdmaclach@chromium.org2011-03-031-1/+1
* startup: move some browser-specific startup into browser_mainevan@chromium.org2011-03-021-10/+0
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* startup: move a bit of logging initialization into InitChromeLoggingevan@chromium.org2011-03-011-25/+0
* Remove the --use-lf-heap flag.evan@chromium.org2011-03-011-12/+0
* startup: move more platform-specific stuff into separate filesevan@chromium.org2011-03-011-28/+7
* startup: move some platform-specific code into platform filesevan@chromium.org2011-02-281-134/+9
* Mac implementation of the UserDataDir policy.pastarmovj@chromium.org2011-02-111-1/+1
* Replaced environment variables for our own ones in the UserDataDir policy for...pastarmovj@chromium.org2011-02-091-39/+12
* This policy is directly read from the registry instead through the local_stor...pastarmovj@chromium.org2011-02-031-1/+41
* Added command line switches and UI (controlled via a build option)davemoore@chromium.org2011-02-011-0/+3
* Remove the internal-nacl flag.sehr@google.com2011-02-011-1/+0
* linux: set LC_NUMERIC to C for all non-browser processesevan@chromium.org2011-02-011-0/+11
* Fix StatsCounters on mac.tonyg@chromium.org2011-01-251-8/+7
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Make sure the process is _really_ gone after a __debugbreak(). We've had acevans@chromium.org2011-01-211-0/+3
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+4
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* NSS: don't set environment variables when multi-threaded.agl@chromium.org2011-01-131-0/+5
* Fix browser-pid computation. The zygote is a child of the browser, and thembelshe@chromium.org2011-01-041-1/+2
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-6/+6
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-011-2/+2
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-291-0/+5
* Error handling addedglotov@google.com2010-12-221-3/+6
* Revert unintentional part of previous changeabarth@chromium.org2010-12-151-1/+0
* Add path for NaCl pepper2 based plugin.abarth@chromium.org2010-12-151-0/+1
* startup: rename a variable to a shorter nameevan@chromium.org2010-12-091-37/+37
* Wrap GlobalDescriptors singleton in accessor method.evan@chromium.org2010-12-071-4/+1
* This adjusts plugin oom scores to be 4 instead of 10 on ChromeOS so that plug...gspencer@chromium.org2010-12-031-0/+6
* startup: move sandbox initialization togetherevan@chromium.org2010-12-021-19/+16
* Revert 68046 - Broke 10.6 Tests - startup: move sandbox initialization togetherrsesek@chromium.org2010-12-021-12/+15
* startup: move sandbox initialization togetherevan@chromium.org2010-12-021-15/+12
* Mac: Scaffolding for sandboxing GPU process.thakis@chromium.org2010-12-021-2/+4
* startup: factor out low-level startup/shutdownevan@chromium.org2010-11-301-82/+94
* startup: refactor subprocess-main call out of ChromeMainevan@chromium.org2010-11-231-80/+100
* startup: move some signals/flag-handling code into separate functionsevan@chromium.org2010-11-191-42/+67
* startup: group all #ifdef'd headers togetherevan@chromium.org2010-11-181-32/+24
* startup: rename chrome_dll_main to chrome_mainevan@chromium.org2010-11-181-0/+862
* Rename the source files containing main function so they can be quicklymaruel@google.com2008-08-011-304/+0
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+4
* Trap all malloc/new allocation failures in chrome.dll at allocation point. Th...maruel@google.com2008-07-311-0/+13
* Add chrome to the repository.initial.commit2008-07-261-0/+287