summaryrefslogtreecommitdiffstats
path: root/content/browser/theme_helper_mac.mm
Commit message (Collapse)AuthorAgeFilesLines
* Move preferred scrollbar style preference change listening from renderer to ↵rsesek@chromium.org2014-01-251-1/+6
| | | | | | | | | | | | | browser, 4 of 3. When --single-process, do not broker system notifications to renderers, since it will cause some content_browsertests to DCHECK. BUG=306348 Review URL: https://codereview.chromium.org/145013018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247030 0039d316-1c4b-4281-b951-d872f2087c98
* Move preferred scrollbar style preference change listening from renderer to ↵rsesek@chromium.org2014-01-231-25/+54
| | | | | | | | | | | | | | browser, 2 of 3. This adds the preference observer to the browser and starts sending the parameter to the renderer over IPC when it changes. Blink will not use this until part 3 lands. BUG=306348 Review URL: https://codereview.chromium.org/136443008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246635 0039d316-1c4b-4281-b951-d872f2087c98
* Have Blink be told of scrollbar changes rather than paying attention itself ↵avi@chromium.org2013-11-081-0/+117
(Chromium side). BUG=306348 TEST=no visible change; scrollbar changes still work Review URL: https://codereview.chromium.org/63203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233826 0039d316-1c4b-4281-b951-d872f2087c98