| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Enable url request mocks in browser tests. | phajdan.jr@chromium.org | 2009-07-31 | 1 | -0/+4 |
* | Remove duplication of DieFileDie, and move it to proper location. | phajdan.jr@chromium.org | 2009-07-30 | 1 | -21/+6 |
* | Add a WebKit API that registers a V8 extension to be loaded into content | mpcomplete@chromium.org | 2009-07-30 | 1 | -0/+2 |
* | Fix port disconnect so that it's refcounted. This fixes a bug where a channel | mpcomplete@chromium.org | 2009-07-27 | 1 | -3/+4 |
* | Disable the tips service by default. | arv@google.com | 2009-07-25 | 1 | -1/+4 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -9/+10 |
* | Quick fix to stop interactive_ui_tests from hanging; no tip service fetching ... | mirandac@chromium.org | 2009-07-13 | 1 | -0/+2 |
* | Review URL: http://codereview.chromium.org/155360 | tejasshah@google.com | 2009-07-10 | 1 | -4/+10 |
* | This CL prevents the first run UI from showing in the browser tests, as it wo... | jcampan@chromium.org | 2009-07-09 | 1 | -0/+3 |
* | Add some logging to a flakey browsertest to debug. | aa@chromium.org | 2009-07-08 | 1 | -0/+5 |
* | Add an ExtensionBrowserTest base class that allows in-process browser tests o... | aa@chromium.org | 2009-07-04 | 1 | -0/+1 |
* | Adds time-out to browser-tests to prevent a hanging test from hanging the ent... | jcampan@chromium.org | 2009-07-01 | 1 | -0/+25 |
* | On Linux, the path to the exe is used to fork renderer processes. | jcampan@chromium.org | 2009-06-25 | 1 | -0/+16 |
* | Makes sure we close all browsers, not just the active ones. | jcampan@chromium.org | 2009-06-23 | 1 | -3/+2 |
* | Close all browsers during InProcessBrowserTest cleanup, not just the main one. | erikkay@google.com | 2009-06-16 | 1 | -21/+5 |
* | Reduce header dependencies in browser/ | phajdan.jr@chromium.org | 2009-06-13 | 1 | -0/+1 |
* | Porting the browser tests to Unix. | jcampan@chromium.org | 2009-06-05 | 1 | -2/+7 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -1/+2 |
* | Fix issue 11006 - any plugin process started by InProcessBrowserTest was | tim@chromium.org | 2009-04-30 | 1 | -8/+9 |
* | Relanding this: | jcampan@chromium.org | 2009-04-28 | 1 | -11/+0 |
* | Reverting my change it breaks release compilation on Windows. | jcampan@chromium.org | 2009-04-27 | 1 | -0/+11 |
* | This patch adds a new kind of tests: browser tests. | jcampan@chromium.org | 2009-04-27 | 1 | -11/+0 |
* | Create a ChromeProcessUtil for the Mac, and enable it in the tests. | avi@google.com | 2009-04-23 | 1 | -1/+1 |
* | Stop using and remove deprecated file_util::TrimFilename(). | thestig@chromium.org | 2009-04-21 | 1 | -1/+3 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -1/+1 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -1/+1 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -1/+1 |
* | Hook up extension events to the json parser, and change the extension message | mpcomplete@google.com | 2009-04-13 | 1 | -0/+2 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-10 | 1 | -6/+9 |
* | revert until I can figure out why the tests are hanging | ben@chromium.org | 2009-04-09 | 1 | -9/+6 |