Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 605853003: Stop suppressing generation of bindings with Promise. (Closed) Base URL: https://dart.googlecode.com/svn/branches/dartium_integration/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | tools/dom/scripts/htmldartgenerator.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_blink/dartium/_blink_dartium.dart
diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart
index 641acceb0337ea674442f01a37a00d4186089eb5..e48eb610af756da84b2773e4c0e32902d9b8cf20 100644
--- a/sdk/lib/_blink/dartium/_blink_dartium.dart
+++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
@@ -754,7 +754,17 @@ class BlinkCSSViewportRule {
class BlinkCache {}
-class BlinkCacheStorage {}
+class BlinkCacheStorage {
+ static create_Callback_DOMString(mthis, cacheName) native "CacheStorage_create_Callback_DOMString";
+
+ static delete_Callback_DOMString(mthis, cacheName) native "CacheStorage_delete_Callback_DOMString";
+
+ static get_Callback_DOMString(mthis, cacheName) native "CacheStorage_get_Callback_DOMString";
+
+ static has_Callback_DOMString(mthis, cacheName) native "CacheStorage_has_Callback_DOMString";
+
+ static keys_Callback(mthis) native "CacheStorage_keys_Callback";
+}
class BlinkCanvas2DContextAttributes {
static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter";
@@ -1178,7 +1188,19 @@ class BlinkCredential {
static name_Getter(mthis) native "Credential_name_Getter";
}
-class BlinkCredentialsContainer {}
+class BlinkCredentialsContainer {
+ static notifyFailedSignIn_Callback_Credential(mthis, credential) native "CredentialsContainer_notifyFailedSignIn_Callback_Credential";
+
+ static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyFailedSignIn_Callback";
+
+ static notifySignedIn_Callback_Credential(mthis, credential) native "CredentialsContainer_notifySignedIn_Callback_Credential";
+
+ static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySignedIn_Callback";
+
+ static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySignedOut_Callback";
+
+ static request_Callback_Dictionary(mthis, options) native "CredentialsContainer_request_Callback_Dictionary";
+}
class BlinkCrypto {
static subtle_Getter(mthis) native "Crypto_subtle_Getter";
@@ -2122,7 +2144,15 @@ class BlinkFederatedCredential {
static federation_Getter(mthis) native "FederatedCredential_federation_Getter";
}
-class BlinkFetchBodyStream {}
+class BlinkFetchBodyStream {
+ static asArrayBuffer_Callback(mthis) native "FetchBodyStream_asArrayBuffer_Callback";
+
+ static asBlob_Callback(mthis) native "FetchBodyStream_asBlob_Callback";
+
+ static asJSON_Callback(mthis) native "FetchBodyStream_asJSON_Callback";
+
+ static asText_Callback(mthis) native "FetchBodyStream_asText_Callback";
+}
class BlinkFetchEvent {
static isReload_Getter(mthis) native "FetchEvent_isReload_Getter";
@@ -2231,6 +2261,8 @@ class BlinkFontFace {
static featureSettings_Setter_DOMString(mthis, value) native "FontFace_featureSettings_Setter";
+ static loaded_Getter(mthis) native "FontFace_loaded_Getter";
+
static status_Getter(mthis) native "FontFace_status_Getter";
static stretch_Getter(mthis) native "FontFace_stretch_Getter";
@@ -2252,6 +2284,8 @@ class BlinkFontFace {
static weight_Getter(mthis) native "FontFace_weight_Getter";
static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter";
+
+ static load_Callback(mthis) native "FontFace_load_Callback";
}
class BlinkFontFaceSet {
@@ -2322,7 +2356,13 @@ class BlinkGamepadList {
static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsigned long";
}
-class BlinkGeofencing {}
+class BlinkGeofencing {
+ static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRegions_Callback";
+
+ static registerRegion_Callback_GeofencingRegion(mthis, region) native "Geofencing_registerRegion_Callback_GeofencingRegion";
+
+ static unregisterRegion_Callback_DOMString(mthis, regionId) native "Geofencing_unregisterRegion_Callback_DOMString";
+}
class BlinkGeolocation {
static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch_Callback_long";
@@ -4267,6 +4307,8 @@ class BlinkInstallPhaseEvent {
}
class BlinkInstallEvent {
+ static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback";
+
static replace_Callback(mthis) native "InstallEvent_replace_Callback";
}
@@ -4489,16 +4531,34 @@ class BlinkMediaKeyNeededEvent {
}
class BlinkMediaKeySession {
+ static closed_Getter(mthis) native "MediaKeySession_closed_Getter";
+
static error_Getter(mthis) native "MediaKeySession_error_Getter";
static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter";
static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter";
+
+ static release_Callback(mthis) native "MediaKeySession_release_Callback";
+
+ static update_Callback_ArrayBufferView(mthis, response) native "MediaKeySession_update_Callback_ArrayBufferView";
+
+ static update_Callback_ArrayBuffer(mthis, response) native "MediaKeySession_update_Callback_ArrayBuffer";
}
class BlinkMediaKeys {
static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
+ static create_Callback_DOMString(keySystem) native "MediaKeys_create_Callback_DOMString";
+
+ static createSession_Callback_DOMString_ArrayBufferView(mthis, initDataType, initData) native "MediaKeys_createSession_Callback_DOMString_ArrayBufferView";
+
+ static createSession_Callback_DOMString_ArrayBufferView_DOMString(mthis, initDataType, initData, sessionType) native "MediaKeys_createSession_Callback_DOMString_ArrayBufferView_DOMString";
+
+ static createSession_Callback_DOMString_ArrayBuffer(mthis, initDataType, initData) native "MediaKeys_createSession_Callback_DOMString_ArrayBuffer";
+
+ static createSession_Callback_DOMString_ArrayBuffer_DOMString(mthis, initDataType, initData, sessionType) native "MediaKeys_createSession_Callback_DOMString_ArrayBuffer_DOMString";
+
static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) native "MediaKeys_isTypeSupported_Callback_DOMString_DOMString";
}
@@ -4839,6 +4899,8 @@ class BlinkNavigator {
static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryStorage_Getter";
+ static getBattery_Callback(mthis) native "Navigator_getBattery_Callback";
+
static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback";
static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_Callback";
@@ -5264,7 +5326,9 @@ class BlinkPushEvent {
static data_Getter(mthis) native "PushEvent_data_Getter";
}
-class BlinkPushManager {}
+class BlinkPushManager {
+ static register_Callback_DOMString(mthis, senderId) native "PushManager_register_Callback_DOMString";
+}
class BlinkPushRegistration {
static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter";
@@ -7301,6 +7365,8 @@ class BlinkScreenOrientation {
static type_Getter(mthis) native "ScreenOrientation_type_Getter";
+ static lock_Callback_DOMString(mthis, orientation) native "ScreenOrientation_lock_Callback_DOMString";
+
static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback";
}
@@ -7400,7 +7466,9 @@ class BlinkServiceWorkerClient {
static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "ServiceWorkerClient_postMessage_Callback";
}
-class BlinkServiceWorkerClients {}
+class BlinkServiceWorkerClients {
+ static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Callback";
+}
class BlinkServiceWorkerContainer {
static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter";
@@ -7409,7 +7477,15 @@ class BlinkServiceWorkerContainer {
static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Getter";
+ static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter";
+
static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter";
+
+ static register_Callback_DOMString_Dictionary(mthis, url, options) native "ServiceWorkerContainer_register_Callback_DOMString_Dictionary";
+
+ static unregister_Callback_DOMString(mthis, scope) native "ServiceWorkerContainer_unregister_Callback_DOMString";
+
+ static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Callback";
}
class BlinkServiceWorkerGlobalScope {
@@ -7418,6 +7494,10 @@ class BlinkServiceWorkerGlobalScope {
static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCaches_Getter";
static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter";
+
+ static fetch_Callback_DOMString_Dictionary(mthis, request, requestInitDict) native "ServiceWorkerGlobalScope_fetch_Callback_DOMString_Dictionary";
+
+ static fetch_Callback_Request_Dictionary(mthis, request, requestInitDict) native "ServiceWorkerGlobalScope_fetch_Callback_Request_Dictionary";
}
class BlinkServiceWorkerRegistration {
@@ -7428,6 +7508,8 @@ class BlinkServiceWorkerRegistration {
static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter";
static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter";
+
+ static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister_Callback";
}
class BlinkShadowRoot {
@@ -7732,6 +7814,10 @@ class BlinkStorageInfo {
class BlinkStorageQuota {
static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter";
+
+ static queryInfo_Callback_DOMString(mthis, type) native "StorageQuota_queryInfo_Callback_DOMString";
+
+ static requestPersistentQuota_Callback_ull(mthis, newQuota) native "StorageQuota_requestPersistentQuota_Callback_unsigned long long";
}
class BlinkStream {
@@ -7991,10 +8077,10 @@ class BlinkTreeWalker {
class BlinkURL {
static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_Blob";
- static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaStream";
-
static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaSource";
+ static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaStream";
+
static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Callback_DOMString";
static hash_Getter(mthis) native "URL_hash_Getter";
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | tools/dom/scripts/htmldartgenerator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698