summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...oshima@chromium.org2012-03-161-1/+0
* Add a Content API around TracingController.jam@chromium.org2012-03-131-0/+2
* Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed s...akalin@chromium.org2012-03-091-3/+1
* Reland 124817 - Take extensions out of Profile into a profile-keyed service, ...yoz@chromium.org2012-03-091-1/+3
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Renaming virtual setters/getters in UserManager.nkostylev@chromium.org2012-03-061-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Revert 124817 - Take extensions out of Profile into a profile-keyed service, ...vandebo@chromium.org2012-03-031-3/+1
* Take extensions out of Profile into a profile-keyed service, ExtensionSystem.yoz@chromium.org2012-03-031-1/+3
* more logs for 26646oshima@chromium.org2012-03-021-0/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-241-2/+2
* Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...groby@chromium.org2012-02-231-2/+2
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-221-2/+2
* Remove ssl_manager.h dependency from chrome.jam@chromium.org2012-02-131-1/+0
* Disable InitialLoads observers for AutomationProviders after the first one.dtu@chromium.org2012-02-101-16/+26
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-031-1/+0
* Refactor AutomationProvider::InitialLoadsComplete.dtu@chromium.org2012-02-011-9/+12
* 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