summaryrefslogtreecommitdiffstats
path: root/ui/display
Commit message (Expand)AuthorAgeFilesLines
* Update diplays even if configuration failed during startuposhima2015-02-243-4/+8
* ui: Cleanup the usage of scoped_ptr throughout.tfarina2015-02-191-1/+1
* Move check for suspended displays out of common pathchirantan2015-02-182-11/+64
* Don't reconfigure displays when they are suspendedchirantan2015-02-043-0/+64
* Fix 'gn check' errors in //ui/* targets.tfarina2015-02-021-0/+2
* Make SetDisplayPower() take a callback to signal completiondnicoara2015-01-303-33/+163
* Read EDID for the 1st display for startuposhima2015-01-234-35/+113
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* GN: Add -Wl,-z defs on linux and fix errorsjamesr2015-01-211-1/+4
* Enable find-missing-symbols-at-link-time for chromeos builds too.Nico Weber2015-01-202-0/+8
* Revert of Revert of linux/gyp: Find missing symbols at build time, not runtim...thakis2015-01-191-0/+1
* Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchs...timloh2015-01-191-1/+0
* linux/gyp: Find missing symbols at build time, not runtime.thakis2015-01-171-0/+1
* Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchs...thestig2015-01-171-1/+0
* linux/gyp: Find missing symbols at build time, not runtime.thakis2015-01-171-0/+1
* Update {virtual,override,final} to follow C++11 style in ui.dcheng2015-01-1510-68/+59
* Cache validation should check it display id if its external display.oshima2015-01-092-15/+60
* Handle failure in display configuration when disabling displaydnicoara2015-01-052-3/+25
* Make sure the mode exists before trying to use its contentsdnicoara2014-12-181-1/+2
* Remove synchronous GetDisplays() and Configure() from NativeDisplayDelegatednicoara2014-12-137-56/+27
* Reland: Update DisplayConfigurator to use the asynchronous tasksdnicoara2014-12-134-577/+583
* Revert of Update DisplayConfigurator to use the asynchronous tasks (patchset ...samuong2014-12-123-572/+568
* Update DisplayConfigurator to use the asynchronous tasksdnicoara2014-12-123-568/+572
* Add display task to trigger display configurationdnicoara2014-12-1214-67/+879
* Add task to configure displays asynchronouslydnicoara2014-12-1110-0/+467
* Extract display testing code so that it can be shared with othersdnicoara2014-12-109-232/+462
* Chrome OS: Ash support for >=3 displays.hshi2014-12-064-14/+25
* gn format //uiscottmg2014-12-031-3/+1
* Fix GN build errors when use_ozone==1, is_chromeos==0dnicoara2014-11-181-2/+1
* Support transition between frecon and chromedsodman2014-11-056-11/+81
* GN: Get os="chromeos" use_ozone=true to compiledpranke2014-11-051-0/+8
* Try to resuscitate the builds needed to do official GN builds.dpranke2014-11-051-13/+15
* Support transition between chrome and user mode consoledsodman2014-11-042-0/+16
* chromeos: Choose monitor native mode as best match modedavidu2014-10-232-7/+17
* Treat displays with and without EDID the same waydnicoara2014-10-2210-57/+12
* Type conversion fixes, ui/ edition.pkasting2014-10-211-2/+2
* chromeos: Don't apply stale display power state after resumederat2014-10-163-10/+80
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-098-50/+50
* Fixes the GN files from ui/display.mukai2014-10-071-0/+16
* chromeos: Save display power state on config failure.derat2014-09-253-22/+71
* Don't enable HDCP again if it is activekcwu2014-09-242-7/+46
* Improve GN header checker, make "check" on //ui/* pass.Brett Wilson2014-09-191-1/+5
* display: Move ui/display/types/chromeos/* to ui/display/types/*spang2014-09-1817-39/+39
* Moving input device hotplug event processing outside of ui/displaydnicoara2014-09-1211-432/+10
* Move touchscreen device caching to DeviceDataManagerdnicoara2014-09-1118-414/+81
* Print information on connected displays to VLOG(1)dnicoara2014-08-281-1/+1
* On resume perform a delayed call to SetDisplayPower()dnicoara@chromium.org2014-08-133-23/+45
* Print warnings when failing to configure display due to missing modednicoara@chromium.org2014-07-291-3/+12
* Rename variable to be more descriptivednicoara@chromium.org2014-07-291-8/+8
* Associate internal touchscreen to internal displaymiletus@chromium.org2014-07-175-14/+149