From 21e9cad7ec96f4aec529152741d5fae7a773b69d Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Fri, 29 Apr 2011 23:57:01 +0000 Subject: Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party to third_party. All third party libraries should be in third_party. The presubmit check complains about jstemplate's README.chromium being nonstandard; I will fix that in a follow-up. The interesting changes are to the .grd file and the .py file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6901102 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6905149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/jstemplate/jstemplate_example.html | 110 ------------------------- 1 file changed, 110 deletions(-) delete mode 100644 third_party/jstemplate/jstemplate_example.html (limited to 'third_party/jstemplate/jstemplate_example.html') diff --git a/third_party/jstemplate/jstemplate_example.html b/third_party/jstemplate/jstemplate_example.html deleted file mode 100644 index 101900f..0000000 --- a/third_party/jstemplate/jstemplate_example.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - Interactive tests for jstemplate - - - - - - - - - - - - - - - - - - - - - - - - - - - -
templatedata
- - - -
- process - reprocess -
output HTMLoutput display
- - -
-
-

Process the - template, upper left, with the data, upper - right. See the resulting DOM in output display, lower - right, and the corresponding HTML text in output HTML, - lower left. Notice, however, that the template processing happens - directly on the HTML DOM, and the HTML text shown is merely the - innerHTML of that DOM.

-

Now, change the data and reprocess the DOM of the output - display with the changed data, and see that the output - display reflects the change. Notice that the reprocessing - takes place on the DOM of output display, i.e. on the - result of the previous template processing.

- - - \ No newline at end of file -- cgit v1.1