summaryrefslogtreecommitdiffstats
path: root/views/focus/focus_manager.h
Commit message (Expand)AuthorAgeFilesLines
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-12/+0
* views: Move bubble, events, focus and layout to ui/views/.tfarina@chromium.org2011-11-181-273/+2
* Split a part of code managing accelerators from views::FocusManager.mazda@chromium.org2011-11-151-5/+9
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-11/+13
* Add DidChangeFocus to FocusChangeListener.alicet@chromium.org2011-11-101-2/+5
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-1/+2
* views: Factor WidgetFocusManager out of FocusManager class.tfarina@chromium.org2011-09-141-69/+0
* Fixes regression (and crash) in instant. The crash would happen ifsky@chromium.org2011-08-221-0/+6
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-4/+4
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-021-8/+0
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-4/+4
* Clean up FocusManageroshima@google.com2011-07-141-5/+5
* Switch FocusManager to using ObserverList instead of keeping its listeners in...pkasting@chromium.org2011-06-291-6/+3
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-191-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-121-4/+5
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-1/+2
* These files were meant to go with my change here http://codereview.chromium.o...ben@chromium.org2011-02-241-4/+4
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-0/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-0/+3
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-3/+0
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-0/+3
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-3/+1
* Add undeclared virtual destructors part 5ziadh@chromium.org2010-08-021-0/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Minor fixes to toolbar keyboard accessibility: focusing the location bardmazzoni@chromium.org2010-06-301-2/+31
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-39/+7
* Defer WidgetGtk's focus manager destructionxiyuan@chromium.org2010-04-201-1/+1
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-311-0/+4
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-261-4/+0
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-0/+4
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-4/+0
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-0/+4
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-221-4/+0
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-0/+4
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-221-4/+0
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-0/+4
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-2/+68
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-10/+4
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-141-24/+0
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-67/+18
* Revert :nsylvain@chromium.org2009-06-221-18/+67
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-67/+18
* Reverting 18872.jcampan@chromium.org2009-06-191-18/+67
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-67/+18
* Fix focus traversal cycle.yutak@chromium.org2009-06-151-3/+0
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-121-5/+3