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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve toolbar keyboard accessibility.
dmazzoni@chromium.org
2010-06-18
6
-98
/
+652
*
Allow widgets to have keyboard shortcuts.
avayvod@chromium.org
2010-06-16
1
-5
/
+7
*
Process accelerators if grabbed widget is a window.
xiyuan@chromium.org
2010-06-02
1
-4
/
+17
*
views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.
tfarina@chromium.org
2010-06-02
1
-3
/
+2
*
Fixing AutoReset to be a template.
gspencer@chromium.org
2010-06-01
1
-1
/
+1
*
Fixed alt key as shortcut to focus menus on linux/views. It should only
dmazzoni@chromium.org
2010-05-24
3
-21
/
+239
*
Committing on behalf of dtseng.
dmazzoni@chromium.org
2010-05-07
1
-0
/
+7
*
Skip accelerator handling if there is a grabbed widget.
xiyuan@chromium.org
2010-05-03
1
-1
/
+4
*
Defer WidgetGtk's focus manager destruction
xiyuan@chromium.org
2010-04-20
2
-1
/
+103
*
* WidgetGtk::OnKeyPressed never called on window because the signal handler
oshima@chromium.org
2010-04-02
1
-8
/
+50
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-31
4
-1
/
+35
*
Reverting this CL to fix the interactive ui test failures.
ananta@chromium.org
2010-03-26
4
-35
/
+1
*
Reenabling some unit-tests on Linux, they seem to work fine now,
jcivelli@chromium.org
2010-03-25
1
-6
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
4
-1
/
+35
*
Revert 42465 - Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
4
-35
/
+1
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
4
-1
/
+35
*
Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...
maruel@chromium.org
2010-03-22
4
-35
/
+1
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
4
-1
/
+35
*
Revert "Keyboard accessibility for the page and app menus."
maruel@chromium.org
2010-03-22
4
-35
/
+1
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
4
-1
/
+35
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
Fix compile error "error: #elif with no expression"
nsylvain@chromium.org
2010-02-27
1
-1
/
+1
*
Landing Marshall Greenblatt change.
jcampan@chromium.org
2010-02-24
2
-4
/
+60
*
CL implementing focus-dismissal of the chrome.experimental.popup set of exten...
twiz@chromium.org
2010-02-10
2
-3
/
+117
*
Fixes two related focus bugs on views/gtk:
sky@chromium.org
2010-01-07
1
-0
/
+3
*
Lands http://codereview.chromium.org/449003/show for Thiago:
sky@chromium.org
2009-12-01
1
-1
/
+1
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-2
/
+2
*
Fix for BookmarkManager Test Crash test.
oshima@chromium.org
2009-11-18
1
-1
/
+5
*
Use predefined color names where possible for clarity. Also use "SkColorSetA...
pkasting@chromium.org
2009-10-13
1
-2
/
+2
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Add about:memory link to task manager.
thakis@chromium.org
2009-10-08
1
-1
/
+1
*
Enabling the default button behavior on Linux toolkit_views.
jcampan@chromium.org
2009-10-08
2
-13
/
+15
*
Turns on the focus traversal unit-tests and fixed some focus traversal problem:
jcampan@chromium.org
2009-10-07
1
-74
/
+74
*
This CL make the AcceleratorDispatcher eat the WM_KEYUP associated to
jcampan@chromium.org
2009-10-06
3
-5
/
+158
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
1
-103
/
+1
*
Relanding focus traversal on Linux toolkit views.
jcampan@chromium.org
2009-10-01
2
-1
/
+13
*
Fix for a focus related unit-test on Linux toolkit views.
jcampan@chromium.org
2009-09-30
1
-12
/
+13
*
Temporary disabling a unit test that fails on Linux toolkit views while I inv...
jcampan@chromium.org
2009-09-30
1
-0
/
+6
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
1
-1
/
+103
*
Reverting 27504, it breaks the interactive ui tests on Windows.
jcampan@chromium.org
2009-09-29
1
-10
/
+1
*
See original review at
jcampan@chromium.org
2009-09-29
1
-1
/
+10
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
2
-4
/
+6
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
2
-6
/
+4
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
2
-4
/
+6
*
[Relanding erg's change with fix for toolkit_views shortcuts and
jcampan@chromium.org
2009-09-25
1
-1
/
+1
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
1
-103
/
+1
*
Refactoring some of the NativeViewHost and NativeControl focus management so ...
jcampan@chromium.org
2009-09-24
1
-1
/
+103
*
Disabling a focus related unit test on Linux (toolkit_views).
jcampan@chromium.org
2009-09-22
1
-6
/
+4
*
Land http://codereview.chromium.org/206025 for Charlie:
sky@chromium.org
2009-09-16
1
-0
/
+1
[next]