| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Downloads Windows Zone identifier test. | rdsmith@chromium.org | 2011-02-23 | 2 | -34/+23 |
* | GTTF: Prefetch the browser with a longer timeout before running browser tests. | phajdan.jr@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Cleanup base & app unit test MockCrApp NSApp initialization. | msw@chromium.org | 2011-02-03 | 1 | -0/+9 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-11 | 1 | -4/+6 |
* | Revert 70920 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -4/+6 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -3/+3 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -3/+3 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -3/+3 |
* | Revert 70782 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -4/+6 |
* | Increasing live (sync) operation timeout to 45 seconds. | rsimha@chromium.org | 2011-01-04 | 1 | -1/+1 |
* | Move base/debug_on_start to base/debugger and rename it to be _win since it | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Remove base/debug_util. Move the debug UI related functions to base/debug/deb... | brettw@google.com | 2011-01-01 | 1 | -3/+1 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -3/+3 |
* | Remove CrApplication dependency from base | thakis@chromium.org | 2010-12-18 | 2 | -0/+47 |
* | Separate BufferedDataSource and BufferedResourceLoader into two files. | annacc@chromium.org | 2010-12-16 | 4 | -1/+11 |
* | Initial conversion of download unit test to browser test with enhanced | rdsmith@google.com | 2010-11-24 | 2 | -0/+66 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 2 | -3/+5 |
* | Move scoped_nsdisable_screen_update from base to app/mac | brettw@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | Move the windows-specific scoped_* stuff from base to base/win and in the bas... | brettw@chromium.org | 2010-10-16 | 1 | -2/+2 |
* | seccomp: disable seccomp for RendererMainTest | evan@chromium.org | 2010-10-15 | 1 | -2/+4 |
* | Move PerfTestSuite implementation into a .cc file and add it to the base | brettw@chromium.org | 2010-10-10 | 3 | -37/+55 |
* | Move TestTimeouts from chrome/test to base/test. | sergeyu@chromium.org | 2010-10-05 | 5 | -0/+197 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 6 | -140/+337 |
* | Remove test isolation enforcement code. | phajdan.jr@chromium.org | 2010-08-16 | 2 | -29/+1 |
* | Separate out the constructor and Run from test_suite.cc. This is an isolated | brettw@chromium.org | 2010-08-16 | 2 | -52/+81 |
* | FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src... | viettrungluu@chromium.org | 2010-08-14 | 1 | -3/+1 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 8 | -500/+245 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 8 | -245/+500 |
* | rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) | pvalchev@google.com | 2010-08-06 | 1 | -3/+3 |
* | De-wstringify perf_test_suite.h and test_suite.h. | evan@chromium.org | 2010-08-03 | 2 | -14/+8 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 3 | -0/+3 |
* | Change chrome from statically enabling high resolution timers on windows | mbelshe@chromium.org | 2010-06-29 | 1 | -2/+1 |
* | Make gtest report an error if there are tests marked as "MAYBE" | glider@chromium.org | 2010-06-11 | 1 | -0/+25 |
* | Record out-of-proc-tests' FAILS/FLAKY failures in the XML output. | kinuko@chromium.org | 2010-06-03 | 1 | -0/+6 |
* | [TTF] [GTTF] Implement the FAILS_ prefix for tests. | phajdan.jr@chromium.org | 2010-05-12 | 1 | -13/+25 |
* | Clean up suppressing error dialogs for buildbots. | phajdan.jr@chromium.org | 2010-05-04 | 1 | -12/+5 |
* | Switch base to using CHECK_*. | willchan@chromium.org | 2010-03-02 | 1 | -2/+2 |
* | linux: use xmessage for the dialog used in LOG(FATAL) | evan@chromium.org | 2010-03-01 | 1 | -10/+7 |
* | Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc. | wtc@chromium.org | 2010-01-28 | 1 | -2/+2 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 3 | -9/+9 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 1 | -1/+1 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 2 | -4/+13 |
* | Force failing CHECK/DCHECKs to end the process on Windows. | timurrrr@chromium.org | 2009-12-10 | 1 | -4/+14 |
* | Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th... | thestig@chromium.org | 2009-12-02 | 1 | -0/+1 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -4/+4 |
* | Make the eviction function faster by reading/writing 1MB blocks | nsylvain@chromium.org | 2009-11-25 | 1 | -26/+25 |
* | Isolate tests by running AtExit callbacks between them. | phajdan.jr@chromium.org | 2009-11-19 | 2 | -1/+39 |