| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first | sky@chromium.org | 2010-06-28 | 1 | -1/+1 |
* | Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -1/+1 |
* | Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -1/+1 |
* | Run in-process browser tests using the sandbox. | jam@chromium.org | 2010-06-09 | 1 | -6/+9 |
* | ProcessSingleton(all): create the lock immediately after failing to connect t... | mattm@chromium.org | 2010-05-28 | 1 | -0/+6 |
* | Relanding 48042. | jcivelli@chromium.org | 2010-05-25 | 1 | -5/+0 |
* | Revert 48042: it breaks unit-tests and UI tests on ChromeOS | jcivelli@chromium.org | 2010-05-24 | 1 | -0/+5 |
* | Disabling app launcher and enabling apps by default on ChromeOS . | jcivelli@chromium.org | 2010-05-24 | 1 | -5/+0 |
* | Fix typos for defined(OS_XXX). | thestig@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | Removing the app launcher button in the ChromeOS browser and making the app l... | jcivelli@chromium.org | 2010-05-14 | 1 | -0/+5 |
* | Remove EnableSingleProcess() since it's unused. Improve comments and user he... | pkasting@chromium.org | 2010-05-13 | 1 | -4/+4 |
* | Mac: Don't run nested loop for browser_tests (matching Windows and Linux). | viettrungluu@chromium.org | 2010-05-04 | 1 | -62/+15 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 1 | -4/+8 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 1 | -8/+4 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 1 | -4/+8 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -8/+4 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -4/+8 |
* | Nukes one of the AddTabWithURL variants. | sky@chromium.org | 2010-04-29 | 1 | -1/+2 |
* | Makes tests on chromeos not run a nested message loop. | sky@chromium.org | 2010-04-22 | 1 | -3/+3 |
* | Revert 44708 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 1 | -8/+4 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 1 | -4/+8 |
* | Changes browser_tests to not run a nested message loop. | sky@chromium.org | 2010-04-13 | 1 | -8/+62 |
* | Revert 44004 - Changes browser_tests to not run a nested message loop. | sky@chromium.org | 2010-04-08 | 1 | -60/+12 |
* | Changes browser_tests to not run a nested message loop. | sky@chromium.org | 2010-04-08 | 1 | -12/+60 |
* | Rename RunAllPendingEvents -> RunAllPendingInMessageLoop | oshima@chromium.org | 2010-04-01 | 1 | -6/+0 |
* | Added logic that exits message loop upon test ending even if no browser | avayvod@google.com | 2010-03-30 | 1 | -3/+8 |
* | basic browser tests for compact navigation bar. | oshima@chromium.org | 2010-03-24 | 1 | -0/+6 |
* | We had a problem where if chrome crashed on cros and was relaunched | davemoore@chromium.org | 2010-03-22 | 1 | -4/+8 |
* | Linux: Make sure browser_tests fork()s the helper processes before starting u... | willchan@chromium.org | 2010-02-24 | 1 | -22/+22 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -0/+1 |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 1 | -2/+8 |
* | Allow reentrant tasks on window close in in-proc browser test framework. Dis... | kkania@chromium.org | 2009-11-23 | 1 | -0/+9 |
* | Coverity: Fix unnecessary Singleton object instantiation. | mattm@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -0/+28 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -1/+3 |
* | The ParseFeed test was testing too much in one test, hitting the overall limi... | finnur@chromium.org | 2009-10-15 | 1 | -2/+6 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Add SetUpTestFixtureTest/TearDownTestFixtureTest methods to InProcessBrowserT... | tim@chromium.org | 2009-09-23 | 1 | -0/+3 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 1 | -3/+3 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 1 | -16/+11 |
* | Improves a code block in in_process_browser_test, avoids the use of FilePath:... | avi@chromium.org | 2009-09-10 | 1 | -6/+5 |
* | Disable external DNS resolutions for in-process tests. | phajdan.jr@chromium.org | 2009-09-02 | 1 | -5/+3 |
* | Revert r24606-24607. The tree didn't like them. :( | phajdan.jr@chromium.org | 2009-08-27 | 1 | -0/+3 |
* | Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness. | phajdan.jr@chromium.org | 2009-08-27 | 1 | -3/+0 |
* | Turn tips on by default, and turn off tip loading during UI testing. | mirandac@chromium.org | 2009-08-26 | 1 | -4/+2 |
* | Original Changelist being moved to this new location. Refer Original CL # 110... | tejasshah@google.com | 2009-08-21 | 1 | -3/+0 |
* | Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test... | phajdan.jr@chromium.org | 2009-08-20 | 1 | -0/+3 |
* | Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness. | phajdan.jr@chromium.org | 2009-08-20 | 1 | -3/+0 |
* | Convert parts of errorpage_uitest.cc to be not flaky. | phajdan.jr@chromium.org | 2009-08-15 | 1 | -0/+5 |
* | Make user data dir deletion optional for InProcessBrowserTests. | tim@chromium.org | 2009-08-07 | 1 | -1/+5 |