summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-1/+0
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-2/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-14/+13
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-12/+14
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-1/+1
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-15/+15
* Add more per-tab preferences.mnaganov@chromium.org2011-12-291-1/+2
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-4/+5
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+0
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-2/+2
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-2/+3
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-1/+0
* Reverting this revert, since it does not seem to have caused the breakage.finnur@chromium.org2011-12-141-2/+6
* Reverting half the checkins that are suspected of breaking the world.finnur@chromium.org2011-12-141-6/+2
* Extra logging for unhandled automation messages.nkostylev@chromium.org2011-12-141-2/+6
* Define DevTools content APIyurys@chromium.org2011-12-011-1/+0
* base::Bind: Convert automation_provider.cc.jhawkins@chromium.org2011-11-231-85/+63
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-8/+8
* Remove some unnecessary includes of view_messages.h.jam@chromium.org2011-11-171-1/+0
* [cros] Remove Views implementation for login/OOBE.nkostylev@chromium.org2011-11-091-1/+1
* Don't return error from EndTracing when there are no events.jbates@chromium.org2011-11-071-7/+8
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Refactor loading out of ExtensionService.yoz@chromium.org2011-11-021-2/+7
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* add Begin/EndTracing to AutomationProxy. This adds the necessary wiring and I...jbates@chromium.org2011-10-251-0/+51
* Remove unnecessary dependencies on Autofill.isherman@chromium.org2011-10-251-1/+0
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Refactor ExtensionTabUtil-namespaced functions into their own file.miket@chromium.org2011-09-271-1/+1
* Removed the sending of the following content IPC messages out of chrome and r...ananta@chromium.org2011-09-191-4/+3
* Cleanup AutomationProviderList to fix shutdown crashes on ChromeOS auto testsstevenjb@google.com2011-09-161-4/+1
* [chromeos] Add log messages to track problems with automation connectionnirnimesh@chromium.org2011-09-151-0/+3
* Preliminary work to allow Chrome to build with USE_AURA.ben@chromium.org2011-09-061-2/+2
* [chromeos] Automation should wait for webui login only in login manager modenirnimesh@chromium.org2011-09-031-1/+7
* Automation support for webui login on chromeosnirnimesh@chromium.org2011-09-021-4/+19
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-231-2/+0
* Add the functionality to inject JavaScript into ExtensionHosts.frankf@google.com2011-08-231-0/+2
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-2/+1
* Reland 97557; Original review at: http://codereview.chromium.org/7648053kkania@chromium.org2011-08-221-1/+4
* Revert 97557 - [chromedriver] Add chrome.detach option for configuring Chrome...nirnimesh@chromium.org2011-08-221-4/+1
* Revert 97569 - Add the functionality to inject JavaScript into ExtensionHosts.nirnimesh@chromium.org2011-08-221-2/+0
* Add the functionality to inject JavaScript into ExtensionHosts.frankf@chromium.org2011-08-201-0/+2
* [chromedriver] Add chrome.detach option for configuring Chrome not to quitkkania@chromium.org2011-08-201-1/+4
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+1
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-1/+2
* Move the core download files to content.jam@chromium.org2011-08-151-1/+1
* Profiles: Clear all BROWSER_OPENED usageerg@google.com2011-08-121-1/+1