summaryrefslogtreecommitdiffstats
path: root/ui/wm
Commit message (Expand)AuthorAgeFilesLines
* Fix most of the "gn check" errors in ui/*Brett Wilson2014-08-281-6/+3
* Add some remoting targets to GN build.Brett Wilson2014-08-252-0/+3
* Stop painting when receiving delegated frameenne2014-08-232-0/+6
* GN: Remove duplicate entries from sources listsjamesr@chromium.org2014-08-191-1/+0
* Use a qualified path for ui_resources.h grit includes.tfarina@chromium.org2014-08-172-3/+3
* Use ShadowController instead of creating its own.oshima@chromium.org2014-08-133-5/+74
* GN: Make content_shell and webkit_unit_tests work in component buildjamesr@chromium.org2014-08-121-0/+1
* Fix events_test_support layering violation, missing dependenciestapted@chromium.org2014-08-112-0/+4
* Moving coordinate conversion methods from ash/wm to ui/wm.mfomitchev@chromium.org2014-08-083-0/+63
* Revert of Moving coordinate conversion methods from ash/wm to ui/wm. (https:/...robliao@chromium.org2014-08-053-63/+0
* Moving coordinate conversion methods from ash/wm to ui/wm.mfomitchev@chromium.org2014-08-053-0/+63
* Reland: Introduce NON_ZERO_DURATION for animation unit testsjamescook@chromium.org2014-07-302-6/+20
* Revert of Introduce NON_ZERO_DURATION for animation unit tests (https://coder...jamescook@chromium.org2014-07-292-20/+6
* Introduce NON_ZERO_DURATION for animation unit testsjamescook@chromium.org2014-07-292-6/+20
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-283-15/+15
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-255-9/+8
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-243-15/+15
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-243-15/+15
* Hide shadow layer when border exceeds layer bounds.hshi@chromium.org2014-07-232-20/+31
* Disable all the tests that are flaking more than 5% on ChromeOS builders.jam@chromium.org2014-07-231-2/+4
* Fix a leak in wm::AnimateOnChildWindowVisibilityChanged().rouslan@chromium.org2014-07-182-12/+29
* Change ui::wm::Shadow to use cc::NinePatchLayer.hshi@chromium.org2014-07-162-66/+78
* Remove unused method.ben@chromium.org2014-07-155-19/+0
* Replace touch_ids_bitfield_ with first_touch_id_.tdresser@chromium.org2014-07-141-2/+2
* Removes unnecessary call of TextInputFocusManager in ui/wm/test/yukishiino@chromium.org2014-07-113-5/+0
* Work on GN build, mostly in //uibrettw@chromium.org2014-07-022-0/+146
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-1/+1
* Fixes content_browsertests with --enable-text-input-focus-manager flag enabled.yukishiino@chromium.org2014-06-203-2/+7
* Fixes unittests with --enable-text-input-focus-manager flag enabled.yukishiino@chromium.org2014-06-162-3/+14
* Aura tooltips do not move on mouse move in case of many neighboringmboc@opera.com2014-06-132-1/+17
* Supports fake key events for setComposition/commitText by on-screen keyboards.shuchen@chromium.org2014-06-063-56/+100
* Add EF_IS_REPEAT flag to KeyEvent to handle repeated accelerators correctly.oshima@chromium.org2014-06-052-5/+1
* More accelerator code leanuposhima@chromium.org2014-06-036-38/+60
* Simplify AcceleratorDelegate interfaceoshima@chromium.org2014-05-312-28/+16
* Move common accelerator code from ash to ui/wm/coreoshima@chromium.org2014-05-304-7/+166
* wm: Change the DispatcherClient interface.sadrul@chromium.org2014-05-295-20/+89
* Refactor and move ash independent accelerator handling code in nested loop to...oshima@chromium.org2014-05-2810-0/+581
* Ensure min size for images used in ImageGridoshima@chromium.org2014-05-272-63/+90
* Revert of Refactor and move ash independent nested accelerator code to ui/wm/...msw@chromium.org2014-05-2710-575/+0
* Refactor and move ash independent accelerator handling code in nested loop to...oshima@chromium.org2014-05-2710-0/+575
* Revert 272740 "Refactor and move ash independent accelerator han..."mmenke@chromium.org2014-05-2510-574/+0
* Refactor and move ash independent accelerator handling code in nested loop to...oshima@chromium.org2014-05-2410-0/+574
* Makes Env contain a ContextFactorysky@chromium.org2014-05-222-2/+9
* Retires ui::TranslatedKeyEvent and replaces it with KeyEvent.yukishiino@chromium.org2014-05-221-7/+32
* ui: Add a new key to ui_base_paths.h to easily get the path to ui_test.pak.tfarina@chromium.org2014-05-151-7/+4
* Revert of ui: Add a helper function to get the path to ui_test.pak. (https://...vabr@chromium.org2014-05-141-4/+7
* ui: Add a new key to ui_base_paths.h to easily get the path to ui_test.pak.tfarina@chromium.org2014-05-141-7/+4
* This bug arose when setting the event as handled did not prevent window activ...tdanderson@google.com2014-05-092-2/+43
* Redesigns the text input focus handling.yukishiino@chromium.org2014-05-082-0/+75
* Fix observer/layer leak in rotate hiding animation.oshima@chromium.org2014-05-072-95/+151