summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
* Whitelist extensions with bundled plug-ins for plug-ins.bauerb@chromium.org2012-02-154-27/+85
* Profiles: Move cookie pref registration to the service.erg@chromium.org2012-02-132-10/+8
* Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...erg@chromium.org2012-02-135-72/+64
* Block plugins for platform appsbenwells@chromium.org2012-02-074-4/+149
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-02-062-6/+6
* Revert 120541 - Block plugins for platform appshbono@chromium.org2012-02-064-144/+4
* Block plugins for platform appsbenwells@chromium.org2012-02-064-4/+144
* Coverity: pass ContentSettingsPattern by const reftbreisacher@chromium.org2012-02-026-17/+17
* Move click-to-play out of chrome://flags.bauerb@chromium.org2012-01-316-42/+4
* Revert 119306 - Turn web intents build flag on.gbillock@chromium.org2012-01-271-3/+2
* Revert 119284 - Turn web intents build flag on. Move the command-line flag to...gbillock@chromium.org2012-01-261-1/+2
* Turn web intents build flag on. Move the command-line flag to default on.gbillock@chromium.org2012-01-261-2/+1
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-2/+3
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* chrome/common/render_messages.h isn't needed by content_settings_utils.cc.bdibello@google.com2012-01-101-2/+1
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-3/+3
* Get rid of trivial IncognitoUserPrefStore and PerTabUserPrefStore.mnaganov@chromium.org2012-01-051-4/+4
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+3
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-3/+0
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-272-5/+5
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-15/+16
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2011-12-221-6/+9
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-4/+4
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-2/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-1/+1
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-144-6/+10
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-0/+1
* - Remove unused includesmarkusheintz@chromium.org2011-12-0810-50/+31
* Don't set a default Value for content settigns type AutoSelectCertificate markusheintz@chromium.org2011-12-022-2/+14
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-015-0/+5
* Add UMA for default content settings values, and default content settings cha...markusheintz@chromium.org2011-11-301-9/+46
* Change DefaultRuleIterator to use the Value data type internally instead of C...markusheintz@chromium.org2011-11-291-16/+10
* Remove corrupted values from obsolete geolocation preference.markusheintz@chromium.org2011-11-241-1/+30
* Content settings UI for mouse lockscheib@chromium.org2011-11-231-0/+1
* Don't use the DOMStorageType for a chrome IPC, so that we can get rid of that...jam@chromium.org2011-11-232-8/+6
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-2/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-1/+1
* Fix memory leak in the SetDefaultContentSettings method of the HostContentSet...markusheintz@chromium.org2011-11-212-11/+17
* Add a section for the fullscreen JS API in the content settings page.koz@chromium.org2011-11-181-5/+11
* Valgrind: Fix a leak in ContentSettingsProvider.jhawkins@chromium.org2011-11-172-7/+6