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

Issue 11092092: Support compiling templates in the browser.

Created:
8 years, 2 months ago by Jacob
Modified:
8 years, 2 months ago
Reviewers:
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dart-web-components.git@master
Visibility:
Public.

Description

Support compiling templates in the browser. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1661 lines, -122 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A bin/dwc_browser.dart View 1 chunk +76 lines, -0 lines 0 comments Download
M example/explainer/build_examples.dart View 1 chunk +12 lines, -11 lines 0 comments Download
A extension/background.html View 1 chunk +16 lines, -0 lines 0 comments Download
A extension/background.js View 1 chunk +68 lines, -0 lines 0 comments Download
A extension/build.sh View 1 chunk +17 lines, -0 lines 0 comments Download
A extension/content_script.js View 1 chunk +83 lines, -0 lines 0 comments Download
A extension/dart.js View 1 chunk +249 lines, -0 lines 0 comments Download
A extension/dart_proxy.js View 1 chunk +446 lines, -0 lines 0 comments Download
A extension/manifest.json View 1 chunk +21 lines, -0 lines 0 comments Download
M lib/dwc.dart View 3 chunks +16 lines, -45 lines 0 comments Download
A lib/dwc_shared.dart View 1 chunk +47 lines, -0 lines 0 comments Download
M lib/src/template/analyzer.dart View 1 chunk +1 line, -0 lines 0 comments Download
M lib/src/template/compile.dart View 3 chunks +83 lines, -51 lines 0 comments Download
A lib/src/template/dartio_stub.dart View 1 chunk +389 lines, -0 lines 0 comments Download
M lib/src/template/emitters.dart View 1 chunk +1 line, -0 lines 0 comments Download
M lib/src/template/file_system.dart View 1 chunk +10 lines, -1 line 0 comments Download
A lib/src/template/file_system_browser.dart View 1 chunk +63 lines, -0 lines 0 comments Download
M lib/src/template/file_system_memory.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M lib/src/template/file_system_vm.dart View 1 chunk +31 lines, -7 lines 0 comments Download
M lib/src/template/utils.dart View 2 chunks +20 lines, -1 line 0 comments Download
M pubspec.yaml View 1 chunk +2 lines, -1 line 0 comments Download
M test/analyzer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/run_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/testing.dart View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698