OSDN Git Service

android-x86/build.git
11 years agoMerge "add camera.goldfish.jpeg to emulator targets and mini targets" into jb-mr2-dev
keunyoung [Thu, 14 Mar 2013 22:59:27 +0000 (22:59 +0000)]
Merge "add camera.goldfish.jpeg to emulator targets and mini targets" into jb-mr2-dev

11 years agoadd camera.goldfish.jpeg to emulator targets and mini targets
keunyoung [Tue, 12 Mar 2013 23:28:37 +0000 (16:28 -0700)]
add camera.goldfish.jpeg to emulator targets and mini targets

- For mini targets, it is for making camera work in mini-emulator targets

Change-Id: I0bebb3ae9135c78af8ba4209ba2ba60e074325b3

11 years agoLink libgcc.a before shared libraries (especially libc.so).
Ben Cheng [Wed, 13 Mar 2013 01:15:18 +0000 (18:15 -0700)]
Link libgcc.a before shared libraries (especially libc.so).

BUG: 8247455
Change-Id: Ia8816536ca95a7084e80c7f425f81658afea9609

11 years agoresolved conflicts for merge of a3aea5b6 to jb-mr2-dev
Raphael Moll [Thu, 14 Mar 2013 19:41:16 +0000 (12:41 -0700)]
resolved conflicts for merge of a3aea5b6 to jb-mr2-dev

Change-Id: I4ff0adb3f9d9b5ae293c4903569e871ac5f2e9ae

11 years agoam 0ec2f3df: Merge "Build SDK using prebuilts/devtools."
Raphael Moll [Thu, 14 Mar 2013 18:44:07 +0000 (11:44 -0700)]
am 0ec2f3df: Merge "Build SDK using prebuilts/devtools."

* commit '0ec2f3df4b40da9ae6d0ea0258fdcefca99992a3':
  Build SDK using prebuilts/devtools.

11 years agoMerge "Build SDK using prebuilts/devtools."
Raphael Moll [Thu, 14 Mar 2013 18:31:36 +0000 (18:31 +0000)]
Merge "Build SDK using prebuilts/devtools."

11 years agoBuild SDK using prebuilts/devtools.
Raphael Moll [Wed, 13 Mar 2013 22:30:35 +0000 (15:30 -0700)]
Build SDK using prebuilts/devtools.

Cleans up some unused/renamed files:
- sdk_only_whitelist is better named windows_sdk_whitelist.
- a few product.mk dependencies should not be listed here
  any more but in the sdk/product.mk instead (which they were.)

Change-Id: Ifad3049321c8ec4edd8b94b83e570eebba442e7d

11 years agoMerge "We need to use the ARM EABI to pass vector registers properly (i.e. float2...
Stephen Hines [Wed, 13 Mar 2013 01:20:15 +0000 (01:20 +0000)]
Merge "We need to use the ARM EABI to pass vector registers properly (i.e. float2)." into jb-mr2-dev

11 years agoWe need to use the ARM EABI to pass vector registers properly (i.e. float2).
Stephen Hines [Wed, 13 Mar 2013 00:10:19 +0000 (17:10 -0700)]
We need to use the ARM EABI to pass vector registers properly (i.e. float2).

Given the following function signature:
void rsDebug(const char *s, float2 f2);

Under the regular ARM ABI, the arguments would be passed as follows:
r0 <- s
r1 <- f2.x
r2 <- f2.y

Under the ARM EABI, the arguments would be passed as follows:
r0 <- s
r1 <- UNUSED due to alignment padding for vector operation
r2 <- f2.x
r3 <- f2.y

Change-Id: I2332c8555c00003ae900f299fa3aee1b3ccac439

11 years agoMerge "Add LOCAL_APK_LIBRARIES argument." into jb-mr2-dev
Dianne Hackborn [Tue, 12 Mar 2013 19:31:11 +0000 (19:31 +0000)]
Merge "Add LOCAL_APK_LIBRARIES argument." into jb-mr2-dev

11 years agoAdd LOCAL_APK_LIBRARIES argument.
Dianne Hackborn [Tue, 12 Mar 2013 01:04:55 +0000 (18:04 -0700)]
Add LOCAL_APK_LIBRARIES argument.

This allows you to build apks that link against other
apks using the framework's new shared library apk feature.

Also if you are using LOCAL_APK_LIBRARIES, then LOCAL_DEX_PREOPT
will not be allowed.  This is because using preopt means the
apk is stripped of its dex file, so the pre-installed apk can't
be redexed if its associated library changes.  (Even if the build
system didn't strip the dex, Dalvik still has issues because it
assumes a pre-odex file is always valid.)

Change-Id: I952c0d24f8975f75aff67f78b5faeec91144c3e7

11 years agoMerge "reflect the migration of emulator hal to device/generic/goldfish" into jb...
keunyoung [Mon, 11 Mar 2013 21:48:54 +0000 (21:48 +0000)]
Merge "reflect the migration of emulator hal to device/generic/goldfish" into jb-mr2-dev

11 years agoam e9d67dcc: am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width...
Scott Main [Mon, 11 Mar 2013 20:55:05 +0000 (13:55 -0700)]
am e9d67dcc: am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit 'e9d67dccb01cf91d04b71f590b8e91737be70e64':
  tweak jspane width property to ensure bg color for highlighted item is full width

11 years agoam 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to...
Scott Main [Mon, 11 Mar 2013 20:51:18 +0000 (13:51 -0700)]
am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit '5666261023e8b5362f848ccfd307d52c6b1f2150':
  tweak jspane width property to ensure bg color for highlighted item is full width

11 years agoam 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color...
Scott Main [Mon, 11 Mar 2013 20:49:53 +0000 (13:49 -0700)]
am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit '5fef291f3e9fa5139d0876a960e0173ef77842da':
  tweak jspane width property to ensure bg color for highlighted item is full width

11 years agoam 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highligh...
Scott Main [Mon, 11 Mar 2013 20:48:34 +0000 (13:48 -0700)]
am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit '3aca7544a51296777a91fa6e3ef203cebf14d04c':
  tweak jspane width property to ensure bg color for highlighted item is full width

11 years agoam 2d967c6d: tweak jspane width property to ensure bg color for highlighted item...
Scott Main [Mon, 11 Mar 2013 20:47:13 +0000 (13:47 -0700)]
am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit '2d967c6df63c625659dbca486a4ba0a20c1f3561':
  tweak jspane width property to ensure bg color for highlighted item is full width

11 years agoreflect the migration of emulator hal to device/generic/goldfish
keunyoung [Fri, 8 Mar 2013 20:54:36 +0000 (12:54 -0800)]
reflect the migration of emulator hal to device/generic/goldfish

- no longer need to check the presence as device/generic/goldfish is in PDK

Change-Id: I551dd283fb6511d8ebd45a8519f797f8ba2f1a05

11 years agoMerge "Don't try to group static libraries on mac." into jb-mr2-dev
Torne (Richard Coles) [Mon, 11 Mar 2013 16:31:08 +0000 (16:31 +0000)]
Merge "Don't try to group static libraries on mac." into jb-mr2-dev

11 years agoam 4f499fba: am c36f41fd: Merge "Support gdb wrappers"
Ying Wang [Mon, 11 Mar 2013 16:26:06 +0000 (09:26 -0700)]
am 4f499fba: am c36f41fd: Merge "Support gdb wrappers"

* commit '4f499fba73dd7bc04248f310df9b8b90f93d5de8':
  Support gdb wrappers

11 years agoam c36f41fd: Merge "Support gdb wrappers"
Ying Wang [Mon, 11 Mar 2013 16:24:06 +0000 (09:24 -0700)]
am c36f41fd: Merge "Support gdb wrappers"

* commit 'c36f41fd38c0dfc09ef486e6c3b2eda26c3a5b24':
  Support gdb wrappers

11 years agotweak jspane width property to ensure bg color for highlighted item is full width
Scott Main [Mon, 11 Mar 2013 16:21:07 +0000 (09:21 -0700)]
tweak jspane width property to ensure bg color for highlighted item is full width

Change-Id: I92e66493229476c29cf71c74091f36063638def4

11 years agoMerge "Support gdb wrappers"
Ying Wang [Mon, 11 Mar 2013 16:08:23 +0000 (16:08 +0000)]
Merge "Support gdb wrappers"

11 years agoDon't try to group static libraries on mac.
Torne (Richard Coles) [Mon, 11 Mar 2013 14:59:42 +0000 (14:59 +0000)]
Don't try to group static libraries on mac.

Mac's linker doesn't support --start-group and --end-group; it scans
libraries repeatedly even without these options, so it's not necessary.

Change-Id: If22527e75470f7fa9452dc33efe4d40a60d0919a

11 years agoFixed whitespace and env pollution issues in pez
Michael Wright [Sat, 9 Mar 2013 01:34:02 +0000 (17:34 -0800)]
Fixed whitespace and env pollution issues in pez

Change-Id: I40574d6cdab31e920535c09d24fe8463aee57586

11 years agopez: colored SUCCESS/FAILURE indicator
Alex Ray [Fri, 8 Mar 2013 23:15:06 +0000 (15:15 -0800)]
pez: colored SUCCESS/FAILURE indicator

pez is a new bash function that can be prepended to existing functions
or commands to clearly show a colored exit status.

Example:
$ pez mmm frameworks/base/etc

will print all the usual output, and at the end either a green "SUCCESS"
line or a red "FAILURE" line.

Change-Id: I7e369b0280d6ece16fb0be1895278c26922491fe

11 years agoSupport gdb wrappers
John Michelau [Fri, 9 Nov 2012 17:48:04 +0000 (11:48 -0600)]
Support gdb wrappers

Use gdbwrapper() for launching gdb.  This can be redefined to launch
one of the many gdb wrappers instead.

Example:
function gdbwrapper()
{
    ddd --debugger $ANDROID_TOOLCHAIN/$GDB -x "$@"
}

Change-Id: I3cce8a2ca1bae6d531e2388a93cb52075b21a42c

11 years agoam ae9dc40d: am eda13282: Merge changes I1998a9d6,I2513f0de
Kenny Root [Fri, 8 Mar 2013 19:45:55 +0000 (11:45 -0800)]
am ae9dc40d: am eda13282: Merge changes I1998a9d6,I2513f0de

* commit 'ae9dc40d9e3a4dfe949b82b95d0e92012c4308e6':
  Function to grep AndroidManifest.xml files.
  Utility to dump stacks from arbitrary processes.

11 years agoam eda13282: Merge changes I1998a9d6,I2513f0de
Kenny Root [Fri, 8 Mar 2013 19:44:03 +0000 (11:44 -0800)]
am eda13282: Merge changes I1998a9d6,I2513f0de

* commit 'eda132820bede79a109c16aa0c91bd6cb15380d8':
  Function to grep AndroidManifest.xml files.
  Utility to dump stacks from arbitrary processes.

11 years agoMerge changes I1998a9d6,I2513f0de
Kenny Root [Fri, 8 Mar 2013 19:23:00 +0000 (19:23 +0000)]
Merge changes I1998a9d6,I2513f0de

* changes:
  Function to grep AndroidManifest.xml files.
  Utility to dump stacks from arbitrary processes.

11 years agoMerge "Mips needs to be marked little-endian explicitly." into jb-mr2-dev
Stephen Hines [Fri, 8 Mar 2013 18:59:53 +0000 (18:59 +0000)]
Merge "Mips needs to be marked little-endian explicitly." into jb-mr2-dev

11 years agoFunction to grep AndroidManifest.xml files.
Jeff Sharkey [Fri, 8 Mar 2013 18:20:47 +0000 (10:20 -0800)]
Function to grep AndroidManifest.xml files.

(cherry picked from commit 50b61e9e66bad2f8addc425271b41e74babf3a34)

Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e

11 years agoUtility to dump stacks from arbitrary processes.
Jeff Sharkey [Wed, 20 Feb 2013 01:00:46 +0000 (17:00 -0800)]
Utility to dump stacks from arbitrary processes.

Saves any existing traces, dumps stacks from the target process,
then restores the original traces.

(cherry picked from commit f582437162ff483b342ad9d02cb0af948a734c5a)

Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00

11 years agoMerge "Function to grep AndroidManifest.xml files." into jb-mr2-dev
Jeff Sharkey [Fri, 8 Mar 2013 18:53:04 +0000 (18:53 +0000)]
Merge "Function to grep AndroidManifest.xml files." into jb-mr2-dev

11 years agoFunction to grep AndroidManifest.xml files.
Jeff Sharkey [Fri, 8 Mar 2013 18:20:47 +0000 (10:20 -0800)]
Function to grep AndroidManifest.xml files.

Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e

11 years agoMips needs to be marked little-endian explicitly.
Stephen Hines [Fri, 8 Mar 2013 17:02:52 +0000 (09:02 -0800)]
Mips needs to be marked little-endian explicitly.

Change-Id: Id4a08124b6c809c29a5e338d7aa0741db3ac57a3

11 years agoam 11872e25: am c47bea9d: Merge "Remove nonexisting module names."
Ying Wang [Fri, 8 Mar 2013 02:57:52 +0000 (18:57 -0800)]
am 11872e25: am c47bea9d: Merge "Remove nonexisting module names."

* commit '11872e259252ffa45874c8e3ebe38a3c41bbd579':
  Remove nonexisting module names.

11 years agoam b95a4ed6: am 161e0ef9: Merge "Adding TARGET_CPU_VARIANT to config file."
Christopher Ferris [Fri, 8 Mar 2013 02:57:51 +0000 (18:57 -0800)]
am b95a4ed6: am 161e0ef9: Merge "Adding TARGET_CPU_VARIANT to config file."

* commit 'b95a4ed64aff542d04b667ff5f239d152735808a':
  Adding TARGET_CPU_VARIANT to config file.

11 years agoam c47bea9d: Merge "Remove nonexisting module names."
Ying Wang [Fri, 8 Mar 2013 02:55:30 +0000 (18:55 -0800)]
am c47bea9d: Merge "Remove nonexisting module names."

* commit 'c47bea9dd9288bf429afe1434829afd5e8c208a0':
  Remove nonexisting module names.

11 years agoam 161e0ef9: Merge "Adding TARGET_CPU_VARIANT to config file."
Christopher Ferris [Fri, 8 Mar 2013 02:55:29 +0000 (18:55 -0800)]
am 161e0ef9: Merge "Adding TARGET_CPU_VARIANT to config file."

* commit '161e0ef974d0cddf74b82bbe9c0843ca6f2f320e':
  Adding TARGET_CPU_VARIANT to config file.

11 years agoMerge "Remove nonexisting module names."
Ying Wang [Fri, 8 Mar 2013 02:30:48 +0000 (02:30 +0000)]
Merge "Remove nonexisting module names."

11 years agoRemove nonexisting module names.
Ying Wang [Fri, 8 Mar 2013 02:28:53 +0000 (18:28 -0800)]
Remove nonexisting module names.

Change-Id: I825de45f1b982e4aa391b11bf18ba90432272fa7

11 years agoMerge "Adding TARGET_CPU_VARIANT to config file."
Christopher Ferris [Fri, 8 Mar 2013 02:18:08 +0000 (02:18 +0000)]
Merge "Adding TARGET_CPU_VARIANT to config file."

11 years agoAdding TARGET_CPU_VARIANT to config file.
Christopher Ferris [Sat, 23 Feb 2013 01:24:25 +0000 (17:24 -0800)]
Adding TARGET_CPU_VARIANT to config file.

Adding this since all arm builds will require TARGET_CPU_VARIANT
to be set to a valid value in the near future.

Merge from internal master.

Change-Id: I2b73f9dbdd04cd8ac47035875c714bd0e75920e7

11 years agoresolved conflicts for merge of de949b11 to jb-mr2-dev
Ying Wang [Fri, 8 Mar 2013 01:58:32 +0000 (17:58 -0800)]
resolved conflicts for merge of de949b11 to jb-mr2-dev

Change-Id: I5a4c8cefeaf9e2f27be4b7ed8e4b30cb5a83a2f5

11 years agoam 671d90ea: Merge "Add module names to emulator PRODUCT_PACKAGES."
Ying Wang [Fri, 8 Mar 2013 01:49:44 +0000 (17:49 -0800)]
am 671d90ea: Merge "Add module names to emulator PRODUCT_PACKAGES."

* commit '671d90ea1d20312df60b700748d49dac17054099':
  Add module names to emulator PRODUCT_PACKAGES.

11 years agoMerge "Add module names to emulator PRODUCT_PACKAGES."
Ying Wang [Fri, 8 Mar 2013 01:15:00 +0000 (01:15 +0000)]
Merge "Add module names to emulator PRODUCT_PACKAGES."

11 years agoMerge "Add support for multiple architectures with RS compat lib." into jb-mr2-dev
Tim Murray [Thu, 7 Mar 2013 23:34:11 +0000 (23:34 +0000)]
Merge "Add support for multiple architectures with RS compat lib." into jb-mr2-dev

11 years agoMerge "recovery: choose between available fonts based on device density" into jb...
Doug Zongker [Thu, 7 Mar 2013 22:34:00 +0000 (22:34 +0000)]
Merge "recovery: choose between available fonts based on device density" into jb-mr2-dev

11 years agoMerge "Add fr_CA to l10n builds Bug: 7579865" into jb-mr2-dev
Justin Ho [Thu, 7 Mar 2013 20:34:22 +0000 (20:34 +0000)]
Merge "Add fr_CA to l10n builds Bug: 7579865" into jb-mr2-dev

11 years agoAdd fr_CA to l10n builds
Justin Ho [Thu, 7 Mar 2013 20:27:44 +0000 (12:27 -0800)]
Add fr_CA to l10n builds
Bug: 7579865

Change-Id: I92c1368b97ced96cacc560d829707b9b7de69ef4

11 years agoam e2b31818: am 5b654685: am 7b21b887: am 3797ec57: am 288099b2: am a07be8ee: switch...
Scott Main [Thu, 7 Mar 2013 20:21:27 +0000 (12:21 -0800)]
am e2b31818: am 5b654685: am 7b21b887: am 3797ec57: am 288099b2: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit 'e2b31818d6b5c27de1cbebaeb3ca5362c5ab1f9a':

11 years agoam 43403d90: am 774274d0: am a8a80d78: am 5a0e36fe: am 415696d3: am f8333457: Revert...
Scott Main [Thu, 7 Mar 2013 20:21:26 +0000 (12:21 -0800)]
am 43403d90: am 774274d0: am a8a80d78: am 5a0e36fe: am 415696d3: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"

* commit '43403d905a65e21ec12ec3f6c64d566e7fe7a35f':

11 years agoam a525786f: am c4f84cbb: am 6f0172c4: am e99ca7ae: am 2990dc10: am 578d6446: docs...
Scott Main [Thu, 7 Mar 2013 20:21:26 +0000 (12:21 -0800)]
am a525786f: am c4f84cbb: am 6f0172c4: am e99ca7ae: am 2990dc10: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load

* commit 'a525786f825389565314361e3255bfd3d713c9a3':

11 years agoam c26c52a6: am e47881e6: am f8372271: (-s ours) am 17cbfdda: (-s ours) am 76bbd39a...
Jean-Baptiste Queru [Thu, 7 Mar 2013 20:21:25 +0000 (12:21 -0800)]
am c26c52a6: am e47881e6: am f8372271: (-s ours) am 17cbfdda: (-s ours) am 76bbd39a: (-s ours) am 22c22cf7: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'c26c52a6a0d097e2e28804347d8b0ada758109fa':

11 years agoam aaf22c8d: am 70e053fb: am f6c979e0: am bfeae36e: am 68510e25: am 9f2971d1: docs...
Scott Main [Thu, 7 Mar 2013 20:21:24 +0000 (12:21 -0800)]
am aaf22c8d: am 70e053fb: am f6c979e0: am bfeae36e: am 68510e25: am 9f2971d1: docs: fix suggestions due to file name change for js files

* commit 'aaf22c8dd864c9bb8944106d4196969e950d2163':

11 years agoam fc3a4e31: am 7c1cde1d: am 1cccea9b: am cdf32e84: am e892c86e: am 7e447edf: docs...
Scott Main [Thu, 7 Mar 2013 20:21:24 +0000 (12:21 -0800)]
am fc3a4e31: am 7c1cde1d: am 1cccea9b: am cdf32e84: am e892c86e: am 7e447edf: docs: update search suggest with google services apis including some optimizations for loading javascript resources

* commit 'fc3a4e31edb22e0f908bdf8b73a0ce58abf1b9c2':

11 years agoam 639225d7: am fa84cfd1: am f1a6ba57: am 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add...
Ken Sumrall [Thu, 7 Mar 2013 20:21:23 +0000 (12:21 -0800)]
am 639225d7: am fa84cfd1: am f1a6ba57: am 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add unified fstab support to release tools

* commit '639225d73a63de49aa73d08d9dd93dfec86c9886':

11 years agoam fc307571: am 49711e2c: am 3707041b: am d3622632: am 8ced7e63: am d6cb8fac: docs...
Scott Main [Thu, 7 Mar 2013 20:21:23 +0000 (12:21 -0800)]
am fc307571: am 49711e2c: am 3707041b: am d3622632: am 8ced7e63: am d6cb8fac: docs: fix padding for left-figure class

* commit 'fc307571e9f20fcdd1930c26e54adb54d999fa0a':

11 years agoam d1fa8591: am 9ae44c9d: am 589b4b3e: am 956d4c70: am 373318ca: am 0e69c3e4: Merge...
Scott Main [Thu, 7 Mar 2013 20:21:22 +0000 (12:21 -0800)]
am d1fa8591: am 9ae44c9d: am 589b4b3e: am 956d4c70: am 373318ca: am 0e69c3e4: Merge "docs: add image frame style and left-float figure box" into jb-mr1-dev

* commit 'd1fa85916dd2066fc1030682ecfd75639804bd1f':

11 years agoam 9ac8c78d: am dfc239ce: am e28696da: am 116c59bb: am cef5be2d: am dae7b523: Revert...
Robert Ly [Thu, 7 Mar 2013 20:21:21 +0000 (12:21 -0800)]
am 9ac8c78d: am dfc239ce: am e28696da: am 116c59bb: am cef5be2d: am dae7b523: Revert "support differently named lists.js files"

* commit '9ac8c78dfee09a6d9769e1fac024fee08070e3b7':

11 years agoam 50e9bdd0: am c8141407: am 40741e48: am 4cc2bc77: am a07be8ee: switch code font...
Scott Main [Thu, 7 Mar 2013 20:21:21 +0000 (12:21 -0800)]
am 50e9bdd0: am c8141407: am 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit '50e9bdd0a4f3ef75ea7b76c553422fbaf72c7256':
  switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

11 years agoam 5b654685: am 7b21b887: am 3797ec57: am 288099b2: am a07be8ee: switch code font...
Scott Main [Thu, 7 Mar 2013 19:49:23 +0000 (11:49 -0800)]
am 5b654685: am 7b21b887: am 3797ec57: am 288099b2: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit '5b654685c08f51c94a0d269831228632cf6b281c':

11 years agoam 774274d0: am a8a80d78: am 5a0e36fe: am 415696d3: am f8333457: Revert "docs: move...
Scott Main [Thu, 7 Mar 2013 19:49:22 +0000 (11:49 -0800)]
am 774274d0: am a8a80d78: am 5a0e36fe: am 415696d3: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"

* commit '774274d0e6ab8fa7218033cf1d058f6b6de2149c':

11 years agoam c4f84cbb: am 6f0172c4: am e99ca7ae: am 2990dc10: am 578d6446: docs: move loading...
Scott Main [Thu, 7 Mar 2013 19:49:22 +0000 (11:49 -0800)]
am c4f84cbb: am 6f0172c4: am e99ca7ae: am 2990dc10: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load

* commit 'c4f84cbb933e23fe176d5909a294d54cbfa315b0':

11 years agoam e47881e6: am f8372271: (-s ours) am 17cbfdda: (-s ours) am 76bbd39a: (-s ours...
Jean-Baptiste Queru [Thu, 7 Mar 2013 19:49:21 +0000 (11:49 -0800)]
am e47881e6: am f8372271: (-s ours) am 17cbfdda: (-s ours) am 76bbd39a: (-s ours) am 22c22cf7: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'e47881e655a687a7132af6647b8bcc2fdc784714':

11 years agoam 70e053fb: am f6c979e0: am bfeae36e: am 68510e25: am 9f2971d1: docs: fix suggestion...
Scott Main [Thu, 7 Mar 2013 19:49:20 +0000 (11:49 -0800)]
am 70e053fb: am f6c979e0: am bfeae36e: am 68510e25: am 9f2971d1: docs: fix suggestions due to file name change for js files

* commit '70e053fbdcae0fcfd684409f957bd7e6734c4827':

11 years agoam 7c1cde1d: am 1cccea9b: am cdf32e84: am e892c86e: am 7e447edf: docs: update search...
Scott Main [Thu, 7 Mar 2013 19:49:20 +0000 (11:49 -0800)]
am 7c1cde1d: am 1cccea9b: am cdf32e84: am e892c86e: am 7e447edf: docs: update search suggest with google services apis including some optimizations for loading javascript resources

* commit '7c1cde1d90108c3fdd15c38e17f72fc5ca09e6e1':

11 years agoam fa84cfd1: am f1a6ba57: am 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add unified fstab...
Ken Sumrall [Thu, 7 Mar 2013 19:49:19 +0000 (11:49 -0800)]
am fa84cfd1: am f1a6ba57: am 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add unified fstab support to release tools

* commit 'fa84cfd18161df6631af7c1b2be96b4ec3ee7174':

11 years agoam 49711e2c: am 3707041b: am d3622632: am 8ced7e63: am d6cb8fac: docs: fix padding...
Scott Main [Thu, 7 Mar 2013 19:49:19 +0000 (11:49 -0800)]
am 49711e2c: am 3707041b: am d3622632: am 8ced7e63: am d6cb8fac: docs: fix padding for left-figure class

* commit '49711e2c04c9a35d536f7ba3a3174afc9a1eca23':

11 years agoam 9ae44c9d: am 589b4b3e: am 956d4c70: am 373318ca: am 0e69c3e4: Merge "docs: add...
Scott Main [Thu, 7 Mar 2013 19:49:18 +0000 (11:49 -0800)]
am 9ae44c9d: am 589b4b3e: am 956d4c70: am 373318ca: am 0e69c3e4: Merge "docs: add image frame style and left-float figure box" into jb-mr1-dev

* commit '9ae44c9da7966c2f43d5e22871a65a16cf10b4cc':

11 years agoam dfc239ce: am e28696da: am 116c59bb: am cef5be2d: am dae7b523: Revert "support...
Robert Ly [Thu, 7 Mar 2013 19:49:18 +0000 (11:49 -0800)]
am dfc239ce: am e28696da: am 116c59bb: am cef5be2d: am dae7b523: Revert "support differently named lists.js files"

* commit 'dfc239ce8692b542048670927bf7d46d9527d32f':

11 years agoam c8141407: am 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospac...
Scott Main [Thu, 7 Mar 2013 19:49:17 +0000 (11:49 -0800)]
am c8141407: am 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit 'c8141407eff4577abae3740bb2a6abf881c6c17c':
  switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

11 years agoam 7b21b887: am 3797ec57: am 288099b2: am a07be8ee: switch code font to pure monospac...
Scott Main [Thu, 7 Mar 2013 19:45:38 +0000 (11:45 -0800)]
am 7b21b887: am 3797ec57: am 288099b2: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit '7b21b8873f7c511203779710f5791b1b7692f082':

11 years agoam a8a80d78: am 5a0e36fe: am 415696d3: am f8333457: Revert "docs: move loading of...
Scott Main [Thu, 7 Mar 2013 19:45:38 +0000 (11:45 -0800)]
am a8a80d78: am 5a0e36fe: am 415696d3: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"

* commit 'a8a80d78e7a94f6981d2f5916ca9b6e944be8a14':

11 years agoam 6f0172c4: am e99ca7ae: am 2990dc10: am 578d6446: docs: move loading of google...
Scott Main [Thu, 7 Mar 2013 19:45:37 +0000 (11:45 -0800)]
am 6f0172c4: am e99ca7ae: am 2990dc10: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load

* commit '6f0172c4140ac0d3de2ceadc93e6e10b4b8ef051':

11 years agoam f8372271: (-s ours) am 17cbfdda: (-s ours) am 76bbd39a: (-s ours) am 22c22cf7...
Jean-Baptiste Queru [Thu, 7 Mar 2013 19:45:36 +0000 (11:45 -0800)]
am f8372271: (-s ours) am 17cbfdda: (-s ours) am 76bbd39a: (-s ours) am 22c22cf7: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'f83722715237d0e80297e7d22ee5dd79d0624fe7':

11 years agoam f6c979e0: am bfeae36e: am 68510e25: am 9f2971d1: docs: fix suggestions due to...
Scott Main [Thu, 7 Mar 2013 19:45:35 +0000 (11:45 -0800)]
am f6c979e0: am bfeae36e: am 68510e25: am 9f2971d1: docs: fix suggestions due to file name change for js files

* commit 'f6c979e03f0ac1748e5fbf8ed689b2e0c031e64a':

11 years agoam 1cccea9b: am cdf32e84: am e892c86e: am 7e447edf: docs: update search suggest with...
Scott Main [Thu, 7 Mar 2013 19:45:34 +0000 (11:45 -0800)]
am 1cccea9b: am cdf32e84: am e892c86e: am 7e447edf: docs: update search suggest with google services apis including some optimizations for loading javascript resources

* commit '1cccea9b400a93d6154158c6167619a3a10c8998':

11 years agoam f1a6ba57: am 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add unified fstab support to...
Ken Sumrall [Thu, 7 Mar 2013 19:45:33 +0000 (11:45 -0800)]
am f1a6ba57: am 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add unified fstab support to release tools

* commit 'f1a6ba578967277b351b646755132eea3c87240a':

11 years agoam 3707041b: am d3622632: am 8ced7e63: am d6cb8fac: docs: fix padding for left-figure...
Scott Main [Thu, 7 Mar 2013 19:45:32 +0000 (11:45 -0800)]
am 3707041b: am d3622632: am 8ced7e63: am d6cb8fac: docs: fix padding for left-figure class

* commit '3707041ba7f638e510c5300170f0a09fceb8d81e':

11 years agoam 589b4b3e: am 956d4c70: am 373318ca: am 0e69c3e4: Merge "docs: add image frame...
Scott Main [Thu, 7 Mar 2013 19:45:32 +0000 (11:45 -0800)]
am 589b4b3e: am 956d4c70: am 373318ca: am 0e69c3e4: Merge "docs: add image frame style and left-float figure box" into jb-mr1-dev

* commit '589b4b3ea983aab1825cb1aea24d072a4a757b70':

11 years agoam e28696da: am 116c59bb: am cef5be2d: am dae7b523: Revert "support differently named...
Robert Ly [Thu, 7 Mar 2013 19:45:31 +0000 (11:45 -0800)]
am e28696da: am 116c59bb: am cef5be2d: am dae7b523: Revert "support differently named lists.js files"

* commit 'e28696da0ab977dbf4823c2e5a4d1355fe516a32':

11 years agoam 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif...
Scott Main [Thu, 7 Mar 2013 19:45:31 +0000 (11:45 -0800)]
am 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit '40741e48984d2c3173378f4aa497d2e848e74e7a':
  switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

11 years agoam 3797ec57: am 288099b2: am a07be8ee: switch code font to pure monospace (sans serif...
Scott Main [Thu, 7 Mar 2013 19:42:45 +0000 (11:42 -0800)]
am 3797ec57: am 288099b2: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit '3797ec576e436c5c5a4991eeca85be0ef21ff173':

11 years agoam 5a0e36fe: am 415696d3: am f8333457: Revert "docs: move loading of google ref into...
Scott Main [Thu, 7 Mar 2013 19:42:45 +0000 (11:42 -0800)]
am 5a0e36fe: am 415696d3: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"

* commit '5a0e36fe69bda665b4c4d5aaa3c1f4de57bf883c':

11 years agoam e99ca7ae: am 2990dc10: am 578d6446: docs: move loading of google ref into doc...
Scott Main [Thu, 7 Mar 2013 19:42:44 +0000 (11:42 -0800)]
am e99ca7ae: am 2990dc10: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load

* commit 'e99ca7ae6d60761c7d80d4a3bddc018fb16952b4':

11 years agoam 17cbfdda: (-s ours) am 76bbd39a: (-s ours) am 22c22cf7: (-s ours) Reconcile with...
Jean-Baptiste Queru [Thu, 7 Mar 2013 19:42:43 +0000 (11:42 -0800)]
am 17cbfdda: (-s ours) am 76bbd39a: (-s ours) am 22c22cf7: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '17cbfdda28584c5e5fbf67237b8250a1e48e77bd':

11 years agoam bfeae36e: am 68510e25: am 9f2971d1: docs: fix suggestions due to file name change...
Scott Main [Thu, 7 Mar 2013 19:42:43 +0000 (11:42 -0800)]
am bfeae36e: am 68510e25: am 9f2971d1: docs: fix suggestions due to file name change for js files

* commit 'bfeae36ec422e9ee5e75f521e5e0f73787ed0010':

11 years agoam cdf32e84: am e892c86e: am 7e447edf: docs: update search suggest with google servic...
Scott Main [Thu, 7 Mar 2013 19:42:42 +0000 (11:42 -0800)]
am cdf32e84: am e892c86e: am 7e447edf: docs: update search suggest with google services apis including some optimizations for loading javascript resources

* commit 'cdf32e840136c7d6357e1ebf8b9c248c889b0011':

11 years agoam 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add unified fstab support to release tools
Ken Sumrall [Thu, 7 Mar 2013 19:42:42 +0000 (11:42 -0800)]
am 4c5b0bf4: am 8d3e1e55: am 44281a1f: Add unified fstab support to release tools

* commit '4c5b0bf4b8acbe56fa80b8a69b5de3a48701d8df':

11 years agoam d3622632: am 8ced7e63: am d6cb8fac: docs: fix padding for left-figure class
Scott Main [Thu, 7 Mar 2013 19:42:41 +0000 (11:42 -0800)]
am d3622632: am 8ced7e63: am d6cb8fac: docs: fix padding for left-figure class

* commit 'd3622632fa1c0fea56eb3bb927d9cff43996c9d9':

11 years agoam 956d4c70: am 373318ca: am 0e69c3e4: Merge "docs: add image frame style and left...
Scott Main [Thu, 7 Mar 2013 19:42:41 +0000 (11:42 -0800)]
am 956d4c70: am 373318ca: am 0e69c3e4: Merge "docs: add image frame style and left-float figure box" into jb-mr1-dev

* commit '956d4c702bc71873db40829169556d75fc4aa75e':

11 years agoam 116c59bb: am cef5be2d: am dae7b523: Revert "support differently named lists.js...
Robert Ly [Thu, 7 Mar 2013 19:42:40 +0000 (11:42 -0800)]
am 116c59bb: am cef5be2d: am dae7b523: Revert "support differently named lists.js files"

* commit '116c59bbb7220c64d362d55463083b51db2f687c':

11 years agoam 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add...
Scott Main [Thu, 7 Mar 2013 19:42:39 +0000 (11:42 -0800)]
am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit '4cc2bc776392c9cabaa4983bf99844d6631b3560':
  switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

11 years agoam 288099b2: am a07be8ee: switch code font to pure monospace (sans serif). also add...
Scott Main [Thu, 7 Mar 2013 02:10:51 +0000 (18:10 -0800)]
am 288099b2: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists

* commit '288099b27b17e057ffb954aae14f2cc7e7aab3fd':

11 years agoam 415696d3: am f8333457: Revert "docs: move loading of google ref into doc load...
Scott Main [Thu, 7 Mar 2013 02:10:50 +0000 (18:10 -0800)]
am 415696d3: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"

* commit '415696d3f1a07b801fa7b0d73bb9e6040c5cedb4':

11 years agoam 2990dc10: am 578d6446: docs: move loading of google ref into doc load event to...
Scott Main [Thu, 7 Mar 2013 02:10:50 +0000 (18:10 -0800)]
am 2990dc10: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load

* commit '2990dc1076619ae890c4dd171b655bb88d4eee94':

11 years agoam 76bbd39a: (-s ours) am 22c22cf7: (-s ours) Reconcile with jb-mr1-release - do...
Jean-Baptiste Queru [Thu, 7 Mar 2013 02:10:49 +0000 (18:10 -0800)]
am 76bbd39a: (-s ours) am 22c22cf7: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '76bbd39a91e87ab39ce866f3b8682a28729d16f2':

11 years agoam 68510e25: am 9f2971d1: docs: fix suggestions due to file name change for js files
Scott Main [Thu, 7 Mar 2013 02:10:49 +0000 (18:10 -0800)]
am 68510e25: am 9f2971d1: docs: fix suggestions due to file name change for js files

* commit '68510e25089af27d680c88c5154d04ea7817ca01':