summaryrefslogtreecommitdiffstats
path: root/ash/high_contrast
Commit message (Collapse)AuthorAgeFilesLines
* Remove #pragma once from ashajwong@chromium.org2012-07-111-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10693135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
* Added new background filter functionsskuhne@chromium.org2012-05-301-1/+1
| | | | | | | | | | BUG=129815 TEST=none Review URL: https://chromiumcodereview.appspot.com/10459014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139611 0039d316-1c4b-4281-b951-d872f2087c98
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-251-1/+1
| | | | | | | | | BUG=123160 TEST=none Review URL: https://chromiumcodereview.appspot.com/10442017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138950 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 138212zork@chromium.org2012-05-242-0/+60
| | | | | | | | | | | | | | | | | Implement High Contrast mode for Chrome OS. -Add controller to ash for managing the state of High Contrast mode -Add API to shell to allow Chromium to turn the mode on and off -Add the option to the Chromium OS accessibility settings page. -Add functions to layer.cc/h to enable an inversion filter. TBR=sky@chromium.org,jhawkins@chromium.org BUG=chromium-os:30678 Review URL: https://chromiumcodereview.appspot.com/10408085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138771 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 138212 - Implement High Contrast mode for Chrome OS.steveblock@chromium.org2012-05-222-60/+0
| | | | | | | | | | | | | | | | | | | | | | | -Add controller to ash for managing the state of High Contrast mode -Add API to shell to allow Chromium to turn the mode on and off -Add the option to the Chromium OS accessibility settings page. -Add functions to layer.cc/h to enable an inversion filter. This change breaks the build on the Windows canaries after WebKit r117864 due to a change in the the Chromium WebFilterOperation API. See http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/22082 and https://bugs.webkit.org/show_bug.cgi?id=87046. BUG=chromium-os:30678 Review URL: https://chromiumcodereview.appspot.com/10201014 TBR=zork@chromium.org Review URL: https://chromiumcodereview.appspot.com/10407089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138239 0039d316-1c4b-4281-b951-d872f2087c98
* Implement High Contrast mode for Chrome OS.zork@chromium.org2012-05-222-0/+60
-Add controller to ash for managing the state of High Contrast mode -Add API to shell to allow Chromium to turn the mode on and off -Add the option to the Chromium OS accessibility settings page. -Add functions to layer.cc/h to enable an inversion filter. BUG=chromium-os:30678 Review URL: https://chromiumcodereview.appspot.com/10201014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138212 0039d316-1c4b-4281-b951-d872f2087c98