summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* gfx: Use std::move() instead of Pass() for scoped_ptr.danakj2015-11-251-3/+4
* Do not blink the share button when loading Files app.mtomasz2015-11-251-1/+1
* Makes ChromeVox ignore some elements in views that are invisible, or zero wid...dtseng2015-11-251-0/+2
* Add an overlay candidate validator for Androidwatk2015-11-252-0/+23
* [MD] Change appearance of incognito NTP to MD spec.estade2015-11-253-0/+1
* Change name of NativeTheme::instance() to make it clear it's web only.estade2015-11-2420-52/+41
* Split ClipTransformRecorder into {Clip,Transform}Recorder.wkorman2015-11-2410-90/+154
* Switch to static_assert in the repo.avi2015-11-241-2/+2
* ozone: Fix flow control regression in ARM swap buffers code pathspang2015-11-241-2/+4
* system tray ui change for AllowOnlyPolicyNetworksToConnectfqj2015-11-245-1/+48
* Check that child window was not destroyed inside UpdateTransientChildVisibility.kirr2015-11-242-1/+44
* Turn off computation of the interest rect in cc in synchronized paint mode.chrishtr2015-11-242-0/+5
* views/mus: Fix showing menu in chrome in mus.Sadrul Habib Chowdhury2015-11-241-0/+3
* Fix clip/transform pairing to follow LIFO order.wkorman2015-11-241-2/+2
* resource_bundle_mac_unittest.mm: fix case for AppKit/AppKit.hukai2015-11-241-1/+1
* Revert of Enable compositor-thread property trees (patchset #1 id:1 of https:...ccameron2015-11-241-2/+2
* Update Polymer from 1.2.1 -> 1.2.3dbeam2015-11-241-11/+21
* Add metro driver and delegate_execute to GN build.brettw2015-11-232-0/+2
* Move content/renderer input handling for web input events to ui.khushalsagar2015-11-2315-188/+5026
* We're deprecating SkDevice usage in Chromium; this change shouldtomhudson2015-11-235-26/+25
* Reland of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo.jbroman2015-11-233-5/+5
* LatencyInfo: enable async event reporting for both latencyInfo and benchmark ...caseq2015-11-231-16/+19
* Revert of views/mus: Fix showing menu in chrome in mus. (patchset #2 id:20001...beaudoin2015-11-231-3/+0
* views/mus: Fix showing menu in chrome in mus.sadrul2015-11-231-0/+3
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-11-232-2/+2
* On Linux desktop, when "use_virtualized_gl_context" is truej.isorce2015-11-239-70/+125
* gfx::ImageSkia: Added a note about using this class vs ImageFamily.mgiuca2015-11-231-0/+5
* Re-land "Flip 'Linux x64' bot on chromium waterfall to GN."dpranke2015-11-221-128/+130
* Add Workman keyboard layoutkroot2015-11-211-1/+3
* Make File-Picker modal on Linuxjoone.hur2015-11-213-3/+48
* Convert ConnectToApplication to take a params classben2015-11-201-2/+1
* Aura on Android: Fix link errors when building content_unittests_apk.moshayedi2015-11-201-1/+1
* Fix bug with OTR icon due to overlapping paths.estade2015-11-202-0/+4
* views/mus: Create SurfaceContextFactory only if it's going to be used.sadrul2015-11-201-2/+6
* Revert of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (patchs...dyen2015-11-203-5/+5
* Run gn --format over all .gn filesagrieve2015-11-2020-31/+31
* Aura on Android: Compile PlatformWindowMus.moshayedi2015-11-201-1/+1
* Allow Linux builds using Ozone to rely on default Create() methods.slan2015-11-204-4/+32
* Autofill: Add legal message footer to save credit card bubble.bondd2015-11-203-3/+7
* Fixes crash when clicking while touching shelf in overview modevarkha2015-11-204-2/+102
* Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo.jbroman2015-11-203-5/+5
* Use BGRA_8888 value instead of LASTwilliam.xie2015-11-202-2/+2
* [Reland][Extensions] Don't count bubble focus loss as acknowledgmentrdevlin.cronin2015-11-205-23/+98
* Flip the CrOS GN release bots to use Ozone.dpranke2015-11-202-4/+9
* cc: Allow holding on to overlay resources for another extra frameccameron2015-11-201-0/+2
* ScopedPtrMap -> std::map from apps, ash, media, uilimasdf2015-11-202-6/+6
* Show better assertion stacks in JS browser_testsdbeam2015-11-201-9/+10
* Fixes ink ripple and focus rectangle centering in RTL layoutsvarkha2015-11-202-4/+6
* Use std::tie() for operator< in ui/jsbell2015-11-204-13/+9
* Fix closing of touch selection menumohsen2015-11-203-24/+132