summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* [Coverity] Fix dereference null return value.kmadhusu@chromium.org2012-10-031-1/+2
* Remove WebContentsDelegate::ExecuteContextMenuCommand since it's not called b...jam@chromium.org2012-09-261-16/+2
* Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData.avi@chromium.org2012-09-181-2/+3
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-121-6/+8
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-301-3/+3
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-281-3/+20
* browser: Add ExternalTabContainer interface.tfarina@chromium.org2012-06-211-11/+11
* TabContentsWrapper -> TabContents, part 43.avi@chromium.org2012-06-121-2/+1
* TabContentsWrapper -> TabContents, part 6.avi@chromium.org2012-06-081-6/+6
* Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()davemoore@chromium.org2012-06-071-2/+2
* automation: Remove bookmark_bar_view.h include from automation_provider_win.cctfarina@chromium.org2012-05-041-1/+0
* Move ExternalTabContainer into a directory with an OWNERS file.robertshield@chromium.org2012-04-031-1/+1
* Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...oshima@chromium.org2012-03-161-1/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+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
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-4/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-5/+6
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-5/+5
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-8/+8
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-8/+11
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-2/+2
* Rename ui::EventFlags mouse flags to be more sensibledhollowa@chromium.org2011-12-201-3/+3
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-12/+13
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+4
* Remove unused BrowserBubble remnants.msw@chromium.org2011-11-301-3/+1
* base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-79/+22
* Revert 111850 - base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-22/+79
* base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-79/+22
* base::Bind: A few Task conversions.jhawkins@chromium.org2011-11-281-16/+7
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Remove some unnecessary includes of view_messages.h.jam@chromium.org2011-11-171-1/+0
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-2/+2
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-171-1/+2
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Removed the sending of the following content IPC messages out of chrome and r...ananta@chromium.org2011-09-191-1/+1
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-1/+1
* TabContentsWrapper cleanup.avi@chromium.org2011-08-311-0/+1
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+1
* Moves NavigationController::session_id into RestoreTabHelper.sky@chromium.org2011-06-141-2/+5
* Eliminate Window completely.ben@chromium.org2011-06-131-1/+0