Commit graph

965 commits

Author SHA1 Message Date
Steve Block
5243b109ac WebKit clean required by move of V8 to external/v8.
Change-Id: Idc425e143c928a7da39af9a002705699e3e12901
2009-11-05 07:07:03 +00:00
Scott Main
747f2997f1 am 24fbbfaa: am 3f7d1df1: docs: revise resizing scripts to better organize the tasks into chunks that are only executed when necessary.
Merge commit '24fbbfaa80ce17481e695c001b66c0176b8f0f00' into eclair-mr2

* commit '24fbbfaa80ce17481e695c001b66c0176b8f0f00':
  docs: revise resizing scripts to better organize the
2009-11-03 19:12:40 -08:00
Scott Main
24fbbfaa80 am 3f7d1df1: docs: revise resizing scripts to better organize the tasks into chunks that are only executed when necessary.
Merge commit '3f7d1df12938b6db9849b03c05d5a56784ee147b' into eclair

* commit '3f7d1df12938b6db9849b03c05d5a56784ee147b':
  docs: revise resizing scripts to better organize the
2009-11-03 19:04:40 -08:00
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
Scott Main
4d3aa886db am ec4194ef: am 64b879ac: docs: fix js error when there\'s no api level cookie saved.
Merge commit 'ec4194ef1baa2906f916a01e368bb5d6805ba245' into eclair-mr2

* commit 'ec4194ef1baa2906f916a01e368bb5d6805ba245':
  docs: fix js error when there's no api level cookie saved.
2009-11-02 18:50:09 -08:00
Scott Main
ec4194ef1b am 64b879ac: docs: fix js error when there\'s no api level cookie saved.
Merge commit '64b879ac5bbabe0489869f76b3a20f26aca6ce22' into eclair

* commit '64b879ac5bbabe0489869f76b3a20f26aca6ce22':
  docs: fix js error when there's no api level cookie saved.
2009-11-02 18:40:23 -08:00
Scott Main
64b879ac5b docs: fix js error when there's no api level cookie saved.
currently, if there's no api level cookie saved, then
the selectedLevelItem variable will be undefined and will
throw an error at the end of the buildApilevelSelector function.
Now, userApiLevel is set to the max level in this case.
2009-11-02 18:05:41 -08:00
Scott Main
3f08740b0c am 32b505d9: am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the reference. also increase the minimum width for the header to avoid line-wrapping of the tabs.
Merge commit '32b505d984ed15156b87482f849b865892b57ac2' into eclair-mr2

* commit '32b505d984ed15156b87482f849b865892b57ac2':
  docs: fix IE6 bug in which tabs are not focusable
2009-10-30 15:15:14 -07:00
Scott Main
32b505d984 am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the reference. also increase the minimum width for the header to avoid line-wrapping of the tabs.
Merge commit '8e44ae9c762785d80e54bc75e2ba353f486414ec' into eclair

* commit '8e44ae9c762785d80e54bc75e2ba353f486414ec':
  docs: fix IE6 bug in which tabs are not focusable
2009-10-30 15:04:17 -07:00
Scott Main
8e44ae9c76 docs: fix IE6 bug in which tabs are not focusable
while in the reference. also increase the minimum
width for the header to avoid line-wrapping of the tabs.
2009-10-30 13:33:39 -07:00
Dan Egnor
d1850e739b Fix incremental build break in openssl. 2009-10-29 13:05:27 -07:00
Scott Main
df0ca90073 am a7d1eaf5: am 9b5fdb9c: docs: add checkbox to toggle the api level filter on and off; this includes some function renaming for the related scripts.
Merge commit 'a7d1eaf572e391ed0e4ba6c39c02804ad0c1e14e' into eclair-mr2

* commit 'a7d1eaf572e391ed0e4ba6c39c02804ad0c1e14e':
  docs: add checkbox to toggle the api level filter on and off;
2009-10-29 01:25:23 -07:00
Dan Egnor
a6b495ce40 Clean frameworks after replacing IDropBox.aidl with
IDropBoxService.aidl, which causes some build confusion
with dependencies and Parcelables and so on.

(Will be checked in immediately after the change in question)
2009-10-28 16:25:47 -07:00
android-build SharedAccount
8a5d527223 resolved conflicts for merge of 3fa11599 to eclair-mr2 2009-10-28 16:12:11 -07:00
Scott Main
eae4fc960c am 836a695f: am f1bac52f: fix search for offline docs. again.
Merge commit '836a695f01799566969c12d5c83459bdb5d8b2c2' into eclair-mr2

* commit '836a695f01799566969c12d5c83459bdb5d8b2c2':
  fix search for offline docs. again.
2009-10-28 10:30:34 -07:00
Dirk Dougherty
12313686fb am ee3a3c1f: am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.
Merge commit 'ee3a3c1f59f6d0d50edce5b0f0f33c02eb3c53d7' into eclair-mr2

* commit 'ee3a3c1f59f6d0d50edce5b0f0f33c02eb3c53d7':
  doc change: include SDK Tools in notice to 1.6 developers.
2009-10-28 10:26:52 -07:00
Scott Main
a7d1eaf572 am 9b5fdb9c: docs: add checkbox to toggle the api level filter on and off; this includes some function renaming for the related scripts.
Merge commit '9b5fdb9c23f9301d1a963a6e9be4b46ad70922d7' into eclair

* commit '9b5fdb9c23f9301d1a963a6e9be4b46ad70922d7':
  docs: add checkbox to toggle the api level filter on and off;
2009-10-27 17:39:37 -07:00
Scott Main
9b5fdb9c23 docs: add checkbox to toggle the api level filter on and off;
this includes some function renaming for the related scripts.

the checkbox will be unchecked by default, so any users
that currently have an api level filter selected will now
see all apis until they click the checkbox. the old api level
cookie is still saved the same, but the selected value will only
be applied if the checkbox is selected, which has its own cookie
for on or off.
2009-10-27 16:56:08 -07:00
Dianne Hackborn
3fa115999c Bump version to 2.1 API 6.
Change-Id: Ic607952dfaa96d8735c83bb26bae4f2f4161fcbc
2009-10-26 17:40:19 -07:00
Scott Main
836a695f01 am f1bac52f: fix search for offline docs. again.
Merge commit 'f1bac52fe28ba503c63c929d9d0711671273635f' into eclair

* commit 'f1bac52fe28ba503c63c929d9d0711671273635f':
  fix search for offline docs. again.
2009-10-26 15:41:42 -07:00
Scott Main
f1bac52fe2 fix search for offline docs. again. 2009-10-26 14:44:48 -07:00
Dirk Dougherty
ee3a3c1f59 am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.
Merge commit 'c2c5e505ac5eda38eb7be4e2ce8f094e5c0e1259' into eclair

* commit 'c2c5e505ac5eda38eb7be4e2ce8f094e5c0e1259':
  doc change: include SDK Tools in notice to 1.6 developers.
2009-10-26 11:18:47 -07:00
Dirk Dougherty
c2c5e505ac doc change: include SDK Tools in notice to 1.6 developers.
Bug:2160782
Change-Id: Ib70255c889495df7dbb958fe51977735554a0912
2009-10-24 14:38:58 -07:00
Scott Main
214ea8f14e am 3af366dd: am 462cc377: docs: implement sdk announcement in a collapsible box and revise the \'special\' box color and add rounded corners.
Merge commit '3af366ddb2634f97f440b1437bbd21d00101c93b' into eclair-mr2

* commit '3af366ddb2634f97f440b1437bbd21d00101c93b':
  docs: implement sdk announcement in a collapsible box
2009-10-23 21:13:32 -07:00
Scott Main
3af366ddb2 am 462cc377: docs: implement sdk announcement in a collapsible box and revise the \'special\' box color and add rounded corners.
Merge commit '462cc37742b4e7d8e348ac9264eb3e5e35cbfeef' into eclair

* commit '462cc37742b4e7d8e348ac9264eb3e5e35cbfeef':
  docs: implement sdk announcement in a collapsible box
2009-10-23 21:04:02 -07:00
Scott Main
11cb880f1e am e0ac5c3e: am 0d8872e6: docs: change javascript so that SDK docs that are not listed in the left nav do not highlight parent index documents
Merge commit 'e0ac5c3e86bf9980ab9181b1cebdf937a8eb36e9' into eclair-mr2

* commit 'e0ac5c3e86bf9980ab9181b1cebdf937a8eb36e9':
  docs: change javascript so that SDK docs that are not
2009-10-23 17:08:14 -07:00
Scott Main
e0ac5c3e86 am 0d8872e6: docs: change javascript so that SDK docs that are not listed in the left nav do not highlight parent index documents
Merge commit '0d8872e6f2462a947c1543b88a7a353072b808e3' into eclair

* commit '0d8872e6f2462a947c1543b88a7a353072b808e3':
  docs: change javascript so that SDK docs that are not
2009-10-23 17:00:25 -07:00
Scott Main
462cc37742 docs: implement sdk announcement in a collapsible box
and revise the 'special' box color and add rounded corners.
2009-10-23 16:47:09 -07:00
Scott Main
7a0ec6b566 am f963ee63: am 60dba894: docs: add eclair logo for homepage
Merge commit 'f963ee638c974942ad99ff4ca9ec985d489e5388' into eclair-mr2

* commit 'f963ee638c974942ad99ff4ca9ec985d489e5388':
  docs: add eclair logo for homepage
2009-10-23 13:10:12 -07:00
Scott Main
0d8872e6f2 docs: change javascript so that SDK docs that are not
listed in the left nav do not highlight parent index documents
2009-10-23 13:05:56 -07:00
Scott Main
f963ee638c am 60dba894: docs: add eclair logo for homepage
Merge commit '60dba89451e4ee489720436a9a3f3de4823da7d2' into eclair

* commit '60dba89451e4ee489720436a9a3f3de4823da7d2':
  docs: add eclair logo for homepage
2009-10-23 13:02:29 -07:00
Scott Main
60dba89451 docs: add eclair logo for homepage 2009-10-23 12:22:42 -07:00
Doug Zongker
5f5f08dd22 stop adding ota-rel-keys tag when signing
ota-rel-keys is now redundant with release-keys, since there are no
"half-signed" builds any more.
2009-10-22 16:09:34 -07:00
Brett Chabot
7627a373f3 am 5449e457: Merge change I3fb149d2 into eclair
Merge commit '5449e457534a619f7b2aaa008024095023b801ba' into eclair-mr2

* commit '5449e457534a619f7b2aaa008024095023b801ba':
  Remove 'cd top' step from envsetup runtest shortcut.
2009-10-22 14:12:09 -07:00
Android (Google) Code Review
5449e45753 Merge change I3fb149d2 into eclair
* changes:
  Remove 'cd top' step from envsetup runtest shortcut.
2009-10-22 17:04:56 -04:00
Dirk Dougherty
31150b290e am f03f574a: am 3d3d7b7e: doc change: template changes for new SDK doc structure.
Merge commit 'f03f574a021e412b2060116c1112b62b4c21c2fe' into eclair-mr2

* commit 'f03f574a021e412b2060116c1112b62b4c21c2fe':
  doc change: template changes for new SDK doc structure.
2009-10-22 11:31:55 -07:00
Dirk Dougherty
3b5065ff86 am 51da2c57: am fce6b45f: doc change: template/asset changes for sdk package.
Merge commit '51da2c573d945d17890e519e7e26a89b2d2f7b51' into eclair-mr2

* commit '51da2c573d945d17890e519e7e26a89b2d2f7b51':
  doc change: template/asset changes for sdk package.
2009-10-22 11:31:51 -07:00
Dirk Dougherty
f03f574a02 am 3d3d7b7e: doc change: template changes for new SDK doc structure.
Merge commit '3d3d7b7efd755d13c7e70f01b1ba00ba0742a354' into eclair

* commit '3d3d7b7efd755d13c7e70f01b1ba00ba0742a354':
  doc change: template changes for new SDK doc structure.
2009-10-22 11:22:00 -07:00
Dirk Dougherty
51da2c573d am fce6b45f: doc change: template/asset changes for sdk package.
Merge commit 'fce6b45f629e59b79beed1c18486530c00769bbf' into eclair

* commit 'fce6b45f629e59b79beed1c18486530c00769bbf':
  doc change: template/asset changes for sdk package.
2009-10-22 11:21:51 -07:00
Owen Lin
355670b985 am 64d5a807: Add OVERRIDE_PACKAGES support for prebuild modules.
Merge commit '64d5a8070630e816e62fc2d3fdcbe820f50ec924' into eclair-mr2

* commit '64d5a8070630e816e62fc2d3fdcbe820f50ec924':
  Add OVERRIDE_PACKAGES support for prebuild modules.
2009-10-22 06:44:28 -07:00
Brandon Ballinger
c6c462434c am 36f349ac: Merge change Ied29246e into eclair
Merge commit '36f349acc9c976cf3966ebde5df6410a09a3d7a5' into eclair-mr2

* commit '36f349acc9c976cf3966ebde5df6410a09a3d7a5':
  Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.
2009-10-22 06:43:04 -07:00
Doug Zongker
b04f8cdccf am decdbd79: (-s ours) Merge change I5e98e6f0 into eclair
Merge commit 'decdbd7956c34895f73001cfa2018a27c8702ad0' into eclair-mr2

* commit 'decdbd7956c34895f73001cfa2018a27c8702ad0':
  use aapt to build jar files instead of the system zip (DO NOT MERGE)
2009-10-21 22:22:32 -07:00
Brett Chabot
3fb149d2cb Remove 'cd top' step from envsetup runtest shortcut.
Instead, execute runtest as an absolute path. Ths is necessary to support
relative path based arguments in runtest. Bug 2133198
2009-10-21 20:05:26 -07:00
Dirk Dougherty
3d3d7b7efd doc change: template changes for new SDK doc structure.
Bug:2160782
2009-10-21 19:52:52 -07:00
Owen Lin
64d5a80706 Add OVERRIDE_PACKAGES support for prebuild modules.
So that some prebuild module can override existing packages.

Change-Id: I4f0d019e07b84d24cf0234903bd4b06104e0ed27
2009-10-20 22:23:37 -07:00
Android (Google) Code Review
36f349acc9 Merge change Ied29246e into eclair
* changes:
  Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.
2009-10-20 22:28:45 -04:00
Brandon Ballinger
ed29246e31 Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules. 2009-10-20 17:41:16 -07:00
Android (Google) Code Review
decdbd7956 Merge change I5e98e6f0 into eclair
* changes:
  use aapt to build jar files instead of the system zip (DO NOT MERGE)
2009-10-20 16:28:14 -04:00
Owen Lin
daf234d374 am 0a7b54de: Add package Gallery into default build.
Merge commit '0a7b54de3a7b3a13d8bcc1a11286f374ae51dc21' into eclair-mr2

* commit '0a7b54de3a7b3a13d8bcc1a11286f374ae51dc21':
  Add package Gallery into default build.
2009-10-20 09:57:53 -07:00
Owen Lin
0a7b54de3a Add package Gallery into default build.
Change-Id: Ia4447fdb6c4c26a5419ef59cc9d8276838a95854
2009-10-20 03:13:04 -07:00