| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -0/+1 |
* | Remove a bunch of #ifs in browser.h and browser.cc. These methods compile | tc@google.com | 2009-06-05 | 1 | -8/+0 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 1 | -1/+3 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -4/+2 |
* | Pasted links opened with alt-enter were opened next to the current tab instea... | pkasting@chromium.org | 2009-06-02 | 1 | -15/+29 |
* | Revert the Omnibox when changing tabs while its contents have been deleted. | pkasting@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile... | pinkerton@chromium.org | 2009-05-29 | 1 | -2/+0 |
* | This fixes the problem of the status bubble obscuring the download shelf. | mirandac@chromium.org | 2009-05-27 | 1 | -0/+1 |
* | Remove the last bits leftover from my frame window experiment. | brettw@chromium.org | 2009-05-26 | 1 | -1/+1 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-22 | 1 | -1/+3 |
* | Move a bunch of dialog creation routines to browser_dialogs.h to break the | brettw@chromium.org | 2009-05-22 | 1 | -2/+2 |
* | Implement clear browsing data dialog in linux | evan@chromium.org | 2009-05-22 | 1 | -2/+0 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 1 | -0/+1 |
* | Add GTK options window (no options actually configurable yet.) | evan@chromium.org | 2009-05-14 | 1 | -0/+2 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Add import settings dialog on linux. | kuchhal@chromium.org | 2009-05-11 | 1 | -1/+3 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 1 | -0/+1 |
* | Make background pages work more nicely with the tabs API. | aa@chromium.org | 2009-05-07 | 1 | -1/+8 |
* | Create a separate UI surface for extensions (bottom shelf) and remove them fr... | erikkay@google.com | 2009-05-06 | 1 | -1/+2 |
* | Reverting 15399. | maruel@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that we | brettw@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -2/+4 |
* | Merge two TabContents::InvalidateTypes types and properly update tab download... | estade@chromium.org | 2009-05-06 | 1 | -1/+0 |
* | Relanding this, it was missing the Mac unit-test change, that was breaking th... | jcampan@chromium.org | 2009-04-30 | 1 | -0/+1 |
* | Reverting 14948. | jcampan@chromium.org | 2009-04-30 | 1 | -1/+0 |
* | Closing the last tab with a download in-progress would cause the tab to be | jcampan@chromium.org | 2009-04-30 | 1 | -0/+1 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 1 | -0/+3 |
* | Now that we have file dialogs, we might as well hook up "Open File" on the Mac. | avi@google.com | 2009-04-27 | 1 | -2/+0 |
* | Create an about dialog for GTK Chromium. | erg@google.com | 2009-04-24 | 1 | -1/+1 |
* | Move Browser implementation of callback interfaces into the private section. | stoyan@chromium.org | 2009-04-23 | 1 | -9/+39 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -15/+12 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -12/+15 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -15/+12 |
* | Makes SupportsFeature virtual and adds a virtual destructor to Browser. | sky@chromium.org | 2009-04-17 | 1 | -2/+2 |
* | Make Browser::set_window defined all the time, and adds the ability to | sky@chromium.org | 2009-04-16 | 1 | -1/+3 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 1 | -1/+0 |
* | Fix regression I introduced where Stop/Go button would toggle state instantly... | pkasting@chromium.org | 2009-04-15 | 1 | -3/+4 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 1 | -9/+1 |
* | Added undo tab closing item to Tab menu. | idanan@chromium.org | 2009-04-14 | 1 | -0/+3 |
* | This CL adds a confirmation box when closing the browser with in-progress dow... | jcampan@chromium.org | 2009-04-09 | 1 | -0/+28 |
* | revert until I can figure out why the tests are hanging | ben@chromium.org | 2009-04-09 | 1 | -0/+2 |
* | Distributor logo and " - App Name" shouldn't be shown on app frame windows. | ben@chromium.org | 2009-04-08 | 1 | -0/+3 |
* | Support the new popup and new window dispositions in the external tab contain... | ananta@chromium.org | 2009-04-08 | 1 | -0/+7 |
* | Re-land popup routing fix for browser. | ben@chromium.org | 2009-04-07 | 1 | -5/+5 |
* | First implementation of a bookmark bar. | erg@google.com | 2009-04-06 | 1 | -2/+0 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -1/+1 |
* | Moving the Find bar ownership to the Browser object for portability and testa... | finnur@chromium.org | 2009-04-05 | 1 | -1/+8 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Revert until sequencing issue fixed. | ben@chromium.org | 2009-04-02 | 1 | -2/+0 |
* | Fix a case where non-tabbed browser windows could open tabs. Also includes UI... | ben@chromium.org | 2009-04-02 | 1 | -0/+2 |