OSDN Git Service

Merge change 3175 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 24 Jul 2009 23:04:56 +0000 (16:04 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 24 Jul 2009 23:04:56 +0000 (16:04 -0700)
commite85be87ee6e17df30c1cdfee523e8e8f255ebf62
tree010cf65ba44e9873ab3a9b430ab5460ed3f43d53
parent1e96ac8430da922332e4c85e7eed0e95442ff2ce
parent5b53cd78cd7ac1469b4e2985098bd04dca00a296
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.