From 7cd22a5102842cfbb51e06c626d769d81bb78210 Mon Sep 17 00:00:00 2001 From: "arv@google.com" Date: Tue, 14 Jul 2009 00:40:25 +0000 Subject: This provides a simpler js template engine than JsTemplate. It has been optimized for the way we do internationalization with JST before and is about 4 times faster (average 4.8ms vs 22.8ms) for the history page. The syntax for this is very similar to JsTemplates. It uses the attributes i18n-values and i18n-content which worls like jsvalues and jscontent except that it does not allow arbitrary expressions. BUG=None TEST=All UI pages should work as before Review URL: http://codereview.chromium.org/149420 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20590 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/dir_header.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/base/dir_header.html b/net/base/dir_header.html index ec4eb3a..afdfcf2 100644 --- a/net/base/dir_header.html +++ b/net/base/dir_header.html @@ -1,4 +1,5 @@ - + +