summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
...
* Committing change 255087 for Roger:tommi@chromium.org2009-10-082-1/+4
* Revert "Revert "Add startup tests that log start script, domcontentloaded, an...tony@chromium.org2009-10-074-5/+69
* Revert "Add startup tests that log start script, domcontentloaded, and onload."mattm@chromium.org2009-10-074-69/+5
* Add startup tests that log start script, domcontentloaded, and onload.tony@chromium.org2009-10-074-5/+69
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-062-3/+3
* Added support for specifying the BrowserFlags DWORD value when we register th...ananta@chromium.org2009-10-062-0/+29
* TestOverrideEncoding hanging is because TabProxy::WaitForNavigation can not g...jnd@chromium.org2009-10-041-0/+8
* Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th...pkasting@chromium.org2009-10-021-1/+4
* Add some debugging junk to ExtensionMessageService to track down a crash.mpcomplete@chromium.org2009-10-011-1/+7
* Landing patch from contributor Thiago Farina.finnur@chromium.org2009-09-302-4/+3
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-296-33/+46
* Linux: Enable FindInPage automated ui test test.estade@chromium.org2009-09-281-4/+3
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-286-46/+33
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-286-33/+46
* Update the TabContents::SavePage parameter to take FilePath instead of wstrin...rsesek@chromium.org2009-09-262-4/+4
* [Relanding erg's change with fix for toolkit_views shortcuts and jcampan@chromium.org2009-09-252-2/+6
* Cut down on flakiness of automated ui tests by changing message sending/waiti...estade@chromium.org2009-09-251-4/+2
* Fix gcc warning in chrome os compile.estade@chromium.org2009-09-251-2/+3
* GTK: First cut at tab dragging automation.estade@chromium.org2009-09-252-11/+157
* Remove unused tab_contents variable.mattm@chromium.org2009-09-241-1/+0
* Reinstating the AutomationMsg_TabReposition message and related stuff which i...ananta@chromium.org2009-09-233-0/+33
* Automated ui test porting + cleanup:estade@chromium.org2009-09-225-88/+109
* Revert a file that slipped into r26699 by mistake.estade@chromium.org2009-09-211-11/+0
* Reverting r26698. Somehow this broke scons?estade@chromium.org2009-09-211-0/+11
* Adding basic window control to the automation provider for the Mac.avi@chromium.org2009-09-212-1/+74
* Retry that check for nullness in url request automation job.tommi@chromium.org2009-09-171-2/+7
* revert bad merge.tommi@chromium.org2009-09-171-3/+2
* Fix a dlog that could dereference a null pointer.tommi@chromium.org2009-09-171-2/+3
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-161-0/+21
* Revert "First part of automated_ui_tests improvements."phajdan.jr@chromium.org2009-09-151-21/+0
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-151-0/+21
* Chrome should shut down cleanly when quit from the Dock icon menu, duringmark@chromium.org2009-09-151-2/+2
* Changing a NOTREACHED() to a DLOG as StopAsync can be called before a view ha...tommi@chromium.org2009-09-141-1/+3
* ExternalTabcontainer browser to initial URLamit@chromium.org2009-09-111-1/+1
* Supressing the referrer header in the automation url request job when going f...tommi@chromium.org2009-09-101-4/+15
* Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...ananta@chromium.org2009-09-064-3/+56
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-052-3/+3
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-052-5/+6
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-042-4/+4
* Chrome side of the fix for uploading histograms sent by automation clients. T...ananta@chromium.org2009-09-022-0/+13
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-021-4/+5
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-0/+3
* Explicitly including the redirect status with the AutomationURLResponse info.tommi@chromium.org2009-08-312-3/+13
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-312-2/+2
* Sanitizing the referrer header before starting the automation request.TEST=Ru...tommi@chromium.org2009-08-311-1/+11
* The DomOperationNotificationObserver::Observe function can get invoked from o...ananta@chromium.org2009-08-291-5/+5
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-0/+3
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Move observers out of automation_provider.cc to declutter the file.phajdan.jr@chromium.org2009-08-283-746/+972