1. adf5f35 Optimize ExtensionAPI::IsAnyFeatureAvailableToContext from O(#features) to O(#children + log #features). by [email protected] · 12 years ago
  2. b5b95834 Pass a Feature* to IsAnyFeatureAvailableToContext instead of a string name. by [email protected] · 12 years ago
  3. 6d9f31f Files.app: Conver private API scheme from JSON to IDL. by [email protected] · 12 years ago
  4. e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
  5. cfc78214 <webview>: Implement declarativeWebRequest API by [email protected] · 12 years ago
  6. d6ec84a Moved extension_api to src/extensions/common by [email protected] · 12 years ago[Renamed (98%) from chrome/common/extensions/api/extension_api.cc]
  7. 5a55f3f Move PermissionSet to top-level extensions. by [email protected] · 12 years ago
  8. 276f05aa Add FeatureProvider::GetAPIFeatures, GetManifestFeatures, and by [email protected] · 12 years ago
  9. 1b0b862d Use API generator to generate code from virtual_keyboard_private.json by [email protected] · 12 years ago
  10. bd9f111 Remove experimental.rlz extension api completely by [email protected] · 12 years ago
  11. 9bf9ac3d Move experimental.input.virtualKeyboard to virtualKeyboardPrivate. by [email protected] · 12 years ago
  12. d42c1115 Move Feature and Manifest to top-level extensions. by [email protected] · 12 years ago
  13. 48e6db0 Move processes API to dev channel by [email protected] · 12 years ago
  14. 7eef394 Only set up lazy bindings for APIs that an extension has access to up-front, by [email protected] · 12 years ago
  15. ad8b4ba Create ExtensionsClient abstraction for globally registered extension state. by [email protected] · 12 years ago
  16. d814a885 Make element removal methods in DictionaryValue and ListValue take scoped_ptr's as outparams. by [email protected] · 12 years ago
  17. b5b26b7 Use extension API features instead of kNonPermissionModulesNames. by [email protected] · 12 years ago
  18. d56228df Add types.private.ChromeDirectSetting and Connect it to preferencesPrivate.googleGeolocationAccessEnabled by [email protected] · 12 years ago
  19. fb904d6 Rename class name to meet with generated codes. by [email protected] · 12 years ago
  20. 5f5ef80 chrome: Migrate from googleurl/ includes to url/ ones. Part 3. by [email protected] · 12 years ago
  21. a371b4b Make chrome/common and chrome/renderer use base namespace for Value. by [email protected] · 12 years ago
  22. 6876bb9 Lazily load API schemas from resource files and convert all APIs to features by [email protected] · 12 years ago
  23. d2e754f Use a direct include of strings headers in chrome/common/, part 1. by [email protected] · 12 years ago
  24. ba8380e Allow API functions and events to have entries in _api_features.json by [email protected] · 12 years ago
  25. 2cb5e30 Remove the optional_permission_set, required_permission_set, and initial_api_permissions members from Extension, replacing them with a PermissionsData class. by [email protected] · 12 years ago
  26. f77e24f Remove features code from ExtensionAPI by [email protected] · 12 years ago
  27. 764bdfa Remove all code for chrome.experimental.speechInput extension API by [email protected] · 12 years ago
  28. 618c38c Load extensions features file separately when needed by [email protected] · 12 years ago
  29. d97bb04 Replace HasNext() by !IsAtEnd() in extension related folders. by [email protected] · 12 years ago
  30. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  31. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  32. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  33. 52eafbd Remove internal APIs from the chrome object by [email protected] · 12 years ago
  34. 4770acb Implement API features for the Extension API feature system by [email protected] · 12 years ago
  35. 0279353 Revert 190836 "Implement API features for the Extension API feat..." by [email protected] · 12 years ago
  36. d6e42fa Implement API features for the Extension API feature system by [email protected] · 12 years ago
  37. 4288c54 Revert 190129 "Revert 190058 "Lazily load extension API schemas"" by [email protected] · 12 years ago
  38. 3b28dede Revert 190058 "Lazily load extension API schemas" by [email protected] · 12 years ago
  39. db20a22fa Lazily load extension API schemas by [email protected] · 12 years ago
  40. ac2e2acd Allow extensions on chrome:// URLs, when flag is set and permission is explicitly requested in the manifest. by [email protected] · 12 years ago
  41. 9254935 Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. by [email protected] · 12 years ago
  42. e87032e Revert 187223, which was a failed revert of 187143. by [email protected] · 12 years ago
  43. 28b3fb9 Revert 187143 by [email protected] · 12 years ago
  44. 4f1633f Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  45. 630b9deb Revert 186643 - Caused a 10% regression on SunSpider benchmark by [email protected] · 12 years ago
  46. 1e73bb0 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  47. 02d9b27 Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in chrome/*/extensions/. by [email protected] · 12 years ago
  48. e3e77872 Revert 185709 by [email protected] · 12 years ago
  49. d0ad38b Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  50. 1988e1c chrome: Update include paths of string_split.h to its new location. by [email protected] · 12 years ago
  51. 6be5988b Revert 184837 by [email protected] · 12 years ago
  52. d7db1b9 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  53. 4fc931a7 Remove extension process side of chrome.devtools API, it's obsolete. by [email protected] · 13 years ago
  54. 0a30189 Move API functions registrations out of ExtensionFunctionRegistry. by [email protected] · 13 years ago
  55. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
  56. a714e46 Implement the basic declarativeContent API. by [email protected] · 13 years ago
  57. 4636c83 Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it by [email protected] · 13 years ago
  58. 758b0b70 Revert revision 176015 by [email protected] · 13 years ago
  59. 78acaf6d Revert 176047 by [email protected] · 13 years ago
  60. 85db26a Revert 176015 by [email protected] · 13 years ago
  61. 3044046 Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it by [email protected] · 13 years ago
  62. 4b927fe Implement ComplexFeature to support permission features with multiple rules. by [email protected] · 13 years ago
  63. d698f29 Deleted offscreen tabs API by [email protected] · 13 years ago
  64. 4d8bb1a9 Add method to load resources without scale by [email protected] · 13 years ago
  65. 3ac5867 Revert r165444 "Add method to load resources without scale" by [email protected] · 13 years ago
  66. 89a6d31c Add method to load resources without scale by [email protected] · 13 years ago
  67. 3dd92ea Prevent platform apps from being able to use the extension tabs API. by [email protected] · 13 years ago
  68. 27c7b28 Add experimental history API for most visited filters. by [email protected] · 13 years ago
  69. a19258af Change bookmarkManager API from experimental to private. by [email protected] · 13 years ago
  70. 93dd01d Add the power interface extension API. by [email protected] · 13 years ago
  71. 022a985 Include the allowed and current extension types when displaying INVALID_TYPE warnings. by [email protected] · 13 years ago
  72. abae426 Extension Commands: Remove the "experimental" flag requirement but limit the visibility of this feature to beta channel or more recent. by [email protected] · 13 years ago
  73. 5d30f92bf Correct const accessors in base/values.(h|cc), Part II (ListValue) by [email protected] · 13 years ago
  74. bebe1d0 Don't show host permission warnings for platform apps. by [email protected] · 13 years ago
  75. 97948f9 Renamed chrome_auth to cloud_print. by [email protected] · 13 years ago
  76. cd4e8086 Renaming the 'keybinding' permission to 'commands'. by [email protected] · 13 years ago
  77. a61890e Correct const accessors in base/values.(h|cc) by [email protected] · 13 years ago
  78. 3dca75f Wallpaper manager backend APIs by [email protected] · 13 years ago
  79. ca5dfb21 retry r147895: switch mediaGalleries to .idl api definition by [email protected] · 13 years ago
  80. 4c10996 Revert 147895 - switch mediaGalleries to .idl api definition by [email protected] · 13 years ago
  81. b05636d switch mediaGalleries to .idl api definition by [email protected] · 13 years ago
  82. 49a2565 Move Font Settings API out of experimental. by [email protected] · 13 years ago
  83. b9cfe3c convert identity api to .idl by [email protected] · 13 years ago
  84. 9d27318 Switch the downloads API over to IDL/json_schema_compiler by [email protected] · 13 years ago
  85. f36aac3 Expose the extension/app's id on chrome.runtime.id and, and make this by [email protected] · 13 years ago
  86. 120028b9c Remove inappropriate chrome.{extension,app} bindings for platform apps. by [email protected] · 13 years ago
  87. c2e66e1 Move each permission classes to its own files in extensions/permissions and rename classes from ExtensionPermission* to extensions::Permission* by [email protected] · 13 years ago
  88. 0b83c7f6 Implement the chrome.scriptBadge API, and get a basic test working. by [email protected] · 13 years ago
  89. b62972da Move chrome.downloads out of experimental to dev by [email protected] · 13 years ago
  90. c07b0f8 Reland 142611 - Return FileEntry object from fileBrowserHandler.selectFile function. by [email protected] · 13 years ago
  91. ff21f1f Move input.ime back out of experimental for M21 by [email protected] · 13 years ago
  92. ca9b51d Besides checking the existence of 'unprivileged' key, we also must check by [email protected] · 13 years ago
  93. d9d9bf06 Revert 142611 - Return FileEntry object from fileBrowserHandler.selectFile function. by [email protected] · 13 years ago
  94. 771de85 Return FileEntry object from fileBrowserHandler.selectFile function. by [email protected] · 13 years ago
  95. 5115ccc Move all the feature related stuff into extensions/features by [email protected] · 13 years ago
  96. 0bf68e21 Update JSONReader to take base::StringPiece instead of std::string by [email protected] · 13 years ago
  97. c49201a Revert "Revert 137734 - Select theme resources from ResourceBundle at requested scale factor." by [email protected] · 13 years ago
  98. 7a2efa4e Making webRequest.addEventListener internal by [email protected] · 13 years ago
  99. da5f195 Remove virtual keyboard support: by [email protected] · 13 years ago
  100. 61a796c4 Revert 137734 - Select theme resources from ResourceBundle at requested scale factor. by [email protected] · 13 years ago