| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding fixed guids for the Chrome Frame test targets so that certain build sc... | robertshield@chromium.org | 2010-02-08 | 1 | -0/+5 |
* | A new unit test for the latest issue with switching renderers. | tommi@chromium.org | 2010-02-06 | 6 | -23/+151 |
* | The FullTabModeIE_ReferrerTest has been marked FLAKY. It appears to be a rece... | ananta@chromium.org | 2010-02-05 | 1 | -1/+3 |
* | Add a test executable to allow verifying which minidump flag configurations w... | siggi@chromium.org | 2010-02-05 | 2 | -0/+444 |
* | Enable onhttpequiv again. The difference this time around is that we | tommi@chromium.org | 2010-02-05 | 3 | -136/+83 |
* | Adding the URLRequestTest.CookiePolicy_ForceSession test to the list of disab... | ananta@chromium.org | 2010-02-05 | 1 | -0/+1 |
* | Tweak the crash dump flags to make sure we get PEB/TEB and the unloaded modul... | siggi@chromium.org | 2010-02-05 | 1 | -1/+20 |
* | Add support for the IE File->Save As command. This eventually ends up in Chro... | ananta@chromium.org | 2010-02-04 | 2 | -0/+2 |
* | Reorganize chrome_frame_unittest.h/cc | amit@chromium.org | 2010-02-04 | 12 | -2113/+2162 |
* | Handle a case where the document is being served up from cache. In that case... | tommi@chromium.org | 2010-02-04 | 1 | -1/+26 |
* | Fix Navigation failed test | amit@chromium.org | 2010-02-04 | 2 | -20/+41 |
* | Delete UrlmonUrlRequest static object counter since we may have multiple Urlm... | stoyan@chromium.org | 2010-02-04 | 2 | -8/+2 |
* | Disabling the following url request tests for ChromeFrame as these policies d... | ananta@chromium.org | 2010-02-04 | 1 | -0/+6 |
* | Provide parent window for Urlmon error dialogs. | stoyan@chromium.org | 2010-02-04 | 3 | -3/+9 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -2/+3 |
* | Fix wrong locking scope. | stoyan@chromium.org | 2010-02-03 | 1 | -11/+13 |
* | Fix the three tests broken by gcf: change. | amit@chromium.org | 2010-02-03 | 2 | -13/+19 |
* | Fix race conditions. | stoyan@chromium.org | 2010-02-03 | 2 | -34/+32 |
* | Disabling NavigateOut test since that also depends on the | amit@chromium.org | 2010-02-03 | 1 | -1/+3 |
* | Disable failing tests and change GMock'ism for | amit@chromium.org | 2010-02-03 | 1 | -21/+25 |
* | Remove cf: protocol | amit@chromium.org | 2010-02-03 | 14 | -59/+249 |
* | Committing for stoyan since we need this now... | mad@chromium.org | 2010-02-03 | 1 | -3/+3 |
* | Renabling the FullTabModeIE_ChromeFrameUnloadEventTest ChromeFrame test. This... | ananta@chromium.org | 2010-02-03 | 4 | -215/+21 |
* | Disabling the FullTabModeIE_ChromeFrameUnloadEventTest as it hangs on the bui... | ananta@chromium.org | 2010-02-02 | 1 | -1/+3 |
* | Omit FPO so ::RtlCaptureStackBackTrace is more reliable in Release build for ... | stoyan@chromium.org | 2010-02-02 | 2 | -5/+8 |
* | Speculative fix to get the ChromeFrame builder up again. It appears that ther... | ananta@chromium.org | 2010-02-02 | 1 | -1/+3 |
* | Enable optinurls regardless of PatchHelper::state(). | tommi@chromium.org | 2010-02-02 | 2 | -22/+28 |
* | Bring the lock in UrlmonUrlRequestManager back. We need it to access worker t... | stoyan@chromium.org | 2010-02-02 | 2 | -8/+39 |
* | The UrlmonUrlRequest::NotifyDelegateAndDie function can result in the UrlmonU... | ananta@chromium.org | 2010-02-02 | 1 | -1/+2 |
* | Fix ChromeFrame Firefox unit test failures. The host network stack implementa... | ananta@chromium.org | 2010-02-02 | 4 | -21/+51 |
* | TEST=new tests added. | stoyan@chromium.org | 2010-02-01 | 22 | -1016/+1496 |
* | Prevent excessive crash reporting due stack overflow (due exception in SEH fi... | stoyan@chromium.org | 2010-01-31 | 8 | -358/+645 |
* | The FullTabModeIE_WindowOpenInChrome ChromeFrame test should not quit the mes... | ananta@chromium.org | 2010-01-30 | 1 | -2/+1 |
* | In IE8 new windows opened within ChromeFrame via window.open calls at times b... | ananta@chromium.org | 2010-01-30 | 1 | -1/+1 |
* | Disabling onhttpequiv again due to page reload issues. | tommi@chromium.org | 2010-01-30 | 3 | -19/+36 |
* | Re-enables CFInstance RPC tests for Firefox that were previously timing out d... | slightlyoff@chromium.org | 2010-01-29 | 2 | -4/+2 |
* | Window.open calls issued by pages within ChromeFrame which use the NEW_WINDOW... | ananta@chromium.org | 2010-01-28 | 5 | -17/+41 |
* | Cleaning up dangling changes: remove dead code in fake_external_tab.cc. | robertshield@chromium.org | 2010-01-27 | 1 | -51/+0 |
* | Unload and BeforeUnload handlers would not get invoked within pages inside Ch... | ananta@chromium.org | 2010-01-27 | 3 | -0/+133 |
* | Avoid a DCHECK. Check if the interface is already patched before patching. | tommi@chromium.org | 2010-01-25 | 1 | -2/+4 |
* | 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 |