| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for an issue we were seeing with wave. | tommi@chromium.org | 2010-01-23 | 1 | -12/+14 |
* | Disable incremental linking for chrome_frame_net_tests and chrome_frame_unitt... | maruel@chromium.org | 2010-01-22 | 1 | -2/+20 |
* | Include the full version number in the user agent. | tommi@chromium.org | 2010-01-22 | 2 | -17/+19 |
* | Implement OptInUrls using the same mechanism we use in the onhttpequiv notifi... | tommi@chromium.org | 2010-01-22 | 3 | -20/+11 |
* | Fix for FullTabModeIE_ChromeFrameDeleteCookieTest and issues with deleting pe... | tommi@chromium.org | 2010-01-22 | 2 | -3/+21 |
* | If we navigate to a URL which has an anchor in IE, which eventually ends up i... | ananta@chromium.org | 2010-01-22 | 8 | -13/+115 |
* | Temporarily disabling FullTabModeIE_ChromeFrameDeleteCookieTest while I figur... | tommi@chromium.org | 2010-01-21 | 1 | -1/+3 |
* | Add integration tests for validating the X-UA-Compatible HTTP header code in ... | robertshield@chromium.org | 2010-01-21 | 10 | -2/+192 |
* | Fix FullTabModeIE_ChromeFrameDeleteCookieTest. The problem was that a domain... | tommi@chromium.org | 2010-01-21 | 4 | -15/+16 |
* | Fix for back/forward issue with httpequiv patch. | tommi@chromium.org | 2010-01-20 | 3 | -20/+124 |
* | Adding a secondary mini_installer target for Chrome Frame. This will remove t... | robertshield@chromium.org | 2010-01-19 | 2 | -32/+2 |
* | Enabling the onhttpequiv detection and temporarily disabling a few tests that... | tommi@chromium.org | 2010-01-19 | 2 | -5/+15 |
* | Updates for onhttpequiv. Preserving the referrer header, zapping the current... | tommi@chromium.org | 2010-01-16 | 5 | -16/+102 |
* | Changing DLOG to LOG for tests so that we'll get the errors in the test run l... | tommi@chromium.org | 2010-01-15 | 2 | -16/+21 |
* | Suppress crash dump generation due to IsBadXXX functions. | amit@chromium.org | 2010-01-15 | 6 | -44/+127 |
* | Mark WidgetModeIE_CFInstancefrPost and WidgetModeIE_PriviligedApis as flaky | jshin@chromium.org | 2010-01-15 | 1 | -2/+4 |
* | Fix chrome_frame build by updating build files. | phajdan.jr@chromium.org | 2010-01-13 | 2 | -7/+0 |
* | Make running chrome process detection in ui tests more reliable. | phajdan.jr@chromium.org | 2010-01-13 | 1 | -24/+7 |
* | Flick the switch back to PATCH_PROTOCOL while sorting out a few failing unit ... | tommi@chromium.org | 2010-01-12 | 1 | -1/+1 |
* | Querying for one more interface to handle IE8 on XP case. This is what we we... | tommi@chromium.org | 2010-01-12 | 3 | -39/+32 |
* | Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme... | ananta@chromium.org | 2010-01-11 | 1 | -10/+20 |
* | Marking the following tests as flaky. | ananta@chromium.org | 2010-01-08 | 1 | -2/+6 |
* | Fix chrome frame net tests that were failing on some machines. Checking in s... | tommi@chromium.org | 2010-01-08 | 1 | -1/+7 |
* | Correct Chrome Frame dependencies such that a) CF tests depend on the CF DLL ... | robertshield@chromium.org | 2010-01-08 | 1 | -6/+3 |
* | Attempt 2 at landing this. | ananta@chromium.org | 2010-01-08 | 9 | -166/+311 |
* | Reason: | tyoshino@chromium.org | 2010-01-08 | 9 | -311/+166 |
* | Deleting cookies by setting the expires attribute on them with an empty value... | ananta@chromium.org | 2010-01-08 | 9 | -166/+311 |
* | Histograms sent out to Chrome need to have the kIPCSerializationSourceFlag fl... | ananta@chromium.org | 2010-01-07 | 1 | -0/+1 |
* | Reverting back to patching the protocol handlers to get the builder green again. | ananta@chromium.org | 2010-01-07 | 1 | -1/+1 |
* | Enable the HTTP Equiv patch by default and disable the InternetProtocol patches. | tommi@chromium.org | 2010-01-07 | 1 | -1/+1 |
* | Speculative fix for a ChromeFrame crasher reported by go/crash. The crash occ... | ananta@chromium.org | 2010-01-05 | 2 | -3/+5 |
* | Adding the WidgetModeFF_CFInstanceSingleton ChromeFrame test to the list of f... | ananta@chromium.org | 2010-01-05 | 1 | -1/+3 |
* | Some Chrome Frame cleanup: | robertshield@chromium.org | 2010-01-05 | 20 | -257/+173 |
* | Marking the WidgetModeFF_CFInstanceRPC and WidgetModeFF_CFInstancePost tests ... | ananta@chromium.org | 2010-01-04 | 1 | -2/+6 |
* | Links opened in ChromeFrame via the Open in New window operation would not re... | ananta@chromium.org | 2010-01-04 | 2 | -4/+237 |
* | The function to check whether the page is running in Chrome was incorrectly f... | ananta@chromium.org | 2010-01-02 | 1 | -0/+3 |
* | Disabling the URLRequestTestHTTP.GetTest_NoCache test for ChromeFrame as this... | ananta@chromium.org | 2009-12-30 | 1 | -0/+4 |
* | Authorization headers set using XHR with ChromeFrame were stripped in the out... | ananta@chromium.org | 2009-12-28 | 3 | -1/+70 |
* | Speculative fix for a ChromeFrame crash in IE full tab mode. The crash occurs... | ananta@chromium.org | 2009-12-28 | 2 | -3/+6 |
* | Temporarily disable the HTML renderer type detection in our IInternerProtocol... | ananta@chromium.org | 2009-12-23 | 1 | -2/+0 |
* | Fix ChromeFrame net tests broken by the change to determine the renderer type... | ananta@chromium.org | 2009-12-23 | 2 | -1/+15 |
* | ChromeFrame in IE full tab mode would not render pages if Adblock Pro was ins... | ananta@chromium.org | 2009-12-23 | 2 | -29/+58 |
* | Enable UMA data upload in ChromeFrame | jar@chromium.org | 2009-12-23 | 1 | -6/+0 |
* | Refactoring build configurations - make it clearer and allow better support f... | gregoryd@google.com | 2009-12-22 | 1 | -1/+1 |
* | The ChromeFrame unit tests which use gmock exit with unexpected mock calls wa... | ananta@chromium.org | 2009-12-21 | 2 | -4/+10 |
* | The ChromeFrameAutomationClient::InitiateNavigation method saves the passed i... | ananta@chromium.org | 2009-12-21 | 1 | -5/+6 |
* | Revert 35012 - Rearrange build configurations make it clearer and allow bett... | gregoryd@google.com | 2009-12-19 | 1 | -1/+1 |
* | Rearrange build configurations - make it clearer and allow better support for... | gregoryd@google.com | 2009-12-19 | 1 | -1/+1 |
* | Fix ChromeFrame test failures on the builder caused by my CL to change the wa... | ananta@chromium.org | 2009-12-18 | 3 | -19/+28 |
* | Multiple chrome frame activex controls should instantiate and navigate correc... | ananta@chromium.org | 2009-12-18 | 5 | -45/+188 |