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

Side by Side Diff: chrome/third_party/jstemplate/README.txt

Issue 119384: Update JSTemplate to the latest version from Google Code (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/third_party/jstemplate/COPYING ('k') | chrome/third_party/jstemplate/base.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 "Template processing that is more suitable for the specific development-time 1 "Template processing that is more suitable for the specific development-time
2 and runtime requirements of AJAX based web applications. 2 and runtime requirements of AJAX based web applications.
3 3
4 Specifically, support the case to update a previous template processing 4 Specifically, support the case to update a previous template processing
5 output with an incremental change to the original input data." 5 output with an incremental change to the original input data."
6 6
7 This is a branch of jstemplate.js and its dependencies from the Google Maps 7 This is a branch of http://code.google.com/p/google-jstemplate/
8 code.
9 8
10 Uncalled functions have been removed from base.js, dom.js and util.js to make 9 Uncalled functions have been removed from util.js to make the resulting
11 the resulting javascript smaller. 10 javascript smaller.
12 11
13 compile.sh is a simple shell script used to generate the single compiled 12 compile.sh is a simple shell script used to generate the single compiled
14 jsfile. 13 jsfile.
15 14
16 jstemplate_compiled.js is the output after passing the code through 15 jstemplate_compiled.js is the output after passing the code through
17 compile.sh. 16 compile.sh.
OLDNEW
« no previous file with comments | « chrome/third_party/jstemplate/COPYING ('k') | chrome/third_party/jstemplate/base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698