summaryrefslogtreecommitdiffstats
path: root/ui/views/bubble
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-313-3/+3
* Cleanup: Update the path to insets and point headers.tfarina2014-12-233-3/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-279-87/+80
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-1/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-1/+1
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-099-62/+62
* Enabled the App Info Dialog on the chrome://extensions pagesashab2014-10-072-17/+38
* There are several places where we create round rect paths and then drawhendrikw2014-09-162-8/+4
* Update the maximize button when size constraints change.jackhou2014-09-112-0/+3
* Fixed BubbleBorder sizing problems & added unit tests.bruthig2014-08-274-68/+257
* Stop painting when receiving delegated frameenne2014-08-231-0/+2
* Use a qualified path for ui_resources.h grit includes.tfarina@chromium.org2014-08-172-2/+2
* ui: Remove unneeded includes of grit/ui_resources.hthakis@chromium.org2014-08-141-1/+0
* Remove BubbleDelegateView::set_can_activate()pkotwicz@chromium.org2014-07-303-13/+12
* Refactor BubbleDelegateView::use_focuseless().vasilii@chromium.org2014-07-252-7/+7
* Add Flex to views::BoxLayout.calamity@chromium.org2014-07-251-1/+1
* [Views] Add a capability to the bubble delegate to be able to set the font of...gbillock@chromium.org2014-06-184-0/+27
* Fix the BubbleFrameView close button insets.msw@chromium.org2014-06-171-16/+17
* Do not mirror views bubbles anchored to minimized widgets.msw@chromium.org2014-06-121-1/+2
* Fix bg color of bookmark bubble viewestade@chromium.org2014-06-021-1/+1
* views: Also const-ify GetMaximumSize().erg@chromium.org2014-05-212-2/+2
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-207-20/+24
* Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..."erg@chromium.org2014-05-191-1/+2
* Revert of [Refactor] Consolidate the logic for whether a widget can be activa...pkotwicz@chromium.org2014-05-191-2/+1
* Add main axis alignment for BoxLayout.calamity@chromium.org2014-05-161-1/+1
* [Refactor] Consolidate the logic for whether a widget can be activated.pkotwicz@chromium.org2014-05-151-1/+2
* Update Views tab modal dialogs when nativetheme changesestade@chromium.org2014-05-094-1/+20
* Fixed ChromeOS crash if app launcher is on a display that is destroyed.mgiuca@chromium.org2014-05-071-1/+5
* Revert 268661 "Fixed ChromeOS crash if app launcher is on a disp..."dcheng@chromium.org2014-05-071-5/+1
* Fixed ChromeOS crash if app launcher is on a display that is destroyed.mgiuca@chromium.org2014-05-071-1/+5
* Dont dismiss bubble views when window bounds changebshe@chromium.org2014-05-054-17/+4
* scythe: Delete dead code in views code.erg@chromium.org2014-04-171-3/+0
* Make WindowEventDispatcher be a WindowObserver instead of duplicating WO APIsben@chromium.org2014-03-211-0/+2
* Move wm/core to wm namespace.ben@chromium.org2014-03-141-1/+1
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-131-1/+1
* Move wm/core to wm namespace.ben@chromium.org2014-03-131-1/+1
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-121-1/+1
* Move wm/core to wm namespace.ben@chromium.org2014-03-121-1/+1
* Removes animation code from BubbleDelegateViewsky@chromium.org2014-03-123-123/+0
* Nuke use_acceleration_when_possiblesky@chromium.org2014-03-111-12/+7
* linux_aura: Fix drawing of the bookmark bubble in High Contrast Inverse.erg@chromium.org2014-03-101-4/+2
* Nukes USE_AURA ifdefs from viewssky@chromium.org2014-03-102-18/+1
* Disable Linux Aura offscreen bubble adjustments.msw@chromium.org2014-02-271-0/+3
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-254-8/+8
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* linux_aura: Bubbles should release their lock on disable_inactive_rendering.erg@chromium.org2014-02-181-2/+5
* Remove unnecessary uses of aura::Env::GetDispatchersadrul@chromium.org2014-02-051-11/+1
* Clean up some ifdefs around Win Aura.jam@chromium.org2014-02-041-1/+1
* aura: Introduce ScopedWindowTargeter.sadrul@chromium.org2014-01-312-2/+2
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-245-10/+12