summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/content_settings_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* Whitelist Instant processes for content settings.ckocagil@chromium.org2013-04-181-0/+6
* Update some #includes in chrome/renderer for headers in the new Platform dire...pilgrim@chromium.org2013-01-151-1/+1
* Cleanup: Fix a bunch of lint errors in chrome.thestig@chromium.org2013-01-041-1/+1
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-2/+3
* Move the mixed scripting infobar to a page action icon / content setting.cevans@chromium.org2012-06-211-3/+7
* Correctly whitelist ftp directory listings.jochen@chromium.org2012-05-241-8/+13
* Whitelist unreachable webdata pages for content settingsjochen@chromium.org2012-05-231-0/+3
* Load only blocked plug-ins when allowing plug-ins from infobars.bauerb@chromium.org2012-05-091-10/+25
* Use InterstitialPage through a delegate interface instead of deriving from it.jam@chromium.org2012-02-071-4/+5
* ContentSettingsObserver::Allow*: Shortcuts for webkit permissions.marja@chromium.org2011-12-141-15/+16
* Revert 113591 - Revert 113579 - Content settings: allow scripts on interstiti...dgozman@chromium.org2011-12-081-1/+12
* Revert 113579 - Content settings: allow scripts on interstitial pages even if...dgozman@chromium.org2011-12-081-12/+1
* Content settings: allow scripts on interstitial pages even if JavaScript is b...marja@chromium.org2011-12-081-1/+12
* Update includes to new header locations.abarth@chromium.org2011-12-031-1/+1
* Content settings: whitelist kExtensionScheme and kChromeInternalScheme on the...marja@chromium.org2011-12-021-26/+36
* Don't use the DOMStorageType for a chrome IPC, so that we can get rid of that...jam@chromium.org2011-11-231-2/+1
* Update callers of WebSecurityOrigin::isEmpty to call WebSecurityOrigin::isUniqueabarth@chromium.org2011-11-211-13/+13
* chrome.loadTimes() shouldn't be affected by in-document navigation.simonjam@chromium.org2011-11-171-2/+6
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-161-98/+78
* DevTools: add chrome-devtools to the content settings whitelist.pfeldman@chromium.org2011-11-141-0/+3
* Revert 109213 - Take script URLs into account when applying script content se...cmp@chromium.org2011-11-101-55/+23
* Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.cmp@chromium.org2011-11-101-2/+71
* ContentSettingsObserver (+ related classes) cleanup.marja@chromium.org2011-11-091-71/+2
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-091-23/+55
* Revert 109036 (speculative; seems to cause increased worker test flakiness) -...thakis@chromium.org2011-11-081-55/+23
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-23/+55
* Revert 109005 - Take script URLs into account when applying script content se...marja@chromium.org2011-11-081-55/+23
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-23/+55
* Remove static ContentSettingsObserver::default_settings_.marja@chromium.org2011-11-021-5/+6
* Delegating the "are images allowed" decision to renderer.marja@chromium.org2011-10-271-8/+34
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-191-4/+2
* Create a public header with the child_process_sandbox_support_linux functions...jam@chromium.org2011-10-171-1/+0
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-151-1/+0
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-3/+5
* Move NavigationState to content\public\renderer and put it in the content nam...jam@chromium.org2011-10-041-1/+2
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-2/+2
* Revert 101944 - Experiment: Add a sync IPC call for every image load.marja@chromium.org2011-09-201-37/+6
* Experiment: Add a sync IPC call for every image load.marja@chromium.org2011-09-201-6/+37
* Update WebPermissionClient implementation to support image URLsjochen@chromium.org2011-09-191-2/+5
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-7/+7
* Don't reset blocked content for in-page navigations.bauerb@chromium.org2011-08-021-6/+10
* Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-23/+25
* Reset |plugins_temporarily_allowed_| flag in ContentSettingsObserver when nav...bauerb@chromium.org2011-06-241-0/+1
* Correctly apply content settings to data URLs.abarth@chromium.org2011-06-171-8/+28
* Cached response ContentSettingsObserver::AllowStoragejochen@chromium.org2011-06-011-0/+8
* Pass frame and toplevel frame security origin for all site data related conte...jochen@chromium.org2011-05-251-10/+24
* Explicitly allow plug-ins once we received a message to load all blocked plug...bauerb@chromium.org2011-05-191-1/+14
* Chrome side of having the WebKit FileSystem API use WebPermissionClient for c...jam@chromium.org2011-05-121-0/+11
* More work on removing content settings code from src\content.jam@chromium.org2011-05-071-10/+12
* Chrome side to allow WebKit layer to use WebPermissionClient to check if acce...jam@chromium.org2011-05-041-4/+12