summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-landing r21673 without re-enabling the BrowserTest, which apparently isbrettw@chromium.org2009-07-271-2/+2
* Revert of r21673 - which caused browser_test failure in ChromeURLAfterDownload.robertshield@chromium.org2009-07-271-2/+2
* Make downloads not prevent tabs from closing.brettw@chromium.org2009-07-271-2/+2
* Partial fix to 7028 - Pinning in Win7.A complete fix will require Gears to se...brg@chromium.com2009-07-251-0/+6
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-1/+1
* This CL adds an infobar instructing users they can do search directly from th...jcampan@chromium.org2009-07-231-0/+1
* DevTools: Rename JavaScript console action into Developer Tools.pfeldman@chromium.org2009-07-221-3/+3
* o Modified the toolbar button handler so that the handler can revert its omni...yusukes@google.com2009-07-221-5/+0
* Fix for the URL status bubble overlapping the download shelf.paul@chromium.org2009-07-211-2/+3
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-211-7/+8
* Resurrect toolkit_views build.ben@chromium.org2009-07-211-3/+2
* Fix misleading name and comment of Browser::GetCurrentPageTitle.phajdan.jr@chromium.org2009-07-201-3/+3
* DevTools: Store devtools split location on Linux.pfeldman@chromium.org2009-07-201-0/+1
* Relanding the the refactoring the page info to have a model.jcampan@chromium.org2009-07-191-0/+8
* Reverting 21032.jcampan@chromium.org2009-07-181-8/+0
* Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...jcampan@chromium.org2009-07-181-0/+8
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-10/+31
* Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.sky@chromium.org2009-07-131-1/+2
* DevTools: Toggle docked devtools window on shortcut.pfeldman@chromium.org2009-07-131-3/+3
* Convert some stuff to string16 so the toolkit_views build can build againben@chromium.org2009-07-101-7/+7
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-4/+4
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-071-0/+12
* Hook up the prefs for the optional home buttons and page/wrench buttons. Move...pinkerton@chromium.org2009-07-071-0/+11
* Adds a couple of keybindings.sky@chromium.org2009-07-071-0/+14
* Popup changesdavemoore@chromium.org2009-07-071-4/+4
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-6/+0
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-1/+1
* Use regular notifications for theme changes.tc@google.com2009-06-261-0/+6
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-241-2/+2
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-241-31/+0
* Rejiggers the keyword editor so that the UI is independent of the model rathe...ben@chromium.org2009-06-231-20/+25
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-221-6/+1
* Implement restoring closed tab menu item. Reworked cross-platform code to han...pinkerton@chromium.org2009-06-191-0/+12
* Initial download shelf on OS X.thakis@chromium.org2009-06-181-2/+0
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+24
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+4
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-101-0/+6
* Refactors tab overview and gets the rest of the chunks working. I'vesky@chromium.org2009-06-101-1/+1
* Null check render_view_host when processing unload events.ojan@chromium.org2009-06-101-2/+14
* Linux: Remove old ifdefs around a DCHECK.willchan@chromium.org2009-06-091-4/+0
* Make Ctrl-Shift-J to work across platforms.mnaganov@chromium.org2009-06-091-4/+0
* Move a few commands to the appropriate slot in the command order.pkasting@chromium.org2009-06-081-2/+6
* Second (and hopefully the final) fix for the issue 805:yusukes@google.com2009-06-061-1/+3
* Remove a bunch of #ifs in browser.h and browser.cc. These methods compiletc@google.com2009-06-051-18/+18
* Disable "Duplicate" and "Copy URL" window actions on TYPE_APP browsers.pfeldman@chromium.org2009-06-051-17/+16
* On linux, add a context menu item in the tab strip for disablingtc@google.com2009-06-041-0/+1
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-0/+23
* When the contents don't have title, use URL for the name of bookmark entry.brettw@chromium.org2009-06-031-8/+8
* Pasted links opened with alt-enter were opened next to the current tab instea...pkasting@chromium.org2009-06-021-94/+104
* Address post-lgtm comment from Evan. No functionality change.thakis@chromium.org2009-05-311-1/+1