| Commit message (Expand) | Author | Age | Files | Lines |
* | Also switching the default of the tests to default to the moniker patch. | tommi@chromium.org | 2010-03-23 | 1 | -3/+3 |
* | Enable the moniker patch by default. | tommi@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | When ChromeFrame is running in privileged mode, we should fail the IAuthentic... | ananta@chromium.org | 2010-03-22 | 4 | -5/+27 |
* | Initial support for IE View->Privacy. To support this menu option the active ... | ananta@chromium.org | 2010-03-19 | 10 | -16/+302 |
* | Fix top crashers in the latest build. | amit@chromium.org | 2010-03-19 | 2 | -2/+4 |
* | Don't access front() if the queue is empty. | tommi@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Fix a crash with the IMoniker::BindToObject patch in ChromeFrame which occurs... | ananta@chromium.org | 2010-03-19 | 1 | -32/+37 |
* | Disable FullTabModeIE_MenuSaveAs as it hangs the Chrome Frame tests. | jhawkins@chromium.org | 2010-03-18 | 1 | -1/+2 |
* | Verify the URL in address bar | amit@chromium.org | 2010-03-18 | 1 | -29/+81 |
* | chrome_frame_net_test now depends on net_test_support after r41856. | wtc@chromium.org | 2010-03-17 | 1 | -0/+1 |
* | Move cert_test_util.{h,cc} and ssl_test_util.{h,cc} to the | wtc@chromium.org | 2010-03-17 | 1 | -0/+1 |
* | Remove the unused chrome frame resources and merge things into a single .grd ... | robertshield@chromium.org | 2010-03-17 | 4 | -48/+3 |
* | IE6 would not switch to ChromeFrame if the url being navigated to contained a... | ananta@chromium.org | 2010-03-16 | 4 | -3/+39 |
* | Chrome frame should use "parentNode" instead of "parentElement" to get the DOM | rogerta@chromium.org | 2010-03-16 | 1 | -1/+1 |
* | Adds an automation message to retrieve the list of enabled extensions, and CF... | joi@chromium.org | 2010-03-16 | 9 | -1/+201 |
* | Fix the ChromeFrame back forward test failures on the builder by reverting to... | ananta@chromium.org | 2010-03-16 | 1 | -6/+6 |
* | When ChromeFrame switches to IE on receiving the OnHttpEquiv notification ind... | ananta@chromium.org | 2010-03-15 | 3 | -11/+128 |
* | Marking the referrer test as flaky again. It's failing on the build bot but ... | tommi@chromium.org | 2010-03-15 | 1 | -4/+5 |
* | More integration with host (InternetExplorer) popup blocker. | stoyan@chromium.org | 2010-03-15 | 2 | -4/+35 |
* | Fix #1 for multiple request issue (both POST and GET) after activating the on... | tommi@chromium.org | 2010-03-12 | 24 | -263/+2534 |
* | Move metrics api to the experimental name space. | rogerta@chromium.org | 2010-03-12 | 1 | -1/+0 |
* | Reverting due to two broken tests: FullTabModeIE_SubIFram and FullTabModeIE_U... | ericu@google.com | 2010-03-12 | 4 | -140/+10 |
* | When ChromeFrame switches to IE on receiving the OnHttpEquiv notification ind... | ananta@chromium.org | 2010-03-12 | 4 | -10/+140 |
* | Heuristically avoid reporting crashes during DLL loading. | siggi@chromium.org | 2010-03-12 | 5 | -18/+117 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 4 | -6/+7 |
* | AddRef ChromeFrameAutomationClient as long as the supporting window exists. | stoyan@chromium.org | 2010-03-11 | 4 | -54/+50 |
* | Utility functions to interact with the NT loader's data structures and associ... | siggi@chromium.org | 2010-03-11 | 6 | -0/+587 |
* | Fix a crash reported in ChromeFrame on the crash server, which occurs because... | ananta@chromium.org | 2010-03-10 | 1 | -10/+15 |
* | Remove unnecessary dependencies from webkit/glue and webkit/appcache. | tony@chromium.org | 2010-03-10 | 1 | -1/+2 |
* | Chrome Frame tests for keyboard accelerators | amit@chromium.org | 2010-03-09 | 8 | -460/+375 |
* | Move wtl from chrome/third_party to third_party/. This | tony@chromium.org | 2010-03-09 | 1 | -2/+2 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 1 | -165/+165 |
* | ChromeFrame now uses host provided popup blocker. | stoyan@chromium.org | 2010-03-08 | 7 | -109/+149 |
* | Next part of removing the dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-06 | 1 | -1/+1 |
* | ChromeFrame's host network stack implementation for NPAPI would not get and s... | ananta@chromium.org | 2010-03-05 | 2 | -20/+126 |
* | Fix a ChromeFrame crash which occured in the Histogram code while adding a hi... | ananta@chromium.org | 2010-03-05 | 4 | -19/+44 |
* | window.open calls in ChromeFrame cause IE to navigate to a dummy URL which ha... | ananta@chromium.org | 2010-03-04 | 1 | -0/+7 |
* | More context menu tests | amit@chromium.org | 2010-03-04 | 12 | -284/+580 |
* | Fix a crash in ChromeFrame which would occur if we clicked both mouse buttons... | ananta@chromium.org | 2010-03-03 | 2 | -12/+25 |
* | Another try at fixing include soup | amit@chromium.org | 2010-03-03 | 1 | -1/+0 |
* | Fix build breakage due to include | amit@chromium.org | 2010-03-03 | 1 | -1/+1 |
* | More compact mock tests | amit@chromium.org | 2010-03-03 | 4 | -511/+181 |
* | Adds an inset border on GCF ActiveDocument instances to match IE styles. | slightlyoff@chromium.org | 2010-03-03 | 1 | -1/+1 |
* | Disabling the FullTabModeIE_UnloadEventTest as it consistently fails while I ... | ananta@chromium.org | 2010-03-02 | 1 | -1/+2 |
* | Fix the full tab mode unload event test by moving the FileDownload expectatio... | ananta@chromium.org | 2010-03-02 | 1 | -12/+4 |
* | ChromeFrame should honor the host browser's cookie policy. To achieve this we... | ananta@chromium.org | 2010-03-02 | 16 | -140/+147 |
* | Marking the WidgetModeFF_CFInstanceRPCInternal as flaky. | ananta@chromium.org | 2010-03-02 | 1 | -1/+2 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -0/+37 |
* | Adding a little utility function to make logging guids easier | tommi@chromium.org | 2010-03-01 | 3 | -0/+21 |
* | Marking some more tests as flaky since they fail randomly on waterfall. | amit@chromium.org | 2010-03-01 | 1 | -3/+6 |