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