summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-5/+5
* Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...pkasting@chromium.org2010-05-171-4/+6
* Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206...rvargas@google.com2010-05-151-6/+4
* (Original patch reviewed at http://codereview.chromium.org/2067003 )pkasting@chromium.org2010-05-151-4/+6
* Candidate fix for bug 44108. The FromBindContext function was inherently racy...tommi@chromium.org2010-05-141-2/+2
* Fix the chrome frame context menu back forward test which regressed in revisi...ananta@chromium.org2010-05-141-15/+9
* Fix a ChromeFrame regression introduced by the fix for bug http://code.googl...ananta@chromium.org2010-05-131-0/+4
* ChromeFrame would not switch to Chrome at times. The navigation manager in Ch...ananta@chromium.org2010-05-121-9/+0
* Instrument Chrome and Chrome Frame for some perf measurements.siggi@chromium.org2010-05-101-0/+5
* Fix a chrome frame crash reported on the crash server. This occurs while atte...ananta@chromium.org2010-05-051-1/+1
* Fix a chrome frame crasher reported on the crash server. It occurs while proc...ananta@chromium.org2010-04-271-4/+14
* In ChromeFrame with the IMoniker patch on, we should save away the redirect i...ananta@chromium.org2010-04-201-5/+15
* Context menu operations like Cut/Copy/Paste etc would not work in pages rende...ananta@chromium.org2010-04-191-1/+1
* Return an error for command groups we don't support.tommi@chromium.org2010-04-131-1/+18
* IE would not switch into ChromeFrame if the url being navigated to had an anc...ananta@chromium.org2010-04-131-6/+1
* Fix IE6 switching issuesananta@chromium.org2010-04-091-1/+0
* Switch renderer in Moniker patchamit@chromium.org2010-04-091-16/+11
* Move Urlmon network requests to UI thread, thus allowing reusing the bind con...stoyan@chromium.org2010-04-081-2/+2
* Add encoding override support for Chrome frame. With this change, users can o...jnd@chromium.org2010-04-011-0/+58
* Committing for Eric Dingle.mad@chromium.org2010-03-261-1/+2
* Completing Chrome Frame localization by adding the resource script containing...robertshield@chromium.org2010-03-241-1/+2
* Make (&CGID_Explorer, SBCMDID_MIXEDZONE) command more sane.stoyan@chromium.org2010-03-241-6/+8
* Revert 42366 - Allow TabContentsDelegate classes to specify whether InfoBars ...joi@chromium.org2010-03-231-2/+1
* Allow TabContentsDelegate classes to specify whether InfoBars are enabled.joi@chromium.org2010-03-231-1/+2
* Initial support for IE View->Privacy. To support this menu option the active ...ananta@chromium.org2010-03-191-2/+73
* Fix top crashers in the latest build.amit@chromium.org2010-03-191-1/+2
* IE6 would not switch to ChromeFrame if the url being navigated to contained a...ananta@chromium.org2010-03-161-2/+7
* More integration with host (InternetExplorer) popup blocker.stoyan@chromium.org2010-03-151-3/+28
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-9/+29
* AddRef ChromeFrameAutomationClient as long as the supporting window exists.stoyan@chromium.org2010-03-111-1/+1
* ChromeFrame now uses host provided popup blocker.stoyan@chromium.org2010-03-081-6/+29
* Fix a ChromeFrame crash which occured in the Histogram code while adding a hi...ananta@chromium.org2010-03-051-2/+2
* window.open calls in ChromeFrame cause IE to navigate to a dummy URL which ha...ananta@chromium.org2010-03-041-0/+7
* Adds an inset border on GCF ActiveDocument instances to match IE styles.slightlyoff@chromium.org2010-03-031-1/+1
* Fix a crash in ChromeActiveDocument::IOleObject_SetClientSite.amit@chromium.org2010-02-281-1/+3
* We need to support the following accelerators in the ChromeFrame Active docum...ananta@chromium.org2010-02-171-1/+38
* Add support for the IE File->Save As command. This eventually ends up in Chro...ananta@chromium.org2010-02-041-0/+1
* Remove cf: protocolamit@chromium.org2010-02-031-2/+15
* TEST=new tests added.stoyan@chromium.org2010-02-011-22/+13
* Window.open calls issued by pages within ChromeFrame which use the NEW_WINDOW...ananta@chromium.org2010-01-281-3/+13
* If we navigate to a URL which has an anchor in IE, which eventually ends up i...ananta@chromium.org2010-01-221-3/+8
* Handle right-click->"Save Link As" in the host browser.tommi@chromium.org2009-12-161-2/+3
* Transfer CF downloads to the host browser.TEST=Click a download link (not via...tommi@chromium.org2009-11-251-23/+21
* Ensure that the renderer has focus when ChromeFrame navigates to a URL in IE ...ananta@chromium.org2009-11-191-0/+5
* Back/Forward support for url fragmentsamit@chromium.org2009-11-191-57/+194
* Fix a crash in ChromeActiveDocument::IEExec() when m_spClientSite is null.robertshield@chromium.org2009-11-121-1/+1
* The ChromeFrameAutomationClient class needs to be refcounted as it implements...ananta@chromium.org2009-11-121-1/+1
* ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...ananta@chromium.org2009-11-111-8/+10
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-4/+16
* This CL is for the needs of ChromeFrame.stoyan@google.com2009-10-131-0/+13