summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix black flash when detaching tabs.beng@google.com2008-09-121-3/+3
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-10/+1
* forgot these files, fixing clobber buildbeng@google.com2008-09-121-1/+1
* Fix a crash (visible sometimes in the single process UI tests inbrettw@google.com2008-09-081-2/+7
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-071-21/+38
* New Frames.beng@google.com2008-09-051-1/+2
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-5/+5
* Remove Google Chrome specific strings from common resources file and use them...rahulk@google.com2008-08-271-0/+1
* Bumping up the default hung plugin timeout to 30 seconds. This matches withiyengar@google.com2008-08-261-1/+1
* Make the window icon the app icon by default for popups and app windows unles...beng@google.com2008-08-241-2/+5
* 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-4/+3
* Allow popups using the new frames to be sized correctly. This involved a slig...beng@google.com2008-08-201-36/+54
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-181-1/+10
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+3
* Don't save the window position of popup windows.beng@google.com2008-08-131-0/+4
* First, this removes the dependency of NavigationController on thebrettw@google.com2008-08-131-8/+0