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