summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/url_pattern_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add transparent support for filesystem URLs in URLPatterns.ericu@chromium.org2012-05-031-12/+3
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-0/+24
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-24/+0
* Add full support for filesystem URLs.ericu@google.com2012-04-021-0/+24
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-24/+0
* Add full support for filesystem URLs.ericu@google.com2012-03-241-0/+24
* Fix URLPattern to be re-usable after an all-urls setting.gbillock@chromium.org2012-02-141-1/+22
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-115/+51
* Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORTaa@chromium.org2011-12-161-17/+17
* Support chrome-extension:// scheme in URLPattern.battre@chromium.org2011-12-101-2/+23
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-84/+61
* Fix issues related to <all_urls> in extensions.jstritar@chromium.org2011-10-141-0/+13
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-0/+94
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-94/+0
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-0/+94
* Use extension match pattern syntax in content settings extension API.bauerb@chromium.org2011-06-301-46/+159
* Support file://localhost/foo as a content script's url-patternharaken@google.com2011-05-261-0/+55
* Make URLPattern::OverlapsWith handle wildcards better by expanding them to ex...mihaip@chromium.org2011-05-231-0/+15
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-40/+40
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-15/+66
* Add "Extension" prefix to two extension related tests.tfarina@chromium.org2010-11-131-15/+15
* Allow URLPatterns to omit trailing slash.aa@chromium.org2010-10-261-28/+41
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-041-3/+85
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-031-85/+3
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-031-3/+85
* FBTF: Forward declare and move constructors in chrome/common/extensions/.erg@google.com2010-08-261-0/+1
* Fix some issues with extensions:mpcomplete@chromium.org2010-07-201-21/+28
* Use WebCore's built in support for user styles instead of theaa@chromium.org2010-07-161-0/+40
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-14/+59
* Re-implement app overlap detection with new extent syntax.aa@chromium.org2010-06-261-0/+26
* Allow extensions to access chrome://favicon/.arv@chromium.org2010-04-101-1/+14
* When a content script has a match pattern of http://*/*, weaa@chromium.org2009-08-031-0/+1
* Various minor fixes:aa@chromium.org2009-07-151-13/+1
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-4/+4
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-021-0/+132