summaryrefslogtreecommitdiffstats
path: root/extensions/common/csp_validator.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/.avi2015-12-231-0/+3
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-8/+3
* Support hash-source CSP directive in extensions/appsrob2015-08-101-17/+51
* Update SplitString calls to new formbrettw2015-08-081-8/+4
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-4/+8
* Update SplitString calls to new formbrettw2015-08-071-8/+4
* Remove legacy StartsWithASCII function.brettw2015-07-161-4/+8
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-4/+4
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-9/+7
* Ignore insecure parts of CSP in extensions and allow extension to loadrob2015-01-071-80/+104
* Only allow insecure object-src directives for whitelisted mime typesraymes2014-11-261-1/+66
* Allow arbitrary object-src CSP directives for component extensionsraymes2014-11-251-12/+14
* Accept invalid chrome-extension:// and chrome:// CSP tokensrob2014-11-191-0/+6
* Revert of Accept invalid chrome-extension:// and chrome:// CSP tokens (patchs...rob2014-11-191-5/+0
* Accept invalid chrome-extension:// and chrome:// CSP tokensrob2014-11-191-0/+5
* Allow *.googleapis.com to be used in CSProb2014-10-251-0/+5
* Disallow non-subdomain wildcards such as https:// and https://*.com wildcardrob@robwu.nl2014-08-191-26/+65
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-3/+3
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-3/+3
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-4/+4
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-051-1/+1
* replaced the string 'chrome-extensions://' with constantsivandavid@chromium.org2014-05-311-1/+6
* Clean-up coding stylehaibane84@gmail.com2014-04-161-0/+2
* cleanup: cpplint src/extension/*limasdf@gmail.com2014-04-081-2/+2
* Move ManifestHandlers to extensions/rdevlin.cronin@chromium.org2013-11-261-0/+200