summaryrefslogtreecommitdiffstats
path: root/views/controls/native/native_view_host.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move scrollbar and native directories to ui/views/controls/.tfarina@chromium.org2011-11-271-188/+0
* 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
* Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based...ben@chromium.org2011-11-191-21/+2
* Fixes regression where showing bookmark bar (or download shelf)sky@chromium.org2011-11-161-0/+2
* Fix constrained window on aruaoshima@google.com2011-11-071-4/+5
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-1/+1
* Use LockScreen container for login screen.ivankr@chromium.org2011-10-261-1/+1
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-13/+0
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-5/+2
* Re-land:ben@chromium.org2011-06-161-6/+2
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-2/+6
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-6/+2
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-131-1/+12
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-2/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-1/+2
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-051-0/+1
* Convert a few more methods to new Widget methods.ben@chromium.org2011-03-031-6/+6
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-6/+6
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-6/+6
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-1/+1
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-5/+8
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-2/+2
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* A NativeHostViewViews class for embedding views inside NativeHostView instances.anicolao@google.com2010-12-171-2/+23
* Polish ChromeOS options dialog:xiyuan@chromium.org2010-04-211-0/+10
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Clone of issue 577015.twiz@chromium.org2010-02-121-3/+8
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-0/+15
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-231-4/+12
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-031-0/+9
* When a GtkWidget was destroyed the NVH would not be detached.jcampan@chromium.org2009-10-091-3/+3
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-34/+6
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-6/+34
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-34/+6
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-6/+34
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-141-0/+4
* Fix NativeViewHostGtk clipping.ben@chromium.org2009-07-231-9/+9
* Fix a memory leak... the wrapped platform helper isn't a view, so it's not au...ben@chromium.org2009-05-291-5/+4
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-291-0/+137