| Commit message (Expand) | Author | Age | Files | Lines |
* | Move modified ATL sample code to third_party | amit@chromium.org | 2011-05-03 | 1 | -2/+2 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -3/+3 |
* | Chrome frame support for resizing popup windows | joshia@google.com | 2011-03-29 | 1 | -6/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Remove includes of message headers in headers. | jam@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Fix a ChromeFrame Back Forward navigation issue which occurs when we modify t... | ananta@chromium.org | 2011-01-15 | 1 | -2/+3 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Clean up Automation and Chrome Frame IPC code.-only use routed messages when ... | jam@chromium.org | 2010-12-23 | 1 | -19/+15 |
* | Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali... | ananta@chromium.org | 2010-12-14 | 1 | -0/+3 |
* | Reapply part of r64637, which caused mysterious failures on mac waterfall. | erg@google.com | 2010-11-08 | 1 | -1/+2 |
* | Revert "Refactor automation messages." due to mysterious problems on mac. | erg@google.com | 2010-11-01 | 1 | -2/+1 |
* | Refactor automation messages. | erg@google.com | 2010-11-01 | 1 | -1/+2 |
* | In ChromeFrame in full tab mode at times the address bar would display the ol... | ananta@chromium.org | 2010-10-21 | 1 | -0/+4 |
* | Added full support for invoking before unload and unload handlers on ChromeFr... | ananta@chromium.org | 2010-09-17 | 1 | -0/+7 |
* | Restrict unsafe URLs in Chrome Frame | amit@chromium.org | 2010-08-13 | 1 | -1/+0 |
* | Handle automation server crashes. When Chrome crashes, we now handle the cas... | tommi@chromium.org | 2010-08-10 | 1 | -5/+2 |
* | Added support in Chromeframe full tab mode IE for setting zoom levels via Vie... | ananta@chromium.org | 2010-08-09 | 1 | -0/+12 |
* | Allow non-IE hosts to handle accelerators without having to | joi@chromium.org | 2010-08-02 | 1 | -1/+3 |
* | Ensure that window.open requests issued by ChromeFrame carry the correct cook... | ananta@chromium.org | 2010-07-28 | 1 | -16/+3 |
* | ChromeFrame host browser commands need to account for the command group guid ... | ananta@chromium.org | 2010-07-26 | 1 | -3/+6 |
* | Fix incorrect focus cycling issues in ChromeFrame full tab mode. This happens... | ananta@chromium.org | 2010-07-21 | 1 | -1/+7 |
* | Not firing DocumentComplete in the presence of buggy BHOs. | tommi@chromium.org | 2010-07-16 | 1 | -15/+20 |
* | Small refactoring in preparation of the assassination of HttpNegotiate patch ... | stoyan@chromium.org | 2010-07-15 | 1 | -1/+2 |
* | window.open calls issued by pages within ChromeFrame would not honor the sugg... | ananta@chromium.org | 2010-06-17 | 1 | -0/+4 |
* | Add Support for window.close in ChromeFrame. Currently the CloseContents noti... | ananta@chromium.org | 2010-06-07 | 1 | -0/+1 |
* | Simplify Chrome Frame usage of Chrome identifiers by simply using the Chrome ... | pkasting@chromium.org | 2010-05-28 | 1 | -3/+3 |
* | Switch renderer in Moniker patch | amit@chromium.org | 2010-04-09 | 1 | -3/+3 |
* | Add encoding override support for Chrome frame. With this change, users can o... | jnd@chromium.org | 2010-04-01 | 1 | -1/+87 |
* | Make (&CGID_Explorer, SBCMDID_MIXEDZONE) command more sane. | stoyan@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Initial support for IE View->Privacy. To support this menu option the active ... | ananta@chromium.org | 2010-03-19 | 1 | -0/+28 |
* | More integration with host (InternetExplorer) popup blocker. | stoyan@chromium.org | 2010-03-15 | 1 | -1/+7 |
* | ChromeFrame now uses host provided popup blocker. | stoyan@chromium.org | 2010-03-08 | 1 | -2/+3 |
* | We need to support the following accelerators in the ChromeFrame Active docum... | ananta@chromium.org | 2010-02-17 | 1 | -0/+8 |
* | Fix IOleCommandTarget::Exec handling taking into account command group id. | stoyan@chromium.org | 2010-02-11 | 1 | -30/+36 |
* | 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 | -3/+1 |
* | TEST=new tests added. | stoyan@chromium.org | 2010-02-01 | 1 | -4/+0 |
* | Some Chrome Frame cleanup: | robertshield@chromium.org | 2010-01-05 | 1 | -2/+0 |
* | Handle right-click->"Save Link As" in the host browser. | tommi@chromium.org | 2009-12-16 | 1 | -1/+1 |
* | Ensure that the renderer has focus when ChromeFrame navigates to a URL in IE ... | ananta@chromium.org | 2009-11-19 | 1 | -0/+3 |
* | Back/Forward support for url fragments | amit@chromium.org | 2009-11-19 | 1 | -9/+43 |
* | ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT... | ananta@chromium.org | 2009-11-11 | 1 | -1/+0 |
* | When Chrome hands off a URL to be opened by the external host by the ViewHost... | ananta@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | This CL is for the needs of ChromeFrame. | stoyan@google.com | 2009-10-13 | 1 | -0/+1 |
* | Added support for specifying the BrowserFlags DWORD value when we register th... | ananta@chromium.org | 2009-10-06 | 1 | -0/+14 |
* | Currently in full tab mode IE displays the security zone as Unknown. This CL ... | ananta@chromium.org | 2009-09-25 | 1 | -10/+34 |
* | Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... | slightlyoff@chromium.org | 2009-09-24 | 1 | -0/+258 |