| Commit message (Expand) | Author | Age | Files | Lines |
* | There was a potential race when showing the default browser info-bar on star-up, | jcampan@chromium.org | 2009-05-09 | 1 | -1/+24 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Add customized first run tabs | cpu@google.com | 2009-05-09 | 1 | -24/+65 |
* | Refactor BrowserInit in preparation for customized first run tabs | cpu@google.com | 2009-05-07 | 1 | -40/+29 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -3/+3 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -5/+2 |
* | Blind fix for ChromeBot crashes. | mal@chromium.org | 2009-05-03 | 1 | -1/+3 |
* | Relanding the following CL (it was breaking the UI tests because a | jcampan@chromium.org | 2009-05-02 | 1 | -0/+125 |
* | Reverting 15115, it sadly breaks the ui tests. | jcampan@chromium.org | 2009-05-01 | 1 | -122/+0 |
* | If Chrome is not the default browser, tell the user, unless: | jcampan@chromium.org | 2009-05-01 | 1 | -0/+122 |
* | Deprecate wstring version of PathService::Get() in webkit. | thestig@chromium.org | 2009-05-01 | 1 | -3/+4 |
* | Rename web_contents_view* files to tab_contents_view* to reflect my previous | brettw@chromium.org | 2009-04-21 | 1 | -1/+1 |
* | Add a comment to the hwnd view about proper usage. I was using it incorrectly | brettw@chromium.org | 2009-04-13 | 1 | -0/+9 |
* | Stuff needed for alert info bars. | estade@chromium.org | 2009-04-08 | 1 | -16/+4 |
* | linux: don't crash on alert infobars. | evan@chromium.org | 2009-04-08 | 1 | -6/+1 |
* | Re-land popup routing fix for browser. | ben@chromium.org | 2009-04-07 | 1 | -1/+1 |
* | Moving the storing/restoring of the focus from TabContents to WebContentsView... | jcampan@chromium.org | 2009-03-12 | 1 | -1/+6 |
* | Get rid of --start-renderers-manually since it's been broken for a long time ... | jam@chromium.org | 2009-03-10 | 1 | -5/+1 |
* | Make startup_tests build and run on Linux (except reference tests). | phajdan.jr@chromium.org | 2009-03-05 | 1 | -10/+7 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -6/+3 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -3/+6 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -6/+3 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -3/+6 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Fix the misspelling of GetLaunchShortcutKind(). | mal@chromium.org | 2009-02-28 | 1 | -3/+3 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 1 | -3/+3 |
* | When starting Chrome with the option to go to the home page on start-up, the ... | jcampan@chromium.org | 2009-02-28 | 1 | -0/+4 |
* | Drop whitespace at end of line | willchan@chromium.org | 2009-02-27 | 1 | -1/+1 |
* | Fix the case of invoking chrome with --install-extension when chrome was not | mpcomplete@google.com | 2009-02-25 | 1 | -1/+4 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -1/+1 |
* | Attempt at fixing flakeyness when running session restore ui tests in | sky@google.com | 2009-02-24 | 1 | -2/+9 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 1 | -5/+4 |
* | Do two TODOs related to --load-extension: | aa@chromium.org | 2009-02-17 | 1 | -0/+1 |
* | Make session_restore.cc compile on Posix. | jhawkins@chromium.org | 2009-02-14 | 1 | -1/+1 |
* | Build alternate_nav_url_fetcher.cc on posix | estade@chromium.org | 2009-02-14 | 1 | -1/+1 |
* | Use real URLFixerUpper. Makes URLs on command line work. | evan@chromium.org | 2009-02-12 | 1 | -1/+1 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Porting unit tests in chrome/ | phajdan.jr@chromium.org | 2009-02-10 | 1 | -4/+5 |
* | Revert basically everything I've done today as it fails mysteriously | evan@chromium.org | 2009-02-10 | 1 | -1/+0 |
* | Bring a bunch more headers into the non-Windows build: | evan@chromium.org | 2009-02-10 | 1 | -0/+1 |
* | Add UMA counter to track how users launch Chrome | cpu@google.com | 2009-02-06 | 1 | -0/+55 |
* | Add in NavigationController to linux and mac. | pinkerton@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Fix unintentional edit from r9218. | kuchhal@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Open Chrome Window instead of tab when it is launched from a shortcut. | kuchhal@chromium.org | 2009-02-05 | 1 | -4/+7 |
* | Bring many of the template_url classes into the fold for the Mac. Note that t... | avi@google.com | 2009-02-04 | 1 | -1/+1 |
* | Add a command line flag to load a single extension from an arbitrary (non-ver... | erikkay@google.com | 2009-02-03 | 1 | -4/+7 |