summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Changes tab restore service to handle restoring closed windows as asky@google.com2008-11-251-8/+14
* Get rid of ISO-8859-9 in the character encoding menu because it's now treated...jungshik@google.com2008-11-251-2/+0
* Attempt 2 at this fix. I hit after my patch. The problem appears to besky@google.com2008-11-211-5/+0
* Fixes possible crash in creating Browser. The crash could happensky@google.com2008-11-211-0/+5
* Adds various docking positions when dragging around a tab. I've addedsky@google.com2008-11-201-2/+10
* Re-land this change: http://codereview.chromium.org/10967/showben@chromium.org2008-11-191-11/+4
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-191-32/+27
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-27/+32
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-32/+27
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-171-4/+11
* Remove HWND from TabContents creation. ben@chromium.org2008-11-171-11/+4
* Prevent crashes in QEMU by (correctly) saying no commands are enabled when th...ben@chromium.org2008-11-161-0/+4
* Remove a bunch of NULL checks that seem unnecessary, and document some checks...ben@chromium.org2008-11-151-64/+27
* Make the Browser restore saved last size/position using the WindowDelegate co...ben@chromium.org2008-11-151-20/+12
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-141-8/+5
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-110/+41
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-4/+4
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-154/+144
* Adds the ability for save dialogs to take a default extension.sky@google.com2008-11-121-2/+3
* Break out command execution from ExecuteCommand implementation into separate ...ben@chromium.org2008-11-121-486/+456
* Reorder browser.cc to match style guide, and remove browser_commands.ccben@chromium.org2008-11-121-753/+1692
* Reorder functions in browser.hben@chromium.org2008-11-121-16/+4
* oopsben@chromium.org2008-11-111-1/+1
* oopsben@chromium.org2008-11-111-1/+1
* Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't se...ben@chromium.org2008-11-111-1/+3
* Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec...ben@chromium.org2008-11-111-43/+0
* More cleanup in Browser:ben@chromium.org2008-11-111-8/+5
* These files were missed from my last cleanup CL.beng@google.com2008-11-111-57/+4
* Removes the old frames.ben@chromium.org2008-11-101-163/+0
* Roll back. Sigh. Still not fixed.ben@chromium.org2008-11-051-1/+2
* Reinstate this commented-out code now the root cause of the problem has been ...ben@chromium.org2008-11-051-2/+1
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-051-37/+0
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-0/+37
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-041-37/+0
* Revert some of my earlier change to see if this fixes dist tests, and revert ...ben@chromium.org2008-11-031-1/+2
* Adding preferences and clear browsing data for form autofill.jcampan@chromium.org2008-10-311-0/+4
* Changes session restore to account for apps and popups. If you havesky@google.com2008-10-301-7/+2
* Fix a couple of tab related bugs:ben@chromium.org2008-10-291-0/+4
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-19/+22
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Remember the clear browsing data combo box selection.finnur@google.com2008-10-251-0/+1
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-2/+8
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-5/+2
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-4/+3
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-141-3/+7
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-2/+2
* Add preferences for the clear browsing data dialog so thattc@google.com2008-09-151-0/+5
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-1/+1
* Move the Save Page code to the browser/download/ directory.paulg@google.com2008-09-141-1/+1
* Move XPFrame, VistaFrame to views/old_framesbeng@google.com2008-09-131-1/+3