summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/prefs
Commit message (Expand)AuthorAgeFilesLines
* Remove PrefObserver usages, batch 6.joi@chromium.org2012-11-152-36/+33
* Improve performance of registering font preferencesaberent@chromium.org2012-11-011-9/+23
* Remove content::NotificationObserver dependency from most Prefs code.joi@chromium.org2012-11-012-17/+22
* When a font family pref changes to the empty string, pass it to WebKit.falken@chromium.org2012-10-312-3/+63
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-222-2/+2
* Move WebContentsUserData to content/public/browser.joi@chromium.org2012-10-091-3/+3
* mac: Plumbing for the emoji font.thakis@chromium.org2012-10-052-0/+10
* Upstreaming SpdyProxy-related switches, OTR logic, and histogramsbengr@google.com2012-10-041-0/+3
* Switch PrefsTabHelper to use WebContentsUserData.avi@chromium.org2012-10-033-2/+12
* FontScaleFactor and ForceEnableZoom pref_names.aurimas@chromium.org2012-09-251-0/+12
* Add navigator.doNotTrack propertyjochen@chromium.org2012-09-211-1/+3
* Fix a leak in MigratePreferences.thestig@chromium.org2012-09-012-10/+11
* Allow GetScriptOfBrowserLocale to return simplified vs. traditional Chinese.falken@chromium.org2012-08-311-0/+8
* Move PrefMember and PrefChangeRegistrar to api directory.joi@chromium.org2012-08-211-1/+1
* [cros] Fake a stub user login when no --login-manager and --login-user are gi...ivankr@chromium.org2012-07-171-1/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Use ICU script code "Jpan" instead of "Hrkt" in Japanese pref names.falken@chromium.org2012-06-271-2/+2
* Move some RegisterXxxPref out of Browsercjhopman@chromium.org2012-06-251-0/+3
* Use ICU to get the script of the browser's locale.falken@chromium.org2012-06-121-81/+106
* Add default font prefs for Cyrillic and Greek scripts on Windows.falken@chromium.org2012-06-071-76/+62
* Simplify font pref registration by removing special case for global/common sc...falken@chromium.org2012-06-061-39/+24
* Remove a bunch of RenderViewHostDelegate usage in chrome. I added a WebConten...jam@chromium.org2012-05-221-4/+1
* Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser/ui.thestig@chromium.org2012-05-221-1/+1
* Migrate the rest of the "global" prefs.falken@google.com2012-05-222-77/+87
* Migrate WebKit "global script" font prefs.falken@chromium.org2012-05-182-65/+170
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-112-1/+1
* TabContents -> WebContentsImpl, part 23.avi@chromium.org2012-04-181-1/+1
* Remove per-tab preference machinery.falken@chromium.org2012-03-263-420/+15
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-4/+3
* Fix prefs migration for font settings.csilv@chromium.org2012-03-201-0/+1
* Chrome on Android : Begin removing references to themes.tedchoc@chromium.org2012-03-151-2/+2
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-072-2/+4
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Add per-tab XSSAuditorEnabled setting.mnaganov@chromium.org2012-02-011-1/+9
* Add a per-tab preference to match WebSettings::images_enabled.mnaganov@chromium.org2012-01-191-0/+8
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-3/+3
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-3/+4
* Get rid of trivial IncognitoUserPrefStore and PerTabUserPrefStore.mnaganov@chromium.org2012-01-052-2/+70
* Add more per-tab preferences.mnaganov@chromium.org2011-12-293-50/+410
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+2
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-262-14/+12
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-232-2/+4
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-6/+5
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-1/+1
* Refactor a couple tab helpers so they aren't dependent on TabContentsWrapper,mpcomplete@chromium.org2011-12-213-16/+22
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-0/+1
* Fix page zoom for plug-in documents (PDF, etc.)csilv@chromium.org2011-12-101-1/+3
* Make PerTabPrefsTabHelper into PrefsTabHelper, move all prefs code into it.avi@chromium.org2011-12-073-0/+598