commit | e85be87ee6e17df30c1cdfee523e8e8f255ebf62 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Fri Jul 24 16:04:56 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jul 24 16:04:56 2009 -0700 |
tree | 010cf65ba44e9873ab3a9b430ab5460ed3f43d53 | |
parent | 1e96ac8430da922332e4c85e7eed0e95442ff2ce [diff] | |
parent | 5b53cd78cd7ac1469b4e2985098bd04dca00a296 [diff] |
Merge change 3175 into donut * changes: page load perfomance improvements... remove the lists.js file from the <head>, which slows down page load a lot (over 300K), and instead load it dynamically on page load. also remove navtree_data.js from the <head>, which also slows the load and is only used in the reference when in tree view. This file is now loaded during the initialization of the nav tree.