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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most of the "gn check" errors in ui/*
Brett Wilson
2014-08-28
1
-6
/
+3
*
Add some remoting targets to GN build.
Brett Wilson
2014-08-25
2
-0
/
+3
*
Stop painting when receiving delegated frame
enne
2014-08-23
2
-0
/
+6
*
GN: Remove duplicate entries from sources lists
jamesr@chromium.org
2014-08-19
1
-1
/
+0
*
Use a qualified path for ui_resources.h grit includes.
tfarina@chromium.org
2014-08-17
2
-3
/
+3
*
Use ShadowController instead of creating its own.
oshima@chromium.org
2014-08-13
3
-5
/
+74
*
GN: Make content_shell and webkit_unit_tests work in component build
jamesr@chromium.org
2014-08-12
1
-0
/
+1
*
Fix events_test_support layering violation, missing dependencies
tapted@chromium.org
2014-08-11
2
-0
/
+4
*
Moving coordinate conversion methods from ash/wm to ui/wm.
mfomitchev@chromium.org
2014-08-08
3
-0
/
+63
*
Revert of Moving coordinate conversion methods from ash/wm to ui/wm. (https:/...
robliao@chromium.org
2014-08-05
3
-63
/
+0
*
Moving coordinate conversion methods from ash/wm to ui/wm.
mfomitchev@chromium.org
2014-08-05
3
-0
/
+63
*
Reland: Introduce NON_ZERO_DURATION for animation unit tests
jamescook@chromium.org
2014-07-30
2
-6
/
+20
*
Revert of Introduce NON_ZERO_DURATION for animation unit tests (https://coder...
jamescook@chromium.org
2014-07-29
2
-20
/
+6
*
Introduce NON_ZERO_DURATION for animation unit tests
jamescook@chromium.org
2014-07-29
2
-6
/
+20
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-28
3
-15
/
+15
*
Distinguish between keystroke and character events.
kpschoedel@chromium.org
2014-07-25
5
-9
/
+8
*
Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."
markusheintz@chromium.org
2014-07-24
3
-15
/
+15
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-24
3
-15
/
+15
*
Hide shadow layer when border exceeds layer bounds.
hshi@chromium.org
2014-07-23
2
-20
/
+31
*
Disable all the tests that are flaking more than 5% on ChromeOS builders.
jam@chromium.org
2014-07-23
1
-2
/
+4
*
Fix a leak in wm::AnimateOnChildWindowVisibilityChanged().
rouslan@chromium.org
2014-07-18
2
-12
/
+29
*
Change ui::wm::Shadow to use cc::NinePatchLayer.
hshi@chromium.org
2014-07-16
2
-66
/
+78
*
Remove unused method.
ben@chromium.org
2014-07-15
5
-19
/
+0
*
Replace touch_ids_bitfield_ with first_touch_id_.
tdresser@chromium.org
2014-07-14
1
-2
/
+2
*
Removes unnecessary call of TextInputFocusManager in ui/wm/test/
yukishiino@chromium.org
2014-07-11
3
-5
/
+0
*
Work on GN build, mostly in //ui
brettw@chromium.org
2014-07-02
2
-0
/
+146
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-07-01
1
-1
/
+1
*
Fixes content_browsertests with --enable-text-input-focus-manager flag enabled.
yukishiino@chromium.org
2014-06-20
3
-2
/
+7
*
Fixes unittests with --enable-text-input-focus-manager flag enabled.
yukishiino@chromium.org
2014-06-16
2
-3
/
+14
*
Aura tooltips do not move on mouse move in case of many neighboring
mboc@opera.com
2014-06-13
2
-1
/
+17
*
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
4
-7
/
+166
*
wm: Change the DispatcherClient interface.
sadrul@chromium.org
2014-05-29
5
-20
/
+89
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-28
10
-0
/
+581
*
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
10
-575
/
+0
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-27
10
-0
/
+575
*
Revert 272740 "Refactor and move ash independent accelerator han..."
mmenke@chromium.org
2014-05-25
10
-574
/
+0
*
Refactor and move ash independent accelerator handling code in nested loop to...
oshima@chromium.org
2014-05-24
10
-0
/
+574
*
Makes Env contain a ContextFactory
sky@chromium.org
2014-05-22
2
-2
/
+9
*
Retires ui::TranslatedKeyEvent and replaces it with KeyEvent.
yukishiino@chromium.org
2014-05-22
1
-7
/
+32
*
ui: Add a new key to ui_base_paths.h to easily get the path to ui_test.pak.
tfarina@chromium.org
2014-05-15
1
-7
/
+4
*
Revert of ui: Add a helper function to get the path to ui_test.pak. (https://...
vabr@chromium.org
2014-05-14
1
-4
/
+7
*
ui: Add a new key to ui_base_paths.h to easily get the path to ui_test.pak.
tfarina@chromium.org
2014-05-14
1
-7
/
+4
*
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
[next]