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
/
ui
/
wm
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes unittests with --enable-text-input-focus-manager flag enabled.
yukishiino@chromium.org
2014-06-16
2
-3
/
+14
*
Supports fake key events for setComposition/commitText by on-screen keyboards.
shuchen@chromium.org
2014-06-06
3
-56
/
+100
*
Add EF_IS_REPEAT flag to KeyEvent to handle repeated accelerators correctly.
oshima@chromium.org
2014-06-05
2
-5
/
+1
*
More accelerator code leanup
oshima@chromium.org
2014-06-03
6
-38
/
+60
*
Simplify AcceleratorDelegate interface
oshima@chromium.org
2014-05-31
2
-28
/
+16
*
Move common accelerator code from ash to ui/wm/core
oshima@chromium.org
2014-05-30
3
-0
/
+156
*
wm: Change the DispatcherClient interface.
sadrul@chromium.org
2014-05-29
3
-18
/
+35
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-28
9
-0
/
+572
*
Ensure min size for images used in ImageGrid
oshima@chromium.org
2014-05-27
2
-63
/
+90
*
Revert of Refactor and move ash independent nested accelerator code to ui/wm/...
msw@chromium.org
2014-05-27
9
-566
/
+0
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-27
9
-0
/
+566
*
Revert 272740 "Refactor and move ash independent accelerator han..."
mmenke@chromium.org
2014-05-25
9
-565
/
+0
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-24
9
-0
/
+565
*
Retires ui::TranslatedKeyEvent and replaces it with KeyEvent.
yukishiino@chromium.org
2014-05-22
1
-7
/
+32
*
This bug arose when setting the event as handled did not prevent window activ...
tdanderson@google.com
2014-05-09
2
-2
/
+43
*
Redesigns the text input focus handling.
yukishiino@chromium.org
2014-05-08
2
-0
/
+75
*
Fix observer/layer leak in rotate hiding animation.
oshima@chromium.org
2014-05-07
2
-95
/
+151
*
Some minor refactoring/cleanup between EventTargeter, ViewTargeter, and Windo...
tdanderson@chromium.org
2014-05-06
4
-6
/
+8
*
Move DefaultActivationClient to wm/core
ben@chromium.org
2014-04-30
5
-0
/
+237
*
Revert of Move DefaultActivationClient to wm/core (https://codereview.chromiu...
robliao@chromium.org
2014-04-30
5
-237
/
+0
*
Move DefaultActivationClient to wm/core
ben@chromium.org
2014-04-29
5
-0
/
+237
*
app_shell: Add support for mouse cursors.
derat@chromium.org
2014-04-28
1
-5
/
+6
*
Revert 266616 "Move DefaultActivationClient to wm/core"
ben@chromium.org
2014-04-28
2
-230
/
+0
*
Move DefaultActivationClient to wm/core
ben@chromium.org
2014-04-28
2
-0
/
+230
*
Fixed screen capture confirmation dialog to be either system- or window-modal...
zelidrag@chromium.org
2014-04-26
1
-0
/
+7
*
Tests that CursorClient::ShouldHideOnKeyEvent() correctly overrides the defau...
rsadam@chromium.org
2014-04-24
1
-1
/
+11
*
aura: A couple of API cleanups.
sadrul@chromium.org
2014-04-23
1
-10
/
+12
*
events: Move the PlatformEventSource creation in aura::Env.
sadrul@chromium.org
2014-04-21
2
-7
/
+0
*
Fix "unreachable code" warning (MSVC warning 4702) in ui/wm/core/.
pkasting@chromium.org
2014-04-18
1
-2
/
+1
*
Rename wm_core_export.h to wm_export.h and the wm_core target to just wm
ben@chromium.org
2014-04-15
29
-128
/
+92
*
Revert of Rename wm_core_export.h to wm_export.h and the wm_core target to ju...
ppi@chromium.org
2014-04-15
29
-92
/
+128
*
Rename wm_core_export.h to wm_export.h and the wm_core target to just wm
ben@chromium.org
2014-04-15
29
-128
/
+92
*
Re-enable "Enable immersive fullscreen on Windows Ash."
zturner@chromium.org
2014-04-14
1
-0
/
+11
*
Fix Z-order of transient windows upon creation
mohsen@chromium.org
2014-04-11
4
-52
/
+102
*
Remove obsolete scale related APIs for cursor
oshima@chromium.org
2014-04-10
5
-54
/
+1
*
Revert 263043 "Remove obsolete scale related APIs for cursor"
gene@chromium.org
2014-04-10
4
-1
/
+31
*
Remove obsolete scale related APIs for cursor
oshima@chromium.org
2014-04-10
4
-31
/
+1
*
Makes recreating a layer inherit target visibility and opacity
sky@chromium.org
2014-04-09
1
-6
/
+0
*
If the user clicks on a key on the accessibility virtual keyboard the cursor
rsadam@chromium.org
2014-04-08
3
-53
/
+18
*
x11: Move X event handling out of the message-pump.
sadrul@chromium.org
2014-04-05
2
-0
/
+8
*
Relanding this change. The bug 332430 which caused this to be reverted will b...
ananta@chromium.org
2014-04-05
2
-9
/
+12
*
Ensure that we tag mouse messages synthesized by Windows in response to touch...
ananta@chromium.org
2014-04-04
2
-4
/
+36
*
Reset the window before its acquired layer is deleted
oshima@chromium.org
2014-04-03
1
-0
/
+3
*
Move UserActivityDetector from ash/wm/ to ui/wm/core/.
derat@chromium.org
2014-04-03
4
-0
/
+428
*
Remove dated TODOs
sky@chromium.org
2014-04-01
1
-4
/
+0
*
Attempt at fixing crash accessing a deleted window
sky@chromium.org
2014-03-31
1
-2
/
+15
*
Revert of Move GetCursor() method from WindowDelegate to its own delegate int...
ben@chromium.org
2014-03-27
1
-4
/
+1
*
Expands coverage of RecreateLayers test
sky@chromium.org
2014-03-26
1
-8
/
+8
*
Move GetCursor() method from WindowDelegate to its own delegate interface Cur...
ben@chromium.org
2014-03-26
1
-1
/
+4
*
Revert 259580 "Move wm/public into wm target"
ben@chromium.org
2014-03-26
29
-283
/
+121
[next]