| Commit message (Expand) | Author | Age | Files | Lines |
* | POSIX: don't spawn zombies. | agl@chromium.org | 2009-04-28 | 1 | -1/+12 |
* | Disabling the test again. This time the test doesn't fail at mulitple places.... | anantha@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Enabling the user install tests to see if they pass. They were failing becaus... | anantha@chromium.org | 2009-04-28 | 3 | -4/+3 |
* | Convert Windows Sleep to PlatformThread::Sleep | evan@chromium.org | 2009-04-28 | 5 | -13/+13 |
* | Disable a test that fails on mac. I enabled this in r14684, but | tc@google.com | 2009-04-27 | 1 | -2/+2 |
* | Port another UI test file. Disable tests that still need to be ported. | tc@google.com | 2009-04-27 | 1 | -11/+38 |
* | Fix several painting glitches for toolstrips. | aa@chromium.org | 2009-04-27 | 1 | -2/+0 |
* | Reverting my change it breaks release compilation on Windows. | jcampan@chromium.org | 2009-04-27 | 6 | -675/+15 |
* | This patch adds a new kind of tests: browser tests. | jcampan@chromium.org | 2009-04-27 | 6 | -15/+675 |
* | Disabling user install testcase to investigate why it fails on the bot and no... | anantha@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Its strange that these tests are failing only on bots, but not on local machi... | anantha@chromium.org | 2009-04-27 | 2 | -4/+16 |
* | Repair FileVersionInfo leak. Doh. | robertshield@google.com | 2009-04-27 | 1 | -3/+3 |
* | Searching by keyword now generates a visit against the site with a | sky@chromium.org | 2009-04-27 | 2 | -0/+34 |
* | Add basic unit tests for TaskManager. | phajdan.jr@chromium.org | 2009-04-27 | 1 | -0/+4 |
* | Eliminate a dependency on _com_issue_error() (via the use of _bstr_t) | sgk@google.com | 2009-04-24 | 1 | -10/+0 |
* | First cut at adding a map between strings names and resource ids. | tc@google.com | 2009-04-24 | 1 | -0/+4 |
* | Reverting r14328 for the linux file; I shouldn't be fixing things that aren't... | avi@google.com | 2009-04-24 | 1 | -4/+1 |
* | Re-enable memory tests and remove the fixed crash from the known crashes. | levin@chromium.org | 2009-04-24 | 2 | -6/+3 |
* | Move Browser implementation of callback interfaces into the private section. | stoyan@chromium.org | 2009-04-23 | 1 | -2/+1 |
* | Suppress bug 6532 for -O1 as well. Move to central suppression file. | dkegel@google.com | 2009-04-23 | 1 | -12/+0 |
* | Add one more tcmalloc crasher | dglazkov@chromium.org | 2009-04-23 | 1 | -0/+1 |
* | More post webkit merge misery. | levin@chromium.org | 2009-04-23 | 1 | -3/+3 |
* | Allow creating external tab in incognito mode. | stoyan@chromium.org | 2009-04-23 | 4 | -4/+34 |
* | added resizer test extension | rafaelw@chromium.org | 2009-04-23 | 2 | -0/+41 |
* | Create a ChromeProcessUtil for the Mac, and enable it in the tests. | avi@google.com | 2009-04-23 | 5 | -6/+54 |
* | Add crash 8875 to known list. | huanr@chromium.org | 2009-04-23 | 1 | -0/+3 |
* | Update tcmalloc related crash signatures. | huanr@chromium.org | 2009-04-23 | 1 | -2/+6 |
* | Make the crash pattern more generic in known list. | huanr@chromium.org | 2009-04-23 | 1 | -11/+4 |
* | A basic search provider unit test. This tests asserts a handful of things: | sky@chromium.org | 2009-04-23 | 1 | -0/+4 |
* | Add a couple new crashes to the known crash list. | mbelshe@google.com | 2009-04-23 | 1 | -0/+12 |
* | Fixes bug in interactive ui tests that appears to only happen on | sky@chromium.org | 2009-04-22 | 2 | -6/+10 |
* | implement remaining tab events (except for onTabUpdated). | rafaelw@chromium.org | 2009-04-22 | 1 | -1/+72 |
* | Restore closed tabs into new windows when necessary, and track the windows they | pam@chromium.org | 2009-04-22 | 4 | -19/+42 |
* | The test_worker.vsprops file had wrong link to another vsprop file. | dimich@google.com | 2009-04-22 | 8 | -582/+0 |
* | Linux: move X operations from the IO to UI2 thread. | agl@chromium.org | 2009-04-22 | 1 | -0/+6 |
* | Add tcalloc-related crashes to known crashers list. | dglazkov@google.com | 2009-04-22 | 1 | -0/+4 |
* | Revert "try enabling installer tests again." | kuchhal@chromium.org | 2009-04-22 | 2 | -3/+3 |
* | try enabling installer tests again. | kuchhal@chromium.org | 2009-04-22 | 2 | -3/+3 |
* | A test extension that shows current buildbot status in the toolbar. | erikkay@google.com | 2009-04-22 | 2 | -0/+118 |
* | Reverting 14168. | dimich@google.com | 2009-04-22 | 8 | -0/+582 |
* | Move test_worker dll files in hierarchy to reflect the fact that this dll is ... | dimich@google.com | 2009-04-22 | 8 | -582/+0 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 3 | -32/+19 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 3 | -19/+32 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 3 | -32/+19 |
* | comment test again as the fix didnt work. | kuchhal@chromium.org | 2009-04-21 | 1 | -2/+2 |
* | Stop using and remove deprecated file_util::TrimFilename(). | thestig@chromium.org | 2009-04-21 | 1 | -1/+3 |
* | Makes it possible to mock URLFetcher. | sky@chromium.org | 2009-04-21 | 1 | -0/+8 |
* | Fix installer tests broken by r13926. | kuchhal@chromium.org | 2009-04-21 | 5 | -7/+44 |
* | Fix hang seen in plugin process because plugin creation ended up having to wa... | jam@chromium.org | 2009-04-21 | 4 | -84/+69 |
* | More solid detection of browser process in chrome_process_util_linux.cc: | phajdan.jr@chromium.org | 2009-04-21 | 2 | -20/+34 |