| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac. | suzhe@chromium.org | 2010-07-27 | 1 | -0/+7 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Refactoring the sync integration tests. | rsimha@chromium.org | 2010-06-21 | 1 | -0/+5 |
* | Attempt at fixing flakyness of the browser test: | jcivelli@chromium.org | 2010-04-19 | 1 | -4/+35 |
* | WebKit roll 57501:57508 + fixing the path to the script that starts a | dumi@chromium.org | 2010-04-13 | 1 | -2/+1 |
* | Revert 43950 - Revert 43931 [GTTF] Clean up browser tests: | viettrungluu@chromium.org | 2010-04-08 | 1 | -4/+36 |
* | Revert 43931 - [GTTF] Clean up browser tests: | viettrungluu@chromium.org | 2010-04-08 | 1 | -36/+4 |
* | [GTTF] Clean up browser tests: | phajdan.jr@chromium.org | 2010-04-08 | 1 | -4/+36 |
* | Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun... | thestig@chromium.org | 2010-03-31 | 1 | -1/+11 |
* | * Add / exhanced tests for state transition. | oshima@chromium.org | 2010-03-28 | 1 | -0/+6 |
* | Fixes bug where triggering session restore while the browser was | sky@chromium.org | 2010-03-26 | 1 | -0/+3 |
* | Add support for interacting with the DOM in browser_tests. | kkania@chromium.org | 2010-03-18 | 1 | -0/+5 |
* | [GTTF] Remove the internal timeout of extension browser tests. | phajdan.jr@chromium.org | 2010-03-17 | 1 | -3/+2 |
* | Revert 41789 - Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -5/+0 |
* | Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -0/+5 |
* | Fix websocket_server.py path | ukai@chromium.org | 2010-03-16 | 1 | -1/+4 |
* | Remove the feed sniffing testing part of the RSS extension. | finnur@chromium.org | 2010-03-12 | 1 | -3/+0 |
* | Icons are loaded asynchronously for browser actions, so the | finnur@chromium.org | 2010-03-10 | 1 | -1/+5 |
* | RSS feed subscription localization, part 2. | finnur@chromium.org | 2010-03-02 | 1 | -0/+3 |
* | Fix SSLUITest.TestHTTPSErrorWithNoNavEntry | agl@chromium.org | 2010-03-01 | 1 | -0/+101 |
* | Add an WebSocket extension browsertest. | rafaelw@chromium.org | 2010-02-25 | 1 | -0/+40 |
* | One more attempt at landing this CL. | jcampan@chromium.org | 2010-01-21 | 1 | -0/+4 |
* | Add 3 tests for extension installation. Fix and re-enable UpdatePermissions t... | kkania@chromium.org | 2010-01-20 | 1 | -1/+6 |
* | Revert 36589 - Still failing the reliability tests. | jcampan@chromium.org | 2010-01-20 | 1 | -4/+0 |
* | Another try at landing this. | jcampan@chromium.org | 2010-01-20 | 1 | -0/+4 |
* | Revert 36442 - Still causing test failures | jcampan@chromium.org | 2010-01-16 | 1 | -4/+0 |
* | 4th attempt at landing this. | jcampan@chromium.org | 2010-01-16 | 1 | -0/+4 |
* | Revert 36362 - It breaks NACLTests and Chrome Frame Tests | jcampan@chromium.org | 2010-01-15 | 1 | -4/+0 |
* | 3rd attempt at landing the language detection on page load. | jcampan@chromium.org | 2010-01-15 | 1 | -0/+4 |
* | Revert 35735 - Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -4/+0 |
* | Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -0/+4 |
* | Reverting the CLD CL altogether, the reliability bot is still red. | jcampan@chromium.org | 2009-12-17 | 1 | -4/+0 |
* | Makes the language detection happen with every page load | jcampan@chromium.org | 2009-12-16 | 1 | -0/+4 |
* | Move use_host_network test out of ChromeFrame. | stoyan@chromium.org | 2009-11-19 | 1 | -1/+6 |
* | GMocking Externaltab tests. | stoyan@google.com | 2009-11-04 | 1 | -0/+29 |
* | Implements tests for testing browser's overall key events handling behavior. | suzhe@chromium.org | 2009-10-23 | 1 | -0/+7 |
* | Add a browser test for extensions autoupdate. | asargent@chromium.org | 2009-10-14 | 1 | -1/+9 |
* | The focus would only be restored properly the first time the | jcampan@chromium.org | 2009-10-02 | 1 | -0/+9 |
* | This CL makes the browser focus tests faster by replacing | jcampan@chromium.org | 2009-09-18 | 1 | -0/+7 |
* | This CL adds a test to insure we are not regressing on http://crbug.com/19941 | jcampan@chromium.org | 2009-09-15 | 1 | -0/+6 |
* | Convert parts of errorpage_uitest.cc to be not flaky. | phajdan.jr@chromium.org | 2009-08-15 | 1 | -4/+9 |
* | The focus would be messed-up when reloading a crashed tab, also causing accel... | jcampan@chromium.org | 2009-07-29 | 1 | -0/+3 |
* | Convert JavascriptAlertActivatesTab to browser_tests framework. | phajdan.jr@chromium.org | 2009-07-10 | 1 | -0/+5 |
* | Convert crash recovery tests to browser test framework, which should reduce f... | phajdan.jr@chromium.org | 2009-07-08 | 1 | -0/+8 |
* | Add an ExtensionBrowserTest base class that allows in-process browser tests o... | aa@chromium.org | 2009-07-04 | 1 | -5/+5 |
* | reenable RenderViewHostManager browertest, add DownloadsCompleteObserver to u... | rafaelw@chromium.org | 2009-07-02 | 1 | -0/+5 |
* | Fix crash as a result of my previous change to fix the memory leak in WebCach... | jam@chromium.org | 2009-05-22 | 1 | -0/+2 |
* | Migrating the SSL UI tests to be browser tests. | jcampan@chromium.org | 2009-04-29 | 1 | -33/+28 |
* | Add missing <string> include for release build. | finnur@chromium.org | 2009-04-17 | 1 | -0/+2 |
* | Fix 10573: Dismissing Find-in page doesn't set focus | finnur@chromium.org | 2009-04-17 | 1 | -1/+39 |