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

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

Issue 7086003: Apply content-security-policy to chrome://plugins page. This involves (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/common/common_resources.grd ('k') | chrome/third_party/jstemplate/compile.py » ('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 3
4 "Template processing that is more suitable for the specific development-time 4 "Template processing that is more suitable for the specific development-time
5 and runtime requirements of AJAX based web applications. 5 and runtime requirements of AJAX based web applications.
6 6
7 Specifically, support the case to update a previous template processing 7 Specifically, support the case to update a previous template processing
8 output with an incremental change to the original input data." 8 output with an incremental change to the original input data."
9 9
10 Uncalled functions have been removed from util.js to make the resulting 10 Uncalled functions have been removed from util.js to make the resulting
11 javascript smaller. 11 javascript smaller.
12 12
13 compile.py is a simple program used to generate the single compiled 13 compile.py is a simple program used to generate the single compiled jsfile.
14 jsfile.
15 14
16 jstemplate_compiled.js is the output after passing the code through 15 NOTE: output is now simply written to stdout so as to allow you to redirect
17 compile.sh. 16 it to a location required by the shared resource bundle.
17
18 See IDR_SHARED_JS_JSTEMPLATE_COMPILED's file attribute in shared_resources.grd
19 to determine the correct location for the output.
20
21 The jstemplate_compiled.js file which formerly resided in this directory is
22 no longer used.
23
24
OLDNEW
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/third_party/jstemplate/compile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698