summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/content_settings_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start moving content_settings code out of content code.jam@chromium.org2011-05-031-1/+1
* Implement the new WebPermissionClient interface in Chrome code to get rid of ...jam@chromium.org2011-04-301-0/+24
* Correctly notify the browser about blocked plug-ins.bauerb@chromium.org2011-04-271-1/+5
* Move the content settings code out of RenderView, since it belongs in the Chr...jam@chromium.org2011-04-181-0/+184