| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: add tests that opens Scripts panel and checks that it's populated w... | yurys@google.com | 2009-06-30 | 2 | -0/+28 |
* | Remove cache_uittest.cc. | ericroman@google.com | 2009-06-30 | 1 | -5/+0 |
* | a few minor tweaks the bookmarks API: | erikkay@google.com | 2009-06-29 | 1 | -15/+33 |
* | Change to use encodeURIComponent to encode the UTF8 character in the returned | jianli@chromium.org | 2009-06-29 | 3 | -33/+1 |
* | Added Repair testcases. Also, currently installer tests are failing on offici... | anantha@chromium.org | 2009-06-29 | 5 | -220/+416 |
* | Add 15547 to known crash. | huanr@chromium.org | 2009-06-28 | 1 | -0/+3 |
* | Forgot an include. | tim@chromium.org | 2009-06-27 | 2 | -1/+1 |
* | Make members protected so they can be set in an overloaded | tim@chromium.org | 2009-06-27 | 1 | -0/+12 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 1 | -7/+7 |
* | Use platform-appropriate newlines in JSON output. | mark@chromium.org | 2009-06-26 | 3 | -36/+36 |
* | Create a webkit thread for use within the browser process. This patch also i... | jorlow@chromium.org | 2009-06-26 | 1 | -0/+6 |
* | Disable BookmarkEditorGtkTest.* instead of just one, since | dkegel@google.com | 2009-06-26 | 1 | -1/+1 |
* | DevTools Profiler: add sanity test. | mnaganov@chromium.org | 2009-06-26 | 1 | -0/+15 |
* | Don't valgrind BookmarkEditorGtkTest.EditTitleKeepsPosition, | dkegel@google.com | 2009-06-26 | 1 | -0/+3 |
* | Revert cl 19315 to see if it fixes the builds. | rvargas@google.com | 2009-06-26 | 12 | -0/+2607 |
* | Removes the outdated and flaky UI tests, and introduces a whole new set of sh... | klink@chromium.org | 2009-06-26 | 12 | -2607/+0 |
* | Refactored ExtensionsPrefs to store paths relative to the extensions install ... | rafaelw@chromium.org | 2009-06-25 | 25 | -2/+49 |
* | On Linux, the path to the exe is used to fork renderer processes. | jcampan@chromium.org | 2009-06-25 | 1 | -0/+16 |
* | Disable CompactLangDetTest.* to keep XP unit (purify) bot green. | jungshik@google.com | 2009-06-25 | 1 | -0/+3 |
* | Review URL: http://codereview.chromium.org/146114 | jshin@chromium.org | 2009-06-24 | 1 | -1/+1 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 3 | -6/+6 |
* | Adding a browser test to catch a WebKit crash that was fixed in | finnur@chromium.org | 2009-06-24 | 1 | -0/+8 |
* | The browser test runner was returning the wrong value on success/failure. | jcampan@chromium.org | 2009-06-24 | 1 | -2/+2 |
* | 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 |