| Commit message (Expand) | Author | Age | Files | Lines |
* | Unit test for back/forward for url fragments. Improvements in the testing | amit@chromium.org | 2009-11-23 | 3 | -18/+227 |
* | Fix Chrome frame builder redness. | ananta@chromium.org | 2009-11-23 | 1 | -2/+5 |
* | Revert "installer: clean up to use FilePath instead of std::wstring." | kuchhal@chromium.org | 2009-11-23 | 1 | -3/+3 |
* | installer: clean up to use FilePath instead of std::wstring. | kuchhal@chromium.org | 2009-11-23 | 1 | -3/+3 |
* | Tommi, please review everything. John please review the changes to plugin_ser... | ananta@chromium.org | 2009-11-21 | 3 | -14/+26 |
* | Launch COM server IE as low integrity process on Vista. | stoyan@chromium.org | 2009-11-20 | 3 | -26/+130 |
* | Move use_host_network test out of ChromeFrame. | stoyan@chromium.org | 2009-11-19 | 1 | -135/+0 |
* | Ensure that the renderer has focus when ChromeFrame navigates to a URL in IE ... | ananta@chromium.org | 2009-11-19 | 1 | -1/+30 |
* | Updates test to use new document location for overlay nodes. | slightlyoff@chromium.org | 2009-11-19 | 1 | -5/+5 |
* | Back/Forward support for url fragments | amit@chromium.org | 2009-11-19 | 10 | -98/+407 |
* | The FullTabModeIE_ChromeFrameKeyboardTest test would never complete at times.... | ananta@chromium.org | 2009-11-18 | 2 | -11/+17 |
* | Disabling the About ChromeFrame test as this is consistently failing on the b... | ananta@chromium.org | 2009-11-18 | 1 | -1/+3 |
* | Added a regression test which validates that keystrokes are received correctl... | ananta@chromium.org | 2009-11-13 | 4 | -1/+127 |
* | The ChromeFrameAutomationClient class needs to be refcounted as it implements... | ananta@chromium.org | 2009-11-12 | 2 | -18/+19 |
* | Updates CFInstall.js to: | slightlyoff@chromium.org | 2009-11-10 | 7 | -1/+281 |
* | More memory stats code cleanup: | sgk@chromium.org | 2009-11-09 | 1 | -5/+4 |
* | Basic wiring to enable downloads for CF's host browser network stack. A nota... | tommi@chromium.org | 2009-11-07 | 2 | -3/+9 |
* | Eliminate icu_stubs. Things still seem to link fine without these. I suspec... | pkasting@chromium.org | 2009-11-07 | 1 | -73/+0 |
* | Get rid of GetMemoryInfo() in favor of using base::ProcessMetrics. | sgk@chromium.org | 2009-11-05 | 1 | -11/+20 |
* | Marking the AboutChromeFrame test flaky. | slightlyoff@chromium.org | 2009-11-03 | 1 | -1/+1 |
* | Don't switch to CF's active document for frames or iframes.This fixes an issu... | tommi@chromium.org | 2009-11-03 | 6 | -8/+107 |
* | Remove themes/default.dll and merge the resources into chrome.dll. | tc@google.com | 2009-11-02 | 1 | -1/+0 |
* | Mark the flaky iframe post test as such. | slightlyoff@chromium.org | 2009-10-30 | 1 | -1/+3 |
* | Initialize the chrome thread object at the start of the CFUrlRequestUnittestR... | ananta@chromium.org | 2009-10-30 | 1 | -4/+4 |
* | The newly added AboutChromeFrame test for IE full tab mode was failing on the... | ananta@chromium.org | 2009-10-30 | 4 | -14/+10 |
* | Added unit tests for ChromeFrame IE full tab mode. These test the following c... | ananta@chromium.org | 2009-10-29 | 8 | -59/+390 |
* | Remove unused files. | stoyan@google.com | 2009-10-29 | 2 | -287/+0 |
* | Instantiate a dummy notification service instance in chrome frame on the thread | ananta@chromium.org | 2009-10-29 | 1 | -0/+3 |
* | With the change in the constructor for the ChromeThread class, we are seeing ... | ananta@chromium.org | 2009-10-28 | 1 | -1/+2 |
* | Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal w... | robertshield@chromium.org | 2009-10-28 | 3 | -13/+13 |
* | Fix build error. | ananta@chromium.org | 2009-10-27 | 1 | -1/+1 |
* | If a HTTP post to a server returns any redirect code other than 307, then bro... | ananta@chromium.org | 2009-10-27 | 2 | -8/+6 |
* | Fix another build break that didn't show up on the try bots. | jam@chromium.org | 2009-10-27 | 1 | -1/+1 |
* | More build breakage. | evan@chromium.org | 2009-10-27 | 1 | -1/+1 |
* | Move helper_gmock.h from ChromFrame subrtee to testing directory. | stoyan@google.com | 2009-10-27 | 2 | -628/+2 |
* | Blind attempt at fixing broken Chrome Frame test utils build. | evan@chromium.org | 2009-10-27 | 1 | -1/+1 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 2 | -4/+2 |
* | Enhance extension UI testing by enabling you to select which extension | joi@chromium.org | 2009-10-23 | 1 | -1/+2 |
* | Add bindings to chrome frame to call the new extension automation apis. | rogerta@chromium.org | 2009-10-23 | 1 | -6/+44 |
* | Somewhat useful hack to have the chrome frame integration test run in server ... | robertshield@chromium.org | 2009-10-22 | 1 | -0/+25 |
* | Remove old ap-value munging code in Chrome Frame. | robertshield@chromium.org | 2009-10-21 | 1 | -60/+0 |
* | For Steven Truong (stevet@) | mad@chromium.org | 2009-10-20 | 1 | -187/+8 |
* | Correcting name of data file used for CF protocol test. | robertshield@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | If we fail to launch a browser during an integration test, fail the test imme... | robertshield@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | When Chrome hands off a URL to be opened by the external host by the ViewHost... | ananta@chromium.org | 2009-10-19 | 4 | -4/+59 |
* | Simplification, generalization (and perhaps additional mystification) of gmoc... | stoyan@google.com | 2009-10-19 | 2 | -460/+495 |
* | Add the chromeframe tag to the user agent header at runtime instead of static... | tommi@chromium.org | 2009-10-17 | 2 | -0/+214 |
* | Committing for Steven who got LGTM from here: | mad@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -2/+4 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 1 | -4/+2 |