summaryrefslogtreecommitdiffstats
path: root/views/focus/focus_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-161-3/+9
* Eliminate Window completely.ben@chromium.org2011-06-131-11/+12
* views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...tfarina@chromium.org2011-06-081-10/+10
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-49/+49
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-11/+9
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-011-7/+7
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-251-1/+1
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-231-3/+4
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-6/+6
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-191-2/+2
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-6/+2
* Re-land:ben@chromium.org2011-05-131-28/+18
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-18/+28
* Split the hierarchy. ben@chromium.org2011-05-131-28/+18
* Create InitParams for Window.ben@chromium.org2011-04-281-4/+4
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-2/+2
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-17/+16
* Get rid of the set_delete_on_destroy setter now that we have CreateParams.ben@chromium.org2011-04-211-12/+13
* Don't store/restore focus when window is activated/deactivated on linux.oshima@google.com2011-04-071-0/+6
* touch: Fix compile (regressed in r80024).sadrul@chromium.org2011-04-011-0/+4
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-10/+8
* views: Cleanup TabbedPane class.tfarina@chromium.org2011-03-181-6/+4
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-3/+3
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-1/+1
* Two things:ben@chromium.org2011-03-041-3/+1
* One more chromeos fix for the InitWindow rename.thakis@chromium.org2011-03-041-1/+1
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-1/+2
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-21/+12
* Revert 74693. Changing approach.ben@chromium.org2011-02-141-4/+4
* Fix small incompatibility issues with Visual Studio 2010.jeanluc@chromium.org2011-02-141-9/+27
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-111-4/+4
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-2/+2
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-2/+2
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-45/+45
* Re-lands 58186:bryeung@chromium.org2010-09-031-45/+45
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-45/+45
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-45/+45
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-45/+45
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-45/+45
* Remove wstrings from bookmarks, part 12.viettrungluu@chromium.org2010-08-221-5/+6
* [Linux Views] Refactor accelerator handler related code.suzhe@chromium.org2010-08-041-4/+5
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+3
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Prevent non-visible views from getting focused.mnissler@chromium.org2010-07-141-2/+53
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-32/+201
* Defer WidgetGtk's focus manager destructionxiyuan@chromium.org2010-04-201-0/+102
* * WidgetGtk::OnKeyPressed never called on window because the signal handleroshima@chromium.org2010-04-021-8/+50