| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Nuke legacy debugger. | pfeldman@chromium.org | 2009-06-24 | 3 | -19/+6 |
* | Linux build fix | dimich@google.com | 2009-06-24 | 1 | -1/+1 |
* | Add ability to start/stop http server to ui_tests. This will be used to run W... | dimich@google.com | 2009-06-23 | 4 | -0/+111 |
* | Makes sure we close all browsers, not just the active ones. | jcampan@chromium.org | 2009-06-23 | 1 | -3/+2 |
* | Add a new pattern to the list of known reliability crash. It's another | jungshik@google.com | 2009-06-23 | 1 | -0/+1 |
* | Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ... | idanan@chromium.org | 2009-06-23 | 2 | -0/+7 |
* | This CL makes the browser_tests.exe runnable from outside its directory. | jcampan@chromium.org | 2009-06-23 | 1 | -12/+6 |
* | Rejiggers the keyword editor so that the UI is independent of the model rathe... | ben@chromium.org | 2009-06-23 | 1 | -0/+2 |
* | Ignore a weird reliability crash where InvalidParameter is the only call on | mpcomplete@google.com | 2009-06-22 | 1 | -0/+4 |
* | Reorganize the way the task manager is constructed. | ben@chromium.org | 2009-06-22 | 1 | -0/+1 |
* | Disable some flaky UI tests in windows Debug. | mpcomplete@google.com | 2009-06-20 | 1 | -2/+11 |
* | Two purify supression changes: | aa@chromium.org | 2009-06-19 | 2 | -18/+18 |
* | Add a switch to allow longer shutdown timeouts, since quitting under valgrind... | stuartmorgan@chromium.org | 2009-06-19 | 2 | -2/+15 |
* | Support running worker's fast layout tests in UI test framework. | jianli@chromium.org | 2009-06-19 | 1 | -0/+12 |
* | Disable flaky UI test. | jparent@chromium.org | 2009-06-19 | 1 | -1/+2 |
* | Fix the redness on the new Google Chrome continuous builder by not | nsylvain@chromium.org | 2009-06-19 | 1 | -1/+3 |
* | Don't grant unnecessary handle privileges in OpenProcessHandle. | phajdan.jr@chromium.org | 2009-06-19 | 3 | -4/+4 |
* | First draft of web resource service; fetches data from a JSON feed | mirandac@chromium.org | 2009-06-18 | 1 | -0/+2 |
* | Implement a max worker count of 16 per tab and 64 total. Any workers created... | jam@chromium.org | 2009-06-18 | 1 | -0/+12 |
* | Delete files from webkit/glue that have been made obsolete by corresponding | darin@chromium.org | 2009-06-18 | 1 | -3/+3 |
* | Try to even the page cycler tests between the current build and reference run... | thomasvl@chromium.org | 2009-06-18 | 1 | -9/+94 |
* | Remove tooltip from page_action and just use the name as the tooltip. We don'... | finnur@chromium.org | 2009-06-17 | 1 | -2/+1 |
* | Add a helper on mac for collecting memory size info from a list of processes. | thomasvl@chromium.org | 2009-06-17 | 3 | -0/+101 |
* | Consistently use int64 for integers holding number of milliseconds. | phajdan.jr@chromium.org | 2009-06-17 | 1 | -2/+1 |
* | Fix a crash when the ThumbnailGenerator. | brettw@chromium.org | 2009-06-17 | 1 | -0/+4 |
* | Raise the rlimit in the page cycler so we don't have to adapt a new reference... | thomasvl@chromium.org | 2009-06-16 | 1 | -7/+59 |
* | submitted on behalf of rogerta (Roger Tawa). | rafaelw@chromium.org | 2009-06-16 | 2 | -0/+84 |
* | UI test for <video> | hclam@chromium.org | 2009-06-16 | 2 | -0/+46 |
* | Adds kind-of-live thumbnail generation for a potential tab switcher. | brettw@chromium.org | 2009-06-16 | 1 | -0/+4 |
* | Revert 18512 - Revert 18373 Consider a redirect following user gesture as us... | laforge@chromium.org | 2009-06-16 | 9 | -28/+225 |
* | Remove type from page action manifest, since we are ignoring that value anywa... | finnur@chromium.org | 2009-06-16 | 1 | -2/+1 |
* | Revert 18373 - Consider a redirect following user gesture as userinitiated in... | laforge@chromium.org | 2009-06-16 | 9 | -225/+28 |
* | Reduce header dependencies in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-16 | 1 | -0/+1 |
* | Removes entirely dead code paths related to ConstrainedWindows. | erg@chromium.org | 2009-06-16 | 6 | -139/+1 |
* | Fix up the sprintf to properly mark the string as a wide string. | thomasvl@chromium.org | 2009-06-16 | 1 | -1/+1 |
* | Bring url_fetch_test into compiling shape on mac/linux. | thomasvl@chromium.org | 2009-06-16 | 1 | -6/+5 |
* | Close all browsers during InProcessBrowserTest cleanup, not just the main one. | erikkay@google.com | 2009-06-16 | 2 | -33/+6 |
* | Temporarily break the purify bot again so that I can get log | aa@chromium.org | 2009-06-16 | 1 | -3/+0 |
* | Enabling the tests after sgk reverted CL18441. | anantha@chromium.org | 2009-06-16 | 1 | -2/+2 |
* | Move automated_ui_test_test to ui_tests from a library so it actually gets run. | dkegel@google.com | 2009-06-16 | 2 | -4/+17 |
* | Disabled mini_installer tests to investigate the failures. | anantha@chromium.org | 2009-06-15 | 1 | -2/+2 |
* | Start to get memory test compiling on mac & linux. | thomasvl@chromium.org | 2009-06-15 | 1 | -20/+43 |
* | Converting the RSS subscription page to use a background page, as opposed to ... | finnur@chromium.org | 2009-06-15 | 2 | -83/+81 |
* | Temporarily disable a failing test under Purify to green the tree. This chan... | erikkay@google.com | 2009-06-15 | 1 | -0/+3 |
* | Use V8 benchmark suite version 4 on the buildbots. | ager@chromium.org | 2009-06-15 | 11 | -2536/+476 |
* | Consider a redirect following user gesture as user-initiated in maintaining | yuzo@chromium.org | 2009-06-15 | 9 | -28/+225 |
* | Fixed 3 tests that failed in hebrew enabled vista | hbono@chromium.org | 2009-06-15 | 4 | -1/+41 |
* | Wean activex_shim from urlmon.lib: | sgk@google.com | 2009-06-14 | 1 | -2/+2 |
* | Revert r18359. | sgk@google.com | 2009-06-14 | 1 | -2/+2 |
* | Convert chrome.dll to gyp generation. | sgk@google.com | 2009-06-14 | 1 | -2/+2 |