summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for moving the mouse so that GetMessagePos would notice.darin@chromium.org2009-07-301-4/+25
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-6/+0
* Move mock url request classes to a location when browser tests will be able t...phajdan.jr@chromium.org2009-07-301-34/+2
* Added automation messages and corresponding handlers to support operations like ananta@chromium.org2009-07-291-33/+108
* Navigation and cookies for Automationamit@chromium.org2009-07-281-2/+2
* Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky.phajdan.jr@chromium.org2009-07-271-0/+2
* Reverting 21588 to make Linux toolkit dbg happy.mhm@chromium.org2009-07-251-8/+8
* Porting POINT to gfx::Point for automation providermhm@chromium.org2009-07-241-8/+8
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-2/+4
* Remove DCHECK() in FindInPageNotificationObserver::Observe that gets triggere...robertshield@google.com2009-07-161-7/+8
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-25/+8
* Added an async automation message AutomationMsg_PrintAsync to asynchronously ...ananta@chromium.org2009-07-131-0/+10
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-101-0/+0
* A prototype of resource loading through automationamit@chromium.org2009-07-091-5/+7
* Adds a way to set the boundaries of the browser window througharv@google.com2009-07-081-0/+13
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-1/+1
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-1/+1
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-241-1/+3
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-241-25/+0
* Revert :nsylvain@chromium.org2009-06-221-1/+1
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+1
* GTK: HTTP Auth dialogs under linux.erg@google.com2009-06-191-1/+5
* submitted on behalf of rogerta (Roger Tawa).rafaelw@chromium.org2009-06-161-2/+51
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-161-62/+0
* Fixed 3 tests that failed in hebrew enabled vistahbono@chromium.org2009-06-151-0/+7
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-1/+23
* Get tab HWND directly as result of CreateExternalTab automation call.stoyan@chromium.org2009-06-111-0/+3
* Revert "Add support to the automation provider to test sending browser"aa@chromium.org2009-06-111-51/+2
* Add support to the automation provider to test sending browseraa@chromium.org2009-06-111-2/+51
* Revert "Add support to the automation provider to test sending browser"aa@chromium.org2009-06-111-51/+2
* Add support to the automation provider to test sending browseraa@chromium.org2009-06-111-2/+51
* Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...jcampan@chromium.org2009-06-081-1/+1
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* Relanding the first of probably several patches trying to clean up the Blocke...erg@google.com2009-06-041-0/+21
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-3/+21
* Revert "This is the first of probably several patches trying to clean up the ...erg@google.com2009-06-031-21/+0
* This is the first of probably several patches trying to clean up the BlockedP...erg@google.com2009-06-031-0/+21
* This CL is a clean-up of the app_modal_dialog_queue.cc in an attempt to fix a...jcampan@chromium.org2009-05-281-2/+4
* ExternalTabContainer should subclass WidgetWin rather than Widget and ATL CWi...ben@chromium.org2009-05-271-1/+2
* Re-do of r16741 (http://codereview.chromium.org/113482).robertshield@google.com2009-05-221-0/+98
* Revert of r16741 which appeared to cause a perf regression (???) on the build...robertshield@google.com2009-05-221-98/+0
* Adding the ability to alter Chrome's proxy settings via the automation interf...robertshield@google.com2009-05-221-0/+98
* Use NotificationRegistrar to handle notification observing.Also cleans up som...pkasting@chromium.org2009-05-211-265/+133
* Allow connecting and messaging with extension ports by funneling externalmpcomplete@google.com2009-05-191-2/+48
* First step to enable end-to-end testing of extensions through theaa@chromium.org2009-05-151-1/+11
* Making navigate, back, forward, and reloadhuanr@chromium.org2009-05-131-1/+14