| Commit message (Expand) | Author | Age | Files | Lines |
* | Mac: Add tabpose window | thakis@chromium.org | 2010-07-30 | 1 | -0/+1 |
* | Revert timeout value for sync integration tests. | rsimha@chromium.org | 2010-07-30 | 2 | -3/+3 |
* | Disable tests failing on official builders | nirnimesh@chromium.org | 2010-07-30 | 1 | -0/+5 |
* | Mark KeyboardAccessTest.ReserveKeyboardAccelerator as FAILS | phajdan.jr@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Reland r54074. | dtseng@chromium.org | 2010-07-30 | 1 | -0/+1 |
* | Use an integer for the port parameter to the UI test HTTP server. | evan@chromium.org | 2010-07-30 | 4 | -9/+8 |
* | Drop usage of IntToWString in switch values; we can use ASCII now. | evan@chromium.org | 2010-07-30 | 2 | -4/+3 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 12 | -25/+24 |
* | Disable the page_cycler_database on Windows, because it's really slow | dumi@chromium.org | 2010-07-30 | 1 | -0/+3 |
* | Revert "Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1" | evan@chromium.org | 2010-07-30 | 1 | -22/+0 |
* | Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1 | satish@chromium.org | 2010-07-30 | 1 | -0/+22 |
* | Move browser/first_run* into into a subdirectory. | evan@chromium.org | 2010-07-29 | 1 | -1/+1 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 11 | -50/+33 |
* | Fix build on ChromiumOS by ASSERTing TRUE in a UI test. | phajdan.jr@chromium.org | 2010-07-29 | 1 | -1/+1 |
* | Download code cleanup patch of death: | phajdan.jr@chromium.org | 2010-07-29 | 1 | -3/+6 |
* | Add back a test lost in r37819, because it had been at the bottom of an unrel... | pkasting@chromium.org | 2010-07-29 | 1 | -2/+36 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 6 | -12/+20 |
* | Enable more PPAPI tests. | brettw@chromium.org | 2010-07-29 | 1 | -10/+0 |
* | Test to verify the 'multiple downloads' infobar | nirnimesh@chromium.org | 2010-07-29 | 3 | -0/+47 |
* | Mac: Fix broken valgrind suppressions. | thakis@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | Exclude NewTabUITest.NTPHasThumbnails from Valgrind run - 4GB is not enough | timurrrr@chromium.org | 2010-07-29 | 1 | -1/+2 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs). | rohitrao@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Add initial tests for keyboard access (tabbing in some dialogs). | dtseng@chromium.org | 2010-07-28 | 1 | -0/+1 |
* | The token service should now support issuing auth tokens. | chron@chromium.org | 2010-07-28 | 1 | -2/+2 |
* | Update python sync server to support recursive deletion. | rsimha@chromium.org | 2010-07-28 | 1 | -3/+3 |
* | New PyAuto tests for cookies. | alyssad@chromium.org | 2010-07-28 | 2 | -1/+61 |
* | Marked Pepper3D test as FAILS since it is failing on buildbots but passes on ... | alokp@chromium.org | 2010-07-28 | 1 | -1/+2 |
* | Enabled pepper3d test. Explicitly specified Mesa renderer to use for the 3d t... | alokp@chromium.org | 2010-07-28 | 1 | -2/+6 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 4 | -0/+4 |
* | New pyauto tests for clearing browsing data. | alyssad@chromium.org | 2010-07-28 | 1 | -17/+62 |
* | Enable crash reporting by default with PyAuto on Mac/Linux | nirnimesh@chromium.org | 2010-07-28 | 1 | -4/+11 |
* | Add a test that verifies the DNS prefetching preference | alyssad@chromium.org | 2010-07-28 | 1 | -0/+8 |
* | Missing argument in pyauto.py. Added in the missing argument. | alyssad@chromium.org | 2010-07-28 | 1 | -1/+2 |
* | [Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac. | suzhe@chromium.org | 2010-07-27 | 7 | -41/+110 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 1 | -0/+2 |
* | Fix unit tests for the ResourceDispatcherHost. | darin@chromium.org | 2010-07-27 | 1 | -3/+0 |
* | New pyauto hook for the translate feature. | alyssad@chromium.org | 2010-07-27 | 3 | -0/+234 |
* | Add API on host registration page. | nkostylev@google.com | 2010-07-27 | 1 | -0/+81 |
* | Fixing broken Integration tests. | rsimha@chromium.org | 2010-07-27 | 5 | -53/+52 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 70 | -0/+70 |
* | Significantly speed up sync integration tests. | rsimha@chromium.org | 2010-07-26 | 4 | -19/+49 |
* | GTTF: Flip PPAPITest.Scrollbar from FAILS to FLAKY on Linux, | phajdan.jr@chromium.org | 2010-07-26 | 1 | -3/+2 |
* | GTTF: flip FastShutdown.SlowTermination from FAILS to FLAKY | phajdan.jr@chromium.org | 2010-07-26 | 1 | -1/+1 |
* | Disable autofill pyauto tests on mac | nirnimesh@chromium.org | 2010-07-26 | 1 | -1/+2 |
* | Fix infobar test by actually waiting for infobar before checking for it. | nirnimesh@chromium.org | 2010-07-26 | 1 | -0/+4 |
* | Remove 50061 from known list. | huanr@chromium.org | 2010-07-26 | 1 | -3/+0 |
* | Don't run SyncerThreadWithSyncerTest.StopSyncPermanently under ThreadSanitize... | timurrrr@chromium.org | 2010-07-26 | 1 | -0/+3 |
* | PyAuto hook to remove saved passwords, more info added to passwords. BUG=36179 | alyssad@chromium.org | 2010-07-26 | 2 | -39/+52 |
* | Mark NaClSandboxTest.NaClOuterSBTest as flaky. | maruel@chromium.org | 2010-07-24 | 1 | -1/+2 |