| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 65879 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | Part 2 of reapplying r64637. | erg@google.com | 2010-11-10 | 16 | -16/+16 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 3 | -4/+3 |
* | base: Remove 'using' declaration of SStringPrintf. | tfarina@chromium.org | 2010-11-08 | 1 | -3/+4 |
* | Use .crdownload file path for 'Show In Folder' while download is in progress | kinuko@chromium.org | 2010-11-08 | 1 | -2/+4 |
* | Add support for returning the session_id in both CreateExternalTab and Connec... | hansl@google.com | 2010-11-05 | 2 | -4/+11 |
* | PyAuto hooks for Sync in TestingAutomationProvider | rsimha@chromium.org | 2010-11-03 | 2 | -0/+258 |
* | A recent change (r64277) added an extra argument to Port.dispatchOnDisconnect() | rogerta@google.com | 2010-11-03 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -2/+3 |
* | Revert "Refactor automation messages." due to mysterious problems on mac. | erg@google.com | 2010-11-01 | 17 | -27/+27 |
* | Refactor automation messages. | erg@google.com | 2010-11-01 | 17 | -27/+27 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 2 | -6/+6 |
* | Prevent an annoying warning from showing up in ChromeFrame runs when we don't... | ananta@chromium.org | 2010-10-29 | 1 | -2/+3 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 9 | -48/+54 |
* | Reverting this to see if this fixes ChromeFrame tests. Please reland with the... | ananta@chromium.org | 2010-10-28 | 2 | -5/+2 |
* | Autofill deprecate unique_ids in favor of guids for testing_automation_provider | dhollowa@chromium.org | 2010-10-28 | 1 | -3/+2 |
* | The ChromeFrame objects now provides an unfrozen interface called IChromeFram... | hansl@google.com | 2010-10-28 | 2 | -2/+5 |
* | BrowserList::GetLastActive doesn't guarentee to return a Browser object, chec... | ace@chromium.org | 2010-10-28 | 1 | -3/+6 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 2 | -1/+3 |
* | Add pyauto hook for HTML5 notifications, tests, and helpers. | kkania@chromium.org | 2010-10-26 | 4 | -0/+152 |
* | Coverity: Fix several pass-by-values. | jhawkins@chromium.org | 2010-10-26 | 2 | -6/+8 |
* | ChromeFrame network tests were broken since the change to honor the automatio... | ananta@chromium.org | 2010-10-26 | 2 | -2/+9 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 2 | -2/+2 |
* | Add UI test for click-to-play. | bauerb@chromium.org | 2010-10-25 | 2 | -0/+19 |
* | Convert LOG(INFO) to VLOG(1) - chrome/browser/automation/. | pkasting@chromium.org | 2010-10-22 | 4 | -18/+18 |
* | Part 2 of extension event refactor. | mpcomplete@chromium.org | 2010-10-21 | 2 | -3/+3 |
* | Refreshing pages in ChromeFrame would basically always fetch the pages from t... | ananta@chromium.org | 2010-10-21 | 1 | -1/+2 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 2 | -6/+19 |
* | Pass refcounted params with scoped_refptr in automation. | willchan@chromium.org | 2010-10-20 | 1 | -2/+9 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 4 | -4/+11 |
* | Optimistic Fix for an error on AutomationProvider destructor. | nirnimesh@chromium.org | 2010-10-18 | 1 | -2/+5 |
* | In a fake SSLInfo, set security_bits to -1 instead of 0 | wtc@chromium.org | 2010-10-15 | 1 | -1/+1 |
* | Pull events-related code out of ExtensionMessageService into its own class. | mpcomplete@chromium.org | 2010-10-15 | 1 | -3/+3 |
* | Fixes instant so that it correctly deals with child contents. I've | sky@chromium.org | 2010-10-14 | 2 | -16/+16 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | PyAuto automation support for blocked popups | nirnimesh@chromium.org | 2010-10-13 | 2 | -0/+83 |
* | Make sure the download status in the application icon is updated | phajdan.jr@chromium.org | 2010-10-13 | 2 | -7/+5 |
* | Fix the ChromeFrame net test failures. These tests started failing since the ... | ananta@chromium.org | 2010-10-12 | 2 | -3/+7 |
* | Playing HTML5 videos from the test matrix would cause ChromeFrame to hang at ... | ananta@chromium.org | 2010-10-12 | 1 | -0/+6 |
* | Adding automation hooks for editing search engines. | ace@chromium.org | 2010-10-12 | 4 | -38/+144 |
* | Rename ChromeThread to BrowserThread Part19: | tfarina@chromium.org | 2010-10-12 | 5 | -5/+5 |
* | Rename ChromeThread to BrowserThread Part13: | tfarina@chromium.org | 2010-10-10 | 1 | -1/+1 |
* | Revert 61899 for breaking cookes on file:// URLs. | willchan@chromium.org | 2010-10-08 | 1 | -9/+2 |
* | Fix instances of passing raw pointers to RefCounted objects in tasks. | willchan@chromium.org | 2010-10-08 | 1 | -2/+9 |
* | Automation support for Find on a given page and return the search count | nirnimesh@chromium.org | 2010-10-08 | 6 | -50/+133 |
* | Rename ChromeThread to BrowserThread Part 2: | tfarina@chromium.org | 2010-10-06 | 4 | -26/+26 |
* | [Mac] Fix getting the tab content's bounds in the automation provider. | kkania@chromium.org | 2010-10-05 | 1 | -7/+13 |
* | Replace Browser::AddTabWithURL(...) with: | ben@chromium.org | 2010-10-05 | 1 | -5/+4 |
* | Make KeyboardAccessTest.ReserveKeyboardAccelerator not fail | isherman@chromium.org | 2010-10-04 | 2 | -2/+2 |