summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/v8_schema_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unsafe access hacks from ScopedPersistent.marja@chromium.org2013-09-101-2/+2
* Revert 222102 "Remove unsafe access hacks from ScopedPersistent."rouslan@chromium.org2013-09-101-2/+2
* Remove unsafe access hacks from ScopedPersistent.marja@chromium.org2013-09-091-2/+2
* Convert remaining function callbacks in chromedcarney@chromium.org2013-06-141-2/+3
* Lazily load API schemas from resource files and convert all APIs to featurescduvall@chromium.org2013-06-141-3/+3
* add defines to allow chrome to build without unsafe handlesdcarney@chromium.org2013-06-141-0/+3
* Extensions: Don't store Persistent handles.marja@chromium.org2013-06-131-15/+17
* Delete chromeHidden! This involves (a) moving all the remaining moduleskalman@chromium.org2013-06-061-0/+37
* Get rid of calls to v8::Persistent v8::Context::New().marja@chromium.org2013-05-061-5/+11
* Get rid of (some) usages of v8::Persistent::New in Chrome.marja@chromium.org2013-05-021-2/+2
* Prevent ObjectBackedNativeHandler from calling itself once invalid.kalman@chromium.org2013-03-141-7/+9
* Add v8::HandleScopes where needed in V8SchemaRegistry.kalman@chromium.org2013-03-131-0/+3
* Lazily create the v8::Context in V8SchemaRegistry.kalman@chromium.org2013-03-121-11/+18
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-3/+2
* Replaced deprecated v8 API calls by their non-deprecated equivalents.svenpanne@chromium.org2013-02-041-4/+7
* Revert "The extension V8SchemaRegister class does not register any API on And...jcivelli@chromium.org2012-11-281-14/+4
* The extension V8SchemaRegister class does not register any API on Android, sojcivelli@chromium.org2012-11-221-4/+14
* Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...aa@chromium.org2012-04-041-1/+1
* Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-041-1/+1
* Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-041-1/+1
* Revert 130462 - Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-031-1/+1
* Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-031-1/+1
* Make a process-wide cache for the v8::Value representation of extension APIs.kalman@chromium.org2012-03-211-0/+56