summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents.h
Commit message (Expand)AuthorAgeFilesLines
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-171-1/+2
* Remove HWND from TabContents creation. ben@chromium.org2008-11-171-2/+1
* Prevent window.close() working from Javascript when a blocked popup notificat...erg@google.com2008-11-071-0/+5
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-051-20/+11
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-11/+20
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-041-20/+11
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-1/+2
* Make the character encoding override work again. There are two other bugs wit...jungshik@google.com2008-10-221-7/+0
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-23/+0
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-0/+3
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-3/+6
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-141-1/+0
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-141-8/+0
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-261-240/+261
* Remove DidNavigate from the tab contents delegate and all the related plumbing.brettw@google.com2008-09-241-5/+0
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-12/+10
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-10/+4
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-101-3/+3
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-071-2/+1
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-281-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-5/+5
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-181-0/+6
* Make the FindInPageController implement its own delegate interface forbrettw@google.com2008-08-141-4/+0
* Move RenderViewHost management out of WebContents into a newbrettw@google.com2008-08-121-0/+3
* Add chrome to the repository.initial.commit2008-07-261-0/+564