summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-0/+32
* Browser Crash when opening urls with NEW_BACKGROUND_TAB dispositionhbono@chromium.org2009-04-231-3/+3
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-2/+1
* When restoring a closed tab using either ctrl-shift-T or the context menu, putpam@chromium.org2009-04-201-0/+2
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-67/+56
* Reverting 14005.brettw@chromium.org2009-04-181-56/+67
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-67/+56
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-171-2/+0
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-32/+2
* Allow users to hit ctrl-shift-delete ("clear browsing data") even in fullscre...pkasting@chromium.org2009-04-151-1/+2
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-151-4/+4
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-7/+7
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-6/+2
* Added undo tab closing item to Tab menu.idanan@chromium.org2009-04-141-0/+5
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-1/+1
* Fix a flicker of the URL bar after you enter it. The codebrettw@chromium.org2009-04-091-4/+4
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-091-3/+73
* Distributor logo and " - App Name" shouldn't be shown on app frame windows.ben@chromium.org2009-04-081-1/+10
* Support the new popup and new window dispositions in the external tab contain...ananta@chromium.org2009-04-081-2/+17
* Fix the findbar crash.tc@google.com2009-04-071-1/+1
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-25/+36
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-4/+2
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-1/+1
* First implementation of a bookmark bar.erg@google.com2009-04-061-4/+0
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-5/+5
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-051-2/+23
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-3/+4
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-10/+20
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-1/+1
* Only create one downloads tab per window. If there is already a Downloadsestade@chromium.org2009-04-021-1/+4
* Revert until sequencing issue fixed.ben@chromium.org2009-04-021-20/+16
* Fix a case where non-tabbed browser windows could open tabs. Also includes UI...ben@chromium.org2009-04-021-16/+20
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-2/+2
* Issue 348: can view old incognito cache if main process left runningidanan@chromium.org2009-03-271-7/+3
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-4/+4
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-2/+2
* Redone http://codereview.chromium.org/42571idanan@chromium.org2009-03-241-20/+46
* Reverting r12383, caused a build breakage on all platforms.maruel@chromium.org2009-03-241-46/+20
* Issue 6477: Support modifier clicks on UI elementsidanan@chromium.org2009-03-241-20/+46
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-9/+1
* Port more UI tests to Linux.phajdan.jr@chromium.org2009-03-231-3/+0
* Currently we have two types of devtools UI: Chrome built in developer tools w...yurys@google.com2009-03-231-3/+12
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-1/+1
* Implement focusing location bar with cmd-L on mac. Removes some more platform...pinkerton@chromium.org2009-03-191-4/+0
* Plumb up mouse motion for the status bubbles.avi@google.com2009-03-191-6/+3
* Fix dragging a Chrome window which has a single tab by the tab itself.idanan@chromium.org2009-03-181-7/+1
* Mac bookmark work. jrg@chromium.org2009-03-181-0/+11
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-14/+13
* SSLPolicy Fix: Step 5.abarth@chromium.org2009-03-171-3/+3
* Linux accelerators cleanup:estade@chromium.org2009-03-161-4/+16