| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -119/+112 |
* | Re-land this changelist to make BrowserInit work on Mac. | beng@google.com | 2009-01-31 | 1 | -96/+129 |
* | Rollback 8998 | beng@google.com | 2009-01-31 | 1 | -130/+97 |
* | Bring up BrowserInit on MacOS X. | beng@google.com | 2009-01-30 | 1 | -97/+130 |
* | Register .crx file handler to install Chrome extensions. | mpcomplete@google.com | 2009-01-30 | 1 | -10/+9 |
* | Simple installation of extensions using chrome.exe --install-extensionChanged... | erikkay@google.com | 2009-01-29 | 1 | -0/+9 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 1 | -2/+4 |
* | Move MessageWindow out into its own file. BrowserInit is now cross-platform-c... | ben@chromium.org | 2009-01-27 | 1 | -275/+3 |
* | Add user script support to extensions. | aa@chromium.org | 2009-01-25 | 1 | -3/+1 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | Fix SecondLaunch unit test. | evan@chromium.org | 2009-01-21 | 1 | -1/+2 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -26/+24 |
* | Fix issue 6296 by using a dedicated delegate instance for each infobar that t... | tim@chromium.org | 2009-01-16 | 1 | -0/+2 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Fixes two session restore bugs: | sky@google.com | 2008-12-11 | 1 | -1/+11 |
* | Makes the tab restore service persist closed tabs/windows to disk and | sky@google.com | 2008-12-06 | 1 | -4/+3 |
* | Introduce ExtensionsService. Load extensions on startup from a directory in | aa@chromium.org | 2008-12-05 | 1 | -0/+6 |
* | Tear out all the old infobar code. | ben@chromium.org | 2008-12-03 | 1 | -1/+0 |
* | Convert Alternate NavURL Fetcher to use the new infobar framework. | ben@chromium.org | 2008-12-03 | 1 | -2/+2 |
* | Fix crash with plugin installer infobar due to the infobardelegate not being ... | ben@chromium.org | 2008-11-25 | 1 | -1/+2 |
* | Re-land 5929 (r5882) with crash fix and also this change: | ben@chromium.org | 2008-11-25 | 1 | -9/+44 |
* | Land this change again now I've fixed the crash. | ben@chromium.org | 2008-11-19 | 1 | -1/+1 |
* | Revert change 5596 because it broke the build | nsylvain@chromium.org | 2008-11-18 | 1 | -1/+1 |
* | Last couple of bits of new-frame related cleanup: | ben@chromium.org | 2008-11-18 | 1 | -1/+1 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -5/+3 |
* | Re-do the way browser windows are shown: | ben@chromium.org | 2008-11-14 | 1 | -68/+22 |
* | More cleanup in Browser: | ben@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | Changes session restore to account for apps and popups. If you have | sky@google.com | 2008-10-30 | 1 | -43/+50 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -1/+1 |
* | Reduce header dependencies. | evanm@google.com | 2008-10-22 | 1 | -0/+1 |
* | Move more view stuff out of WebContents. This moves context menus and info | brettw@google.com | 2008-10-14 | 1 | -2/+5 |
* | Adds an --incognito switch that can be used to launch Chrome in Incognito mode. | maruel@google.com | 2008-10-08 | 1 | -0/+4 |