| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regression I introduced where Stop/Go button would toggle state instantly... | pkasting@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Reverting 13748. | erikkay@google.com | 2009-04-15 | 4 | -12/+16 |
* | Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj... | erikkay@google.com | 2009-04-15 | 4 | -16/+12 |
* | Adding a unit test for testing the prepopulation text during search. | finnur@chromium.org | 2009-04-15 | 1 | -0/+4 |
* | Disable flakey OpenNewBrowserWindow test. | mmoss@chromium.org | 2009-04-15 | 1 | -1/+3 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 5 | -0/+523 |
* | Implement chrome_proces_util for linux and enable download ui test. | estade@chromium.org | 2009-04-14 | 8 | -52/+136 |
* | Remove ExtensionContentScriptInject unit test. | aa@chromium.org | 2009-04-14 | 1 | -4/+0 |
* | Remove the usage of GetLastActiveBrowserWindow | huanr@chromium.org | 2009-04-14 | 3 | -25/+19 |
* | Remove the TestTabContents. This makes BrowserWithTestWindow use the | brettw@chromium.org | 2009-04-14 | 5 | -171/+57 |
* | Get the first set of page_cycler_tests working on Mac. This means: MozFile, | nirnimesh@chromium.org | 2009-04-14 | 1 | -1/+11 |
* | Revert "Add JsonSchema-based validation for the tab APIs." | aa@chromium.org | 2009-04-14 | 5 | -525/+2 |
* | TBR: Fix unit tests, line endings. | aa@chromium.org | 2009-04-14 | 1 | -310/+310 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 5 | -2/+525 |
* | Removed the SetParentWindow function from tab_proxy and added a parent_window... | ananta@chromium.org | 2009-04-13 | 2 | -16/+7 |
* | Hook up extension events to the json parser, and change the extension message | mpcomplete@google.com | 2009-04-13 | 2 | -0/+5 |
* | Relanding the following revisions. | ananta@chromium.org | 2009-04-13 | 1 | -1/+1 |
* | A few more UI commands: duplicate tab, open window. | huanr@chromium.org | 2009-04-13 | 5 | -42/+103 |
* | Adding versioning support to the chrome automation protocol. | robertshield@google.com | 2009-04-13 | 4 | -16/+109 |
* | Hook up a bit more plumbing to ExtensionView which should allow popup windows... | erikkay@google.com | 2009-04-13 | 2 | -2/+11 |
* | Revert change 13558 and 13555 because they broke the plugin | nsylvain@chromium.org | 2009-04-13 | 1 | -1/+1 |
* | Removing the Activex shim plugin from the list of default plugins caused some... | ananta@chromium.org | 2009-04-11 | 1 | -1/+1 |
* | Make OSX TestShell able to run workers, using a new test_worker.dylib which i... | dimich@google.com | 2009-04-10 | 2 | -4/+20 |
* | Remove auto commit from TestTabContents. This is the thing preventing me from | brettw@chromium.org | 2009-04-10 | 4 | -36/+38 |
* | Make sure one cannot cut or copy from a password | jcampan@chromium.org | 2009-04-10 | 1 | -1/+8 |
* | Remove fixed crash from known list. | huanr@chromium.org | 2009-04-10 | 1 | -6/+0 |
* | Add #9975 to known crash list. | huanr@chromium.org | 2009-04-10 | 1 | -0/+3 |
* | DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or... | pfeldman@chromium.org | 2009-04-10 | 1 | -0/+12 |
* | Flesh out more extensions tab api (added getTab, removeTab, updateTab) | rafaelw@chromium.org | 2009-04-10 | 4 | -0/+1260 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-10 | 5 | -11/+57 |
* | Replace chrome_process_filter with chrome_process_util. | estade@chromium.org | 2009-04-09 | 18 | -83/+342 |
* | UI test portage, second try. | estade@chromium.org | 2009-04-09 | 3 | -6/+6 |
* | This CL adds a confirmation box when closing the browser with in-progress dow... | jcampan@chromium.org | 2009-04-09 | 1 | -0/+1 |
* | revert until I can figure out why the tests are hanging | ben@chromium.org | 2009-04-09 | 5 | -57/+11 |
* | Introducing ExtensionProcessManager. This manages the ExtensionViews to | mpcomplete@google.com | 2009-04-09 | 1 | -0/+4 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-09 | 6 | -11/+81 |
* | TBR: Skip ExtensionContentScriptInjectTest.Simple in purify. | aa@chromium.org | 2009-04-09 | 3 | -167/+3 |
* | Rebase purify test filters. The signature to Browser::AddTabWithURL() changed... | aa@chromium.org | 2009-04-08 | 2 | -58/+77 |
* | Remove more unneeded scaffolding. | thestig@chromium.org | 2009-04-08 | 1 | -10/+1 |
* | Add aa's Event class to our javascript bindings and use it in our extension | mpcomplete@google.com | 2009-04-08 | 1 | -2/+2 |
* | Try one more time to check in http://codereview.chromium.org/60112 | aa@chromium.org | 2009-04-08 | 11 | -0/+311 |
* | Enable a bunch of ui tests on Mac. | pinkerton@chromium.org | 2009-04-08 | 1 | -2/+2 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 1 | -1/+0 |
* | Skeleton setup for new Automated UI test framework. | huanr@chromium.org | 2009-04-08 | 7 | -60/+177 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -2/+2 |
* | linux: pass a bunch more ui tests. | evan@chromium.org | 2009-04-07 | 2 | -5/+12 |
* | Re-land popup routing fix for browser. | ben@chromium.org | 2009-04-07 | 2 | -3/+16 |
* | posix: convert a NOTIMPLEMENTED into a bug. | evan@chromium.org | 2009-04-07 | 1 | -2/+3 |
* | Remove unneeded includes of base/string_piece.h | thestig@chromium.org | 2009-04-07 | 1 | -1/+2 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -0/+1 |