summaryrefslogtreecommitdiffstats
path: root/content/test/test_web_contents_view.h
Commit message (Expand)AuthorAgeFilesLines
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-74/+0
* Remove RenderWidgetHostViewPort.jam@chromium.org2014-05-011-2/+2
* Enable ExternalPopupMenu-related code only on Mac and Android.tkent@chromium.org2014-03-251-8/+0
* Mac: ExternalPopupMenu::close should hide a showing popup menu.tkent@chromium.org2014-03-241-0/+1
* [Mac] Support overlapping WebContents.dgozman@chromium.org2013-12-041-0/+3
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-2/+2
* Move WebMenuItem to content::MenuItem.darin@chromium.org2013-07-171-1/+1
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-011-2/+2
* Context menu on a webpage should be positioned differently when invoked from varunjain@chromium.org2013-06-181-2/+0
* Set AllowOverlappingViews for history overlaysail@chromium.org2013-06-121-0/+1
* overscroll: Disable overscroll gesture navigation when bookmark bar is detached.sadrul@chromium.org2013-03-201-0/+1
* Move WebContentsView methods that are only called inside content over to WebC...jam@chromium.org2013-02-251-10/+12
* content: Introduce WebContentsViewPort.sadrul@chromium.org2013-02-231-2/+5
* Allow embedders to provide a custom view for popup (select box) widgets,rosca@adobe.com2013-01-101-0/+2
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-1/+2
* Stop caching pointers to RenderWidgetHostView in WebContentsView implementati...jam@chromium.org2012-12-071-1/+0
* Revert 171831jam@chromium.org2012-12-071-0/+1
* Stop caching pointers to RenderWidgetHostView in WebContentsView implementati...jam@chromium.org2012-12-071-1/+0
* Order the GL overlays above windows if possible.avi@chromium.org2012-11-301-0/+3
* Fix the html select tag showing up at the wrong position. This was a regressi...jam@chromium.org2012-11-201-0/+1
* Plumb drag event info through from the renderer. This CL appends the followingvarunjain@chromium.org2012-11-071-1/+2
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-301-3/+2
* Fix the crash that could occur when the window is closed while web contents d...jianli@chromium.org2012-09-281-2/+0
* We do not pass enums by conts references. This CL fixes style errors introducedvarunjain@chromium.org2012-09-171-1/+1
* Context menus should appear above the touch point if invoked by long press.varunjain@chromium.org2012-09-071-1/+3
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Fix a couple ImageSkia implicit conversion bugs.pkotwicz@chromium.org2012-07-091-1/+1
* content: Make GetViewBounds() return a rect rather than using an out param.tfarina@chromium.org2012-06-131-1/+1
* Multi-select <select> in 'external popup window'aruslan@chromium.org2012-05-261-0/+7
* Move RenderViewHostDelegate::View to content/port and rename it to RenderView...jam@chromium.org2012-05-241-2/+4
* Move the create/show window/widget calls from RenderViewHostDelegate::View to...jam@chromium.org2012-05-231-13/+0
* Make RenderViewHost show the mac popupmenu itself instead of going through RVHD.jam@chromium.org2012-05-231-6/+0
* Reland 135525 - Add a first-class off-store install UI to chrome://extensions/.aa@chromium.org2012-05-051-0/+1
* Revert 135525 - Add a first-class off-store install UI to chrome://extensions/.aa@chromium.org2012-05-051-1/+0
* Add a first-class off-store install UI to chrome://extensions/.aa@chromium.org2012-05-051-0/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-2/+1
* Move overlay stuff out of content. It's only used by sad tab, which is a Chro...jam@chromium.org2012-03-051-2/+0
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-1/+2
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-0/+79