summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/user_script.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-141-12/+12
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-6/+7
* Fix exclude_matches functionalityaa@chromium.org2011-12-191-53/+49
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-1/+1
* Define kValidUserScriptSchemes in the .h file so that it can bethakis@chromium.org2011-12-091-5/+0
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-3/+2
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-5/+5
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-5/+5
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-5/+5
* Use extension match pattern syntax in content settings extension API.bauerb@chromium.org2011-06-301-1/+1
* Add exclude_matches to content_scripts for negating match patterns.tessamac@chromium.org2011-05-291-0/+9
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-20/+10
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-7/+12
* Don't try to convert text/html URLs ending in .user.js.aa@chromium.org2011-03-051-8/+4
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+2
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-3/+3
* Allow URLPatterns to omit trailing slash.aa@chromium.org2010-10-261-1/+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-5/+35
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-1/+10
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-0/+2
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-12/+3
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+1
* Introduce a new 'all_frames' property to content scripts andaa@chromium.org2009-11-251-0/+6
* Add first class support for user scripts.aa@chromium.org2009-11-041-10/+65
* Update of the extension install UI:aa@chromium.org2009-08-271-2/+2
* Small cleanup of constness.mad@google.com2009-06-181-2/+2
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-081-0/+6
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-071-6/+0
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-071-0/+6
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-031-0/+1
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-12/+58
* Add early-injection capability to user scripts.aa@chromium.org2009-02-141-0/+6
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-0/+69