summaryrefslogtreecommitdiffstats
path: root/chrome/common/content_settings_pattern.cc
Commit message (Expand)AuthorAgeFilesLines
* Move content_settings_pattern and content_settings_pattern_parser to the cont...vasilii2014-09-051-711/+0
* Clean content_settings_pattern_parser.* from unnecessary dependencies on exte...vasilii2014-09-021-56/+84
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-051-1/+1
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-7/+7
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-10/+10
* Renamed namespaces in src/chrome.vitalybuka@chromium.org2014-04-301-1/+1
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-5/+5
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-4/+4
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-6/+6
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-2/+2
* Use a direct include of strings headers in chrome/common/, part 1.avi@chromium.org2013-06-111-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Fix b180514: Some exception entries cannot be deleted from a setting panel.yhirano@chromium.org2013-04-091-0/+14
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-3/+4
* Make third-party cookie blocking take precedence over any rules that match al...bauerb@chromium.org2012-06-251-0/+4
* content: Move kStandardSchemeSeparator into content namespace.tfarina@chromium.org2012-05-021-3/+3
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-22/+42
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-42/+22
* Add full support for filesystem URLs.ericu@google.com2012-04-021-22/+42
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-42/+22
* Add full support for filesystem URLs.ericu@google.com2012-03-241-22/+42
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Whitelist extensions with bundled plug-ins for plug-ins.bauerb@chromium.org2012-02-151-2/+0
* Added support for file URI path wildcards in content settingsmarkusheintz@chromium.org2012-01-231-23/+30
* Don't allow the following content settings patterns:markusheintz@chromium.org2011-11-241-11/+27
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-191-0/+13
* Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/br...marja@chromium.org2011-09-211-0/+610