| Commit message (Expand) | Author | Age | Files | Lines |
* | In ChromeFrame with the IMoniker patch on, we should save away the redirect i... | ananta@chromium.org | 2010-04-20 | 1 | -5/+15 |
* | Context menu operations like Cut/Copy/Paste etc would not work in pages rende... | ananta@chromium.org | 2010-04-19 | 1 | -1/+1 |
* | Return an error for command groups we don't support. | tommi@chromium.org | 2010-04-13 | 1 | -1/+18 |
* | IE would not switch into ChromeFrame if the url being navigated to had an anc... | ananta@chromium.org | 2010-04-13 | 1 | -6/+1 |
* | Fix IE6 switching issues | ananta@chromium.org | 2010-04-09 | 1 | -1/+0 |
* | Switch renderer in Moniker patch | amit@chromium.org | 2010-04-09 | 1 | -16/+11 |
* | Move Urlmon network requests to UI thread, thus allowing reusing the bind con... | stoyan@chromium.org | 2010-04-08 | 1 | -2/+2 |
* | Add encoding override support for Chrome frame. With this change, users can o... | jnd@chromium.org | 2010-04-01 | 1 | -0/+58 |
* | Committing for Eric Dingle. | mad@chromium.org | 2010-03-26 | 1 | -1/+2 |
* | Completing Chrome Frame localization by adding the resource script containing... | robertshield@chromium.org | 2010-03-24 | 1 | -1/+2 |
* | Make (&CGID_Explorer, SBCMDID_MIXEDZONE) command more sane. | stoyan@chromium.org | 2010-03-24 | 1 | -6/+8 |
* | Revert 42366 - Allow TabContentsDelegate classes to specify whether InfoBars ... | joi@chromium.org | 2010-03-23 | 1 | -2/+1 |
* | Allow TabContentsDelegate classes to specify whether InfoBars are enabled. | joi@chromium.org | 2010-03-23 | 1 | -1/+2 |
* | Initial support for IE View->Privacy. To support this menu option the active ... | ananta@chromium.org | 2010-03-19 | 1 | -2/+73 |
* | Fix top crashers in the latest build. | amit@chromium.org | 2010-03-19 | 1 | -1/+2 |
* | IE6 would not switch to ChromeFrame if the url being navigated to contained a... | ananta@chromium.org | 2010-03-16 | 1 | -2/+7 |
* | More integration with host (InternetExplorer) popup blocker. | stoyan@chromium.org | 2010-03-15 | 1 | -3/+28 |
* | Fix #1 for multiple request issue (both POST and GET) after activating the on... | tommi@chromium.org | 2010-03-12 | 1 | -9/+29 |
* | AddRef ChromeFrameAutomationClient as long as the supporting window exists. | stoyan@chromium.org | 2010-03-11 | 1 | -1/+1 |
* | ChromeFrame now uses host provided popup blocker. | stoyan@chromium.org | 2010-03-08 | 1 | -6/+29 |
* | Fix a ChromeFrame crash which occured in the Histogram code while adding a hi... | ananta@chromium.org | 2010-03-05 | 1 | -2/+2 |
* | window.open calls in ChromeFrame cause IE to navigate to a dummy URL which ha... | ananta@chromium.org | 2010-03-04 | 1 | -0/+7 |
* | Adds an inset border on GCF ActiveDocument instances to match IE styles. | slightlyoff@chromium.org | 2010-03-03 | 1 | -1/+1 |
* | Fix a crash in ChromeActiveDocument::IOleObject_SetClientSite. | amit@chromium.org | 2010-02-28 | 1 | -1/+3 |
* | We need to support the following accelerators in the ChromeFrame Active docum... | ananta@chromium.org | 2010-02-17 | 1 | -1/+38 |
* | Add support for the IE File->Save As command. This eventually ends up in Chro... | ananta@chromium.org | 2010-02-04 | 1 | -0/+1 |
* | Remove cf: protocol | amit@chromium.org | 2010-02-03 | 1 | -2/+15 |
* | TEST=new tests added. | stoyan@chromium.org | 2010-02-01 | 1 | -22/+13 |
* | Window.open calls issued by pages within ChromeFrame which use the NEW_WINDOW... | ananta@chromium.org | 2010-01-28 | 1 | -3/+13 |
* | If we navigate to a URL which has an anchor in IE, which eventually ends up i... | ananta@chromium.org | 2010-01-22 | 1 | -3/+8 |
* | Handle right-click->"Save Link As" in the host browser. | tommi@chromium.org | 2009-12-16 | 1 | -2/+3 |
* | Transfer CF downloads to the host browser.TEST=Click a download link (not via... | tommi@chromium.org | 2009-11-25 | 1 | -23/+21 |
* | Ensure that the renderer has focus when ChromeFrame navigates to a URL in IE ... | ananta@chromium.org | 2009-11-19 | 1 | -0/+5 |
* | Back/Forward support for url fragments | amit@chromium.org | 2009-11-19 | 1 | -57/+194 |
* | Fix a crash in ChromeActiveDocument::IEExec() when m_spClientSite is null. | robertshield@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | The ChromeFrameAutomationClient class needs to be refcounted as it implements... | ananta@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT... | ananta@chromium.org | 2009-11-11 | 1 | -8/+10 |
* | When Chrome hands off a URL to be opened by the external host by the ViewHost... | ananta@chromium.org | 2009-10-19 | 1 | -4/+16 |
* | This CL is for the needs of ChromeFrame. | stoyan@google.com | 2009-10-13 | 1 | -0/+13 |
* | Fix a crash in IEExec of SBCMDID_MIXEDZONE for setting URL zone | amit@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Added support for specifying the BrowserFlags DWORD value when we register th... | ananta@chromium.org | 2009-10-06 | 1 | -1/+55 |
* | Fixes the following issue | ananta@chromium.org | 2009-10-02 | 1 | -6/+2 |
* | Committing patch 256001 for Roger:http://codereview.chromium.org/256001Allow ... | tommi@chromium.org | 2009-10-01 | 1 | -2/+2 |
* | Currently in full tab mode IE displays the security zone as Unknown. This CL ... | ananta@chromium.org | 2009-09-25 | 1 | -52/+146 |
* | Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... | slightlyoff@chromium.org | 2009-09-24 | 1 | -0/+648 |