| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Include browser.h -> ui/browser.h [Part 2]. | jhawkins@chromium.org | 2010-11-16 | 3 | -3/+3 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -2/+3 |
* | Fix linux build. | kkania@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | Mark snapshot tests as FAILS on Linux. | kkania@chromium.org | 2010-11-12 | 1 | -3/+18 |
* | Add tab proxy call for taking a snapshot of the entire page. | kkania@chromium.org | 2010-11-12 | 3 | -0/+189 |
* | Part 3 of reapplying r64637. | erg@google.com | 2010-11-12 | 2 | -4/+4 |
* | Part 2 of reapplying r64637. | erg@google.com | 2010-11-10 | 15 | -2167/+15 |
* | Remove some obsolete FLAKY_ markers, and add some missing bug references | stuartmorgan@chromium.org | 2010-11-09 | 1 | -1/+3 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 3 | -3/+3 |
* | base: Remove 'using' declaration of SStringPrintf. | tfarina@chromium.org | 2010-11-08 | 1 | -3/+4 |
* | Reapply part of r64637, which caused mysterious failures on mac waterfall. | erg@google.com | 2010-11-08 | 2 | -4/+4 |
* | Add support for returning the session_id in both CreateExternalTab and Connec... | hansl@google.com | 2010-11-05 | 3 | -6/+11 |
* | Mark ExternalTabUITest.HostNetworkStackAbortRequest and HostNetworkStackUnres... | mattm@chromium.org | 2010-11-05 | 1 | -2/+4 |
* | Mark ExternalTabUITestPopupEnabled.UserGestureTargetBlank as flaky on windows. | mattm@chromium.org | 2010-11-04 | 1 | -1/+3 |
* | Marking DOMAutomationTest.FindByXPath as flaky on windows. | robertshield@chromium.org | 2010-11-02 | 1 | -1/+8 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Revert "Refactor automation messages." due to mysterious problems on mac. | erg@google.com | 2010-11-01 | 15 | -19/+2169 |
* | Refactor automation messages. | erg@google.com | 2010-11-01 | 15 | -2169/+19 |
* | Remove the FLAKY tag from AutomationProxyTest.AppModalDialogTest. | hbono@chromium.org | 2010-10-29 | 1 | -2/+1 |
* | Reverting this to see if this fixes ChromeFrame tests. Please reland with the... | ananta@chromium.org | 2010-10-28 | 2 | -6/+3 |
* | Mark WindowDotOpen flaky on Windows. | nick@chromium.org | 2010-10-28 | 1 | -1/+8 |
* | The ChromeFrame objects now provides an unfrozen interface called IChromeFram... | hansl@google.com | 2010-10-28 | 2 | -3/+6 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Add UI test for click-to-play. | bauerb@chromium.org | 2010-10-25 | 3 | -0/+17 |
* | ExternalTabUITest.IncognitoMode is flaky. | cbentzel@chromium.org | 2010-10-23 | 1 | -1/+2 |
* | Refreshing pages in ChromeFrame would basically always fetch the pages from t... | ananta@chromium.org | 2010-10-21 | 1 | -1/+6 |
* | Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. | mattm@chromium.org | 2010-10-21 | 1 | -2/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-20 | 1 | -12/+19 |
* | Fix a bunch of extensions api tests to not hard-code port 1337. | skerner@chromium.org | 2010-10-19 | 1 | -3/+3 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 6 | -6/+20 |
* | GTTF: Mark ExtensionProxyUITest.MoveBrowserAction as FLAKY. | phajdan.jr@chromium.org | 2010-10-16 | 1 | -1/+2 |
* | GTTF: Mark ExtensionProxyUITest.GetProperty as FLAKY. | phajdan.jr@chromium.org | 2010-10-16 | 1 | -1/+2 |
* | Mark AutomationProxyVisibleTest.AutocompleteMatchesTest as flaky. | phajdan.jr@chromium.org | 2010-10-14 | 1 | -1/+4 |
* | Do not write non-toplevel POST response into the WINInet cache. | stoyan@chromium.org | 2010-10-01 | 1 | -1/+6 |
* | Top level navigations are not sent to the host browser in the ChromeFrame NPA... | ananta@chromium.org | 2010-09-30 | 1 | -1/+6 |
* | Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTest | jknotten@chromium.org | 2010-09-24 | 4 | -23/+27 |
* | Mark AutomationProxyTest.AppModalDialogTest as flaky. | jhawkins@chromium.org | 2010-09-20 | 1 | -1/+2 |
* | Added full support for invoking before unload and unload handlers on ChromeFr... | ananta@chromium.org | 2010-09-17 | 1 | -6/+2 |
* | Change correcting the profile used when performing top-level navigations of t... | twiz@google.com | 2010-09-08 | 1 | -1/+6 |
* | GTTF: Make WaitForInfoBarCount not Sleep. | phajdan.jr@chromium.org | 2010-09-08 | 3 | -15/+16 |
* | GTTF: Make WaitForTabCountToBecome automation call not Sleep. | phajdan.jr@chromium.org | 2010-09-07 | 3 | -14/+14 |
* | Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep. | gavinp@chromium.org | 2010-09-04 | 3 | -14/+14 |
* | GTTF: Make WaitForTabCountToBecome automation call not Sleep. | phajdan.jr@chromium.org | 2010-09-03 | 3 | -14/+14 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 3 | -4/+4 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 3 | -4/+4 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 3 | -4/+4 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 3 | -4/+4 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 3 | -4/+4 |
* | Refactor version-getting info into a chrome::VersionInfo object. | evan@chromium.org | 2010-08-27 | 2 | -8/+4 |
* | FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ... | viettrungluu@chromium.org | 2010-08-20 | 1 | -1/+0 |