| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland r45028: Factor out reading and writing of preferences into |PrefStore|. | bauerb@chromium.org | 2010-04-21 | 1 | -1/+2 |
* | In ChromeFrame with the moniker patch enabled we should not process optin url... | ananta@chromium.org | 2010-04-20 | 2 | -11/+0 |
* | Handle cookie requests in BackgroundThread. | stoyan@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | Revert 45028 - Factor out reading and writing of preferences into |PrefStore|. | thomasvl@chromium.org | 2010-04-20 | 1 | -2/+1 |
* | Factor out reading and writing of preferences into |PrefStore|. | bauerb@chromium.org | 2010-04-20 | 1 | -1/+2 |
* | Enable the ChromeFrame IMoniker patch by default now. | ananta@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | Make X-Frame-Options detection in Chrome Frame non-case-sensitive, as it shou... | robertshield@chromium.org | 2010-04-20 | 1 | -0/+7 |
* | Revert 44898 - Disable two test cases in the BeginningTransaction test until ... | tommi@chromium.org | 2010-04-19 | 1 | -13/+9 |
* | Disable two test cases in the BeginningTransaction test until I fix them. | tommi@chromium.org | 2010-04-18 | 1 | -9/+13 |
* | Disable the following net tests for ChromeFrame as they rely on functionality... | ananta@chromium.org | 2010-04-16 | 1 | -0/+5 |
* | Fix expectations for MonikerPatchTest unit tests | amit@chromium.org | 2010-04-16 | 1 | -2/+2 |
* | With the ChromeFrame moniker patch on, the data cache maintained to indicate ... | ananta@chromium.org | 2010-04-16 | 1 | -2/+2 |
* | With the ChromeFrame IMoniker patch in the referrer would not propagate corre... | ananta@chromium.org | 2010-04-16 | 1 | -2/+1 |
* | Change tests expectation to suit the new code | amit@chromium.org | 2010-04-16 | 1 | -15/+11 |
* | Disable a failing test temporarily | amit@chromium.org | 2010-04-15 | 1 | -1/+2 |
* | The timeout for the ChromeFrame FullTabModeIE_KeyboardTest was incorrectly se... | ananta@chromium.org | 2010-04-15 | 1 | -1/+1 |
* | Recommit of the ill-fated r44474, this time with new compiling goodness. | robertshield@chromium.org | 2010-04-14 | 7 | -0/+203 |
* | Fix the expectations for the ChromeFrame FullTabModeIE_BackForwardAnchor test... | ananta@chromium.org | 2010-04-14 | 3 | -9/+33 |
* | Revert 44473 (build breakage on bots) - Add multiversion delegation to Chrome... | robertshield@chromium.org | 2010-04-14 | 7 | -203/+0 |
* | Add multi-version delegation to Chrome Frame such that CF will scan for older... | robertshield@chromium.org | 2010-04-14 | 7 | -0/+203 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -1/+4 |
* | The ChromeFrame FullTabModeIE_AnchorUrlNavigateTest test only works if the IM... | ananta@chromium.org | 2010-04-14 | 1 | -0/+3 |
* | Fix for remaining major issues with moniker patch | amit@chromium.org | 2010-04-14 | 2 | -5/+5 |
* | Fix the ChromeFrame SaveAs test which always failed on the chrome frame build... | ananta@chromium.org | 2010-04-13 | 1 | -0/+3 |
* | Fix the expectations for the ChromeFrame NavigateOk test so that it passes on... | ananta@chromium.org | 2010-04-13 | 1 | -1/+1 |
* | Preparation CL for executing READ and COOKIE network requests from the backgr... | stoyan@chromium.org | 2010-04-13 | 1 | -0/+2 |
* | IE would not switch into ChromeFrame if the url being navigated to had an anc... | ananta@chromium.org | 2010-04-13 | 1 | -1/+35 |
* | Add chrome_launcher to the list of processes terminated at the beginning and ... | ananta@chromium.org | 2010-04-12 | 3 | -0/+3 |
* | Fix build by commenting the tests in UrlmonMonikerTest. | amit@chromium.org | 2010-04-09 | 1 | -1/+2 |
* | Switch renderer in Moniker patch | amit@chromium.org | 2010-04-09 | 4 | -301/+358 |
* | The ChromeFrame tests should use IWebBrowser::Quit to quit IE. This ensures t... | ananta@chromium.org | 2010-04-08 | 1 | -5/+1 |
* | Fix horrible bug in Cache. | stoyan@chromium.org | 2010-04-08 | 1 | -0/+72 |
* | Fixes to get the ChromeFrame IE6 builder on FYI green. I had to tweak the tes... | ananta@chromium.org | 2010-04-08 | 3 | -22/+101 |
* | Mark FullTabModeIE_UnloadEventTest as flaky, while investigating the reason (... | stoyan@chromium.org | 2010-04-08 | 1 | -1/+1 |
* | Move Urlmon network requests to UI thread, thus allowing reusing the bind con... | stoyan@chromium.org | 2010-04-08 | 2 | -19/+26 |
* | The ChromeFrame net tests would not work on IE6 and IE7. This is because the ... | ananta@chromium.org | 2010-04-07 | 4 | -16/+29 |
* | Enabling the FullTabModeIE_TestPostReissue ChromeFrame test as this test only... | ananta@chromium.org | 2010-04-07 | 2 | -8/+7 |
* | Correct the bug number for the disabled chrome frame tests. | ananta@chromium.org | 2010-04-06 | 2 | -2/+2 |
* | Disabling the NavigationToRestrictedSite ChromeFrame test as it relies for so... | ananta@chromium.org | 2010-04-05 | 1 | -1/+2 |
* | Disabling the FullTabModeIE_TestPostReissue ChromeFrame test while we debug t... | ananta@chromium.org | 2010-04-05 | 1 | -1/+2 |
* | Fix a ChromeFrame crash which was reported in the crash server in the helper ... | ananta@chromium.org | 2010-04-05 | 1 | -0/+5 |
* | Test the new code for propagating OnChannelError to Chrome Frame Delegate. | mad@chromium.org | 2010-03-31 | 2 | -36/+144 |
* | cleanup: Include base/path_service.h in tests that use it. | thestig@chromium.org | 2010-03-31 | 1 | -2/+2 |
* | Unit test for form download (POST). This replicates the issue reported in bu... | tommi@chromium.org | 2010-03-29 | 4 | -25/+166 |
* | Fixes GCF perf tests in prep for re-enabling them on the bots. | slightlyoff@chromium.org | 2010-03-26 | 1 | -33/+10 |
* | Reenable the ChromeFrame unload event test which basically loads a page which... | ananta@chromium.org | 2010-03-26 | 1 | -2/+1 |
* | Added the propagation of the OnChannelError notification. | mad@chromium.org | 2010-03-26 | 2 | -3/+11 |
* | Committing for Eric Dingle. | mad@chromium.org | 2010-03-26 | 2 | -19/+92 |
* | 3rd try. *sigh* | slightlyoff@chromium.org | 2010-03-26 | 5 | -23/+51 |
* | Provide the chrome frame content type from tests which is what we handle in o... | tommi@chromium.org | 2010-03-26 | 1 | -3/+16 |