summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
Commit message (Expand)AuthorAgeFilesLines
* Adds various docking positions when dragging around a tab. I've addedsky@google.com2008-11-201-1/+2
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-191-4/+9
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-9/+4
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-4/+9
* Remove a bunch of NULL checks that seem unnecessary, and document some checks...ben@chromium.org2008-11-151-2/+6
* Make the Browser restore saved last size/position using the WindowDelegate co...ben@chromium.org2008-11-151-0/+2
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-141-1/+3
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-7/+2
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-41/+43
* Break out command execution from ExecuteCommand implementation into separate ...ben@chromium.org2008-11-121-28/+63
* Reorder browser.cc to match style guide, and remove browser_commands.ccben@chromium.org2008-11-121-8/+8
* Reorder functions in browser.hben@chromium.org2008-11-121-214/+220
* Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't se...ben@chromium.org2008-11-111-5/+1
* Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec...ben@chromium.org2008-11-111-15/+0
* More cleanup in Browser:ben@chromium.org2008-11-111-28/+6
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-111-16/+2
* Rename BrowserView2 to BrowserView.ben@chromium.org2008-11-111-5/+2
* Removes the old frames.ben@chromium.org2008-11-101-6/+0
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-051-6/+0
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-0/+6
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-041-6/+0
* Changes session restore to account for apps and popups. If you havesky@google.com2008-10-301-1/+4
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-2/+4
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-8/+2
* Support shortcut show styles for "run maximized", "run minimized" etc.ben@chromium.org2008-10-171-0/+2
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-6/+2
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-1/+1
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-4/+3
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-211-1/+1
* Revert a fix where I mistakenly assumed that numbers coming into erg@google.com2008-08-201-1/+1
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-181-3/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-9/+6
* Don't terminate the process when a tab becomes unresponsive during ojan@google.com2008-08-111-6/+5
* Another Frame Grab-Bagbeng@google.com2008-08-111-0/+6
* Even more tweaks.beng@google.com2008-08-091-0/+11
* The rectangle passed in to MoveContents is a content rectangle, not a window ...erg@google.com2008-08-061-1/+1
* Grab bag of random cleanups, implementation of some more methods, etc. I'm go...beng@google.com2008-08-051-0/+1
* A bunch of cleanups to beforeunload/unload handling.ojan@google.com2008-08-021-9/+19
* Move the BookmarkBarView into the frames.beng@google.com2008-08-011-7/+0
* Move BrowserToolbarView to the frames (XPFrame/VistaFrame).beng@google.com2008-07-311-7/+1
* Make the download arrow show and hide correctly in response to shelf visibili...glen@google.com2008-07-301-1/+1
* Fix 1295677: REGRESSION: Import SETS startup page to imported home page.finnur@google.com2008-07-301-3/+7
* Rename ChromeFrame->BrowserWindowbeng@google.com2008-07-301-3/+3
* Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ...ojan@google.com2008-07-291-3/+7
* Add chrome to the repository.initial.commit2008-07-261-0/+633