summaryrefslogtreecommitdiffstats
path: root/views/controls/native/native_view_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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