| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix exclude_matches functionality | aa@chromium.org | 2011-12-19 | 1 | -53/+49 |
* | Allow all URLPatterns to have ports. | aa@chromium.org | 2011-12-19 | 1 | -1/+1 |
* | Define kValidUserScriptSchemes in the .h file so that it can be | thakis@chromium.org | 2011-12-09 | 1 | -5/+0 |
* | Move URLPattern::ParseOption into a field. | aa@chromium.org | 2011-12-09 | 1 | -3/+2 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-13 | 1 | -5/+5 |
* | Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec... | jstritar@chromium.org | 2011-07-12 | 1 | -5/+5 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-12 | 1 | -5/+5 |
* | Use extension match pattern syntax in content settings extension API. | bauerb@chromium.org | 2011-06-30 | 1 | -1/+1 |
* | Add exclude_matches to content_scripts for negating match patterns. | tessamac@chromium.org | 2011-05-29 | 1 | -0/+9 |
* | Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:... | morrita@chromium.org | 2011-05-20 | 1 | -20/+10 |
* | Make <all_urls> and file:///* in permissions trigger "Allow file access" | mihaip@chromium.org | 2011-04-01 | 1 | -7/+12 |
* | Don't try to convert text/html URLs ending in .user.js. | aa@chromium.org | 2011-03-05 | 1 | -8/+4 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -1/+2 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -3/+3 |
* | Allow URLPatterns to omit trailing slash. | aa@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Make the glob matcher support UTF8 strings. | mnissler@chromium.org | 2010-09-10 | 1 | -2/+2 |
* | FBTF: Forward declare and move constructors in chrome/common/extensions/. | erg@google.com | 2010-08-26 | 1 | -5/+35 |
* | Add a wildcard scheme and a special 'all_urls' pattern to URLPattern. | mpcomplete@chromium.org | 2010-06-30 | 1 | -1/+10 |
* | Require user opt-in before allowing content script injection on file URLs. | mpcomplete@chromium.org | 2010-06-24 | 1 | -0/+2 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -12/+3 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | Introduce a new 'all_frames' property to content scripts and | aa@chromium.org | 2009-11-25 | 1 | -0/+6 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -10/+65 |
* | Update of the extension install UI: | aa@chromium.org | 2009-08-27 | 1 | -2/+2 |
* | Small cleanup of constness. | mad@google.com | 2009-06-18 | 1 | -2/+2 |
* | Try one more time to check in http://codereview.chromium.org/60112 | aa@chromium.org | 2009-04-08 | 1 | -0/+6 |
* | Revert "Implement chromium.self in content scripts..." | aa@chromium.org | 2009-04-07 | 1 | -6/+0 |
* | Implement chromium.self in content scripts, so that developers don't | aa@chromium.org | 2009-04-07 | 1 | -0/+6 |
* | Remove unneeded uses of base/pickle.h. Add some explicit #includes. | thestig@chromium.org | 2009-04-03 | 1 | -0/+1 |
* | Review URL: http://codereview.chromium.org/42288 | georged@chromium.org | 2009-03-18 | 1 | -12/+58 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 1 | -0/+6 |
* | Integrate URLPattern with Extension user scripts. | aa@chromium.org | 2009-02-05 | 1 | -0/+69 |