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

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

Issue 593853002: Chrome 38 script changes from integration branch (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/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') | no next file with comments »
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 6779434b4acf641712dd44e5e3bd89bd909689a0..6d16a9e017c0240a4eeb2764b2380f4f14559334 100644
--- a/sdk/lib/_blink/dartium/_blink_dartium.dart
+++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
@@ -24,14 +24,6 @@ class BlinkANGLEInstancedArrays {
class BlinkAbstractWorker {}
-class BlinkKeyAlgorithm {
- static name_Getter(mthis) native "KeyAlgorithm_name_Getter";
-}
-
-class BlinkAesKeyAlgorithm {
- static length_Getter(mthis) native "AesKeyAlgorithm_length_Getter";
-}
-
class BlinkEventTarget {
static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_EventListener_boolean";
@@ -151,8 +143,6 @@ class BlinkAnimationPlayer {
static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime_Setter";
- static timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter";
-
static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback";
static finish_Callback(mthis) native "AnimationPlayer_finish_Callback";
@@ -203,6 +193,8 @@ class BlinkAnimationPlayerEvent {
class BlinkAnimationTimeline {
static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter";
+ static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimationPlayers_Callback";
+
static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_play_Callback_AnimationNode";
}
@@ -259,7 +251,7 @@ class BlinkNode {
static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Setter";
- static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Callback";
+ static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Callback_Node";
static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback";
@@ -267,11 +259,11 @@ class BlinkNode {
static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback";
- static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node_insertBefore_Callback";
+ static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node_insertBefore_Callback_Node_Node";
- static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Callback";
+ static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Callback_Node";
- static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node_replaceChild_Callback";
+ static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node_replaceChild_Callback_Node_Node";
}
class BlinkAttr {
@@ -425,14 +417,6 @@ class BlinkAudioListener {
class BlinkAudioParam {
static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter";
- static maxValue_Getter(mthis) native "AudioParam_maxValue_Getter";
-
- static minValue_Getter(mthis) native "AudioParam_minValue_Getter";
-
- static name_Getter(mthis) native "AudioParam_name_Getter";
-
- static units_Getter(mthis) native "AudioParam_units_Getter";
-
static value_Getter(mthis) native "AudioParam_value_Getter";
static value_Setter_float(mthis, value) native "AudioParam_value_Setter";
@@ -602,10 +586,6 @@ class BlinkCSSCharsetRule {
static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding_Setter";
}
-class BlinkCSSFontFaceLoadEvent {
- static fontfaces_Getter(mthis) native "CSSFontFaceLoadEvent_fontfaces_Getter";
-}
-
class BlinkCSSFontFaceRule {
static style_Getter(mthis) native "CSSFontFaceRule_style_Getter";
}
@@ -764,6 +744,10 @@ class BlinkCSSViewportRule {
static style_Getter(mthis) native "CSSViewportRule_style_Getter";
}
+class BlinkCache {}
+
+class BlinkCacheStorage {}
+
class BlinkCanvas2DContextAttributes {
static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter";
@@ -857,8 +841,12 @@ class BlinkCanvasRenderingContext2D {
static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_textBaseline_Setter";
+ static addHitRegion_Callback_Dictionary(mthis, options) native "CanvasRenderingContext2D_addHitRegion_Callback_Dictionary";
+
static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Callback";
+ static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearHitRegions_Callback";
+
static clearRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float";
static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback";
@@ -951,6 +939,8 @@ class BlinkCanvasRenderingContext2D {
static putImageData_Callback_ImageData_float_float_float_float_float_float(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float_float_float_float_float";
+ static removeHitRegion_Callback_DOMString(mthis, id) native "CanvasRenderingContext2D_removeHitRegion_Callback_DOMString";
+
static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTransform_Callback";
static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callback";
@@ -1006,10 +996,18 @@ class BlinkChannelMergerNode {}
class BlinkChannelSplitterNode {}
-class BlinkClient {
- static id_Getter(mthis) native "Client_id_Getter";
+class BlinkGeofencingRegion {
+ static id_Getter(mthis) native "GeofencingRegion_id_Getter";
+}
+
+class BlinkCircularRegion {
+ static constructorCallback_Dictionary(init) native "CircularRegion_constructorCallback_Dictionary";
+
+ static latitude_Getter(mthis) native "CircularRegion_latitude_Getter";
- static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, message, messagePorts) native "Client_postMessage_Callback";
+ static longitude_Getter(mthis) native "CircularRegion_longitude_Getter";
+
+ static radius_Getter(mthis) native "CircularRegion_radius_Getter";
}
class BlinkClientRect {
@@ -1156,12 +1154,32 @@ class BlinkCoordinates {
class BlinkCounter {}
+class BlinkCredential {
+ static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter";
+
+ static id_Getter(mthis) native "Credential_id_Getter";
+
+ static name_Getter(mthis) native "Credential_name_Getter";
+}
+
+class BlinkCredentialsContainer {}
+
class BlinkCrypto {
static subtle_Getter(mthis) native "Crypto_subtle_Getter";
static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_getRandomValues_Callback";
}
+class BlinkCryptoKey {
+ static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter";
+
+ static extractable_Getter(mthis) native "CryptoKey_extractable_Getter";
+
+ static type_Getter(mthis) native "CryptoKey_type_Getter";
+
+ static usages_Getter(mthis) native "CryptoKey_usages_Getter";
+}
+
class BlinkCustomEvent {
static detail_Getter(mthis) native "CustomEvent_detail_Getter";
@@ -1202,12 +1220,230 @@ class BlinkDOMImplementation {
static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native "DOMImplementation_hasFeature_Callback_DOMString_DOMString";
}
+class BlinkDOMMatrixReadOnly {
+ static a_Getter(mthis) native "DOMMatrixReadOnly_a_Getter";
+
+ static b_Getter(mthis) native "DOMMatrixReadOnly_b_Getter";
+
+ static c_Getter(mthis) native "DOMMatrixReadOnly_c_Getter";
+
+ static d_Getter(mthis) native "DOMMatrixReadOnly_d_Getter";
+
+ static e_Getter(mthis) native "DOMMatrixReadOnly_e_Getter";
+
+ static f_Getter(mthis) native "DOMMatrixReadOnly_f_Getter";
+
+ static is2D_Getter(mthis) native "DOMMatrixReadOnly_is2D_Getter";
+
+ static isIdentity_Getter(mthis) native "DOMMatrixReadOnly_isIdentity_Getter";
+
+ static m11_Getter(mthis) native "DOMMatrixReadOnly_m11_Getter";
+
+ static m12_Getter(mthis) native "DOMMatrixReadOnly_m12_Getter";
+
+ static m13_Getter(mthis) native "DOMMatrixReadOnly_m13_Getter";
+
+ static m14_Getter(mthis) native "DOMMatrixReadOnly_m14_Getter";
+
+ static m21_Getter(mthis) native "DOMMatrixReadOnly_m21_Getter";
+
+ static m22_Getter(mthis) native "DOMMatrixReadOnly_m22_Getter";
+
+ static m23_Getter(mthis) native "DOMMatrixReadOnly_m23_Getter";
+
+ static m24_Getter(mthis) native "DOMMatrixReadOnly_m24_Getter";
+
+ static m31_Getter(mthis) native "DOMMatrixReadOnly_m31_Getter";
+
+ static m32_Getter(mthis) native "DOMMatrixReadOnly_m32_Getter";
+
+ static m33_Getter(mthis) native "DOMMatrixReadOnly_m33_Getter";
+
+ static m34_Getter(mthis) native "DOMMatrixReadOnly_m34_Getter";
+
+ static m41_Getter(mthis) native "DOMMatrixReadOnly_m41_Getter";
+
+ static m42_Getter(mthis) native "DOMMatrixReadOnly_m42_Getter";
+
+ static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter";
+
+ static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter";
+}
+
+class BlinkDOMMatrix {
+ static constructorCallback() native "DOMMatrix_constructorCallback";
+
+ static constructorCallback_DOMMatrixReadOnly(other) native "DOMMatrix_constructorCallback_DOMMatrixReadOnly";
+
+ static a_Getter(mthis) native "DOMMatrix_a_Getter";
+
+ static a_Setter_double(mthis, value) native "DOMMatrix_a_Setter";
+
+ static b_Getter(mthis) native "DOMMatrix_b_Getter";
+
+ static b_Setter_double(mthis, value) native "DOMMatrix_b_Setter";
+
+ static c_Getter(mthis) native "DOMMatrix_c_Getter";
+
+ static c_Setter_double(mthis, value) native "DOMMatrix_c_Setter";
+
+ static d_Getter(mthis) native "DOMMatrix_d_Getter";
+
+ static d_Setter_double(mthis, value) native "DOMMatrix_d_Setter";
+
+ static e_Getter(mthis) native "DOMMatrix_e_Getter";
+
+ static e_Setter_double(mthis, value) native "DOMMatrix_e_Setter";
+
+ static f_Getter(mthis) native "DOMMatrix_f_Getter";
+
+ static f_Setter_double(mthis, value) native "DOMMatrix_f_Setter";
+
+ static m11_Getter(mthis) native "DOMMatrix_m11_Getter";
+
+ static m11_Setter_double(mthis, value) native "DOMMatrix_m11_Setter";
+
+ static m12_Getter(mthis) native "DOMMatrix_m12_Getter";
+
+ static m12_Setter_double(mthis, value) native "DOMMatrix_m12_Setter";
+
+ static m13_Getter(mthis) native "DOMMatrix_m13_Getter";
+
+ static m13_Setter_double(mthis, value) native "DOMMatrix_m13_Setter";
+
+ static m14_Getter(mthis) native "DOMMatrix_m14_Getter";
+
+ static m14_Setter_double(mthis, value) native "DOMMatrix_m14_Setter";
+
+ static m21_Getter(mthis) native "DOMMatrix_m21_Getter";
+
+ static m21_Setter_double(mthis, value) native "DOMMatrix_m21_Setter";
+
+ static m22_Getter(mthis) native "DOMMatrix_m22_Getter";
+
+ static m22_Setter_double(mthis, value) native "DOMMatrix_m22_Setter";
+
+ static m23_Getter(mthis) native "DOMMatrix_m23_Getter";
+
+ static m23_Setter_double(mthis, value) native "DOMMatrix_m23_Setter";
+
+ static m24_Getter(mthis) native "DOMMatrix_m24_Getter";
+
+ static m24_Setter_double(mthis, value) native "DOMMatrix_m24_Setter";
+
+ static m31_Getter(mthis) native "DOMMatrix_m31_Getter";
+
+ static m31_Setter_double(mthis, value) native "DOMMatrix_m31_Setter";
+
+ static m32_Getter(mthis) native "DOMMatrix_m32_Getter";
+
+ static m32_Setter_double(mthis, value) native "DOMMatrix_m32_Setter";
+
+ static m33_Getter(mthis) native "DOMMatrix_m33_Getter";
+
+ static m33_Setter_double(mthis, value) native "DOMMatrix_m33_Setter";
+
+ static m34_Getter(mthis) native "DOMMatrix_m34_Getter";
+
+ static m34_Setter_double(mthis, value) native "DOMMatrix_m34_Setter";
+
+ static m41_Getter(mthis) native "DOMMatrix_m41_Getter";
+
+ static m41_Setter_double(mthis, value) native "DOMMatrix_m41_Setter";
+
+ static m42_Getter(mthis) native "DOMMatrix_m42_Getter";
+
+ static m42_Setter_double(mthis, value) native "DOMMatrix_m42_Setter";
+
+ static m43_Getter(mthis) native "DOMMatrix_m43_Getter";
+
+ static m43_Setter_double(mthis, value) native "DOMMatrix_m43_Setter";
+
+ static m44_Getter(mthis) native "DOMMatrix_m44_Getter";
+
+ static m44_Setter_double(mthis, value) native "DOMMatrix_m44_Setter";
+}
+
class BlinkDOMParser {
static constructorCallback() native "DOMParser_constructorCallback";
static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) native "DOMParser_parseFromString_Callback_DOMString_DOMString";
}
+class BlinkDOMPointReadOnly {
+ static constructorCallback_double_double_double_double(x, y, z, w) native "DOMPointReadOnly_constructorCallback_double_double_double_double";
+
+ static w_Getter(mthis) native "DOMPointReadOnly_w_Getter";
+
+ static x_Getter(mthis) native "DOMPointReadOnly_x_Getter";
+
+ static y_Getter(mthis) native "DOMPointReadOnly_y_Getter";
+
+ static z_Getter(mthis) native "DOMPointReadOnly_z_Getter";
+}
+
+class BlinkDOMPoint {
+ static constructorCallback_Dictionary(point_OR_x) native "DOMPoint_constructorCallback_Dictionary";
+
+ static constructorCallback_double_double_double_double(point_OR_x, y, z, w) native "DOMPoint_constructorCallback_double_double_double_double";
+
+ static w_Getter(mthis) native "DOMPoint_w_Getter";
+
+ static w_Setter_double(mthis, value) native "DOMPoint_w_Setter";
+
+ static x_Getter(mthis) native "DOMPoint_x_Getter";
+
+ static x_Setter_double(mthis, value) native "DOMPoint_x_Setter";
+
+ static y_Getter(mthis) native "DOMPoint_y_Getter";
+
+ static y_Setter_double(mthis, value) native "DOMPoint_y_Setter";
+
+ static z_Getter(mthis) native "DOMPoint_z_Getter";
+
+ static z_Setter_double(mthis, value) native "DOMPoint_z_Setter";
+}
+
+class BlinkDOMRectReadOnly {
+ static constructorCallback_double_double_double_double(x, y, width, height) native "DOMRectReadOnly_constructorCallback_double_double_double_double";
+
+ static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter";
+
+ static height_Getter(mthis) native "DOMRectReadOnly_height_Getter";
+
+ static left_Getter(mthis) native "DOMRectReadOnly_left_Getter";
+
+ static right_Getter(mthis) native "DOMRectReadOnly_right_Getter";
+
+ static top_Getter(mthis) native "DOMRectReadOnly_top_Getter";
+
+ static width_Getter(mthis) native "DOMRectReadOnly_width_Getter";
+
+ static x_Getter(mthis) native "DOMRectReadOnly_x_Getter";
+
+ static y_Getter(mthis) native "DOMRectReadOnly_y_Getter";
+}
+
+class BlinkDOMRect {
+ static constructorCallback_double_double_double_double(x, y, width, height) native "DOMRect_constructorCallback_double_double_double_double";
+
+ static height_Getter(mthis) native "DOMRect_height_Getter";
+
+ static height_Setter_double(mthis, value) native "DOMRect_height_Setter";
+
+ static width_Getter(mthis) native "DOMRect_width_Getter";
+
+ static width_Setter_double(mthis, value) native "DOMRect_width_Setter";
+
+ static x_Getter(mthis) native "DOMRect_x_Getter";
+
+ static x_Setter_double(mthis, value) native "DOMRect_x_Setter";
+
+ static y_Getter(mthis) native "DOMRect_y_Getter";
+
+ static y_Setter_double(mthis, value) native "DOMRect_y_Setter";
+}
+
class BlinkDOMTokenList {
static length_Getter(mthis) native "DOMTokenList_length_Getter";
@@ -1219,8 +1455,6 @@ class BlinkDOMTokenList {
static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Callback_DOMString";
- static toString_Callback(mthis) native "DOMTokenList_toString_Callback";
-
static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMTokenList_toggle_Callback_DOMString_boolean";
static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Callback_DOMString";
@@ -1381,7 +1615,7 @@ class BlinkWorkerGlobalScope {
}
class BlinkDedicatedWorkerGlobalScope {
- static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messagePorts) native "DedicatedWorkerGlobalScope_postMessage_Callback";
+ static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "DedicatedWorkerGlobalScope_postMessage_Callback";
}
class BlinkDelayNode {
@@ -1531,6 +1765,10 @@ class BlinkDocument {
static fonts_Getter(mthis) native "Document_fonts_Getter";
+ static fullscreenElement_Getter(mthis) native "Document_fullscreenElement_Getter";
+
+ static fullscreenEnabled_Getter(mthis) native "Document_fullscreenEnabled_Getter";
+
static head_Getter(mthis) native "Document_head_Getter";
static hidden_Getter(mthis) native "Document_hidden_Getter";
@@ -1569,8 +1807,6 @@ class BlinkDocument {
static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter";
- static webkitPointerLockElement_Getter(mthis) native "Document_webkitPointerLockElement_Getter";
-
static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilityState_Getter";
static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callback_Node";
@@ -1587,10 +1823,6 @@ class BlinkDocument {
static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFilter";
- static createNodeIterator_Callback_Node_ul(mthis, root, whatToShow) native "Document_createNodeIterator_Callback_Node_unsigned long";
-
- static createNodeIterator_Callback_Node(mthis, root) native "Document_createNodeIterator_Callback_Node";
-
static createRange_Callback(mthis) native "Document_createRange_Callback";
static createTextNode_Callback_DOMString(mthis, data) native "Document_createTextNode_Callback_DOMString";
@@ -1601,14 +1833,12 @@ class BlinkDocument {
static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter";
- static createTreeWalker_Callback_Node_ul(mthis, root, whatToShow) native "Document_createTreeWalker_Callback_Node_unsigned long";
-
- static createTreeWalker_Callback_Node(mthis, root) native "Document_createTreeWalker_Callback_Node";
-
static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_elementFromPoint_Callback_long_long";
static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userInterface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMString";
+ static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback";
+
static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callback";
static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, contextId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMString_DOMString_long_long";
@@ -1623,8 +1853,6 @@ class BlinkDocument {
static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_importNode_Callback_Node_boolean";
- static importNode_Callback_Node(mthis, node) native "Document_importNode_Callback_Node";
-
static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document_queryCommandEnabled_Callback_DOMString";
static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Document_queryCommandIndeterm_Callback_DOMString";
@@ -1637,8 +1865,6 @@ class BlinkDocument {
static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscreen_Callback";
- static webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPointerLock_Callback";
-
static childElementCount_Getter(mthis) native "Document_childElementCount_Getter";
static children_Getter(mthis) native "Document_children_Getter";
@@ -1755,6 +1981,8 @@ class BlinkElement {
static focus_Callback(mthis) native "Element_focus_Callback";
+ static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers_Callback";
+
static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribute_Callback_DOMString";
static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_getAttributeNS_Callback_DOMString_DOMString";
@@ -1785,11 +2013,9 @@ class BlinkElement {
static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback_DOMString_DOMString";
- static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_Callback";
-
- static scrollByLines_Callback_long(mthis, lines) native "Element_scrollByLines_Callback_long";
+ static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Callback";
- static scrollByPages_Callback_long(mthis, pages) native "Element_scrollByPages_Callback_long";
+ static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_Callback";
static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_scrollIntoView_Callback_boolean";
@@ -1803,8 +2029,6 @@ class BlinkElement {
static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceURI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMString_DOMString";
- static webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestFullscreen_Callback";
-
static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Getter";
static previousElementSibling_Getter(mthis) native "Element_previousElementSibling_Getter";
@@ -1848,7 +2072,17 @@ class BlinkEventSource {
static close_Callback(mthis) native "EventSource_close_Callback";
}
+class BlinkFederatedCredential {
+ static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, avatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_DOMString_DOMString_DOMString";
+
+ static federation_Getter(mthis) native "FederatedCredential_federation_Getter";
+}
+
+class BlinkFetchBodyStream {}
+
class BlinkFetchEvent {
+ static isReload_Getter(mthis) native "FetchEvent_isReload_Getter";
+
static request_Getter(mthis) native "FetchEvent_request_Getter";
static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respondWith_Callback_ScriptValue";
@@ -1988,6 +2222,10 @@ class BlinkFontFaceSet {
static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback_FontFace";
}
+class BlinkFontFaceSetLoadEvent {
+ static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter";
+}
+
class BlinkFormData {
static constructorCallback_HTMLFormElement(form) native "FormData_constructorCallback_HTMLFormElement";
@@ -2030,12 +2268,14 @@ class BlinkGamepadList {
static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsigned long";
}
+class BlinkGeofencing {}
+
class BlinkGeolocation {
static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch_Callback_long";
- static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_object(mthis, successCallback, errorCallback, options) native "Geolocation_getCurrentPosition_Callback";
+ static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary";
- static watchPosition_Callback_PositionCallback_PositionErrorCallback_object(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback";
+ static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary";
}
class BlinkGeoposition {
@@ -2669,6 +2909,10 @@ class BlinkHTMLHeadingElement {}
class BlinkHTMLHtmlElement {}
class BlinkHTMLIFrameElement {
+ static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen_Getter";
+
+ static allowFullscreen_Setter_boolean(mthis, value) native "HTMLIFrameElement_allowFullscreen_Setter";
+
static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Getter";
static height_Getter(mthis) native "HTMLIFrameElement_height_Getter";
@@ -2767,6 +3011,10 @@ class BlinkHTMLInputElement {
static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofocus_Setter";
+ static capture_Getter(mthis) native "HTMLInputElement_capture_Getter";
+
+ static capture_Setter_boolean(mthis, value) native "HTMLInputElement_capture_Setter";
+
static checked_Getter(mthis) native "HTMLInputElement_checked_Getter";
static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_Setter";
@@ -3056,7 +3304,37 @@ class BlinkHTMLMapElement {
class BlinkHTMLMarqueeElement {}
-class BlinkHTMLMenuElement {}
+class BlinkHTMLMenuElement {
+ static label_Getter(mthis) native "HTMLMenuElement_label_Getter";
+
+ static label_Setter_DOMString(mthis, value) native "HTMLMenuElement_label_Setter";
+
+ static type_Getter(mthis) native "HTMLMenuElement_type_Getter";
+
+ static type_Setter_DOMString(mthis, value) native "HTMLMenuElement_type_Setter";
+}
+
+class BlinkHTMLMenuItemElement {
+ static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter";
+
+ static checked_Setter_boolean(mthis, value) native "HTMLMenuItemElement_checked_Setter";
+
+ static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter";
+
+ static default_Setter_boolean(mthis, value) native "HTMLMenuItemElement_default_Setter";
+
+ static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter";
+
+ static disabled_Setter_boolean(mthis, value) native "HTMLMenuItemElement_disabled_Setter";
+
+ static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter";
+
+ static label_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_label_Setter";
+
+ static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter";
+
+ static type_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_type_Setter";
+}
class BlinkHTMLMetaElement {
static content_Getter(mthis) native "HTMLMetaElement_content_Getter";
@@ -3682,24 +3960,18 @@ class BlinkHashChangeEvent {
static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString";
}
-class BlinkHeaderMap {
- static constructorCallback() native "HeaderMap_constructorCallback";
-
- static size_Getter(mthis) native "HeaderMap_size_Getter";
+class BlinkHeaders {
+ static constructorCallback() native "Headers_constructorCallback";
- static clear_Callback(mthis) native "HeaderMap_clear_Callback";
+ static constructorCallback_Headers(input) native "Headers_constructorCallback_Headers";
- static delete_Callback_DOMString(mthis, key) native "HeaderMap_delete_Callback_DOMString";
+ static constructorCallback_Dictionary(input) native "Headers_constructorCallback_Dictionary";
- static forEach_Callback_HeaderMapForEachCallback_ScriptValue(mthis, callback, thisArg) native "HeaderMap_forEach_Callback_HeaderMapForEachCallback_ScriptValue";
+ static size_Getter(mthis) native "Headers_size_Getter";
- static forEach_Callback_HeaderMapForEachCallback(mthis, callback) native "HeaderMap_forEach_Callback_HeaderMapForEachCallback";
+ static forEach_Callback_HeadersForEachCallback_ScriptValue(mthis, callback, thisArg) native "Headers_forEach_Callback_HeadersForEachCallback_ScriptValue";
- static get_Callback_DOMString(mthis, key) native "HeaderMap_get_Callback_DOMString";
-
- static has_Callback_DOMString(mthis, key) native "HeaderMap_has_Callback_DOMString";
-
- static set_Callback_DOMString_DOMString(mthis, key, value) native "HeaderMap_set_Callback_DOMString_DOMString";
+ static forEach_Callback_HeadersForEachCallback(mthis, callback) native "Headers_forEach_Callback_HeadersForEachCallback";
}
class BlinkHistory {
@@ -3718,12 +3990,6 @@ class BlinkHistory {
static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title, url) native "History_replaceState_Callback";
}
-class BlinkHmacKeyAlgorithm {
- static hash_Getter(mthis) native "HmacKeyAlgorithm_hash_Getter";
-
- static length_Getter(mthis) native "HmacKeyAlgorithm_length_Getter";
-}
-
class BlinkIDBCursor {
static direction_Getter(mthis) native "IDBCursor_direction_Getter";
@@ -3797,9 +4063,9 @@ class BlinkIDBIndex {
static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callback_ScriptValue";
- static openCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native "IDBIndex_openCursor_Callback_ScriptValue_DOMString";
+ static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) native "IDBIndex_openCursor_Callback_ScriptValue_DOMString";
- static openKeyCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString";
+ static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) native "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString";
}
class BlinkIDBKeyRange {
@@ -3934,19 +4200,7 @@ class BlinkInstallEvent {
static replace_Callback(mthis) native "InstallEvent_replace_Callback";
}
-class BlinkKey {
- static algorithm_Getter(mthis) native "Key_algorithm_Getter";
-
- static extractable_Getter(mthis) native "Key_extractable_Getter";
-
- static type_Getter(mthis) native "Key_type_Getter";
-
- static usages_Getter(mthis) native "Key_usages_Getter";
-}
-
class BlinkKeyboardEvent {
- static altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter";
-
static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter";
static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter";
@@ -3965,7 +4219,13 @@ class BlinkKeyboardEvent {
static getModifierState_Callback_DOMString(mthis, keyArgument) native "KeyboardEvent_getModifierState_Callback_DOMString";
- static initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_ul_boolean_boolean_boolean_boolean_boolean(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey) native "KeyboardEvent_initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean_boolean";
+ static initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_ul_boolean_boolean_boolean_boolean(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEvent_initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean";
+}
+
+class BlinkLocalCredential {
+ static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, avatarURL, password) native "LocalCredential_constructorCallback_DOMString_DOMString_DOMString_DOMString";
+
+ static password_Getter(mthis) native "LocalCredential_password_Getter";
}
class BlinkLocation {
@@ -4152,19 +4412,11 @@ class BlinkMediaKeySession {
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_Uint8Array(mthis, response) native "MediaKeySession_update_Callback_Uint8Array";
}
class BlinkMediaKeys {
- static constructorCallback_DOMString(keySystem) native "MediaKeys_constructorCallback_DOMString";
-
static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
- static createSession_Callback_DOMString_Uint8Array(mthis, type, initData) native "MediaKeys_createSession_Callback_DOMString_Uint8Array";
-
static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) native "MediaKeys_isTypeSupported_Callback_DOMString_DOMString";
}
@@ -4233,6 +4485,8 @@ class BlinkMediaStream {
static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_getTrackById_Callback_DOMString";
+ static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback";
+
static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callback";
static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_removeTrack_Callback_MediaStreamTrack";
@@ -4263,6 +4517,8 @@ class BlinkMediaStreamTrack {
static label_Getter(mthis) native "MediaStreamTrack_label_Getter";
+ static muted_Getter(mthis) native "MediaStreamTrack_muted_Getter";
+
static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter";
static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback";
@@ -4305,7 +4561,7 @@ class BlinkMessageEvent {
class BlinkMessagePort {
static close_Callback(mthis) native "MessagePort_close_Callback";
- static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messagePorts) native "MessagePort_postMessage_Callback";
+ static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "MessagePort_postMessage_Callback";
static start_Callback(mthis) native "MessagePort_start_Callback";
}
@@ -4361,6 +4617,8 @@ class BlinkMouseEvent {
static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter";
+ static region_Getter(mthis) native "MouseEvent_region_Getter";
+
static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter";
static screenX_Getter(mthis) native "MouseEvent_screenX_Getter";
@@ -4465,8 +4723,12 @@ class BlinkNavigator {
static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter";
+ static credentials_Getter(mthis) native "Navigator_credentials_Getter";
+
static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter";
+ static geofencing_Getter(mthis) native "Navigator_geofencing_Getter";
+
static geolocation_Getter(mthis) native "Navigator_geolocation_Getter";
static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter";
@@ -4491,8 +4753,6 @@ class BlinkNavigator {
static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback";
- static getMediaDevices_Callback_MediaDeviceInfoCallback(mthis, resultCallback) native "Navigator_getMediaDevices_Callback_MediaDeviceInfoCallback";
-
static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_Callback";
static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString";
@@ -4999,7 +5259,7 @@ class BlinkRTCIceCandidateEvent {
}
class BlinkRTCPeerConnection {
- static constructorCallback_Dictionary_Dictionary(rtcIceServers, mediaConstraints) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary";
+ static constructorCallback_Dictionary_Dictionary(rtcConfiguration, mediaConstraints) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary";
static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectionState_Getter";
@@ -5023,7 +5283,7 @@ class BlinkRTCPeerConnection {
static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary";
- static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary";
+ static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPeerConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary";
static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStreams_Callback";
@@ -5136,22 +5396,30 @@ class BlinkRange {
static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefore_Callback_Node";
static surroundContents_Callback_Node(mthis, newParent) native "Range_surroundContents_Callback_Node";
-
- static toString_Callback(mthis) native "Range_toString_Callback";
}
+class BlinkReadableStream {}
+
class BlinkRect {}
+class BlinkRelatedEvent {
+ static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter";
+}
+
class BlinkRequest {
- static constructorCallback_Dictionary(requestInitDict) native "Request_constructorCallback_Dictionary";
+ static constructorCallback_DOMString_Dictionary(input, requestInitDict) native "Request_constructorCallback_DOMString_Dictionary";
+
+ static constructorCallback_Request_Dictionary(input, requestInitDict) native "Request_constructorCallback_Request_Dictionary";
+
+ static credentials_Getter(mthis) native "Request_credentials_Getter";
static headers_Getter(mthis) native "Request_headers_Getter";
- static origin_Getter(mthis) native "Request_origin_Getter";
+ static mode_Getter(mthis) native "Request_mode_Getter";
- static url_Getter(mthis) native "Request_url_Getter";
+ static referrer_Getter(mthis) native "Request_referrer_Getter";
- static url_Setter_DOMString(mthis, value) native "Request_url_Setter";
+ static url_Getter(mthis) native "Request_url_Getter";
}
class BlinkResourceProgressEvent {
@@ -5159,17 +5427,9 @@ class BlinkResourceProgressEvent {
}
class BlinkResponse {
- static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Response_constructorCallback_Blob_Dictionary";
-}
-
-class BlinkRsaKeyAlgorithm {
- static modulusLength_Getter(mthis) native "RsaKeyAlgorithm_modulusLength_Getter";
-
- static publicExponent_Getter(mthis) native "RsaKeyAlgorithm_publicExponent_Getter";
-}
+ static constructorCallback_DOMString_Dictionary(body, responseInitDict) native "Response_constructorCallback_DOMString_Dictionary";
-class BlinkRsaHashedKeyAlgorithm {
- static hash_Getter(mthis) native "RsaHashedKeyAlgorithm_hash_Getter";
+ static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Response_constructorCallback_Blob_Dictionary";
}
class BlinkSQLError {
@@ -5749,8 +6009,6 @@ class BlinkSVGFEMorphologyElement {
static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter";
- static setRadius_Callback_float_float(mthis, radiusX, radiusY) native "SVGFEMorphologyElement_setRadius_Callback_float_float";
-
static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter";
static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter";
@@ -6759,6 +7017,8 @@ class BlinkSVGStyleElement {
static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Setter";
+ static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter";
+
static title_Getter(mthis) native "SVGStyleElement_title_Getter";
static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Setter";
@@ -6918,8 +7178,14 @@ class BlinkScreen {
static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter";
static width_Getter(mthis) native "Screen_width_Getter";
+}
+
+class BlinkScreenOrientation {
+ static angle_Getter(mthis) native "ScreenOrientation_angle_Getter";
- static unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Callback";
+ static type_Getter(mthis) native "ScreenOrientation_type_Getter";
+
+ static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback";
}
class BlinkScriptProcessorNode {
@@ -6991,6 +7257,8 @@ class BlinkSelection {
static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend_Callback_Node_long";
+ static extend_Callback_Node(mthis, node) native "Selection_extend_Callback_Node";
+
static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Callback_long";
static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction, granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString";
@@ -7004,12 +7272,16 @@ class BlinkSelection {
static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_setPosition_Callback_Node_long";
static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Callback_Node";
-
- static toString_Callback(mthis) native "Selection_toString_Callback";
}
class BlinkServiceWorker {}
+class BlinkServiceWorkerClient {
+ static id_Getter(mthis) native "ServiceWorkerClient_id_Getter";
+
+ static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "ServiceWorkerClient_postMessage_Callback";
+}
+
class BlinkServiceWorkerClients {}
class BlinkServiceWorkerContainer {
@@ -7025,9 +7297,21 @@ class BlinkServiceWorkerContainer {
class BlinkServiceWorkerGlobalScope {
static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter";
+ static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCaches_Getter";
+
static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter";
}
+class BlinkServiceWorkerRegistration {
+ static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter";
+
+ static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_Getter";
+
+ static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter";
+
+ static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter";
+}
+
class BlinkShadowRoot {
static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter";
@@ -7493,24 +7777,24 @@ class BlinkTouch {
static clientY_Getter(mthis) native "Touch_clientY_Getter";
+ static force_Getter(mthis) native "Touch_force_Getter";
+
static identifier_Getter(mthis) native "Touch_identifier_Getter";
static pageX_Getter(mthis) native "Touch_pageX_Getter";
static pageY_Getter(mthis) native "Touch_pageY_Getter";
+ static radiusX_Getter(mthis) native "Touch_radiusX_Getter";
+
+ static radiusY_Getter(mthis) native "Touch_radiusY_Getter";
+
static screenX_Getter(mthis) native "Touch_screenX_Getter";
static screenY_Getter(mthis) native "Touch_screenY_Getter";
static target_Getter(mthis) native "Touch_target_Getter";
- static webkitForce_Getter(mthis) native "Touch_webkitForce_Getter";
-
- static webkitRadiusX_Getter(mthis) native "Touch_webkitRadiusX_Getter";
-
- static webkitRadiusY_Getter(mthis) native "Touch_webkitRadiusY_Getter";
-
static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Getter";
}
@@ -7579,10 +7863,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";
@@ -7639,6 +7923,8 @@ class BlinkURLUtilsReadOnly {
static href_Getter(mthis) native "WorkerLocation_href_Getter";
+ static origin_Getter(mthis) native "WorkerLocation_origin_Getter";
+
static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter";
static port_Getter(mthis) native "WorkerLocation_port_Getter";
@@ -7999,7 +8285,7 @@ class BlinkWebGLRenderingContextBase {
static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long";
- static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_getAttachedShaders_Callback";
+ static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_getAttachedShaders_Callback_WebGLProgram";
static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMString";
@@ -8301,7 +8587,7 @@ class BlinkWebGLRenderingContext {
static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long";
- static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback";
+ static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback_WebGLProgram";
static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString";
@@ -8525,8 +8811,6 @@ class BlinkWebKitPoint {
}
class BlinkWebSocket {
- static constructorCallback_DOMString(url) native "WebSocket_constructorCallback_DOMString";
-
static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) native "WebSocket_constructorCallback_DOMString_DOMString";
static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protocols) native "WebSocket_constructorCallback_DOMString_sequence<DOMString>";
@@ -8569,13 +8853,9 @@ class BlinkWheelEvent {
static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter";
- static webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelEvent_webkitDirectionInvertedFromDevice_Getter";
-
static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter";
static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter";
-
- static initWebKitWheelEvent_Callback_long_long_Window_long_long_long_long_boolean_boolean_boolean_boolean(mthis, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) native "WheelEvent_initWebKitWheelEvent_Callback_long_long_Window_long_long_long_long_boolean_boolean_boolean_boolean";
}
class BlinkWindow {
@@ -8711,7 +8991,7 @@ class BlinkWindow {
static openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback(mthis, name, version, displayName, estimatedSize, creationCallback) native "Window_openDatabase_Callback_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback";
- static postMessage_Callback_SerializedScriptValue_DOMString_A_MessagePort_A(mthis, message, targetOrigin, messagePorts) native "Window_postMessage_Callback";
+ static postMessage_Callback_SerializedScriptValue_DOMString_SEQ_MessagePort_SEQ(mthis, message, targetOrigin, transfer) native "Window_postMessage_Callback";
static print_Callback(mthis) native "Window_print_Callback";
@@ -8731,12 +9011,6 @@ class BlinkWindow {
static stop_Callback(mthis) native "Window_stop_Callback";
- static toString_Callback(mthis) native "Window_toString_Callback";
-
- static webkitConvertPointFromNodeToPage_Callback_Node_WebKitPoint(mthis, node, p) native "Window_webkitConvertPointFromNodeToPage_Callback_Node_WebKitPoint";
-
- static webkitConvertPointFromPageToNode_Callback_Node_WebKitPoint(mthis, node, p) native "Window_webkitConvertPointFromPageToNode_Callback_Node_WebKitPoint";
-
static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback";
static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback";
@@ -8757,7 +9031,7 @@ class BlinkWindow {
class BlinkWorker {
static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCallback_DOMString";
- static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, message, messagePorts) native "Worker_postMessage_Callback";
+ static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "Worker_postMessage_Callback";
static terminate_Callback(mthis) native "Worker_terminate_Callback";
}
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698