1. 37bb582 Tabs Extension: Implementation of tabs.duplicate api. by [email protected] · 13 years ago
  2. f34706be Remove permission warnings from most tabs and windows APIs. by [email protected] · 13 years ago
  3. e33bbc2 Disable sync for default apps by [email protected] · 13 years ago
  4. 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
  5. ecb9ad1 Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermission by [email protected] · 13 years ago
  6. 1d8b79a Support socket endpoint permissions for AppsV2 Socket API. by [email protected] · 13 years ago
  7. bebe1d0 Don't show host permission warnings for platform apps. by [email protected] · 13 years ago
  8. 3d0e226 Make ActiveTabPermissionManager also grant the tabs permission for by [email protected] · 13 years ago
  9. 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
  10. 6132fdcd Animate the script badges for cocoa and GTK. by [email protected] · 13 years ago
  11. 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
  12. fc5e65d6b Implement the activeTab permission, so that extensions with the permission by [email protected] · 13 years ago
  13. ab55c2b Prevent developers from accidentally including their private keys in extensions. by [email protected] · 13 years ago
  14. ed3b9b1 Remove Extension::STRICT_ERROR_CHECKS, it was never used. by [email protected] · 13 years ago
  15. 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
  16. eed3392d Update to handle absolute-looking paths in manifests and still produce nice-looking URLs. by [email protected] · 13 years ago
  17. 1d78aec Rephrasing extension permission warnings to remove the "access" prefix. by [email protected] · 13 years ago
  18. 3fc5f6a Move Command class out of the Extension class and into its own location (under chrome/common/extensions). by [email protected] · 13 years ago
  19. 7c519ab A bit of cleanup for the Extension Commands. by [email protected] · 13 years ago
  20. b8df2e8 Modify IsSyncable to only include Internal items and the Chrome Web Store by [email protected] · 13 years ago
  21. 6bffa628 Evernote DCHECKs on install because it uses absolute paths by [email protected] · 13 years ago
  22. 9c8b54d Polish the keybinding implementation a bit. by [email protected] · 13 years ago
  23. a52c0e9 Put manifest string constant declarations into separate header by [email protected] · 13 years ago
  24. ffbec69 Break two classes defined in json_value_serializer.cc, .h into separate files. by [email protected] · 13 years ago
  25. f553247 Experimental Extension Keybinding (first cut). by [email protected] · 13 years ago
  26. 4916e07 Fix the NTP to only Display Apps by [email protected] · 14 years ago
  27. 58e50b48 Extensions: remove handling of the browserActions permissions because it's no by [email protected] · 14 years ago
  28. 1b2336a retry 113568 - extensions: remove install/uninstall terminology by [email protected] · 14 years ago
  29. 51451833 Revert 113568 - extensions: remove install/uninstall terminology by [email protected] · 14 years ago
  30. a5305fc extensions: remove install/uninstall terminology by [email protected] · 14 years ago
  31. 005bab0 Move json_value_serializer from content/common to base. by [email protected] · 14 years ago
  32. 3bdba0d Apps/Extensions Sync refactoring -- delete most of the old glue, implement new sync API. by [email protected] · 14 years ago
  33. 7ee76d7 Revert 97482 - Apps/Extensions Sync refactoring -- delete most of the old glue, implement new sync API. by [email protected] · 14 years ago
  34. 0fac519c Apps/Extensions Sync refactoring -- delete most of the old glue, implement new sync API. by [email protected] · 14 years ago
  35. af44e7fb Move in_process_browser_test and ui_test_utils to chrome/test/base by [email protected] · 14 years ago
  36. 925a54d Add getPermissionWarnings() to management api. by [email protected] · 14 years ago
  37. 902fd7b Re-land the experimental permissions API for extensions. by [email protected] · 14 years ago
  38. 59759fc Revert 94288 - Add an experimental permissions API for extensions. by [email protected] · 14 years ago
  39. 38383b1 Add an experimental permissions API for extensions. by [email protected] · 14 years ago
  40. e805baf Add ability to create extension/app for a bookmark-app drop. by [email protected] · 14 years ago
  41. 06e8b8ff Update URLPatternSet to contain a std::set instead of std::vector. by [email protected] · 14 years ago
  42. b791eff Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vector. by [email protected] · 14 years ago
  43. 33ccd923 Update URLPatternSet to contain a std::set instead of std::vector. by [email protected] · 14 years ago
  44. 0d3e4a2 Start refractoring extension permissions into ExtensionPermissionSet. by [email protected] · 14 years ago
  45. b8bab33 Moved manifest tests to data driven format by [email protected] · 14 years ago
  46. c877c99 Don't require "tabs" permission for tabs.remove/onRemoved, since they just use tab IDs. by [email protected] · 14 years ago
  47. ce980204 Moving mediaplayer to the chrome filebrowser. Observable behaviour should not change. by [email protected] · 14 years ago
  48. dc4b7d5 Additional restrictions on kChromeUIScheme pages. by [email protected] · 14 years ago
  49. c29ecd7 Implemented chromePrivate.decodeJPEGIntoPixels() API by [email protected] · 14 years ago
  50. cced75a Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std::vector<URLPattern> by [email protected] · 14 years ago
  51. c6e584c Private API for extensions like ssh-client that need access to websocket-to-tcp proxy. by [email protected] · 14 years ago
  52. 4f9fa24 Add permission message for clipboardRead permission. by [email protected] · 14 years ago
  53. 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
  54. ab2eb9f Add IPCs to check web copy/cut/paste for extensions with the appropriate permission bit. by [email protected] · 14 years ago
  55. b8fb303 Allow extensions with NPAPI plugins to install on ChromeOS, just don't allow the plugin to run. by [email protected] · 14 years ago
  56. bd59d07 wstring: remove wstring functions from base/i18n/rtl.h by [email protected] · 14 years ago
  57. fe2dd774 Add histograms to track permission use in extensions. by [email protected] · 14 years ago
  58. 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
  59. 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
  60. 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
  61. 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
  62. c311302 Move json_value_serializer to content\common since it's used by code in content now. by [email protected] · 14 years ago
  63. 145a317b When two extension sources request the same extension, the source with higher priority wins. by [email protected] · 14 years ago
  64. 5349ac6d Add a webstore install method that lets us prompt the user before downloading. by [email protected] · 14 years ago
  65. 3aff9ad Make <all_urls> and file:///* in permissions trigger "Allow file access" by [email protected] · 14 years ago
  66. 83048a2 Replace bools in extension creation with flags. by [email protected] · 14 years ago
  67. 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
  68. 61b55b6 Added extensions API to provide customization values. by [email protected] · 14 years ago
  69. d7d4a40 Update GetDistinctHost to prefer .com, .net, and .org when de-duping. by [email protected] · 14 years ago
  70. 542258c Give a helpful warning message if a url patern contains a port. by [email protected] · 14 years ago
  71. 598bbcc Implement experimental.contentSettings.misc.blockThirdPartyCookies. by [email protected] · 14 years ago
  72. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 15 years ago
  73. c051a1b Move l10n_util to ui/base by [email protected] · 15 years ago
  74. 16f47e08 Made return types of various Value::DeepCopy() implementations more specific by [email protected] · 15 years ago
  75. d6a5c78c Fix issue that causes some extensions to be disabled right after installation. by [email protected] · 15 years ago
  76. 8d888c1 Track permissions granted to extensions in prefs by [email protected] · 15 years ago
  77. af9d3ecf Revert 67544 - Track permissions granted to extensions in prefs by [email protected] · 15 years ago
  78. 3d0e750 Track permissions granted to extensions in prefs by [email protected] · 15 years ago
  79. 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
  80. 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
  81. c32d31e Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. by [email protected] · 15 years ago
  82. 6f229e8 Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put" by [email protected] · 15 years ago
  83. 94964a88 Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put" by [email protected] · 15 years ago
  84. c64eb409 Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put by [email protected] · 15 years ago
  85. 93f1052 chrome/common: Append base:: in the StringPrintf calls. by [email protected] · 15 years ago
  86. 66e4eb3 Unrevert again r63919: "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
  87. 844bf24 Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
  88. 0f9f337 Unrevert r63919: "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
  89. c366ad28 Revert r63919 "Part 2 of immutable Extension refactor." by [email protected] · 15 years ago
  90. 9118e93 Part 2 of immutable Extension refactor. by [email protected] · 15 years ago
  91. 9a8b161 Remove direct dependency of extensions on NSS library by [email protected] · 15 years ago
  92. 9288808 Move the rest of the Extension data into either StaticData or RuntimeData by [email protected] · 15 years ago
  93. 11540af fix EffectiveHostPermissions test to match implementation by [email protected] · 15 years ago
  94. 2f6698b Prevent browser actions and page actions from being used with apps. by [email protected] · 15 years ago
  95. 6e349c9 disable plugin tests on ChromeOS by [email protected] · 15 years ago
  96. 4361c7c Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared by [email protected] · 15 years ago
  97. f538b35f Revert 61074 - changed to flaky by [email protected] · 15 years ago
  98. 2c3cdca changed to flaky by [email protected] · 15 years ago
  99. 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
  100. babf8295 disable test for linux by [email protected] · 15 years ago