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
/
ash
/
accelerators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce AcceleratorController::ProcessCommandIfEnabled() and change some
pkotwicz
2014-11-19
3
-62
/
+55
*
Fix some minor typos related to the word "accelerate" and its derivative.
sungmann.cho
2014-11-08
1
-2
/
+2
*
They're treated as "not handled".
oshima
2014-11-05
3
-9
/
+8
*
Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0
pkotwicz
2014-10-31
3
-17
/
+20
*
Prefix CommandLine usage with base namespace (Part 4: ash/)
pgal.u-szeged
2014-10-29
3
-3
/
+3
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
10
-57
/
+50
*
Move handling for debug accelerators to debug_commands.*
pkotwicz
2014-10-23
7
-225
/
+191
*
Return false in AcceleratorController::Process() if an accelerator has no effect
pkotwicz
2014-10-20
1
-8
/
+16
*
Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better
pkasting
2014-10-09
1
-2
/
+2
*
Ensures that all ctrl keys silence ChromeVox speech.
dtseng
2014-10-09
1
-0
/
+2
*
Allow the Ash shortcut Ctrl+Alt+P to work in browser windows.
kpschoedel
2014-10-07
3
-8
/
+11
*
Add support for XF86XK_Sleep usage
mmeisser
2014-10-06
1
-0
/
+3
*
Change behaviour of the Alt-] and Alt-[ keys so that it cycles through SnapLe...
dtapuska
2014-10-03
4
-22
/
+189
*
replace OVERRIDE and FINAL with override and final in ash/
mostynb
2014-10-03
10
-33
/
+33
*
Removing uses of X11 native key events.
kpschoedel
2014-09-22
1
-7
/
+8
*
Introduce "Preferred" accelerators, which may be processed by fullscreen, but...
oshima
2014-09-20
6
-29
/
+151
*
chromeos: Shorten some strings in the keyboard overlay.
derat
2014-09-09
3
-6
/
+6
*
Revert of Removing X11 native_event uses for key events. (patchset #7 id:1800...
arv
2014-09-08
1
-8
/
+7
*
Removing uses of X11 native key events.
kpschoedel
2014-09-05
1
-7
/
+8
*
Revert of Removing X11 native_event uses for key events. (patchset #6 id:1600...
dcheng
2014-09-04
1
-8
/
+7
*
Removing uses of X11 native key events.
kpschoedel
2014-09-03
1
-7
/
+8
*
Remove ctrl+M accelerator for minimizing window.
abodenha@chromium.org
2014-08-09
1
-8
/
+0
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-28
4
-12
/
+12
*
Distinguish between keystroke and character events.
kpschoedel@chromium.org
2014-07-25
4
-11
/
+11
*
Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."
markusheintz@chromium.org
2014-07-24
4
-12
/
+12
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-24
4
-12
/
+12
*
Prepare to use gfx::RenderText in views::Label.
msw@chromium.org
2014-07-21
1
-1
/
+1
*
Support global keyboard commands on Chrome OS.
dtseng@chromium.org
2014-07-09
2
-30
/
+68
*
Added text filtering to Overview Mode
nsatragno@chromium.org
2014-07-04
1
-4
/
+6
*
Do not consume Alt-Shift-Up event for IME switch.
nona@chromium.org
2014-06-25
2
-13
/
+14
*
Prevents windows that cannot snap from snapping using a keyboard accelerator
varkha@chromium.org
2014-06-19
1
-1
/
+2
*
Remove Label::PaintText overrides.
msw@chromium.org
2014-06-19
1
-22
/
+2
*
Changed keyboard shortcut for touch projector overlay from Ctrl-Shift-9 to Ct...
mkaeser@google.com
2014-06-12
1
-1
/
+1
*
Move MaximizeModeWindowManager to the controller
jonross@chromium.org
2014-06-09
1
-4
/
+5
*
Add EF_IS_REPEAT flag to KeyEvent to handle repeated accelerators correctly.
oshima@chromium.org
2014-06-05
6
-270
/
+261
*
More accelerator code leanup
oshima@chromium.org
2014-06-03
4
-30
/
+36
*
Simplify AcceleratorDelegate interface
oshima@chromium.org
2014-05-31
2
-11
/
+31
*
Move common accelerator code from ash to ui/wm/core
oshima@chromium.org
2014-05-30
5
-167
/
+118
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-28
8
-459
/
+40
*
Revert of Refactor and move ash independent nested accelerator code to ui/wm/...
msw@chromium.org
2014-05-27
8
-41
/
+460
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-27
8
-459
/
+40
*
Revert 272740 "Refactor and move ash independent accelerator han..."
mmenke@chromium.org
2014-05-25
8
-43
/
+460
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-24
8
-460
/
+43
*
Retires ui::TranslatedKeyEvent and replaces it with KeyEvent.
yukishiino@chromium.org
2014-05-22
1
-6
/
+12
*
linux_aura: Compile ash into chrome.
erg@chromium.org
2014-05-20
1
-3
/
+7
*
views: Make view::Views::GetPreferredSize() const.
erg@chromium.org
2014-05-20
1
-1
/
+1
*
Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..."
erg@chromium.org
2014-05-19
1
-1
/
+0
*
Revert of [Refactor] Consolidate the logic for whether a widget can be activa...
pkotwicz@chromium.org
2014-05-19
1
-0
/
+1
*
[Refactor] Consolidate the logic for whether a widget can be activated.
pkotwicz@chromium.org
2014-05-15
1
-1
/
+0
*
events: Remove ability to terminate a nested message-loop from the event-source.
sadrul@chromium.org
2014-05-14
1
-1
/
+1
[next]