- 37bb582 Tabs Extension: Implementation of tabs.duplicate api. by [email protected] · 13 years ago
- f34706be Remove permission warnings from most tabs and windows APIs. by [email protected] · 13 years ago
- e33bbc2 Disable sync for default apps by [email protected] · 13 years ago
- 78bdfd66 Added check to prevent extensions from injecting scrips into pages hosted in iframe context of other extensions (other than itself). by [email protected] · 13 years ago
- ecb9ad1 Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermission by [email protected] · 13 years ago
- 1d8b79a Support socket endpoint permissions for AppsV2 Socket API. by [email protected] · 13 years ago
- bebe1d0 Don't show host permission warnings for platform apps. by [email protected] · 13 years ago
- 3d0e226 Make ActiveTabPermissionManager also grant the tabs permission for by [email protected] · 13 years ago
- aa84e2f Make sure all browser actions can be assigned a shortcut by synthesizing a generic command (with no keyboard shortcut assigned) when a browser action doesn't include one in its manifest. by [email protected] · 13 years ago
- 6132fdcd Animate the script badges for cocoa and GTK. by [email protected] · 13 years ago
- 1e0f45a From the 'no free lunch' department: Add a warning when developing an extension that uses old manifest version. by [email protected] · 13 years ago
- fc5e65d6b Implement the activeTab permission, so that extensions with the permission by [email protected] · 13 years ago
- ab55c2b Prevent developers from accidentally including their private keys in extensions. by [email protected] · 13 years ago
- ed3b9b1 Remove Extension::STRICT_ERROR_CHECKS, it was never used. by [email protected] · 13 years ago
- 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
- eed3392d Update to handle absolute-looking paths in manifests and still produce nice-looking URLs. by [email protected] · 13 years ago
- 1d78aec Rephrasing extension permission warnings to remove the "access" prefix. by [email protected] · 13 years ago
- 3fc5f6a Move Command class out of the Extension class and into its own location (under chrome/common/extensions). by [email protected] · 13 years ago
- 7c519ab A bit of cleanup for the Extension Commands. by [email protected] · 13 years ago
- b8df2e8 Modify IsSyncable to only include Internal items and the Chrome Web Store by [email protected] · 13 years ago
- 6bffa628 Evernote DCHECKs on install because it uses absolute paths by [email protected] · 13 years ago
- 9c8b54d Polish the keybinding implementation a bit. by [email protected] · 13 years ago
- a52c0e9 Put manifest string constant declarations into separate header by [email protected] · 13 years ago
- ffbec69 Break two classes defined in json_value_serializer.cc, .h into separate files. by [email protected] · 13 years ago
- f553247 Experimental Extension Keybinding (first cut). by [email protected] · 13 years ago
- 4916e07 Fix the NTP to only Display Apps by [email protected] · 14 years ago
- 58e50b48 Extensions: remove handling of the browserActions permissions because it's no by [email protected] · 14 years ago
- 1b2336a retry 113568 - extensions: remove install/uninstall terminology by [email protected] · 14 years ago
- 51451833 Revert 113568 - extensions: remove install/uninstall terminology by [email protected] · 14 years ago
- a5305fc extensions: remove install/uninstall terminology by [email protected] · 14 years ago
- 005bab0 Move json_value_serializer from content/common to base. by [email protected] · 14 years ago
- 3bdba0d Apps/Extensions Sync refactoring -- delete most of the old glue, implement new sync API. by [email protected] · 14 years ago
- 7ee76d7 Revert 97482 - Apps/Extensions Sync refactoring -- delete most of the old glue, implement new sync API. by [email protected] · 14 years ago
- 0fac519c Apps/Extensions Sync refactoring -- delete most of the old glue, implement new sync API. by [email protected] · 14 years ago
- af44e7fb Move in_process_browser_test and ui_test_utils to chrome/test/base by [email protected] · 14 years ago
- 925a54d Add getPermissionWarnings() to management api. by [email protected] · 14 years ago
- 902fd7b Re-land the experimental permissions API for extensions. by [email protected] · 14 years ago
- 59759fc Revert 94288 - Add an experimental permissions API for extensions. by [email protected] · 14 years ago
- 38383b1 Add an experimental permissions API for extensions. by [email protected] · 14 years ago
- e805baf Add ability to create extension/app for a bookmark-app drop. by [email protected] · 14 years ago
- 06e8b8ff Update URLPatternSet to contain a std::set instead of std::vector. by [email protected] · 14 years ago
- b791eff Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vector. by [email protected] · 14 years ago
- 33ccd923 Update URLPatternSet to contain a std::set instead of std::vector. by [email protected] · 14 years ago
- 0d3e4a2 Start refractoring extension permissions into ExtensionPermissionSet. by [email protected] · 14 years ago
- b8bab33 Moved manifest tests to data driven format by [email protected] · 14 years ago
- c877c99 Don't require "tabs" permission for tabs.remove/onRemoved, since they just use tab IDs. by [email protected] · 14 years ago
- ce980204 Moving mediaplayer to the chrome filebrowser. Observable behaviour should not change. by [email protected] · 14 years ago
- dc4b7d5 Additional restrictions on kChromeUIScheme pages. by [email protected] · 14 years ago
- c29ecd7 Implemented chromePrivate.decodeJPEGIntoPixels() API by [email protected] · 14 years ago
- cced75a Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std::vector<URLPattern> by [email protected] · 14 years ago
- c6e584c Private API for extensions like ssh-client that need access to websocket-to-tcp proxy. by [email protected] · 14 years ago
- 4f9fa24 Add permission message for clipboardRead permission. by [email protected] · 14 years ago
- 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
- ab2eb9f Add IPCs to check web copy/cut/paste for extensions with the appropriate permission bit. by [email protected] · 14 years ago
- b8fb303 Allow extensions with NPAPI plugins to install on ChromeOS, just don't allow the plugin to run. by [email protected] · 14 years ago
- bd59d07 wstring: remove wstring functions from base/i18n/rtl.h by [email protected] · 14 years ago
- fe2dd774 Add histograms to track permission use in extensions. by [email protected] · 14 years ago
- b6b805e9 New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safely hand over access to local file system elements from content extension to 3rd party extension. by [email protected] · 14 years ago
- 99b3700 Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safely hand over access to local file system elements from content extension to 3rd party extension.As agreed with aa@ and asargent@, this new API defines following event:chrome.fileHandler.onExecute.addListener(function(id, file_entries) {}This event is invoked when user selects files in ChromeOS file browser. The extension needs to register itself as file content hanlder with following manifest changes: ... "file_browser_actions": [ { "id" : "ActionIdentifier", "default_title" : "Action title", "default_icon" : "icon.png", "file_filters" : [ "filesystem:*.jpeg", ... ] } ... ], ...BUG=chromium-os:11996TEST=ExtensionApiTest.FileBrowserTest, ExtensionManifestTest.FileBrowserActionsReview URL: http://codereview.chromium.org/6749021 by [email protected] · 14 years ago
- 76066e5 New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safely hand over access to local file system elements from content extension to 3rd party extension. by [email protected] · 14 years ago
- b777b33 File API changes needed for safely passing user selected file entities from the file browser component extension to a 3rd party extension. by [email protected] · 14 years ago
- c311302 Move json_value_serializer to content\common since it's used by code in content now. by [email protected] · 14 years ago
- 145a317b When two extension sources request the same extension, the source with higher priority wins. by [email protected] · 14 years ago
- 5349ac6d Add a webstore install method that lets us prompt the user before downloading. by [email protected] · 14 years ago
- 3aff9ad Make <all_urls> and file:///* in permissions trigger "Allow file access" by [email protected] · 14 years ago
- 83048a2 Replace bools in extension creation with flags. by [email protected] · 14 years ago
- 55d9bed Wired local file system support for File API. The local file system provider currently exists for ChromeOS builds only. by [email protected] · 14 years ago
- 61b55b6 Added extensions API to provide customization values. by [email protected] · 14 years ago
- d7d4a40 Update GetDistinctHost to prefer .com, .net, and .org when de-duping. by [email protected] · 14 years ago
- 542258c Give a helpful warning message if a url patern contains a port. by [email protected] · 14 years ago
- 598bbcc Implement experimental.contentSettings.misc.blockThirdPartyCookies. by [email protected] · 14 years ago
- 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 15 years ago
- c051a1b Move l10n_util to ui/base by [email protected] · 15 years ago
- 16f47e08 Made return types of various Value::DeepCopy() implementations more specific by [email protected] · 15 years ago
- d6a5c78c Fix issue that causes some extensions to be disabled right after installation. by [email protected] · 15 years ago
- 8d888c1 Track permissions granted to extensions in prefs by [email protected] · 15 years ago
- af9d3ecf Revert 67544 - Track permissions granted to extensions in prefs by [email protected] · 15 years ago
- 3d0e750 Track permissions granted to extensions in prefs by [email protected] · 15 years ago
- c09e2d2 Revert 67500 - Adds a section to the extension preferences to store the recognized permissions that the user has granted the extension. by [email protected] · 15 years ago
- fdf68019 Adds a section to the extension preferences to store the recognized permissions that the user has granted the extension. by [email protected] · 15 years ago
- c32d31e Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. by [email protected] · 15 years ago
- 6f229e8 Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put" by [email protected] · 15 years ago
- 94964a88 Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put" by [email protected] · 15 years ago
- c64eb409 Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put by [email protected] · 15 years ago
- 93f1052 chrome/common: Append base:: in the StringPrintf calls. by [email protected] · 15 years ago
- 66e4eb3 Unrevert again r63919: "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
- 844bf24 Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
- 0f9f337 Unrevert r63919: "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
- c366ad28 Revert r63919 "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
- 9118e93 Part 2 of immutable Extension refactor. by [email protected] · 15 years ago
- 9a8b161 Remove direct dependency of extensions on NSS library by [email protected] · 15 years ago
- 9288808 Move the rest of the Extension data into either StaticData or RuntimeData by [email protected] · 15 years ago
- 11540af fix EffectiveHostPermissions test to match implementation by [email protected] · 15 years ago
- 2f6698b Prevent browser actions and page actions from being used with apps. by [email protected] · 15 years ago
- 6e349c9 disable plugin tests on ChromeOS by [email protected] · 15 years ago
- 4361c7c Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared by [email protected] · 15 years ago
- f538b35f Revert 61074 - changed to flaky by [email protected] · 15 years ago
- 2c3cdca changed to flaky by [email protected] · 15 years ago
- dc67525 When computing the list of hosts to use for install permissions and privilege increase checks, unique ignoring the RCD, so example.com + example.co.uk is treated as a single host. If an extension adds more international versions to its permission list it's not treated as a privilege increase. When the extension is installed initially, a smaller list of hostnames can be showed even if it's matching a large list of international domain variants. by [email protected] · 15 years ago
- babf8295 disable test for linux by [email protected] · 15 years ago