| Commit message (Expand) | Author | Age | Files | Lines |
* | window.open calls issued by pages within ChromeFrame would not honor the sugg... | ananta@chromium.org | 2010-06-17 | 1 | -2/+8 |
* | Another try at correcting VTable pointer check | amit@chromium.org | 2010-05-25 | 1 | -1/+1 |
* | Tear off windows opened in ChromeFrame in IE6 would result in the new window ... | ananta@chromium.org | 2010-05-25 | 1 | -1/+0 |
* | Initialize the ChromeFrame request manager with the container interface in th... | ananta@chromium.org | 2010-05-21 | 1 | -1/+2 |
* | Fix a ChromeFrame crash caused when the cookie policy is set to prompt and th... | ananta@chromium.org | 2010-05-20 | 1 | -0/+1 |
* | Check correct offset to avoid crash | amit@chromium.org | 2010-05-19 | 1 | -2/+3 |
* | Fixes to address code review comments from tommi from CL http://codereview.ch... | ananta@chromium.org | 2010-05-02 | 1 | -1/+1 |
* | The chrome frame install script instantiates the chrome frame activex via the... | ananta@chromium.org | 2010-05-01 | 1 | -0/+4 |
* | Fix a ChromeFrame crash reported on the crash server while processing an acce... | ananta@chromium.org | 2010-04-28 | 1 | -3/+8 |
* | Continuing fixes for chrome frame test pure virtual function call crashes. On... | ananta@chromium.org | 2010-04-23 | 1 | -1/+2 |
* | Switch renderer in Moniker patch | amit@chromium.org | 2010-04-09 | 1 | -2/+2 |
* | Move Urlmon network requests to UI thread, thus allowing reusing the bind con... | stoyan@chromium.org | 2010-04-08 | 1 | -3/+2 |
* | Fix a ChromeFrame crash which occurs while handling the open url notification... | ananta@chromium.org | 2010-04-02 | 1 | -2/+4 |
* | Remove an incorrect DCHECK in the OnOpenURL function in ChromeFrame | ananta@chromium.org | 2010-04-02 | 1 | -2/+0 |
* | Reenable the ChromeFrame unload event test which basically loads a page which... | ananta@chromium.org | 2010-03-26 | 1 | -73/+0 |
* | Added the propagation of the OnChannelError notification. | mad@chromium.org | 2010-03-26 | 1 | -9/+19 |
* | 3rd try. *sigh* | slightlyoff@chromium.org | 2010-03-26 | 1 | -17/+22 |
* | Reverting this CL to see if this fixes chrome frame unit test failures. | ananta@chromium.org | 2010-03-25 | 1 | -22/+17 |
* | Implements IDeleteBrowsing history and moves the GCF profile into the IE TIF ... | slightlyoff@chromium.org | 2010-03-25 | 1 | -17/+22 |
* | Fix for a race issue when chrome decides that a request needs to be downloade... | tommi@chromium.org | 2010-03-25 | 1 | -5/+18 |
* | Completing Chrome Frame localization by adding the resource script containing... | robertshield@chromium.org | 2010-03-24 | 1 | -0/+10 |
* | Initial support for IE View->Privacy. To support this menu option the active ... | ananta@chromium.org | 2010-03-19 | 1 | -7/+23 |
* | Remove the unused chrome frame resources and merge things into a single .grd ... | robertshield@chromium.org | 2010-03-17 | 1 | -1/+0 |
* | Adds an automation message to retrieve the list of enabled extensions, and CF... | joi@chromium.org | 2010-03-16 | 1 | -0/+20 |
* | Fix #1 for multiple request issue (both POST and GET) after activating the on... | tommi@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | Chrome Frame tests for keyboard accelerators | amit@chromium.org | 2010-03-09 | 1 | -1/+2 |
* | ChromeFrame now uses host provided popup blocker. | stoyan@chromium.org | 2010-03-08 | 1 | -92/+97 |
* | Fix a ChromeFrame crash which occured in the Histogram code while adding a hi... | ananta@chromium.org | 2010-03-05 | 1 | -5/+5 |
* | Fix a crash in ChromeFrame which would occur if we clicked both mouse buttons... | ananta@chromium.org | 2010-03-03 | 1 | -0/+8 |
* | ChromeFrame should honor the host browser's cookie policy. To achieve this we... | ananta@chromium.org | 2010-03-02 | 1 | -2/+35 |
* | Fix an IE7 crash caused when ChromeFrame would pass keystrokes to be processe... | ananta@chromium.org | 2010-02-12 | 1 | -3/+6 |
* | Provide parent window for Urlmon error dialogs. | stoyan@chromium.org | 2010-02-04 | 1 | -0/+1 |
* | Remove cf: protocol | amit@chromium.org | 2010-02-03 | 1 | -7/+9 |
* | TEST=new tests added. | stoyan@chromium.org | 2010-02-01 | 1 | -87/+12 |
* | Window.open calls issued by pages within ChromeFrame which use the NEW_WINDOW... | ananta@chromium.org | 2010-01-28 | 1 | -1/+3 |
* | Attempt 2 at landing this. | ananta@chromium.org | 2010-01-08 | 1 | -2/+10 |
* | Reason: | tyoshino@chromium.org | 2010-01-08 | 1 | -10/+2 |
* | Deleting cookies by setting the expires attribute on them with an empty value... | ananta@chromium.org | 2010-01-08 | 1 | -2/+10 |
* | Speculative fix for a ChromeFrame crasher reported by go/crash. The crash occ... | ananta@chromium.org | 2010-01-05 | 1 | -0/+1 |
* | Some Chrome Frame cleanup: | robertshield@chromium.org | 2010-01-05 | 1 | -0/+1 |
* | Links opened in ChromeFrame via the Open in New window operation would not re... | ananta@chromium.org | 2010-01-04 | 1 | -2/+20 |
* | Speculative fix for a ChromeFrame crash in IE full tab mode. The crash occurs... | ananta@chromium.org | 2009-12-28 | 1 | -1/+1 |
* | Handle right-click->"Save Link As" in the host browser. | tommi@chromium.org | 2009-12-16 | 1 | -1/+17 |
* | Transfer CF downloads to the host browser.TEST=Click a download link (not via... | tommi@chromium.org | 2009-11-25 | 1 | -17/+21 |
* | Back/Forward support for url fragments | amit@chromium.org | 2009-11-19 | 1 | -0/+83 |
* | Don't treat CF in privileged mode as an iframe for framebusting | joi@chromium.org | 2009-11-17 | 1 | -1/+4 |
* | The ChromeFrameAutomationClient class needs to be refcounted as it implements... | ananta@chromium.org | 2009-11-12 | 1 | -2/+2 |
* | ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT... | ananta@chromium.org | 2009-11-11 | 1 | -7/+1 |
* | Basic wiring to enable downloads for CF's host browser network stack. A nota... | tommi@chromium.org | 2009-11-07 | 1 | -1/+6 |
* | Hopefully the last of the fixes to get Chrome Frame tests going again. | ananta@chromium.org | 2009-10-24 | 1 | -5/+7 |