summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove some unnecessary includes of view_messages.h.jam@chromium.org2011-11-171-1/+0
* Replace SetContentSetting method of the content_settings::Provider interface ...markusheintz@chromium.org2011-11-1717-211/+336
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-1/+1
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-1611-173/+101
* Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...kmadhusu@chromium.org2011-11-161-1/+1
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-1/+0
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* Revert 109213 - Take script URLs into account when applying script content se...cmp@chromium.org2011-11-103-20/+3
* Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.cmp@chromium.org2011-11-109-82/+170
* Don't whitelist extensions for geolocation.bauerb@chromium.org2011-11-091-1/+3
* ContentSettingsObserver (+ related classes) cleanup.marja@chromium.org2011-11-099-170/+82
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-093-3/+20
* Lock the GTK UI of the content settings bubble if the corresponding content s...markusheintz@chromium.org2011-11-084-56/+94
* Revert 109036 (speculative; seems to cause increased worker test flakiness) -...thakis@chromium.org2011-11-083-20/+3
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-083-3/+20
* Revert 109005 - Take script URLs into account when applying script content se...marja@chromium.org2011-11-083-20/+3
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-083-3/+20
* Make third-party cookie blocking strict by defaultjochen@chromium.org2011-11-072-16/+8
* Exempt chrome-extension:// from third-party cookie rules, but not from regula...jochen@chromium.org2011-11-044-10/+50
* Apply exemptions to content settings based on the primary urljochen@chromium.org2011-11-043-3/+25
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0212-0/+21
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2811-16/+18
* Adding CookieSettings for storing cookie content settings.marja@chromium.org2011-10-289-445/+698
* Delegating the "are images allowed" decision to renderer.marja@chromium.org2011-10-274-21/+12
* Mouse lock content setting back-end (no UI)scheib@chromium.org2011-10-223-1/+9
* Fixing the "lock is not held" assertions in PrefProvider.marja@chromium.org2011-10-202-48/+44
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-196-20/+20
* Take the content settings set by extensions into account in the default setti...marja@chromium.org2011-10-193-65/+61
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-194-108/+105