summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.cc
Commit message (Expand)AuthorAgeFilesLines
* Open a new tab page rather than the homepage if startup is set to "open the f...pkasting@chromium.org2009-05-271-2/+8
* Remove the last bits leftover from my frame window experiment.brettw@chromium.org2009-05-261-8/+0
* Add a separate cookie store that's used for extensions.mpcomplete@google.com2009-05-141-4/+0
* Fix few miscellanous TODO(port)s.phajdan.jr@chromium.org2009-05-121-3/+0
* Fix the build in debug mode.jcampan@chromium.org2009-05-091-1/+2
* There was a potential race when showing the default browser info-bar on star-up,jcampan@chromium.org2009-05-091-1/+24
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+1
* Add customized first run tabscpu@google.com2009-05-091-24/+65
* Refactor BrowserInit in preparation for customized first run tabscpu@google.com2009-05-071-40/+29
* honor index in createTab()rafaelw@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-3/+3
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-5/+2
* Blind fix for ChromeBot crashes.mal@chromium.org2009-05-031-1/+3
* Relanding the following CL (it was breaking the UI tests because ajcampan@chromium.org2009-05-021-0/+125
* Reverting 15115, it sadly breaks the ui tests.jcampan@chromium.org2009-05-011-122/+0
* If Chrome is not the default browser, tell the user, unless:jcampan@chromium.org2009-05-011-0/+122
* Deprecate wstring version of PathService::Get() in webkit.thestig@chromium.org2009-05-011-3/+4
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Add a comment to the hwnd view about proper usage. I was using it incorrectlybrettw@chromium.org2009-04-131-0/+9
* Stuff needed for alert info bars.estade@chromium.org2009-04-081-16/+4
* linux: don't crash on alert infobars.evan@chromium.org2009-04-081-6/+1
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-1/+1
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-121-1/+6
* Get rid of --start-renderers-manually since it's been broken for a long time ...jam@chromium.org2009-03-101-5/+1
* Make startup_tests build and run on Linux (except reference tests).phajdan.jr@chromium.org2009-03-051-10/+7
* revert broken change 10833nsylvain@chromium.org2009-03-031-6/+3
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-3/+6
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-6/+3
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-3/+6
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-031-1/+1
* Fix the misspelling of GetLaunchShortcutKind().mal@chromium.org2009-02-281-3/+3
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-3/+3
* When starting Chrome with the option to go to the home page on start-up, the ...jcampan@chromium.org2009-02-281-0/+4
* Drop whitespace at end of linewillchan@chromium.org2009-02-271-1/+1
* Fix the case of invoking chrome with --install-extension when chrome was notmpcomplete@google.com2009-02-251-1/+4
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-1/+1
* Attempt at fixing flakeyness when running session restore ui tests insky@google.com2009-02-241-2/+9
* Add locale_settings.grd to the build. This generatestc@google.com2009-02-181-5/+4
* Do two TODOs related to --load-extension:aa@chromium.org2009-02-171-0/+1
* Make session_restore.cc compile on Posix.jhawkins@chromium.org2009-02-141-1/+1
* Build alternate_nav_url_fetcher.cc on posixestade@chromium.org2009-02-141-1/+1
* Use real URLFixerUpper. Makes URLs on command line work.evan@chromium.org2009-02-121-1/+1
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Porting unit tests in chrome/phajdan.jr@chromium.org2009-02-101-4/+5
* Revert basically everything I've done today as it fails mysteriouslyevan@chromium.org2009-02-101-1/+0
* Bring a bunch more headers into the non-Windows build:evan@chromium.org2009-02-101-0/+1
* Add UMA counter to track how users launch Chromecpu@google.com2009-02-061-0/+55