summaryrefslogtreecommitdiffstats
path: root/chrome/browser/host_zoom_map.cc
Commit message (Collapse)AuthorAgeFilesLines
* Adds notification of when zoom level changes. I'm going to need thissky@chromium.org2010-06-091-0/+6
| | | | | | | | | | | | for the merged menu so that I can update the zoom level in the menu appropriately. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2637006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49253 0039d316-1c4b-4281-b951-d872f2087c98
* Forget zoom levels set/changed in incognito mode when exiting incognito. ↵pkasting@chromium.org2010-05-181-2/+12
| | | | | | | | | | This mostly reverts r37595. BUG=43107 TEST=Go incognito. Modify the zoom level for a site. Restart Chrome. That site's zoom level should not reflect the change made in incognito mode. Review URL: http://codereview.chromium.org/2079010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47568 0039d316-1c4b-4281-b951-d872f2087c98
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-4/+6
| | | | | | | | | BUG=36025 TEST=manual Review URL: http://codereview.chromium.org/1744003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45424 0039d316-1c4b-4281-b951-d872f2087c98
* Make HostZoomMap play nicely with preference sync.skrul@chromium.org2010-04-091-9/+79
| | | | | | Review URL: http://codereview.chromium.org/1560023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44056 0039d316-1c4b-4281-b951-d872f2087c98
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
| | | | | | | | | | | | | to chrome/browser. This is a part of an effort to remove bad dependency of chrome/common on chrome/browser. TEST=unit_tests and ui_tests, just moving code BUG=none Review URL: http://codereview.chromium.org/621004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39428 0039d316-1c4b-4281-b951-d872f2087c98
* One more place I forgot to lock.pkasting@chromium.org2010-01-301-1/+5
| | | | | | | | | TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/557068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37602 0039d316-1c4b-4281-b951-d872f2087c98
* A few fixes for the HostZoomMap:pkasting@chromium.org2010-01-301-12/+16
| | | | | | | | | | | * Persist changes from Incognito (per UI leads) * Clear the zoom settings when the user does "reset to defaults" in prefs BUG=none TEST=Open incognito, change a zoom level, restart, see that it's persisted Review URL: http://codereview.chromium.org/551213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37595 0039d316-1c4b-4281-b951-d872f2087c98
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-0/+69
BUG=567 TEST=Visit a page, zoom in or out, then navigate to a different host. The new page should not be zoomed. Go back, or restart, or open a new tab and navigate to the old page, and it should be zoomed. Review URL: http://codereview.chromium.org/437077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33886 0039d316-1c4b-4281-b951-d872f2087c98