summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_security_policy_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-1/+1
* Remove stale references to PlatformFile flags, errors or functions.rvargas@chromium.org2014-06-051-63/+62
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-6/+6
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-2/+2
* Cleanup: Move kAboutScheme constant into content namespace.tfarina@chromium.org2014-03-101-1/+1
* Cleanup: Move kBlobScheme constant into content namespace.tfarina@chromium.org2014-03-011-1/+1
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-3/+3
* Move kDataScheme constant into content namespace.tfarina@chromium.org2014-01-261-1/+1
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-1/+1
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* ChildProcessSecurityPolicy: Add DeleteFromFileSystem permission.thestig@chromium.org2013-10-221-63/+58
* ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumer...tommycli@chromium.org2013-10-071-34/+0
* ChildProcessSecurityPolicy: Remove CanWriteFile and CanCreateFile.tommycli@chromium.org2013-10-011-16/+0
* ChildProcessSecurityPolicy: Remove GrantCreateWriteFile.tommycli@chromium.org2013-09-261-35/+16
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Move kJavaScriptScheme into content namespace.tfarina@chromium.org2013-08-191-1/+1
* ChildProcessSecurityPolicy: Deprecate bitmask-based permissions checks for fi...tommycli@chromium.org2013-07-231-13/+109
* ChildProcessSecurityPolicy: Add CopyIntoFileSystem permission.tommycli@chromium.org2013-07-231-0/+84
* Update the child process security policy to use explicit permission grants.gbillock@chromium.org2013-07-111-6/+13
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* DisabledScheme policy existed before we had URLBlacklist. csorba@chromium.org2013-06-061-28/+0
* content: Move kViewSourceScheme constant into content namespace.tfarina@chromium.org2013-05-301-1/+1
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-1/+7
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-3/+2
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-7/+1
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-1/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-1/+1
* Replace all FilePath with base::FilePath in content.brettw@chromium.org2013-02-161-10/+12
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-27/+41
* Small extra validations on permission checks: reject "0" as a valid permissioncevans@chromium.org2013-01-071-41/+41
* Apply missing kParentDirectory checktsepez@chromium.org2012-11-201-28/+70
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-5/+8
* Revert 164120 - content/browser: Move more files into the content namespace.sail@chromium.org2012-10-251-9/+5
* content/browser: Move more files into the content namespace.tfarina@chromium.org2012-10-251-5/+9
* Remove test_url_constants.* which were temporary until we got content_unittes...jam@chromium.org2012-10-231-3/+3
* Move the render process host tests in content to chrome. These test chrome sp...jam@chromium.org2012-07-271-6/+0
* content: Put test_url_constants.* into content namespace.tfarina@chromium.org2012-07-191-6/+6
* DragEnter grants RequestURL to entire file:// scheme.tsepez@chromium.org2012-06-081-0/+22
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-051-4/+4
* Create a content public browser API around the ChildProcessSecurityPolicy cla...ananta@chromium.org2012-02-091-16/+30
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-081-12/+3
* Remove "open in new tab" items from context menu if the process doesn'ttsepez@chromium.org2011-12-091-21/+53
* Move remaining about: handlers to webUI.tsepez@chromium.org2011-11-301-2/+2
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Get rid of BindingsPolicy::EXTENSIONjochen@chromium.org2011-10-011-2/+0
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-191-6/+12