summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* ChromeURLRequestContext falloutamit@chromium.org2009-07-301-13/+23
* 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-304-7/+31
* Move mock url request classes to a location when browser tests will be able t...phajdan.jr@chromium.org2009-07-3011-747/+2
* Added automation messages and corresponding handlers to support operations like ananta@chromium.org2009-07-292-33/+123
* Cause POST data to be marhsaled across the automation interface when using Au...robertshield@chromium.org2009-07-291-1/+2
* There are instances where the URLRequestAutomationJob::Kill() function can ge...ananta@chromium.org2009-07-281-2/+4
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-281-1/+0
* Navigation and cookies for Automationamit@chromium.org2009-07-284-3/+341
* Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky.phajdan.jr@chromium.org2009-07-275-16/+130
* Reverting 21588 to make Linux toolkit dbg happy.mhm@chromium.org2009-07-252-13/+12
* Reverting 21593.mhm@chromium.org2009-07-251-3/+2
* Fix Linux Toolkit dbg bustage.mhm@chromium.org2009-07-251-2/+3
* Porting POINT to gfx::Point for automation providermhm@chromium.org2009-07-242-12/+13
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-242-6/+0
* Split the IPC code into ipc/agl@chromium.org2009-07-224-5/+5
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-203-5/+7
* 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-142-38/+12
* Added an async automation message AutomationMsg_PrintAsync to asynchronously ...ananta@chromium.org2009-07-132-0/+13
* 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-096-5/+632
* Adds a way to set the boundaries of the browser window througharv@google.com2009-07-082-0/+14
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-012-2/+2
* Send port disconnect events when a frame is unloaded.mpcomplete@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
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-1/+1
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-1/+1
* Fix linux compile error.mpcomplete@google.com2009-06-171-1/+1
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-172-2/+23
* submitted on behalf of rogerta (Roger Tawa).rafaelw@chromium.org2009-06-164-2/+61
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-163-109/+0
* Fixed 3 tests that failed in hebrew enabled vistahbono@chromium.org2009-06-152-0/+9
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-132-0/+3
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-122-1/+24
* Get tab HWND directly as result of CreateExternalTab automation call.stoyan@chromium.org2009-06-112-1/+6
* Revert "Add support to the automation provider to test sending browser"aa@chromium.org2009-06-114-61/+2
* Add support to the automation provider to test sending browseraa@chromium.org2009-06-114-2/+61
* Revert "Add support to the automation provider to test sending browser"aa@chromium.org2009-06-114-61/+2
* Add support to the automation provider to test sending browseraa@chromium.org2009-06-114-2/+61
* Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...jcampan@chromium.org2009-06-081-1/+1
* Make AsyncExtensionFunction possible.mpcomplete@google.com2009-06-051-1/+1