summaryrefslogtreecommitdiffstats
path: root/ui/views/bubble
Commit message (Expand)AuthorAgeFilesLines
* ui: Add out-of-line copy ctors for complex classes.vmpstr2016-02-252-0/+3
* Start removing enum ui::ResourceBundle::FontStyle, fix MacViews font sizestapted2016-02-252-3/+4
* MacViews: Add native drop shadow to dialogs on OSX 10.9.karandeepb2016-02-173-27/+70
* Views - continue to iterate on bubble standardizationestade2016-02-056-42/+42
* Restore original compact margins to zoom bubble, tweak permissionsestade2016-02-042-0/+8
* Views - standardize bubble border padding, footnote view codeestade2016-02-024-10/+71
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-3/+3
* Switch to standard integer types in ui/views/.avi2015-12-2312-2/+17
* Convert Pass()→std::move() in ui/dcheng2015-12-181-1/+2
* [Reland][Extensions] Don't count bubble focus loss as acknowledgmentrdevlin.cronin2015-11-205-23/+98
* Revert of [Extensions] Don't count bubble dismissal from focus loss as acknow...rdevlin.cronin2015-11-185-95/+7
* [Extensions] Don't count bubble dismissal from focus loss as acknowledgmentrdevlin.cronin2015-11-185-7/+95
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-8/+8
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-0/+1
* MacViews: Add a NativeTheme::kColorId_BubbleBackground, fill out some constantstapted2015-09-241-1/+1
* Fixed arrow positioning for extension bubble with devtoolsakhaustov2015-08-311-3/+6
* Allow resizable dialogs using BubbleFrameView to be resizable on Mac.tapted2015-08-191-1/+11
* [Mac] Enable MacViews site settings bubble behind --enable-mac-views-dialogs.jackhou2015-08-181-1/+2
* Avoid a const cast in BubbleFrameView::GetWindowBoundsForClientBounds.mgiuca2015-08-043-5/+6
* Directly include SkPath.h where needed in ui/.bungeman2015-08-031-0/+2
* MacViews: Use native shadows for dialogstapted2015-07-213-9/+72
* Change PaintRecorder to Use Bounds from View or Layer Instead of PaintContextweiliangc2015-07-131-1/+1
* BubbleFrameView: Don't set a maximum size on Windows.mgiuca2015-07-102-0/+15
* views: Move resources used by views into views_resources.sadrul2015-06-242-0/+2
* Refactor ViewsDelegate singletonmohsen2015-06-101-0/+1
* Fix Z-order for a bubble when it appears for an inactive window.vasilii2015-06-091-0/+2
* Views: Made bubbles non-resizable.mgiuca2015-06-093-0/+19
* BubbleFrameView: GetPreferred/MinimumSize take the border into account.mgiuca2015-05-282-10/+95
* Fix multiprofile cast crash.jdufault2015-05-272-4/+6
* Fixed unclickable X button in App Info dialog in RTL languages.mgiuca2015-05-202-3/+3
* MacViews: Fix BubbleDelegateTest.VisibleWhenAnchorWidgetBoundsChangedtapted2015-04-141-0/+1
* Don't add an aura tooltip to bubble close buttons on Windows.benwells2015-04-081-0/+4
* Reland: Add an event to notify accessibility when a permissions bubble gets s...dtseng2015-04-071-0/+11
* ui: Use a PaintRecorder to access the Canvas for painting.danakj2015-04-071-2/+3
* Revert of Fire an alert event to notify accessibility when a permissions bubb...dtseng2015-04-071-7/+0
* Add an event to notify accessibility when a permissions bubble gets shown.dtseng2015-04-071-0/+7
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-041-3/+4
* Add tooltip to close button in app info dialog.benwells2015-03-261-0/+3
* Addresses the spacing issue between close button and title in global error bu...xiaolingbao2015-02-252-20/+65
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-181-3/+7
* More class names for views class.oshima2015-01-272-0/+11
* Add presubmit check for scoped_ptr usage.tfarina2015-01-231-1/+1
* 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