summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/user_script.h
Commit message (Expand)AuthorAgeFilesLines
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* Allow extensions on chrome:// URLs, when flag is set and permission is explic...aboxhall@chromium.org2013-03-211-8/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-5/+6
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-1/+1
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-2/+2
* Move UserScript and related into extensions namespacerdevlin.cronin@chromium.org2012-07-131-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Adding run_at to chrome.tabs.executeScript/insertCss.eaugusti@chromium.org2012-04-131-1/+1
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-6/+7
* Fix exclude_matches functionalityaa@chromium.org2011-12-191-0/+15
* Define kValidUserScriptSchemes in the .h file so that it can bethakis@chromium.org2011-12-091-2/+6
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-3/+4
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-4/+3
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-3/+4
* Add exclude_matches to content_scripts for negating match patterns.tessamac@chromium.org2011-05-291-0/+4
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-5/+4
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-8/+1
* Don't try to convert text/html URLs ending in .user.js.aa@chromium.org2011-03-051-3/+3
* FBTF: Forward declare and move constructors in chrome/common/extensions/.erg@google.com2010-08-261-16/+9
* Fix bad license header under chrome/ directory.tfarina@chromium.org2010-07-311-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-0/+3
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-1/+8
* Honor @version field when converting greasemonkey scripts toaa@chromium.org2010-06-221-0/+9
* Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...cira@google.com2010-04-071-4/+4
* Localize CSS files in content scripts (but don't localize JS files).cira@chromium.org2010-04-061-4/+4
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-1/+7
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+1
* Removing unnecessary includes.mad@chromium.org2010-01-281-1/+0
* Introduce a new 'all_frames' property to content scripts andaa@chromium.org2009-11-251-1/+10
* Add first class support for user scripts.aa@chromium.org2009-11-041-4/+51
* Re-commit "Add new user script injection point:aa@chromium.org2009-11-031-3/+8
* Revert r30784aa@chromium.org2009-11-031-8/+3
* Add new user script injection point "document_idle" and make it the default.aa@chromium.org2009-11-031-3/+8
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-10/+12
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-7/+10
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-4/+4
* Update of the extension install UI:aa@chromium.org2009-08-271-2/+4
* 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/+9
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-071-9/+0
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-071-0/+9
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-031-1/+2
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-16/+70
* Add early-injection capability to user scripts.aa@chromium.org2009-02-141-1/+20
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-0/+74