index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
focus
/
focus_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move bubble, events, focus and layout to ui/views/.
tfarina@chromium.org
2011-11-18
1
-413
/
+0
*
Split a part of code managing accelerators from views::FocusManager.
mazda@chromium.org
2011-11-15
1
-40
/
+7
*
Move views::Accelerator to ui in order to use it from aura code.
mazda@chromium.org
2011-11-14
1
-13
/
+13
*
Add DidChangeFocus to FocusChangeListener.
alicet@chromium.org
2011-11-10
1
-1
/
+4
*
Support keyboard navigation in avatar menu
sail@chromium.org
2011-10-26
1
-2
/
+3
*
views: Factor WidgetFocusManager out of FocusManager class.
tfarina@chromium.org
2011-09-14
1
-40
/
+1
*
views: Remove unused include of gtk/gtk.h from focus_manager.cc
tfarina@chromium.org
2011-09-13
1
-6
/
+1
*
Add Aura support to views:
ben@chromium.org
2011-08-25
1
-1
/
+1
*
Fixes regression (and crash) in instant. The crash would happen if
sky@chromium.org
2011-08-22
1
-1
/
+4
*
Nix GetFocusManagerForNativeView|Window.
msw@chromium.org
2011-08-02
1
-19
/
+0
*
Clean up FocusManager
oshima@google.com
2011-07-14
1
-0
/
+23
*
views: Add unittests for View::GetViewsWithGroup() method.
tfarina@chromium.org
2011-07-13
1
-2
/
+1
*
ClearNativeFocus: Do it from widget, with appropriate native-widget implement...
sadrul@chromium.org
2011-07-13
1
-0
/
+5
*
Switch FocusManager to using ObserverList instead of keeping its listeners in...
pkasting@chromium.org
2011-06-29
1
-46
/
+13
*
views: Don't include the container type "vector" in the typedef ViewVector.
tfarina@chromium.org
2011-06-06
1
-6
/
+5
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
1
-2
/
+2
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
1
-5
/
+1
*
Avoid dangling references to Views from FocusManager.
asanka@chromium.org
2011-03-12
1
-3
/
+7
*
Set the focus change reason even if calling SetFocusedViewWithReason on a
dmazzoni@chromium.org
2011-03-07
1
-2
/
+3
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
1
-0
/
+4
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
1
-24
/
+7
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
1
-24
/
+7
*
Removing the experimental Chrome extension popup API. This API will not be ad...
twiz@chromium.org
2011-02-14
1
-1
/
+1
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-4
/
+3
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-3
/
+4
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-4
/
+3
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
1
-3
/
+3
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
1
-6
/
+6
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-1
/
+7
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-4
/
+4
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-7
/
+1
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-1
/
+7
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
1
-0
/
+5
*
Fixes crash in focus that occurs if Focus ends up deleting/removing
sky@chromium.org
2010-11-19
1
-1
/
+5
*
Re-lands 58186:
bryeung@chromium.org
2010-09-03
1
-6
/
+6
*
Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...
akalin@chromium.org
2010-09-02
1
-6
/
+6
*
Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-02
1
-6
/
+6
*
Revert 58186 - Move the keyboard files from base/ to app/.
phajdan.jr@chromium.org
2010-09-01
1
-6
/
+6
*
Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-01
1
-6
/
+6
*
[Linux Views] Refactor accelerator handler related code.
suzhe@chromium.org
2010-08-04
1
-0
/
+4
*
Fix regression that stopped properly restoring focus to tab contents.
dmazzoni@chromium.org
2010-07-23
1
-3
/
+16
*
Fixes regression in links ending up too small. The problem is that we
sky@chromium.org
2010-07-21
1
-3
/
+3
*
Minor fixes to toolbar keyboard accessibility: focusing the location bar
dmazzoni@chromium.org
2010-06-30
1
-6
/
+12
*
Improve toolbar keyboard accessibility.
dmazzoni@chromium.org
2010-06-18
1
-27
/
+45
*
CL implementing focus-dismissal of the chrome.experimental.popup set of exten...
twiz@chromium.org
2010-02-10
1
-1
/
+49
*
Add about:memory link to task manager.
thakis@chromium.org
2009-10-08
1
-1
/
+1
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
1
-3
/
+3
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
1
-3
/
+3
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
1
-3
/
+3
*
The FocusManager stores/restores focus when the top window becomes inactive/a...
jcampan@chromium.org
2009-09-01
1
-22
/
+23
[next]