summaryrefslogtreecommitdiffstats
path: root/chrome/common/automation_messages_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Don't return error from EndTracing when there are no events.jbates@chromium.org2011-11-071-4/+6
* Re-land 107645 with static initializer removed.kkania@chromium.org2011-10-281-0/+10
* Revert 107645 (To see if it was responsible for increase in static initialize...eroman@chromium.org2011-10-271-10/+0
* Fix test snapshotting on linux by creating a separate automation path forkkania@chromium.org2011-10-271-0/+10
* add Begin/EndTracing to AutomationProxy. This adds the necessary wiring and I...jbates@chromium.org2011-10-251-0/+19
* Update automation messages to use the new way of declaring message structs, t...jam@chromium.org2011-10-211-14/+14
* Re-enabled the policy.PolicyTest.testBookmarkBarPolicy test.joaodasilva@chromium.org2011-10-211-4/+4
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-1/+1
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-181-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1
* Revert 106029nkostylev@chromium.org2011-10-181-0/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+0
* Remove a line from the top of automation_messages_internal.h in order to comp...pkasting@chromium.org2011-09-231-1/+0
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-3/+4
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-4/+3
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-3/+4
* Preliminary work to allow Chrome to build with USE_AURA.ben@chromium.org2011-09-061-1/+1
* Refactor: Make PyAuto InstallExtension() take a string. Delete dead code.dtu@chromium.org2011-08-041-9/+9
* Convert RenderViewContextMenu to MenuItemView.rhashimoto@chromium.org2011-07-121-1/+1
* Automation: fix chrome/browser dependency on chrome/test headers.phajdan.jr@chromium.org2011-06-021-33/+33
* Browser::Type cleanup.jianli@chromium.org2011-05-051-2/+8
* Revert 84115 - automation: Rename AutocompleteEdit to Omnibox in a couple of ...tfarina@chromium.org2011-05-041-16/+18
* automation: Rename AutocompleteEdit to Omnibox in a couple of methods.tfarina@chromium.org2011-05-041-18/+16
* Adds TabContents/RenderView observers for automation/testing messages.kkania@chromium.org2011-04-071-0/+18
* Remove extension automation support that was used only by CEEE.joi@chromium.org2011-04-061-25/+25
* Chrome frame support for resizing popup windowsjoshia@google.com2011-03-291-0/+10
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-291-1/+4
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-101-1/+1
* Allow the reliability tests to run more than on URL in JS stress modesgjesse@google.com2011-02-221-4/+4
* Implement the target locator commands for ChromeDriver.kkania@chromium.org2011-02-171-0/+6
* Misc. cleanup bits I missed in my last pass.pkasting@chromium.org2011-02-091-1/+1
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-8/+8
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-8/+8
* Cleanup:pkasting@chromium.org2011-02-081-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Couple of changes in hopes of finally making ShareProcessesOnRestoresky@chromium.org2011-01-311-2/+7
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-2/+2
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-2/+2
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-2/+2
* Restore two lines in hopes of greening perf botspkasting@chromium.org2011-01-211-1/+3
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-3/+1
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* Add options to enable stressing of the V8 crankshaft optimizations when runni...sgjesse@google.com2011-01-101-0/+7
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-588/+604
* Prevent App extensions to be returned by AutomationProvider::GetEnabledExtens...mad@google.com2010-12-211-4/+3
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-1409/+1374
* Move:ben@chromium.org2010-12-021-1/+1
* Add tab proxy call for taking a snapshot of the entire page.kkania@chromium.org2010-11-121-0/+10