summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up of chrome_browser.gypi/nacl_host files.estade@chromium.org2010-06-161-973/+0
* Revert the revert to put it back in.thomasvl@chromium.org2010-06-081-0/+1
* Doing this to see if it fixes some failing tests that started about when this...thomasvl@chromium.org2010-06-081-1/+0
* Add Support for window.close in ChromeFrame. Currently the CloseContents noti...ananta@chromium.org2010-06-071-0/+4
* Ensure that the context menu items displayed in ChromeFrame rendered pages ar...ananta@chromium.org2010-06-071-0/+1
* Fix a chrome crash seen at times in chrome frame reliability test runs. It ap...ananta@chromium.org2010-05-211-0/+1
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-2/+3
* Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...pkasting@chromium.org2010-05-171-2/+3
* Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206...rvargas@google.com2010-05-151-3/+2
* (Original patch reviewed at http://codereview.chromium.org/2067003 )pkasting@chromium.org2010-05-151-2/+3
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-6/+3
* Opening new chrome frame tabs would fail randomly. This was because of a race...ananta@chromium.org2010-05-071-14/+13
* Fix a Chrome crash reported in chrome frame reliability test runs. The crash ...ananta@chromium.org2010-04-231-8/+9
* Context menu operations like Cut/Copy/Paste etc would not work in pages rende...ananta@chromium.org2010-04-191-2/+3
* Committing for Eric Dingle.mad@chromium.org2010-03-261-3/+11
* Revert 42366 - Allow TabContentsDelegate classes to specify whether InfoBars ...joi@chromium.org2010-03-231-11/+3
* Allow TabContentsDelegate classes to specify whether InfoBars are enabled.joi@chromium.org2010-03-231-3/+11
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+2
* Modification of ExtensionPopup views to allow for pop-up views to share the s...twiz@chromium.org2010-03-191-20/+42
* 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