| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we have a valid tab proxy before trying to call it. | mad@chromium.org | 2010-02-19 | 1 | -1/+8 |
* | Mark four more FullTabModeIE tests as flaky | stuartmorgan@chromium.org | 2010-02-19 | 1 | -4/+12 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 2 | -2/+2 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 3 | -0/+3 |
* | Marking the FullTabModeIE_ReferrerTest as FLAKY as this still intermittently ... | ananta@chromium.org | 2010-02-19 | 1 | -1/+3 |
* | Fix for referrer flakyness. There were two problems: | tommi@chromium.org | 2010-02-18 | 5 | -28/+74 |
* | Incorporating review comments from Amit. The keyboard based back forward test... | ananta@chromium.org | 2010-02-17 | 4 | -61/+30 |
* | We need to support the following accelerators in the ChromeFrame Active docum... | ananta@chromium.org | 2010-02-17 | 11 | -8/+245 |
* | Beginnings of a unit test for downloads that occur in a new window. | tommi@chromium.org | 2010-02-17 | 6 | -130/+429 |
* | Fix a crash caused by incorrecly passing in a wstring to StringPrintf in the ... | ananta@chromium.org | 2010-02-16 | 1 | -2/+3 |
* | Fix cfinstance chrome tests. Before they were either failing to launch | tommi@chromium.org | 2010-02-16 | 2 | -6/+21 |
* | Clone of issue 600130. (http://codereview.chromium.org/600130) | twiz@chromium.org | 2010-02-16 | 6 | -2/+154 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -2/+6 |
* | Fix an IE7 crash caused when ChromeFrame would pass keystrokes to be processe... | ananta@chromium.org | 2010-02-12 | 1 | -3/+6 |
* | make combine_libs.py not bail out when run under the system provided python u... | slightlyoff@chromium.org | 2010-02-12 | 1 | -3/+3 |
* | Add missing file for the UrlmonUrlRequestTest.ZeroLengthResponse test. | stoyan@chromium.org | 2010-02-12 | 1 | -0/+0 |
* | First batch of context menu tests | amit@chromium.org | 2010-02-12 | 14 | -539/+871 |
* | Proper notification in OnStopBinding if headers are not availble (i.e. connec... | stoyan@chromium.org | 2010-02-12 | 4 | -161/+252 |
* | Marking the ChromeFrameTestWithWebServer,.FullTabModeIE_ViewSource as FLAKY. | ananta@chromium.org | 2010-02-11 | 1 | -1/+3 |
* | Revert 38692 to see if this fixes ChromeFrame net tests. | ananta@chromium.org | 2010-02-11 | 1 | -9/+0 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 1 | -1/+1 |
* | Fix IOleCommandTarget::Exec handling taking into account command group id. | stoyan@chromium.org | 2010-02-11 | 1 | -30/+36 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/600032 | stoyan@chromium.org | 2010-02-10 | 1 | -0/+9 |
* | Disabling the following net tests for ChromeFrame as this functionality does ... | ananta@chromium.org | 2010-02-10 | 1 | -1/+5 |
* | Fix crash. Happens in LaunchDelegate::LaunchComplete if delegate (ChromeFrame... | stoyan@chromium.org | 2010-02-10 | 3 | -13/+71 |
* | 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 |