summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-50/+23
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-23/+50
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-041-50/+23
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-3/+4
* This fixes http://code.google.com/p/chromium/issues/detail?id=2529, which isananta@chromium.org2008-10-231-3/+3
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-14/+1
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-7/+3
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-21/+20
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-4/+4
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-6/+16
* Popups opened from popups should be constrained and subject to constrained po...erg@google.com2008-10-131-7/+7
* Start splitting out view-related stuff from WebContents into a new class WebC...brettw@google.com2008-10-101-0/+2
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-0/+1
* Don't let a malicious web site open an unbounded number of constrained popups.darin@chromium.org2008-09-261-0/+7
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-261-257/+242
* Remove DidNavigate from the tab contents delegate and all the related plumbing.brettw@google.com2008-09-241-6/+0
* A crasher happens when restoring the focus as a result of switching tab, beca...jcampan@chromium.org2008-09-231-1/+5
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-37/+14
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-15/+2
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-281-3/+12
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-7/+7
* 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-2/+2
* Factor the SSL state out of the main NavigationEntry into a helper class. Thisbrettw@google.com2008-08-191-4/+4
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-181-2/+15
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-1/+2
* Fix for bug where we weren't resizing the content area at the end of a downlo...glen@google.com2008-08-081-5/+5
* Fix several issues with popup window locations:erg@google.com2008-08-041-9/+1
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-1/+1
* Make the download arrow show and hide correctly in response to shelf visibili...glen@google.com2008-07-301-1/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+601