| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove implicit conversions from scoped_refptr to T* in chrome/*/extensions/ | dcheng | 2014-08-27 | 1 | -12/+12 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Extensions: Move id_util functions to crx_file component. | tommycli@chromium.org | 2014-08-21 | 1 | -9/+14 |
* | Separate PermissionsData::CanExecuteScriptOnPage into two functions | rdevlin.cronin@chromium.org | 2014-06-07 | 1 | -60/+24 |
* | Remove PermissionsData::ForExtension() completely | rdevlin.cronin@chromium.org | 2014-06-06 | 1 | -12/+12 |
* | Refactor PermissionsData pt1 | rdevlin.cronin@chromium.org | 2014-06-05 | 1 | -29/+29 |
* | Move most of extension_file_util.cc into extensions/common/file_util.cc | jamescook@chromium.org | 2014-04-15 | 1 | -3/+2 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -2/+2 |
* | Add EXTERNAL_POLICY to list of possible extension locations | bartfab@chromium.org | 2013-09-26 | 1 | -0/+1 |
* | Disable windows reserved characters and reserved names in manifest resources | Hokein.Wu@gmail.com | 2013-09-11 | 1 | -0/+67 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -2/+2 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | chrome: Migrate from googleurl/ includes to url/ ones. Part 3. | tfarina@chromium.org | 2013-07-04 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/common/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -22/+24 |
* | Disallow extensions on the Chrome signin page. | mpcomplete@chromium.org | 2013-05-22 | 1 | -6/+15 |
* | Move RuntimeData and related permissions out of Extension class | rdevlin.cronin@chromium.org | 2013-05-17 | 1 | -635/+25 |
* | Consolidate manifest handler registration. | yoz@chromium.org | 2013-05-06 | 1 | -44/+16 |
* | Almost all actions in Declarative Web Request require all_urls host permissions | vabr@chromium.org | 2013-04-27 | 1 | -57/+4 |
* | Incremental changes to chrome.location API. | vadimt@chromium.org | 2013-04-26 | 1 | -0/+11 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+10 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -10/+4 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+10 |
* | Refactor APIPermission to separate out specific permission registration. | yoz@chromium.org | 2013-04-04 | 1 | -255/+22 |
* | Move IncognitoSplitMode out of Extension Class | rdevlin.cronin@chromium.org | 2013-03-24 | 1 | -0/+2 |
* | Move ContentScripts out of Extension | rdevlin.cronin@chromium.org | 2013-03-24 | 1 | -6/+32 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -43/+3 |
* | Allow extensions on chrome:// URLs, when flag is set and permission is explic... | aboxhall@chromium.org | 2013-03-21 | 1 | -3/+101 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | Move Plugins out of Extension class | rdevlin.cronin@chromium.org | 2013-03-08 | 1 | -2/+4 |
* | Manifest handler for all keys background-related. | yoz@chromium.org | 2013-03-01 | 1 | -2/+8 |
* | Change --load-extension flag so the extensions don't persist across restart. | mpcomplete@chromium.org | 2013-02-27 | 1 | -1/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Move page action manifest parsing out of Extension; the first multi-key manif... | yoz@chromium.org | 2013-02-13 | 1 | -131/+1 |
* | Remove ImageLoadingTracker class, as it is not used anymore. | rpaquay@chromium.org | 2013-02-12 | 1 | -85/+0 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Use base namespace for FilePath in chrome/common and content/common. | brettw@chromium.org | 2013-02-07 | 1 | -26/+28 |
* | Allow manifest handlers to declare keys they depend on that must be parsed be... | yoz@chromium.org | 2013-02-05 | 1 | -1/+1 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 1 | -58/+59 |
* | Disable ExtensionTest.GetSyncTypeUserScriptValidUpdateUrl. | maruel@chromium.org | 2013-01-29 | 1 | -1/+2 |
* | Move Commands from Extension to CommandsHandler | rdevlin.cronin@chromium.org | 2013-01-24 | 1 | -34/+42 |
* | Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction | rdevlin.cronin@chromium.org | 2013-01-16 | 1 | -14/+9 |
* | Clean-up USB/Bluetooth Permissions. | bryeung@chromium.org | 2012-12-13 | 1 | -2/+2 |
* | Implement chrome.usb API Permissions. | bryeung@chromium.org | 2012-12-11 | 1 | -0/+27 |
* | Move extension_error_utils.* and url_pattern_set.* into | aa@chromium.org | 2012-11-19 | 1 | -7/+9 |
* | Split Extension::ShouldDisplayInLauncher into ShouldDisplayIn{AppLauncher,New... | tapted@chromium.org | 2012-11-09 | 1 | -2/+53 |
* | Use extensions socket permission for TCP/UDP socket APIs in Pepper | dpolukhin@chromium.org | 2012-11-02 | 1 | -10/+12 |
* | Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P... | dpolukhin@chromium.org | 2012-11-01 | 1 | -12/+10 |
* | Use extensions socket permission for TCP/UDP socket APIs in Pepper | dpolukhin@chromium.org | 2012-11-01 | 1 | -10/+12 |
* | Refactor api permissions to eliminate the need for fileSystem and mediaGaller... | mek@chromium.org | 2012-10-19 | 1 | -2/+2 |