summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation
Commit message (Expand)AuthorAgeFilesLines
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-033-5/+1
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-251-4/+1
* Make basic bits of chrome/test/automation build on Linux.phajdan.jr@chromium.org2009-02-259-85/+118
* Platform cleanup in automation code.phajdan.jr@chromium.org2009-02-242-6/+8
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-244-42/+42
* Moving AutomationMsg_NavigationFailed to the end as required by the automatio...ananta@chromium.org2009-02-191-9/+9
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-0/+9
* The DOM Automation controller object uses the RenderView instance as the mess...ananta@chromium.org2009-02-181-1/+35
* Enabling the BrowsersRememberFocus interactive UI test. The fix is to change theananta@chromium.org2009-02-131-3/+4
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync messageananta@chromium.org2009-02-111-2/+2
* The Chrome Automation framework is based on a homegrown request response IPC ...ananta@chromium.org2009-02-118-1275/+618
* Reapplying tab support (change 9388). I synced and re-applied my change and ...tommi@chromium.org2009-02-103-0/+31
* Reverting 9388 to see if this fixes ui tests.kuchhal@chromium.org2009-02-093-31/+0
* Adding support for tab notifications and initializing the focus of an automat...tommi@chromium.org2009-02-093-0/+31
* Handle review comments form previous change. Also, use enum types and not in...jam@chromium.org2009-02-065-58/+166
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-062-491/+246
* Cleanup forward declared classes that are not needed in chrome/renderer, chro...thestig@chromium.org2009-02-062-12/+8
* Explicitly removing WS_POPUP after initialization so that users of the Extern...tommi@chromium.org2009-02-041-1/+1
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-043-24/+4
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-045-250/+521
* Fix ui test failurejam@chromium.org2009-02-041-2/+1
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-045-520/+250
* Create and destroy members of the AutomationProxy in the correct order to avo...stoyan@chromium.org2009-01-291-1/+11
* Better control over window creation of external tabsjoshia@google.com2009-01-284-12/+21
* Prep for generated .vcproj files:sgk@google.com2009-01-231-0/+1
* Move security style into the tab_contents directory. This is the last part ofbrettw@chromium.org2009-01-231-1/+1
* Refactor automation wrappers. Move the methods from AutomationProxy to the ap...stoyan@chromium.org2009-01-217-112/+109
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-5/+7
* Generate all chrome .vcproj files:sgk@google.com2009-01-171-4/+52
* Remove timeout constants from ui_tests. All tests will nowpaulg@google.com2009-01-161-2/+2
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Make more ui_tests Purify friendly.paulg@google.com2009-01-091-3/+4
* Porting in chrome/ (add 6 files to Linux SCons build)phajdan.jr@chromium.org2009-01-082-30/+62
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-073-0/+14
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-2/+2
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-191-1/+6
* We need to add UI test for "Encoding" menu to avoid regression.jnd@google.com2008-12-195-7/+165
* Initial support for running the ui_tests under Purify on thepaulg@google.com2008-12-185-20/+24
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-161-193/+193
* Better build bustage fix: Commit the rest of the original patch. Rolls back ...pkasting@chromium.org2008-12-111-13/+18
* Disabling a flacky UI test.jcampan@chromium.org2008-12-091-1/+2
* Specify the dependency on using_wtl.vsprops using a path relative to chrome t...ananta@chromium.org2008-12-091-1/+1
* Cleanup, part 1.pkasting@chromium.org2008-12-081-2/+2
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+1
* Add using_wtl.scons to the chrome\test\automation SCons configuration,sgk@google.com2008-12-051-0/+1
* Adding the capacity to interact with modal dialogs to the automation framework.jcampan@chromium.org2008-12-055-17/+146