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

Side by Side Diff: lib/runtime/dart/html.js

Issue 1689013002: Use Uris for corelibOrder (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « lib/runtime/dart/_isolate_helper.js ('k') | lib/src/codegen/js_codegen.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 dart_library.library('dart/html', null, /* Imports */[ 1 dart_library.library('dart/html', null, /* Imports */[
2 'dart/_runtime', 2 'dart/_runtime',
3 'dart/math', 3 'dart/math',
4 'dart/core', 4 'dart/core',
5 'dart/_metadata',
5 'dart/_js_helper', 6 'dart/_js_helper',
6 'dart/collection', 7 'dart/collection',
7 'dart/async', 8 'dart/async',
8 'dart/_foreign_helper', 9 'dart/_foreign_helper',
9 'dart/isolate' 10 'dart/isolate'
10 ], /* Lazy imports */[ 11 ], /* Lazy imports */[
11 'dart/_metadata',
12 'dart/html_common' 12 'dart/html_common'
13 ], function(exports, dart, math, core, _js_helper, collection, async, _foreign_h elper, isolate, _metadata, html_common) { 13 ], function(exports, dart, math, core, _metadata, _js_helper, collection, async, _foreign_helper, isolate, html_common) {
14 'use strict'; 14 'use strict';
15 let dartx = dart.dartx; 15 let dartx = dart.dartx;
16 dart.export(exports, math, ['Rectangle', 'Point'], []); 16 dart.export(exports, math, ['Rectangle', 'Point'], []);
17 class DartHtmlDomObject extends core.Object { 17 class DartHtmlDomObject extends core.Object {
18 DartHtmlDomObject() { 18 DartHtmlDomObject() {
19 this.raw = null; 19 this.raw = null;
20 } 20 }
21 internal_() { 21 internal_() {
22 this.raw = null; 22 this.raw = null;
23 } 23 }
(...skipping 12849 matching lines...) Expand 10 before | Expand all | Expand 10 after
12873 exports.ElementUpgrader = ElementUpgrader; 12873 exports.ElementUpgrader = ElementUpgrader;
12874 exports.NodeValidator = NodeValidator; 12874 exports.NodeValidator = NodeValidator;
12875 exports.NodeTreeSanitizer = NodeTreeSanitizer; 12875 exports.NodeTreeSanitizer = NodeTreeSanitizer;
12876 exports.UriPolicy = UriPolicy; 12876 exports.UriPolicy = UriPolicy;
12877 exports.spawnDomUri = spawnDomUri; 12877 exports.spawnDomUri = spawnDomUri;
12878 exports.unwrap_jso = unwrap_jso; 12878 exports.unwrap_jso = unwrap_jso;
12879 exports.wrap_jso = wrap_jso; 12879 exports.wrap_jso = wrap_jso;
12880 exports.createCustomUpgrader = createCustomUpgrader; 12880 exports.createCustomUpgrader = createCustomUpgrader;
12881 exports.getHtmlCreateFunction = getHtmlCreateFunction; 12881 exports.getHtmlCreateFunction = getHtmlCreateFunction;
12882 }); 12882 });
OLDNEW
« no previous file with comments | « lib/runtime/dart/_isolate_helper.js ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698