summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
...
* Draw a 2pt white stroke around selection rectangle in overview.flackr2015-04-241-3/+5
* win: Move a few WeakPtrFactories to the end of their containing classes.thakis2015-04-242-3/+4
* Revert of Take GetCharacterFromKeyCode() out behind the barn. (patchset #4 id...kpschoedel2015-04-241-1/+1
* Revert of ui: Cache the output of View::OnPaint when the View isn't invalid. ...jdonnelly2015-04-232-12/+5
* mac: Fix unit tests compile failures against the OSX 10.10 SDK.erikchen2015-04-231-3/+3
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-232-5/+12
* Update {virtual,override} to follow C++11 style in ui.nick2015-04-231-4/+4
* Remove GetCharacterFromKeyCode().kpschoedel2015-04-231-1/+1
* Implement material throbber and use it in one place (Autofill cardestade2015-04-222-38/+98
* Cleanup: Remove checks for an unreachable condition.thestig2015-04-221-0/+1
* Notifies the system IMEs about the focus changes once the top browser window ...shuchen2015-04-223-2/+35
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-219-222/+211
* Eliminate faux-RTTI code from BrowserView.pkasting2015-04-182-0/+9
* Reland: Fix errors found in Mac gn component buildsjiangj2015-04-182-0/+10
* Mac/Linux: Ensure window size constraints propagate to the window server duri...tapted2015-04-168-119/+211
* Revert of Fix errors found in Mac gn component builds (patchset #10 id:180001...maniscalco2015-04-162-10/+0
* Fix errors found in Mac gn component buildsjiangj2015-04-162-0/+10
* Move some instrumentation from bug 431326 to bug 441028. Remove otherpkasting2015-04-152-11/+4
* Sets the word wrap behavior to tooltip aura for long tooltips.mukai2015-04-141-0/+1
* Change device IDs from unsigned to signed.kpschoedel2015-04-142-2/+2
* MacViews: Fix BubbleDelegateTest.VisibleWhenAnchorWidgetBoundsChangedtapted2015-04-141-0/+1
* MacViews: Fix CustomFrameViewTest.*Maximized*tapted2015-04-141-1/+16
* MacViews: Fix LabelTest.ObscuredSurrogatePairtapted2015-04-131-2/+1
* device scale factor detection: use gtk-xft-dpi consistentlystapelberg2015-04-132-26/+14
* Revert of device scale factor detection: use gtk-xft-dpi consistently (patchs...timloh2015-04-132-15/+26
* device scale factor detection: use gtk-xft-dpi consistentlystapelberg2015-04-112-26/+15
* MacViews: Implement NativeWidgetMac::GetWindowPlacement, add WidgetTesttapted2015-04-115-34/+124
* Allow WebView to directly observe focus change of its WebContents.calamity2015-04-102-19/+7
* Fix Views Textfield drag selection behavior past edges.msw2015-04-091-2/+5
* Make sure observers are not nullptroshima2015-04-081-0/+2
* GN Windows component build fixes.brettw2015-04-081-0/+1
* Remove unnessecary includes of ui/compositor/paint_context.hdanakj2015-04-082-2/+0
* 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-072-4/+7
* views: Make SubmenuView::PaintChildren use the canvas via PaintRecorderdanakj2015-04-072-18/+20
* 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
* views: Use ClipTransformRecorder to access canvas in ProfileChooserViewdanakj2015-04-061-3/+4
* Make View::Paint use ui::PaintRecorder to access PaintContext's canvasdanakj2015-04-061-10/+20
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-0415-27/+30
* MacViews: Fix DCHECK when closing a browser window.andresantoso2015-04-031-1/+3
* Move PaintContext from views::View to ui::.danakj2015-04-0310-102/+46
* views: Remove early out for empty clip.danakj2015-04-031-10/+6
* aura: Remove layerless windows.danakj2015-04-039-31/+20
* views: Store the View's offset from the paint root in PaintContextdanakj2015-04-023-18/+184
* [MacViews] Implement size constraints for app windows.jackhou2015-04-023-1/+24
* views: Replace CullSet with intersection queries against the paint rectdanakj2015-04-0211-568/+380
* Revert of [MacViews] Implement size constraints for app windows. (patchset #9...jackhou2015-04-023-24/+1
* [MacViews] Implement size constraints for app windows.jackhou2015-04-023-1/+24