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

Side by Side Diff: pkg/polymer/lib/polymer.dart

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « pkg/polymer/lib/init.dart ('k') | pkg/polymer/lib/src/boot.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 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * Custom HTML tags, data binding, and templates for building 6 * Custom HTML tags, data binding, and templates for building
7 * structured, encapsulated, client-side web apps. 7 * structured, encapsulated, client-side web apps.
8 * 8 *
9 * Polymer.dart, the next evolution of Web UI, 9 * Polymer.dart, the next evolution of Web UI,
10 * is an in-progress Dart port of the 10 * is an in-progress Dart port of the
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 import 'deserialize.dart' as deserialize; 62 import 'deserialize.dart' as deserialize;
63 import 'job.dart'; 63 import 'job.dart';
64 import 'platform.dart' as platform; 64 import 'platform.dart' as platform;
65 import 'src/reflected_type.dart'; 65 import 'src/reflected_type.dart';
66 66
67 export 'package:observe/observe.dart'; 67 export 'package:observe/observe.dart';
68 export 'package:observe/html.dart'; 68 export 'package:observe/html.dart';
69 export 'package:observe/src/microtask.dart'; 69 export 'package:observe/src/microtask.dart';
70 70
71 part 'src/boot.dart';
71 part 'src/declaration.dart'; 72 part 'src/declaration.dart';
72 part 'src/instance.dart'; 73 part 'src/instance.dart';
73 part 'src/loader.dart'; 74 part 'src/loader.dart';
OLDNEW
« no previous file with comments | « pkg/polymer/lib/init.dart ('k') | pkg/polymer/lib/src/boot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698