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