summaryrefslogtreecommitdiffstats
path: root/ui/wm
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui: More work to make Linux 'gn check' clean.tfarina2015-03-101-0/+1
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-4/+4
* Remove link_chrome_on_windows GN flag.brettw2015-03-021-34/+32
* Remove wm::SHADOW_TYPE_RECTANGULAR_ALWAYS_ACTIVE.jackhou2015-02-253-65/+1
* Pass location in screen coordinates to DragDropClient::StartDragAndDrop()pkotwicz2015-02-241-3/+3
* Add TransientChildWindowActivationTest() in focus_controller_unittests.cc.xdai2015-02-191-0/+25
* Tooltip Cleanuposhima2015-02-191-0/+8
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-182-8/+9