summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container.cc
Commit message (Expand)AuthorAgeFilesLines
* ChromeFrame now uses host provided popup blocker.stoyan@chromium.org2010-03-081-10/+10
* Speculatve fix for a chrome crash caused in a chrome frame instance while pro...ananta@chromium.org2010-02-231-4/+9
* Initial HTTP requests issued by ChromeFrame popups could bypass the host netw...ananta@chromium.org2010-02-221-13/+20
* The ExternalTabContainer should only invoke unload handlers on the page in it...ananta@chromium.org2010-02-191-15/+16
* Clone of issue 600130. (http://codereview.chromium.org/600130)twiz@chromium.org2010-02-161-1/+12
* Fix an IE7 crash caused when ChromeFrame would pass keystrokes to be processe...ananta@chromium.org2010-02-121-24/+11
* Fix an ExternalTabContainer leak caused in the code path which attaches an Ex...ananta@chromium.org2010-02-111-2/+3
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* This CL adds support for displaying Chrome InfoBars in pages rendered via Chr...ananta@chromium.org2010-02-051-8/+43
* The ExternalTabContainer enters a modal loop while waiting for the unload eve...ananta@chromium.org2010-02-031-2/+25
* In IE8 new windows opened within ChromeFrame via window.open calls at times b...ananta@chromium.org2010-01-301-4/+50
* Window.open calls issued by pages within ChromeFrame which use the NEW_WINDOW...ananta@chromium.org2010-01-281-47/+29
* Unload and BeforeUnload handlers would not get invoked within pages inside Ch...ananta@chromium.org2010-01-271-1/+11
* Unhandled keyboard messages coming back from the host browser running ChromeF...ananta@chromium.org2010-01-121-1/+84
* Multiple chrome frame activex controls should instantiate and navigate correc...ananta@chromium.org2009-12-181-2/+4
* Attempt 2 at landing this. This fixes the incognito mode ui test failures.ananta@chromium.org2009-12-171-2/+5
* Revert 34855 - Fix a crash in ChromeFrame caused by incorrectly instantiating...mirandac@google.com2009-12-171-2/+3
* Fix a crash in ChromeFrame caused by incorrectly instantiating the automation...ananta@chromium.org2009-12-171-3/+2
* Handle right-click->"Save Link As" in the host browser.tommi@chromium.org2009-12-161-2/+21
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-6/+8
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-0/+9
* Speculative fix for ChromeFrame crash in bug http://code.google.com/p/chromiu...ananta@chromium.org2009-12-021-1/+1
* Transfer CF downloads to the host browser.TEST=Click a download link (not via...tommi@chromium.org2009-11-251-0/+3
* Cleanup some callers now that the restriction that ChromeURLRequestContextGet...eroman@chromium.org2009-11-191-9/+1
* amit, please review everything, jam please review the changes to the tab_cont...ananta@chromium.org2009-11-171-16/+29
* ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...ananta@chromium.org2009-11-111-4/+4
* Modifying extension automation so that it is done through a particularjoi@chromium.org2009-11-081-1/+23
* Basic wiring to enable downloads for CF's host browser network stack. A nota...tommi@chromium.org2009-11-071-2/+19
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-1/+2
* Ensure that the correct URL and title is displayed in the host browser if the...ananta@chromium.org2009-10-141-4/+16
* This CL is for the needs of ChromeFrame.stoyan@google.com2009-10-131-0/+10
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Another attempt at landing this.ananta@chromium.org2009-09-291-0/+6
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-2/+1
* Reverting 27407.senorblanco@chromium.org2009-09-281-5/+0
* If IE was navigated away to a different page when the ChromeFrame inspector w...ananta@chromium.org2009-09-281-0/+5
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-1/+2
* Support the View Page Info option in the ExternalTabContainer, which would al...ananta@chromium.org2009-09-121-1/+10
* ExternalTabcontainer browser to initial URLamit@chromium.org2009-09-111-2/+23
* Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...ananta@chromium.org2009-09-061-36/+103
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-3/+3
* InitNavigationInfo only if there's a valid entryamit@chromium.org2009-08-211-12/+14
* Support navigating to absolute index through automation.amit@chromium.org2009-08-191-9/+25
* Added support in the ExternalTabContainer for handling the NEW_FOREGROUND_TAB...ananta@chromium.org2009-08-141-12/+52
* Added support for the URLRequestAutomationJob object which issues HTTP reques...ananta@chromium.org2009-08-121-1/+2
* Add the WS_CLIPCHILDREN style to the external tab container window to prevent...robertshield@chromium.org2009-08-051-1/+1
* Navigation and cookies for Automationamit@chromium.org2009-07-281-1/+22
* The ExternalTabContainer object which implements the TabContentsDelegate inte...ananta@chromium.org2009-07-221-1/+15
* When the unhandled accelerator messages come back from the external host, we ...ananta@chromium.org2009-07-161-6/+1
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-12/+4