summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* Revert 65879 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-121-1/+1
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-121-1/+1
* Part 2 of reapplying r64637.erg@google.com2010-11-1016-16/+16
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-083-4/+3
* base: Remove 'using' declaration of SStringPrintf.tfarina@chromium.org2010-11-081-3/+4
* Use .crdownload file path for 'Show In Folder' while download is in progresskinuko@chromium.org2010-11-081-2/+4
* Add support for returning the session_id in both CreateExternalTab and Connec...hansl@google.com2010-11-052-4/+11
* PyAuto hooks for Sync in TestingAutomationProviderrsimha@chromium.org2010-11-032-0/+258
* A recent change (r64277) added an extra argument to Port.dispatchOnDisconnect()rogerta@google.com2010-11-031-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+3
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-0117-27/+27
* Refactor automation messages.erg@google.com2010-11-0117-27/+27
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-012-6/+6
* Prevent an annoying warning from showing up in ChromeFrame runs when we don't...ananta@chromium.org2010-10-291-2/+3
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-299-48/+54
* Reverting this to see if this fixes ChromeFrame tests. Please reland with the...ananta@chromium.org2010-10-282-5/+2
* Autofill deprecate unique_ids in favor of guids for testing_automation_providerdhollowa@chromium.org2010-10-281-3/+2
* The ChromeFrame objects now provides an unfrozen interface called IChromeFram...hansl@google.com2010-10-282-2/+5
* BrowserList::GetLastActive doesn't guarentee to return a Browser object, chec...ace@chromium.org2010-10-281-3/+6
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-272-1/+3
* Add pyauto hook for HTML5 notifications, tests, and helpers.kkania@chromium.org2010-10-264-0/+152
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-262-6/+8
* ChromeFrame network tests were broken since the change to honor the automatio...ananta@chromium.org2010-10-262-2/+9
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-262-2/+2
* Add UI test for click-to-play.bauerb@chromium.org2010-10-252-0/+19
* Convert LOG(INFO) to VLOG(1) - chrome/browser/automation/.pkasting@chromium.org2010-10-224-18/+18
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-212-3/+3
* Refreshing pages in ChromeFrame would basically always fetch the pages from t...ananta@chromium.org2010-10-211-1/+2
* FBTF: Even more deinlining.erg@google.com2010-10-202-6/+19
* Pass refcounted params with scoped_refptr in automation.willchan@chromium.org2010-10-201-2/+9
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-194-4/+11
* Optimistic Fix for an error on AutomationProvider destructor.nirnimesh@chromium.org2010-10-181-2/+5
* In a fake SSLInfo, set security_bits to -1 instead of 0 wtc@chromium.org2010-10-151-1/+1
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-3/+3
* Fixes instant so that it correctly deals with child contents. I'vesky@chromium.org2010-10-142-16/+16
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-2/+2
* PyAuto automation support for blocked popupsnirnimesh@chromium.org2010-10-132-0/+83
* Make sure the download status in the application icon is updatedphajdan.jr@chromium.org2010-10-132-7/+5
* Fix the ChromeFrame net test failures. These tests started failing since the ...ananta@chromium.org2010-10-122-3/+7
* Playing HTML5 videos from the test matrix would cause ChromeFrame to hang at ...ananta@chromium.org2010-10-121-0/+6
* Adding automation hooks for editing search engines.ace@chromium.org2010-10-124-38/+144
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-125-5/+5
* Rename ChromeThread to BrowserThread Part13:tfarina@chromium.org2010-10-101-1/+1
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-9/+2
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-2/+9
* Automation support for Find on a given page and return the search countnirnimesh@chromium.org2010-10-086-50/+133
* Rename ChromeThread to BrowserThread Part 2:tfarina@chromium.org2010-10-064-26/+26
* [Mac] Fix getting the tab content's bounds in the automation provider.kkania@chromium.org2010-10-051-7/+13
* Replace Browser::AddTabWithURL(...) with:ben@chromium.org2010-10-051-5/+4
* Make KeyboardAccessTest.ReserveKeyboardAccelerator not failisherman@chromium.org2010-10-042-2/+2