| Commit message (Expand) | Author | Age | Files | Lines |
* | A prototype of resource loading through automation | amit@chromium.org | 2009-07-09 | 2 | -0/+101 |
* | Re-enable test (disabled while moving printing functionality to printing libr... | sverrir@google.com | 2009-07-09 | 1 | -0/+0 |
* | DevTools: Nuke unused debugger test. | pfeldman@chromium.org | 2009-07-09 | 4 | -452/+0 |
* | Changing LF ending on one html. | finnur@chromium.org | 2009-07-09 | 1 | -24/+24 |
* | Convert crash recovery tests to browser test framework, which should reduce f... | phajdan.jr@chromium.org | 2009-07-08 | 2 | -1/+30 |
* | Fix new_tab_ui_cold_test for linux | arv@google.com | 2009-07-08 | 1 | -0/+8 |
* | Adds a way to set the boundaries of the browser window through | arv@google.com | 2009-07-08 | 4 | -0/+26 |
* | Add some logging to a flakey browsertest to debug. | aa@chromium.org | 2009-07-08 | 1 | -0/+5 |
* | Fix NPAPIIncognitoTester.PrivateEnabled | jam@chromium.org | 2009-07-07 | 1 | -1/+1 |
* | Sprinkle some defensiveness into the UI tests so that they don't explode if t... | stuartmorgan@chromium.org | 2009-07-07 | 6 | -26/+37 |
* | Adds support for the gtest_also_run_disabled_tests flag in the browser tests. | jcampan@chromium.org | 2009-07-07 | 3 | -3/+12 |
* | Theme window control buttons. | mirandac@chromium.org | 2009-07-07 | 1 | -0/+1 |
* | DevTools: Add more sanity tests. | pfeldman@chromium.org | 2009-07-07 | 1 | -0/+20 |
* | Do some refactoring of renderer_host. | brettw@chromium.org | 2009-07-06 | 1 | -1/+1 |
* | Re-enable BlockedPopupContainerView tests (Disabled earlier in r19942) | nirnimesh@chromium.org | 2009-07-06 | 1 | -4/+0 |
* | Make two IPC messages async. | stoyan@chromium.org | 2009-07-06 | 1 | -4/+4 |
* | Disable BlockedPopupContainerView tests on Mac Valgrind | nirnimesh@chromium.org | 2009-07-06 | 1 | -0/+4 |
* | Add an ExtensionBrowserTest base class that allows in-process browser tests o... | aa@chromium.org | 2009-07-04 | 6 | -73/+34 |
* | DevTools: Console tests. | pfeldman@chromium.org | 2009-07-03 | 1 | -0/+39 |
* | Fix showModalDialog regression. | jam@chromium.org | 2009-07-03 | 3 | -0/+16 |
* | GTK: Initial implementation of using GTK themes, partially based on evan's CL... | erg@google.com | 2009-07-03 | 1 | -0/+1 |
* | Disable IPCSyncChannelTest.* under Valgrind | nirnimesh@chromium.org | 2009-07-02 | 3 | -3/+6 |
* | Add morejs to page cycler tests. | cmp@google.com | 2009-07-02 | 1 | -0/+8 |
* | reenable RenderViewHostManager browertest, add DownloadsCompleteObserver to u... | rafaelw@chromium.org | 2009-07-02 | 2 | -0/+104 |
* | PageActions can now specify multiple icons and switch between them | finnur@chromium.org | 2009-07-01 | 4 | -5/+51 |
* | Browser tests would launch disabled tests. | jcampan@chromium.org | 2009-07-01 | 1 | -0/+4 |
* | Adds time-out to browser-tests to prevent a hanging test from hanging the ent... | jcampan@chromium.org | 2009-07-01 | 2 | -0/+28 |
* | DevTools: Fix test browser window. | pfeldman@chromium.org | 2009-07-01 | 1 | -0/+1 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 1 | -0/+12 |
* | Adds a browser_test for extension startup, content script | aa@chromium.org | 2009-07-01 | 12 | -152/+4 |
* | Fixit: Initialize variable. | kuchhal@chromium.org | 2009-06-30 | 1 | -1/+1 |
* | 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 |