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

Side by Side Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 258503008: Support Dart debugger API directly (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: ready Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * This library provides entry points to the native Blink code which backs 2 * This library provides entry points to the native Blink code which backs
3 * up the dart:html library. 3 * up the dart:html library.
4 */ 4 */
5 library dart.dom._blink; 5 library dart.dom._blink;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:collection'; 8 import 'dart:collection';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'dart:_internal' hide Symbol, deprecated; 10 import 'dart:_internal' hide Symbol, deprecated;
(...skipping 3882 matching lines...) Expand 10 before | Expand all | Expand 10 after
3893 Native_ImageBitmap_height_Getter(mthis) native "ImageBitmap_height_Getter"; 3893 Native_ImageBitmap_height_Getter(mthis) native "ImageBitmap_height_Getter";
3894 3894
3895 Native_ImageBitmap_width_Getter(mthis) native "ImageBitmap_width_Getter"; 3895 Native_ImageBitmap_width_Getter(mthis) native "ImageBitmap_width_Getter";
3896 3896
3897 Native_ImageData_data_Getter(mthis) native "ImageData_data_Getter"; 3897 Native_ImageData_data_Getter(mthis) native "ImageData_data_Getter";
3898 3898
3899 Native_ImageData_height_Getter(mthis) native "ImageData_height_Getter"; 3899 Native_ImageData_height_Getter(mthis) native "ImageData_height_Getter";
3900 3900
3901 Native_ImageData_width_Getter(mthis) native "ImageData_width_Getter"; 3901 Native_ImageData_width_Getter(mthis) native "ImageData_width_Getter";
3902 3902
3903 Native_InjectedScriptHost_inspect_Callback(mthis, objectId, hints) native "Injec tedScriptHost_inspect_Callback";
3904
3903 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod Context_compositionEndOffset_Getter"; 3905 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod Context_compositionEndOffset_Getter";
3904 3906
3905 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth odContext_compositionStartOffset_Getter"; 3907 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth odContext_compositionStartOffset_Getter";
3906 3908
3907 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale _Getter"; 3909 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale _Getter";
3908 3910
3909 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target _Getter"; 3911 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target _Getter";
3910 3912
3911 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod Context_confirmComposition_Callback_RESOLVER_STRING_0_"; 3913 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod Context_confirmComposition_Callback_RESOLVER_STRING_0_";
3912 3914
(...skipping 3266 matching lines...) Expand 10 before | Expand all | Expand 10 after
7179 7181
7180 Native_TreeWalker_previousNode_Callback(mthis) native "TreeWalker_previousNode_C allback_RESOLVER_STRING_0_"; 7182 Native_TreeWalker_previousNode_Callback(mthis) native "TreeWalker_previousNode_C allback_RESOLVER_STRING_0_";
7181 7183
7182 Native_TreeWalker_previousSibling_Callback(mthis) native "TreeWalker_previousSib ling_Callback_RESOLVER_STRING_0_"; 7184 Native_TreeWalker_previousSibling_Callback(mthis) native "TreeWalker_previousSib ling_Callback_RESOLVER_STRING_0_";
7183 7185
7184 // Generated overload resolver 7186 // Generated overload resolver
7185 Native_URL_createObjectUrl(blob_OR_source_OR_stream) { 7187 Native_URL_createObjectUrl(blob_OR_source_OR_stream) {
7186 if ((blob_OR_source_OR_stream is Blob || blob_OR_source_OR_stream == null)) { 7188 if ((blob_OR_source_OR_stream is Blob || blob_OR_source_OR_stream == null)) {
7187 return Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream); 7189 return Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream);
7188 } 7190 }
7189 if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) { 7191 if ((blob_OR_source_OR_stream is MediaStream || blob_OR_source_OR_stream == null)) {
7190 return Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream); 7192 return Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream);
7191 } 7193 }
7192 if ((blob_OR_source_OR_stream is MediaStream || blob_OR_source_OR_stream == null)) { 7194 if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) {
7193 return Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream); 7195 return Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream);
7194 } 7196 }
7195 throw new ArgumentError("Incorrect number or type of arguments"); 7197 throw new ArgumentError("Incorrect number or type of arguments");
7196 } 7198 }
7197 7199
7198 Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_Blob"; 7200 Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_Blob";
7199 7201
7200 Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaSource"; 7202 Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaStream";
7201 7203
7202 Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaStream"; 7204 Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaSource";
7203 7205
7204 Native_URL_createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Ca llback_RESOLVER_STRING_1_Blob"; 7206 Native_URL_createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Ca llback_RESOLVER_STRING_1_Blob";
7205 7207
7206 Native_URL_createObjectUrlFromSource_Callback(source) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaSource"; 7208 Native_URL_createObjectUrlFromSource_Callback(source) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaSource";
7207 7209
7208 Native_URL_createObjectUrlFromStream_Callback(stream) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaStream"; 7210 Native_URL_createObjectUrlFromStream_Callback(stream) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaStream";
7209 7211
7210 Native_URL_revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RE SOLVER_STRING_1_DOMString"; 7212 Native_URL_revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RE SOLVER_STRING_1_DOMString";
7211 7213
7212 Native_URL_hash_Getter(mthis) native "URL_hash_Getter"; 7214 Native_URL_hash_Getter(mthis) native "URL_hash_Getter";
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
8360 // _DOMStringMap native entry points 8362 // _DOMStringMap native entry points
8361 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 8363 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
8362 8364
8363 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 8365 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
8364 8366
8365 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 8367 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
8366 8368
8367 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 8369 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
8368 8370
8369 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 8371 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« 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