summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_main.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Move one more bit of early startup initialization to a function that has itsmark@chromium.org2011-04-261-5/+1
* Use the real Mac browser app's bundle identifier everywhere that a basemark@chromium.org2011-04-221-0/+4
* Move renderer_main and renderer_glue to content.jam@chromium.org2011-04-181-2/+2
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-11/+20
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+2
* Speculative fix for not getting crash reports for PPAPI plugins on ChromeOS.brettw@chromium.org2011-04-121-1/+2
* Basic support for ppapi trusted broker process: --type=ppapi-broker.ddorwin@chromium.org2011-04-071-0/+5
* Read ChromeOS version numbers from file before sandboxing and cache them.dgozman@chromium.org2011-04-051-0/+11
* Fix crash in single process mode because ChromeRenderContentClient wasn't bei...jam@chromium.org2011-03-211-2/+8
* Move app/app_switches to ui/gfx/gl/gl_switches.backer@chromium.org2011-03-211-1/+0
* Add separate ContentClient interfaces for gpu/plugin/renderer processes. Sin...jam@chromium.org2011-03-171-2/+12
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move InitCrashReporter on Linux so that it runs in each renderer, instead of ...jam@chromium.org2011-03-161-5/+6
* startup: simplify single-process logicevan@chromium.org2011-03-111-15/+11
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-111-2/+2
* Move Linux sub process breakpad initialization to a common place.jam@chromium.org2011-03-111-0/+9
* Add a ContentClient interface than an embedder of content has to implement. ...jam@chromium.org2011-03-101-0/+6
* Add a PathService id for the child process exe. This is needed so that the r...jam@chromium.org2011-03-091-0/+11
* 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