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

Side by Side Diff: third_party/jstemplate/README.chromium

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « third_party/harfbuzz-ng/BUILD.gn ('k') | third_party/jstemplate/jsevalcontext.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: google-jstemplate 1 Name: google-jstemplate
2 URL: http://code.google.com/p/google-jstemplate/ 2 URL: http://code.google.com/p/google-jstemplate/
3 License: Apache 2.0 3 License: Apache 2.0
4 Security Critical: yes
5 Version: unknown
6 4
7 "Template processing that is more suitable for the specific development-time 5 "Template processing that is more suitable for the specific development-time
8 and runtime requirements of AJAX based web applications. 6 and runtime requirements of AJAX based web applications.
9 7
10 Specifically, support the case to update a previous template processing 8 Specifically, support the case to update a previous template processing
11 output with an incremental change to the original input data." 9 output with an incremental change to the original input data."
12 10
13 Uncalled functions have been removed from util.js to make the resulting 11 Uncalled functions have been removed from util.js to make the resulting
14 javascript smaller. 12 javascript smaller.
15 13
16 compile.py is a simple program used to generate the single compiled 14 compile.py is a simple program used to generate the single compiled
17 jsfile. 15 jsfile.
18 16
19 jstemplate_compiled.js is the output after passing the code through 17 jstemplate_compiled.js is the output after passing the code through
20 compile.sh. 18 compile.sh.
21
22 Local modifications:
23 Changed JSDoc annotations and subtle code changes to make it compile with modern
24 versions of Closure Compiler. TODO(dbeam): upstream to google code project.
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/BUILD.gn ('k') | third_party/jstemplate/jsevalcontext.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698