summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/url_pattern.h
Commit message (Expand)AuthorAgeFilesLines
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-27/+4
* Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORTaa@chromium.org2011-12-161-35/+1
* Support chrome-extension:// scheme in URLPattern.battre@chromium.org2011-12-101-5/+9
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-17/+12
* Ignore paths when matching patterns for extensions.dcheng@chromium.org2011-11-021-0/+5
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-33/+26
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-25/+19
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-19/+25
* Use extension match pattern syntax in content settings extension API.bauerb@chromium.org2011-06-301-4/+24
* Do not inject JS scripts into view source frames.yoz@chromium.org2011-06-021-1/+1
* Make URLPattern::OverlapsWith handle wildcards better by expanding them to ex...mihaip@chromium.org2011-05-231-0/+7
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-1/+1
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-7/+8
* Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...zelidrag@chromium.org2011-04-161-8/+7
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-7/+8
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-3/+22
* Add the quota::SpecialStoragePolicy interface and an implementation that grantsmichaeln@google.com2011-02-171-7/+3
* Fix miscellaneous compilation bugs under Visual Studio 2010.jeanluc@chromium.org2011-01-301-0/+10
* clang: Remove workaround for a clang bug that's now fixed.thakis@chromium.org2010-12-021-9/+0
* Update Clang workaround in URLPattern to referenceaa@chromium.org2010-10-271-1/+1
* Make clang build work again.aa@chromium.org2010-10-261-0/+9
* Allow URLPatterns to omit trailing slash.aa@chromium.org2010-10-261-7/+22
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-3/+2
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-041-7/+17
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-031-17/+7
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-031-7/+17
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-2/+3
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-3/+2
* Generalize permission types to make it safer for us to add new permissions an...erikkay@chromium.org2010-09-281-0/+2
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-3/+3
* FBTF: Forward declare and move constructors in chrome/common/extensions/.erg@google.com2010-08-261-1/+3
* Refactored extension privilege enumeration and implemented URLPattern compari...cdn@chromium.org2010-08-051-0/+16
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix some issues with extensions:mpcomplete@chromium.org2010-07-201-3/+0
* Use WebCore's built in support for user styles instead of theaa@chromium.org2010-07-161-0/+11
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-13/+53
* Re-implement app overlap detection with new extent syntax.aa@chromium.org2010-06-261-16/+22
* Fix a memory leak in ExtensionExtentUnittest by fixing a badaa@chromium.org2010-06-251-3/+5
* Reland r50834aa@chromium.org2010-06-251-6/+10
* Revert r50834aa@chromium.org2010-06-251-10/+6
* Allow multiple domains in app.aa@chromium.org2010-06-251-6/+10
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-291-0/+3
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-2/+2
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-0/+4
* Various minor fixes:aa@chromium.org2009-07-151-3/+6
* Small cleanup of constness.mad@google.com2009-06-181-7/+9
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-2/+2
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-1/+3
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-021-0/+122