summaryrefslogtreecommitdiffstats
path: root/views/controls/native
Commit message (Expand)AuthorAgeFilesLines
* [Aura] Fix NativeViewHostAura::RemovedFromWidget crash.xiyuan@chromium.org2011-10-262-14/+30
* Use LockScreen container for login screen.ivankr@chromium.org2011-10-261-1/+1
* [Aura] Fix invisible DOMView.xiyuan@chromium.org2011-10-241-1/+1
* Revert r106696 - Fix for a memory leak in views/controls/native/native_view_h...timurrrr@chromium.org2011-10-211-1/+1
* Fix for a memory leak in views/controls/native/native_view_host_gtk.cctimurrrr@chromium.org2011-10-211-1/+1
* Turns on RWHVA.ben@chromium.org2011-10-201-0/+5
* Fix native view host accessibility. We should have been passing a pointer to ...dmazzoni@chromium.org2011-10-181-3/+4
* Get more of RenderWidgetHostViewAura running.ben@chromium.org2011-10-131-1/+0
* Makes views unit test runnable again and addssky@chromium.org2011-10-033-9/+138
* Get views_unittests to compile (but not run).ben@chromium.org2011-09-021-0/+8
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-261-0/+16
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-1/+1
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-022-4/+4
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+1
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-132-14/+0
* Try two for flicker free drawingdavemoore@chromium.org2011-07-072-50/+79
* Revert 91710 - Fix flicker on tab switch on chromeos.johnme@google.com2011-07-072-67/+48
* Fix flicker on tab switch on chromeos.davemoore@chromium.org2011-07-072-48/+67
* Fix to pure view test on touch.saintlou@chromium.org2011-06-301-1/+3
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-291-2/+1
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-5/+2
* Use NativeViewHostViews when using pure-views instead of NativeViewHostGtk.sadrul@chromium.org2011-06-261-1/+6
* Re-land:ben@chromium.org2011-06-162-8/+4
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-152-4/+8
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-152-8/+4
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-139-6/+53
* keyboard: Fix visibility.sadrul@chromium.org2011-06-061-2/+5
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-193-11/+11
* Re-land:ben@chromium.org2011-05-131-1/+1
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Reenable FREEZE_UPDATE propertyoshima@google.com2011-04-111-1/+4
* Notify child widgets before and after a reparenting.asanka@chromium.org2011-03-311-21/+3
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-1/+2
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-121-2/+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-032-20/+21
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-022-21/+20
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-022-20/+21
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-242-2/+2
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-162-6/+10
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-162-3/+3
* 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-055-5/+5
* A NativeHostViewViews class for embedding views inside NativeHostView instances.anicolao@google.com2010-12-174-3/+156
* gtk views: NULL-check fixed_ before hidingevan@chromium.org2010-11-121-1/+2
* Fixes another gray rect. This problem occurred because NativeViewHostsky@chromium.org2010-10-061-0/+2
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-9/+9
* Add in a browser test for dialog resizing, which was catching an issue with t...scottbyer@chromium.org2010-08-201-5/+9