summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement clear browsing data dialog in linuxevan@chromium.org2009-05-221-3/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-0/+23
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-23/+0
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-0/+23
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-23/+0
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-0/+23
* Enable IDC_CLOSE_WINDOW on linux.estade@chromium.org2009-05-201-1/+1
* Commit for Miranda. glen@chromium.org2009-05-191-1/+4
* Eliminate an unused constant. Original patch by Yuzo Fujishima (see http://c...pkasting@chromium.org2009-05-191-4/+0
* Revert the first run bubble change because of Mac/Linux failures.glen@chromium.org2009-05-161-4/+1
* File missing from previous recommit.glen@chromium.org2009-05-161-1/+4
* rollback of r 162411glen@chromium.org2009-05-161-4/+1
* Commit for MirandaC of Smaller alternate first run bubble. http://codereview....glen@chromium.org2009-05-161-1/+4
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-0/+4
* Explicitly set the window title in the dock when minimizing a window/updating...avi@google.com2009-05-151-0/+5
* Handful of changes to get views building again. The tab.cc ifdefs aresky@chromium.org2009-05-151-1/+4
* Enable basic saving/restoring window placements on Mac.rohitrao@chromium.org2009-05-141-1/+4
* Add GTK options window (no options actually configurable yet.)evan@chromium.org2009-05-141-1/+5
* DevTools: enable out of process dev tools by default. Take 2.pfeldman@chromium.org2009-05-131-3/+3
* Now I have correct information on 11790 - NULL check TabContents in case this...beng@google.com2009-05-121-6/+5
* Reverting 15843: chrome performance regression.pfeldman@chromium.org2009-05-121-3/+3
* DevTools: enable out of process dev tools by default.pfeldman@chromium.org2009-05-121-3/+3
* Add import settings dialog on linux.kuchhal@chromium.org2009-05-111-6/+10
* Use Chrome facilities for omnibox state save and restore on Mac.shess@chromium.org2009-05-111-4/+0
* Move win_util.h from common to app.ben@chromium.org2009-05-081-2/+1
* Enable ctrl-shift-L for app/popup windows and fix a crash. Patch by Yusuke S...pkasting@chromium.org2009-05-081-11/+15
* Various popup UI fixes:pkasting@chromium.org2009-05-081-5/+7
* DevTools: Enable debugging of non-TabContents including extensions.pfeldman@chromium.org2009-05-071-8/+2
* Create a separate UI surface for extensions (bottom shelf) and remove them fr...erikkay@google.com2009-05-061-2/+4
* Reverting 15399.maruel@chromium.org2009-05-061-4/+3
* Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that webrettw@chromium.org2009-05-061-3/+4
* honor index in createTab()rafaelw@chromium.org2009-05-061-16/+20
* Merge two TabContents::InvalidateTypes types and properly update tab download...estade@chromium.org2009-05-061-19/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-041-3/+0
* Reset the omnibox contents when the user reloads the page. Patch by Yusuke S...pkasting@chromium.org2009-05-041-0/+5
* DevTools: Wire existing shortcutto out of process devtools.pfeldman@chromium.org2009-05-041-16/+20
* Fix find in page. When fixing the conflict after updating, I accidentallybrettw@chromium.org2009-05-041-0/+5
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-120/+86
* Relanding the following CL (it was breaking the UI tests because ajcampan@chromium.org2009-05-021-0/+1
* Reverting 15115, it sadly breaks the ui tests.jcampan@chromium.org2009-05-011-1/+0
* If Chrome is not the default browser, tell the user, unless:jcampan@chromium.org2009-05-011-0/+1
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-0/+3
* Don't show popups before tabs have been added. Instead, prevent the BrowserVi...ben@chromium.org2009-04-301-8/+1
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-301-0/+9
* Reverting 14948.jcampan@chromium.org2009-04-301-9/+0
* Closing the last tab with a download in-progress would cause the tab to bejcampan@chromium.org2009-04-301-0/+9
* Patch from <yuzo@google.com>:ben@chromium.org2009-04-291-2/+9
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-4/+7
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-2/+8