| Commit message (Expand) | Author | Age | Files | Lines |
* | chrome: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-31 | 1 | -1/+1 |
* | Allow extensions on chrome:// URLs, when flag is set and permission is explic... | aboxhall@chromium.org | 2013-03-21 | 1 | -8/+4 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Use base namespace for FilePath in chrome/common and content/common. | brettw@chromium.org | 2013-02-07 | 1 | -5/+6 |
* | Move extension_error_utils.* and url_pattern_set.* into | aa@chromium.org | 2012-11-19 | 1 | -1/+1 |
* | Establish /extensions directory and move URLPattern there. | aa@chromium.org | 2012-11-13 | 1 | -2/+2 |
* | Move UserScript and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-13 | 1 | -0/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Adding run_at to chrome.tabs.executeScript/insertCss. | eaugusti@chromium.org | 2012-04-13 | 1 | -1/+1 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -6/+7 |
* | Fix exclude_matches functionality | aa@chromium.org | 2011-12-19 | 1 | -0/+15 |
* | Define kValidUserScriptSchemes in the .h file so that it can be | thakis@chromium.org | 2011-12-09 | 1 | -2/+6 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-13 | 1 | -3/+4 |
* | Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec... | jstritar@chromium.org | 2011-07-12 | 1 | -4/+3 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-12 | 1 | -3/+4 |
* | Add exclude_matches to content_scripts for negating match patterns. | tessamac@chromium.org | 2011-05-29 | 1 | -0/+4 |
* | Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:... | morrita@chromium.org | 2011-05-20 | 1 | -5/+4 |
* | Make <all_urls> and file:///* in permissions trigger "Allow file access" | mihaip@chromium.org | 2011-04-01 | 1 | -8/+1 |
* | Don't try to convert text/html URLs ending in .user.js. | aa@chromium.org | 2011-03-05 | 1 | -3/+3 |
* | FBTF: Forward declare and move constructors in chrome/common/extensions/. | erg@google.com | 2010-08-26 | 1 | -16/+9 |
* | Fix bad license header under chrome/ directory. | tfarina@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add a wildcard scheme and a special 'all_urls' pattern to URLPattern. | mpcomplete@chromium.org | 2010-06-30 | 1 | -0/+3 |
* | Require user opt-in before allowing content script injection on file URLs. | mpcomplete@chromium.org | 2010-06-24 | 1 | -1/+8 |
* | Honor @version field when converting greasemonkey scripts to | aa@chromium.org | 2010-06-22 | 1 | -0/+9 |
* | Revert 43684 - Localize CSS files in content scripts (but don't localize JS f... | cira@google.com | 2010-04-07 | 1 | -4/+4 |
* | Localize CSS files in content scripts (but don't localize JS files). | cira@chromium.org | 2010-04-06 | 1 | -4/+4 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -1/+7 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | Removing unnecessary includes. | mad@chromium.org | 2010-01-28 | 1 | -1/+0 |
* | Introduce a new 'all_frames' property to content scripts and | aa@chromium.org | 2009-11-25 | 1 | -1/+10 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -4/+51 |
* | Re-commit "Add new user script injection point: | aa@chromium.org | 2009-11-03 | 1 | -3/+8 |
* | Revert r30784 | aa@chromium.org | 2009-11-03 | 1 | -8/+3 |
* | Add new user script injection point "document_idle" and make it the default. | aa@chromium.org | 2009-11-03 | 1 | -3/+8 |
* | Minimize dependency of user scripts. | mad@chromium.org | 2009-10-20 | 1 | -10/+12 |
* | Loads local resources from current locale subtree if available, if not it fal... | cira@chromium.org | 2009-10-07 | 1 | -7/+10 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -4/+4 |
* | Update of the extension install UI: | aa@chromium.org | 2009-08-27 | 1 | -2/+4 |
* | 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/+9 |
* | Revert "Implement chromium.self in content scripts..." | aa@chromium.org | 2009-04-07 | 1 | -9/+0 |
* | Implement chromium.self in content scripts, so that developers don't | aa@chromium.org | 2009-04-07 | 1 | -0/+9 |
* | Remove unneeded uses of base/pickle.h. Add some explicit #includes. | thestig@chromium.org | 2009-04-03 | 1 | -1/+2 |
* | Review URL: http://codereview.chromium.org/42288 | georged@chromium.org | 2009-03-18 | 1 | -16/+70 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 1 | -1/+20 |
* | Integrate URLPattern with Extension user scripts. | aa@chromium.org | 2009-02-05 | 1 | -0/+74 |