summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/content_settings_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* ifdef extensions bits in ContentSettingsObserver.thestig@chromium.org2014-08-131-15/+22
* Remove unused allowWebComponents method from ContentSettingsObserveradamk@chromium.org2014-07-231-18/+0
* Move weburlresponse_extradata_impl.* from webkit/ to content/.tfarina@chromium.org2014-07-231-20/+18
* Move extensions-only render IPC messages into the extension messages header.thestig@chromium.org2014-07-101-0/+4
* Remove deprecated permissions functions from Extensionrdevlin.cronin@chromium.org2014-06-061-1/+4
* Limit a few renderer messages to the platforms that support the given features.thestig@chromium.org2014-05-291-0/+4
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-3/+3
* Clean up in browser side of allowFileSystem.hanxi@chromium.org2014-05-261-13/+0
* Avoid sync IPCs for FileSystem APIhanxi@chromium.org2014-05-241-3/+48
* Pull chrome stuff out of (and move) extensions::Dispatcher.rockot@chromium.org2014-05-011-1/+1
* Send the ChromeViewMsg_SetAllowRunningInsecureContent IPC to all frames when ...tyoshino@chromium.org2014-04-091-0/+13
* Remove now-unused WebPermissionClient overrides.jam@chromium.org2014-04-081-96/+0
* Convert Chrome usages of WebFrame to WebLocalFrame.dcheng@chromium.org2014-04-081-18/+20
* Chrome side changes to removing WebFrame parameter from WebPermissionClient, ...jam@chromium.org2014-04-021-27/+124
* Use GURL(WebString) instead of GURL(WebString.utf8()).xhwang@chromium.org2014-03-311-2/+2
* Cleanup: Move kChromeDevToolsScheme constant into content namespace.tfarina@chromium.org2014-02-171-1/+1
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-2/+2
* Cleaning out unneeded WebGL DebugRenderInfo finch experiment plumbingbajones@chromium.org2014-01-281-8/+0
* Move kDataScheme constant into content namespace.tfarina@chromium.org2014-01-261-1/+1
* Now that RenderFrame is per frame, remove the WebFrame pointer from RenderFra...jam@chromium.org2014-01-221-2/+2
* More simplification of code now that RenderFrame is per WebFrame.jam@chromium.org2014-01-211-6/+3
* Now that RenderFrame is 1:1 with WebFrame, add the associated getters and sta...jam@chromium.org2014-01-151-4/+1
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-2/+2
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...jam@chromium.org2013-12-171-13/+21
* Remove keying off WEBPERMISSIONCLIENT_USES_FRAME_FOR_ALL_METHODS in chrome co...jam@chromium.org2013-12-161-34/+0
* Remove chrome-internal scheme, chrome::kChromeInternalScheme.msw@chromium.org2013-12-141-3/+0
* Move WebPermissionContent implementation to ContentSettingsObserver instead o...jam@chromium.org2013-12-121-19/+345
* Remove kEnableResourceContentSettings and all the code that uses it since it'...jam@chromium.org2013-12-111-13/+7
* ContentSettings API should not interact with <webview>fsamuel@chromium.org2013-12-041-0/+5
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-8/+8
* reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...scottmg@chromium.org2013-07-231-1/+1
* Revert 212927 "Move webkitplatformsupport_impl and related from ..."bryeung@chromium.org2013-07-221-1/+1
* Move webkitplatformsupport_impl and related from glue to childscottmg@chromium.org2013-07-221-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-6/+6
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-301-1/+1
* Changes to block NPAPI plugins in ash-metro modecpu@chromium.org2013-05-021-1/+10
* 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