summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of --start-renderers-manually since it's been broken for a long time ...jam@chromium.org2009-03-101-2/+2
* Make startup_tests build and run on Linux (except reference tests).phajdan.jr@chromium.org2009-03-051-1/+0
* Add FilePath setter/getter to pref service. Change callers to use it rather t...estade@chromium.org2009-03-041-2/+2
* revert broken change 10833nsylvain@chromium.org2009-03-031-18/+12
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-12/+18
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-17/+12
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-12/+17
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-031-1/+1
* Drop whitespace at end of linewillchan@chromium.org2009-02-271-2/+0
* Remove zombie hunting on startup.deanm@chromium.org2009-02-261-2/+0
* Wire up resource bundles on the mac:thomasvl@chromium.org2009-02-261-2/+0
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-4/+3
* Make plugin_service.cc compile on Posix.jhawkins@chromium.org2009-02-201-1/+1
* Make user_data_manager.cc compile on Posix.jhawkins@chromium.org2009-02-201-1/+1
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-1/+4
* Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s.evan@chromium.org2009-02-181-1/+1
* Rename MessageWindow to ProcessSingleton in anticipation of more refactoring.evan@chromium.org2009-02-181-7/+7
* Persist info about subresources on pages for DNS pre-resolutionjar@chromium.org2009-02-171-0/+1
* Call RegisterURLRequestChromeJob on browser startup for Linux and Mac.evan@chromium.org2009-02-161-1/+4
* Small cleanup of DoUninstallTasks()cpu@google.com2009-02-131-13/+2
* Port most of MetricsService to Mac and linux.paul@chromium.org2009-02-131-1/+1
* Add Recycle() method to scoped autorelease pool to allow cleaning out any junkpinkerton@chromium.org2009-02-091-0/+7
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-051-1/+1
* Add some more scaffolding, enable some browser_main code on linux.estade@chromium.org2009-02-051-8/+15
* Add a command line flag to load a single extension from an arbitrary (non-ver...erikkay@google.com2009-02-031-0/+4
* Remove old web app code it's no longer needed. Simplifies startup a little.ben@chromium.org2009-02-021-1/+2
* Will the real BrowserProcessImpl please stand up?beng@google.com2009-02-011-2/+2
* Re-land this changelist to make BrowserInit work on Mac.beng@google.com2009-01-311-5/+4
* Rollback 8998beng@google.com2009-01-311-4/+5
* Bring up BrowserInit on MacOS X.beng@google.com2009-01-301-5/+4
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-301-13/+31
* This CL fixes bugs with EULAcpu@google.com2009-01-291-4/+5
* Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.glen@chromium.org2009-01-291-2/+2
* Porting profiles to the Mac.avi@chromium.org2009-01-281-5/+6
* Move MessageWindow out into its own file. BrowserInit is now cross-platform-c...ben@chromium.org2009-01-271-1/+4
* Unimportant cleanup.avi@chromium.org2009-01-271-1/+1
* Fixes leak of CertStore on shutdown.sky@google.com2009-01-231-4/+0
* I'm relanding the UserDataManager leak fix. I didn't realize we hadsky@google.com2009-01-231-2/+1
* Reverts my user data manager change as it breaks the mac buildbot.sky@google.com2009-01-231-1/+2
* Fixes leak of UserDataManager on shutdown.sky@google.com2009-01-231-2/+1
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-5/+4
* Move url_* to net subdirben@chromium.org2009-01-161-1/+1
* mac bootstrapping of browser main and app startup bitspinkerton@google.com2009-01-161-49/+83
* Move metrics files into a subdirben@chromium.org2009-01-161-2/+2
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-131-9/+2
* Rename extension_protocol* to extension_protocols*aa@chromium.org2009-01-091-1/+1
* remove chrome dependencies from win sandboxing headers. Wrap sandbox code topinkerton@google.com2009-01-091-4/+10
* Remove net_resources.rc and net_resources.h and replace ittc@google.com2009-01-081-1/+1
* Add chrome-user-script:// protocolaa@chromium.org2009-01-081-1/+1
* Provide and use auto startup/teardown for tracked objectsjar@google.com2008-12-301-21/+9