summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* Added pyauto hooks and basic functional tests for Protector.ivankr@chromium.org2012-01-232-0/+62
* Removed ConfigurationPolicyType and extended PolicyMap.joaodasilva@chromium.org2012-01-222-14/+29
* Remove UNIMPLEMENTED in TerminateSession for Aura.mukai@chromium.org2012-01-211-5/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-9/+10
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-203-7/+5
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-10/+9
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-9/+10
* Added account value substitution support to certain ONC fields.zelidrag@chromium.org2012-01-191-2/+2
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-2/+2
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-4/+4
* Introduce background.scripts feature for extension manifests.aa@chromium.org2012-01-101-1/+1
* Change chromedriver to use the current session key modifier state whenkkania@chromium.org2012-01-102-1/+93
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-091-0/+3
* Revert 116834 - Don't use browser windows for platform app shell windows.aa@chromium.org2012-01-081-3/+0
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-0/+3
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-071-3/+0
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-0/+3
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-063-3/+0
* chromeos: Move audio, power, and UI files into subdirs.derat@chromium.org2012-01-061-1/+1
* Cleanup extension permissions module.jstritar@chromium.org2012-01-061-1/+2
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-15/+15
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-2/+1
* Introduced 'dict' policies, and merged proxy policies into a single dict.joaodasilva@chromium.org2012-01-051-2/+3
* Add tests for the page visibility, position, and clip in the new view API. Th...brettw@chromium.org2012-01-052-0/+37
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-042-6/+6
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-045-98/+91
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-046-109/+111
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-044-8/+9
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-5/+5
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-038-111/+132
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-034-6/+6
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-022-4/+6
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-028-74/+78
* Add more per-tab preferences.mnaganov@chromium.org2011-12-291-1/+2
* Cleaned up the enrollment code.joaodasilva@chromium.org2011-12-291-1/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-292-3/+3
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-5/+6
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+1
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-282-10/+11
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-4/+8
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-273-9/+12
* Added auto-enrollment into the OOBE flow.joaodasilva@chromium.org2011-12-271-1/+1
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-272-2/+3
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-263-10/+14
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-257-43/+51
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-253-3/+1
* Rename the aura_shell namespace to ashben@chromium.org2011-12-241-1/+1
* Move some more WM functionality down into ash.ben@chromium.org2011-12-231-1/+1
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-236-24/+22