summaryrefslogtreecommitdiffstats
path: root/ui/wm
Commit message (Expand)AuthorAgeFilesLines
* Refactor screen_dimmer to share code and shrink Shell interface. DimWindow ...oshima2015-10-273-4/+56
* Revert of Refactor screen_dimmer to share code and shrink Shell interface. (p...dalecurtis2015-10-233-56/+4
* Refactor screen_dimmer to share code and shrink Shell interface.oshima2015-10-223-4/+56
* Remove some implicit Point to PointF conversions, add helpers.danakj2015-10-221-1/+1
* Remove implicit Point to PointF conversion in InterpolatedTransform.danakj2015-10-211-2/+2
* Don't use base::MessageLoop::{Quit,QuitClosure} in ui/ki.stfu2015-10-121-1/+1
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-2/+2
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-3/+2
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix missing data dep for wm_unittests.dpranke2015-09-021-2/+2
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Revert of Add missing runtime dependencies to *_run targets. (patchset #1 id:...maruel2015-09-012-7/+1
* Add missing runtime dependencies to *_run targets.maruel2015-09-012-1/+7
* aura: Stop converting Rect to RectF implicitly.danakj2015-08-312-2/+2
* Sync GN tests with GYP.brettw2015-08-251-0/+2
* Revert of aura: Require explicit ownership of the Env instance. (patchset #7 ...fsamuel2015-08-182-5/+1
* aura: Require explicit ownership of the Env instance.sadrul2015-08-182-1/+5
* GN: Add missing dependency for wm_unittests on ui_test_pakagrieve2015-08-051-3/+1
* Bring the active window to the top of window stack whenever it gets activated.xdai2015-07-293-4/+49
* Annotate large GN targets for precompiled headersbrettw2015-07-281-0/+1
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-281-1/+0
* Add precompiled headers to GN build for large targets.brettw2015-07-271-0/+1
* Add more isolates to the GN build:dpranke2015-07-241-0/+13
* Removing NestedAccelerator functionality from the Android wm build.mfomitchev2015-07-232-0/+19
* Revert of Add missing dependencies. (patchset #7 id:120001 of https://coderev...courage2015-07-231-3/+0
* Add missing runtime dependencies to *_run targets.maruel2015-07-231-0/+3
* gl/test: Move some initialization code used in tests to a separate component.sadrul2015-07-201-2/+2
* Change PaintRecorder to Use Bounds from View or Layer Instead of PaintContextweiliangc2015-07-131-1/+2
* Convert wm_unittests to run exclusively on Swarmingmaruel2015-06-302-0/+90
* Removes TextInputFocusManager.shuchen2015-06-152-74/+0
* Refactors away method implementations in ui::EventTargetervarkha2015-06-114-9/+9
* Fix WindowModalityController's GetModalTransientChild[Ash]calamity2015-06-111-2/+5
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-107-312/+0
* Added an ActivationReason parameter to ActivationChangeObserver::OnWindowActi...bruthig2015-06-058-88/+195
* Revert "Converting (Alt+LeftClick -> RightClick) to (Search+LeftClick -> Righ...xdai2015-06-052-15/+1
* Replace more ObserverList with base::ObserverList.brettw2015-06-035-6/+7
* Move ObserverList to base namespace.brettw2015-06-021-4/+4
* Unify Accelerator Creation Codeafakhry2015-05-274-19/+3
* Converting (Alt+LeftClick -> RightClick) to (Search+LeftClick -> RightClick)afakhry2015-05-042-1/+15
* Implements OnFocus/OnBlur for InputMethodWin.shuchen2015-05-041-3/+3
* Fix a few spelling errors in comments.thakis2015-04-281-1/+1
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-211-3/+3
* ui: Use a PaintRecorder to access the Canvas for painting.danakj2015-04-071-3/+4
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-042-4/+5
* aura: Remove layerless windows.danakj2015-04-032-12/+12
* wm: Remove use of WindowTracker for each mouse event since it's never used.sadrul2015-04-021-3/+0
* Prevent capture from transferring touch event streams.tdresser2015-03-183-19/+6
* Change ui::wm::Shadow to pass ImageSkia instead of SkBitmap.hshi2015-03-171-1/+1
* Disable drag-and-drop on login flow to avoid hanging.ginkage2015-03-132-0/+95