summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Iterate on MdTextButtons (call to action styling).estade2016-03-2210-29/+155
* Fix a painting bug which occurred due to the change which reduces the size of...ananta2016-03-212-3/+4
* Temporarily disable all calls of CGS private APIs.erikchen2016-03-211-3/+6
* Disabling flaky DesktopNativeWidgetNoPaintAfterHideTestphoglund2016-03-211-1/+6
* Implement NativeWidgetMac::ReorderNativeViews.kirr2016-03-215-19/+236
* Fix flaky NativeWidgetMacTest.SetCursor test.karandeepb2016-03-211-3/+4
* MacViews: Enable acceptsFirstMouse for BridgedContentView.patricialor2016-03-211-0/+7
* When the window activation state changes, redraw the toolbar top separator.pkasting2016-03-191-4/+1
* Port BubbleDelegate tests to BubbleDialogDelegateestade2016-03-186-20/+322
* Refactored hwnd_message_handler to be more readable. Changed the names of del...bsep2016-03-185-108/+108
* Makes vertical alignment of location bar bubbles samevarkha2016-03-182-21/+67
* views: introduce FocusableRoundedBorder and use it on Macellyjones2016-03-1811-18/+132
* Disabling flaky DesktopNativeWidgetNoPaintAfterCloseTestphoglund2016-03-181-1/+8
* Avoid temporarily hiding window when fullscreening on Aero.jbauman2016-03-181-1/+9
* Toggle avatar color when window activation changes.pkasting2016-03-183-6/+30
* Rather than keeping it around forever, we should kill it. Now that the user s...ben2016-03-181-1/+1
* Use ui::Event instead of mojom::EventPtr in mus::InputEventHandler.moshayedi2016-03-172-4/+6
* [MD] replace infobar bottom solid line separator with a shadow.estade2016-03-162-7/+0
* Restructure loginben2016-03-162-0/+6
* MD text buttons - implement focus ring.estade2016-03-162-3/+68
* Removed unnecessary ATOM manipulation code.kylixrd2016-03-151-5/+0
* Fix missing comma in AtomsToCache array.etienneb2016-03-151-1/+1
* Increased Canvas size for the CircleLayerDelegate that is used for MD ripples.bruthig2016-03-151-1/+1
* Reinstate wait-for-Initialize when Chrome is run in Mashrockot2016-03-153-6/+11
* MacViews: Fix failing bubble frame view tests after r375729.karandeepb2016-03-151-17/+24
* Remove stale mentions of mandoline.msw2016-03-141-1/+1
* MacViews: Shrinking animation and transparency for overlay scrollbarsspqchan2016-03-142-29/+50
* Adds widget_unittest.cc to views_mus_unittestssky2016-03-1417-65/+314
* This change relands (https://codereview.chromium.org/1749323002/)jonross2016-03-142-5/+6
* Fix user after free in HwndMessageHandler::OnKeyEventsky2016-03-141-0/+3
* MacViews: Fix ViewTest.HandleAccelerator by faking window activationtapted2016-03-1413-85/+42
* Remove ShellConnection::WaitForInitializerockot2016-03-133-3/+8
* Change scoped_ptr to a type alias for std::unique_ptr for OS_MACOSXdcheng2016-03-121-1/+1
* Fix the leaking memory test in NativeWidgetAuraTest.PreventFocusOnNonActivabl...xdai2016-03-121-22/+6
* Added ink drop hover/ripple to menu hosting bookmark buttons.bruthig2016-03-1122-51/+286
* A window should not get activated or get input focus if it's behind the lock ...xdai2016-03-116-28/+107
* Remove duplicate coordinate conversion and mouse position code.mblsha2016-03-111-5/+2
* Moved AppMenu ACTIVATED/DEACTIVATED ink drop handling in to MenuButton.bruthig2016-03-116-14/+256
* Begin switch-over to using sk_sp (for SkShader for now)reed2016-03-113-14/+8
* MacViews: Fix MenuControllerTest.SelectChildButtonViewtapted2016-03-111-3/+6
* Convert location bar bubble delegates to bubble dialog delegatesestade2016-03-107-45/+60
* MacViews: Fix MenuRunnerTest.NonLatinMnemonictapted2016-03-101-1/+1
* mus: Client-side implementation of modal windowsmohsen2016-03-101-1/+2
* Cleanup: views::NonClientFrameView::SetInactiveRenderingDisabled(...)patricialor2016-03-0912-96/+45
* Cleanup: use new gfx::Insets constructors in a few placesestade2016-03-098-20/+12
* MacViews: Hover Animation and Mouse Behavior for Overlay Scrollbarsspqchan2016-03-092-55/+272
* Remove static int views::BubbleBorder::GetCornerRadius()tapted2016-03-091-10/+0
* Rename PackageManager->Catalog.ben2016-03-091-6/+4
* Revert of Convert the flaky SysCommand widget tests into interactive ui tests...tsergeant2016-03-092-183/+187
* Make MdTextButton a LabelButton, use it in the DL shelf.estade2016-03-095-62/+67