Go to file
Scott Main 3f7d1df129 docs: revise resizing scripts to better organize the
tasks into chunks that are only executed when necessary.

Move the stuff that does the reference panel resizing
into a separate method because this should only happen when
literally resizing the panels. This thus resolves the problem
in which an invalid cookie would sometimes be written during
a normal window resize event -- there's no need to write that
cookie unless the user literally resizes the panel.

There's no need to call resizeWidth all the time, the doc-content
div can manage its width by inheritence and should only ever have
to resize its left margin when the side nav is manually resized or
when the page is loaded (in order to account for a saved side nav
width). This vastly improves the performance and visual quality
when resizing. However, IE6 still requires this in order for the scrollbars
to be visible in the content area. So a flag is now set when IE6 is
the browser, it has its own onresize method
and the width is defined only for IE6.

Inside resizeHeight, check what the href path is before doing any
resizing, just to make sure we don't do unecessary work and to
make the code more readable.
2009-11-02 20:06:04 -08:00
core Windows SDK: support tools/sdklauncher and tools/layoutopt 2009-10-12 16:16:02 -07:00
history Cupcake import history for change 127436 2009-01-23 08:12:18 -08:00
libs/host remove mkdirs/etc which caused us to depend on libutils 2009-06-04 14:54:15 -07:00
target Add assets from all density to the SDK system image. 2009-09-30 17:20:11 -07:00
tools docs: revise resizing scripts to better organize the 2009-11-02 20:06:04 -08:00
buildspec.mk.default BUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default, 2009-10-05 10:06:54 -07:00
cleanspec.mk Finish issue #2168428: STOP SHIP: Bump API version to 5. 2009-10-08 20:50:27 -07:00
envsetup.sh Add cproj function to envsetup.sh that finds an Android.mk and goes to its directory. 2009-07-30 10:24:28 -07:00