summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/url_pattern.cc
Commit message (Expand)AuthorAgeFilesLines
* Add full support for filesystem URLs.ericu@google.com2012-03-241-3/+23
* Fix URLPattern to be re-usable after an all-urls setting.gbillock@chromium.org2012-02-141-1/+4
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-31/+8
* Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORTaa@chromium.org2011-12-161-2/+2
* Support chrome-extension:// scheme in URLPattern.battre@chromium.org2011-12-101-2/+3
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-11/+17
* Ignore paths when matching patterns for extensions.dcheng@chromium.org2011-11-021-8/+20
* Fix issues related to <all_urls> in extensions.jstritar@chromium.org2011-10-141-5/+8
* Get rid of some static initializers.dmichael@chromium.org2011-09-031-10/+10
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-5/+45
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-45/+5
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-5/+45
* Use extension match pattern syntax in content settings extension API.bauerb@chromium.org2011-06-301-18/+81
* Support file://localhost/foo as a content script's url-patternharaken@google.com2011-05-261-3/+15
* Make URLPattern::OverlapsWith handle wildcards better by expanding them to ex...mihaip@chromium.org2011-05-231-8/+33
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-2/+2
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-0/+2
* Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...zelidrag@chromium.org2011-04-161-2/+0
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-0/+2
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-5/+5
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-7/+52
* Add the quota::SpecialStoragePolicy interface and an implementation that grantsmichaeln@google.com2011-02-171-8/+9
* Allow URLPatterns to omit trailing slash.aa@chromium.org2010-10-261-20/+31
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-041-10/+39
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-031-39/+10
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-031-10/+39
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-2/+2
* FBTF: Forward declare and move constructors in chrome/common/extensions/.erg@google.com2010-08-261-0/+4
* Use WebCore's built in support for user styles instead of theaa@chromium.org2010-07-161-7/+29
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-16/+63
* Re-implement app overlap detection with new extent syntax.aa@chromium.org2010-06-261-3/+25
* Fix a memory leak in ExtensionExtentUnittest by fixing a badaa@chromium.org2010-06-251-10/+9
* Reland r50834aa@chromium.org2010-06-251-0/+19
* Revert r50834aa@chromium.org2010-06-251-19/+0
* Allow multiple domains in app.aa@chromium.org2010-06-251-0/+19
* Allow extensions to access chrome://favicon/.arv@chromium.org2010-04-101-0/+1
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+1
* When a content script has a match pattern of http://*/*, weaa@chromium.org2009-08-031-5/+13
* Various minor fixes:aa@chromium.org2009-07-151-2/+2
* Small cleanup of constness.mad@google.com2009-06-181-3/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-10/+12
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-0/+18
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-021-0/+128