summaryrefslogtreecommitdiffstats
path: root/views/focus/focus_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move bubble, events, focus and layout to ui/views/.tfarina@chromium.org2011-11-181-413/+0
* Split a part of code managing accelerators from views::FocusManager.mazda@chromium.org2011-11-151-40/+7
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-13/+13
* Add DidChangeFocus to FocusChangeListener.alicet@chromium.org2011-11-101-1/+4
* Support keyboard navigation in avatar menusail@chromium.org2011-10-261-2/+3
* views: Factor WidgetFocusManager out of FocusManager class.tfarina@chromium.org2011-09-141-40/+1
* views: Remove unused include of gtk/gtk.h from focus_manager.cctfarina@chromium.org2011-09-131-6/+1
* Add Aura support to views:ben@chromium.org2011-08-251-1/+1
* Fixes regression (and crash) in instant. The crash would happen ifsky@chromium.org2011-08-221-1/+4
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-021-19/+0
* Clean up FocusManageroshima@google.com2011-07-141-0/+23
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-131-2/+1
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-131-0/+5
* Switch FocusManager to using ObserverList instead of keeping its listeners in...pkasting@chromium.org2011-06-291-46/+13
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-061-6/+5
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-2/+2
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-5/+1
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-121-3/+7
* Set the focus change reason even if calling SetFocusedViewWithReason on admazzoni@chromium.org2011-03-071-2/+3
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-0/+4
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-24/+7
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-24/+7
* Removing the experimental Chrome extension popup API. This API will not be ad...twiz@chromium.org2011-02-141-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-4/+3
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-3/+4
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-4/+3
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-3/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-6/+6
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-1/+7
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-4/+4
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-7/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-1/+7
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-0/+5
* Fixes crash in focus that occurs if Focus ends up deleting/removingsky@chromium.org2010-11-191-1/+5
* Re-lands 58186:bryeung@chromium.org2010-09-031-6/+6
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-6/+6
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-6/+6
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-6/+6
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-6/+6
* [Linux Views] Refactor accelerator handler related code.suzhe@chromium.org2010-08-041-0/+4
* Fix regression that stopped properly restoring focus to tab contents.dmazzoni@chromium.org2010-07-231-3/+16
* Fixes regression in links ending up too small. The problem is that wesky@chromium.org2010-07-211-3/+3
* Minor fixes to toolbar keyboard accessibility: focusing the location bardmazzoni@chromium.org2010-06-301-6/+12
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-27/+45
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-1/+49
* Add about:memory link to task manager.thakis@chromium.org2009-10-081-1/+1
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-3/+3
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-3/+3
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-3/+3
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-011-22/+23