36350 Commits

Author SHA1 Message Date
James Dong
c32474d90a Merge "Fix missing breaks in the profile/level conversion code in M4vH263 encoder" 2010-11-09 15:48:11 -08:00
Scott Main
fe8c4f7bba am a784d552: Merge "docs: add release notes for ADT v8" into gingerbread
* commit 'a784d5528f6fa07a48bb7de9dcfa04eb60044927':
  docs: add release notes for ADT v8
2010-11-09 15:34:46 -08:00
Scott Main
a784d5528f Merge "docs: add release notes for ADT v8" into gingerbread 2010-11-09 15:29:22 -08:00
James Dong
0244d94455 Fix missing breaks in the profile/level conversion code in M4vH263 encoder
Change-Id: Icd2cac68ffb0f38acb68b2968bbb36210431482d
2010-11-09 15:15:50 -08:00
Amith Yamasani
7b6d85013b Merge "Fix preference layouts so that custom preferences don't break." 2010-11-09 15:11:29 -08:00
Andreas Huber
40e8dc171f Merge "Some refactoring and added support for another form of vbr headers." 2010-11-09 14:59:13 -08:00
Brad Fitzpatrick
fb55ba9807 Merge "Don't warn on reading from disk during initial class loading." 2010-11-09 14:52:15 -08:00
Andreas Huber
1bd9949815 Some refactoring and added support for another form of vbr headers.
related-to-bug: 3172324

Change-Id: Ic364da09eac7f0a815f9ceb719b6baa8a76e3730
2010-11-09 14:45:08 -08:00
Mathias Agopian
4c2bfc18b9 DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions
We just make sure eglGetProcAddress() will return NULL for
 glEGLImageTargetTexture2DOES
 glEGLImageTargetRenderbufferStorageOES

which is better than returning the address of the wrong implementation.

the correct fix is more involved.

Change-Id: I585a1f40e564f862e5dd382224609ccd069cd3b5
2010-11-09 14:41:13 -08:00
Romain Guy
9e10841c27 Correctly remove unused paths from the cache.
Change-Id: I41d9334dcd9871634037344ab49bf69383498161
2010-11-09 14:37:42 -08:00
Jean-Michel Trivi
820b9e0d3b Add recording source for voice communication
Add a recording source used to designate a recording stream for
voice communications such as VoIP.

Change-Id: I4091d67069b1a0170c1a5ca5e6acd51eb0aa08f9
2010-11-09 14:32:43 -08:00
Brad Fitzpatrick
624d50f00d Don't warn on reading from disk during initial class loading.
I'm going through the stacks that I filter out from the StrictMode
reports and making sure the devices don't upload them to begin with
when they're obviously legit and unavoidable.

Change-Id: If87b3182b12140f5ddbe52fed059b592b2cc178c
2010-11-09 14:25:12 -08:00
Jason Sams
2b425d3c9b Merge "Fix fountain bug with more than 10 touches reported." 2010-11-09 14:23:06 -08:00
Jason Sams
641b0628cd Fix fountain bug with more than 10 touches reported.
Change-Id: Ie4ddefbcbe6407fb7ffae2c6e2440fec0b974cfb
2010-11-09 14:20:34 -08:00
Amith Yamasani
b8e45b1fd8 Fix preference layouts so that custom preferences don't break.
Fixes some missing checkboxes in gmail and qsb.
2010-11-09 14:15:49 -08:00
Mathias Agopian
fa33565714 Improve gyro and accelerometer java doc
Change-Id: If055512cb51d6e3b9f2094a730bf373ca963d97d
2010-11-09 13:53:25 -08:00
Joe Onorato
3f24a5b348 Merge "fix the build. more string disambiguaiton." 2010-11-09 12:56:30 -08:00
Joe Onorato
29a3b738c8 fix the build. more string disambiguaiton.
Change-Id: Ida979481cf9f637469d7c1e6b876b8215ffb35ea
2010-11-09 12:54:32 -08:00
Joe Onorato
cee976bebc Merge "If the image wallpaper fails to load, including via an OutOfMemoryError because of a big bitmap, reset to the default." 2010-11-09 12:27:07 -08:00
Joe Onorato
30693374e8 If the image wallpaper fails to load, including via an OutOfMemoryError because of a big bitmap, reset to the default.
Bug: 3139118
Change-Id: Iff02e7440019598cce0cc87e4031a157e3feb641
2010-11-09 12:25:01 -08:00
Tadashi G. Takaoka
0ba75bb22c Revert "Add a history of InputMethodSubtype for getting the last subtype of selected IME when IME was changed."
This reverts commit 1ab852fbcfe155c9d4373b7130f8515591669634.
2010-11-09 12:19:32 -08:00
Eric Fischer
d41f638c8a Import revised translations. DO NOT MERGE
Change-Id: I6178ba6468bf9e1dd52a83652c857a6e75f2661b
2010-11-09 12:15:41 -08:00
James Dong
195d519c91 Merge "Rotation support" 2010-11-09 11:58:37 -08:00
James Dong
b9d7e01eb8 Rotation support
- We only support 0, 90, 180, and 270 degree clockwise rotation

- Some players are known to ignore composition matrix in the MP4 file,
  although this is part of the MP4 file standard.
  Both QT and YT are supporting the rotation

The original patch (65a73f4e8c79d05c0d9001b660325748d4ecf37b) was not merged.
The only change I made is to reuse the same kKeyRotation in MetaData.h;
and thus do not neeed to use kKeyRotationDegree.

Change-Id: Ib328716d4842201c4adf57e4ddfe1f1ac1ae4d8a
2010-11-09 11:48:29 -08:00
Andreas Huber
457087473a Merge "Added a commandline option "-x" to the stagefright commandline tool." 2010-11-09 11:37:59 -08:00
Jesse Wilson
dbc35c3b97 Merge "Update current.xml to be in sync with deprecated tags." 2010-11-09 11:34:20 -08:00
Jesse Wilson
02dabd4ebe Update current.xml to be in sync with deprecated tags.
Change-Id: I2472b25a3c36b37f8d862b77c0a3cc4c1f757694
2010-11-09 11:32:32 -08:00
Huahui Wu
06d8dfd5d1 Merge "b/2864818 use authType for cert verification." 2010-11-09 11:31:26 -08:00
Andreas Huber
93e496f0ba Added a commandline option "-x" to the stagefright commandline tool.
To display a histogram of decoding times and ideal frame rate distributions.

Change-Id: Id8d70fd2960858c75f5f91ae9ebb9902ad5c37d3
2010-11-09 11:16:03 -08:00
Jesse Wilson
762b33f949 am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s missing.
* commit '2d2f10fa3412adc07a08c25ba5d2df600fb654bf':
  Add @Deprecated to match @deprecated where it's missing.
2010-11-09 10:26:39 -08:00
Jesse Wilson
385125c654 Merge "Test to demonstrate that HTTP cookie hostnames aren't case-sensitive." 2010-11-09 10:25:04 -08:00
Jesse Wilson
40811b0154 Test to demonstrate that HTTP cookie hostnames aren't case-sensitive.
Change-Id: I05c764876acdc1e85b41f4558bd03fff526da1b4
http://b/3167208
2010-11-09 10:23:36 -08:00
Jesse Wilson
2d2f10fa34 am 28c74257: Add @Deprecated to match @deprecated where it\'s missing.
* commit '28c742573ccaeb55c16bc02fb25fdd86b8d1f76a':
  Add @Deprecated to match @deprecated where it's missing.
2010-11-09 10:17:33 -08:00
Jesse Wilson
28c742573c Add @Deprecated to match @deprecated where it's missing.
Change-Id: Ice95022671968386a601f32df7850f9baa1d2dd0
2010-11-09 10:10:11 -08:00
Scott Main
916e4d1404 am 86372ec4: am 9eb48bb2: Merge "docs: revisions to ndk release notes" into gingerbread
* commit '86372ec41c2ec23917fabff56b786edbb94e24d9':
  docs: revisions to ndk release notes
2010-11-09 09:43:51 -08:00
Huahui Wu
8234bdb36a b/2864818 use authType for cert verification.
Change-Id: I2a3cb963165a7e2e4e72a1d398205b31f769cafa
2010-11-09 09:42:03 -08:00
Gilles Debunne
de87598837 Merge "Amended 9patch border documentation" 2010-11-09 09:36:38 -08:00
Scott Main
86372ec41c am 9eb48bb2: Merge "docs: revisions to ndk release notes" into gingerbread
* commit '9eb48bb2b1627ef8182d260f8b3fd080c57bed4d':
  docs: revisions to ndk release notes
2010-11-09 09:35:24 -08:00
Scott Main
9eb48bb2b1 Merge "docs: revisions to ndk release notes" into gingerbread 2010-11-09 09:30:30 -08:00
Iain Merrick
dfa448f759 Merge "Include .php tests in DumpRenderTree2." 2010-11-09 08:15:33 -08:00
Joe Onorato
e8934a6774 Add CHAR LIMIT and translatable=false to SystemUI strings.
Bug: 3147304
Bug: 3174712
Change-Id: I318da54da861d15e1528335eeba9319eda9cc84d
2010-11-09 08:01:20 -08:00
Iain Merrick
ace92b871a Include .php tests in DumpRenderTree2.
I've manually checked the existing LayoutTests for false positives.
There are non-test .php files, but they're all in "resources"
subdirectories, so they should be caught by isTestDir(). Added an
extra @warning to isTestFile() just in case.

Bug: 3164771
Change-Id: Ib282acf46f6e839439ce521c4b2cb5820fcd263c
2010-11-09 15:44:16 +00:00
Chet Haase
494081aab9 Merge "Fix GL rendering of translucent surfaces" 2010-11-09 07:14:23 -08:00
Jeff Hamilton
e7f3396130 am cc798d96: am 2e2983c6: Merge "Reduce log clutter." into gingerbread
* commit 'cc798d9675b105775c9736fc68b68d7c8cd0c5a7':
  Reduce log clutter.
2010-11-09 07:06:02 -08:00
Jeff Hamilton
cc798d9675 am 2e2983c6: Merge "Reduce log clutter." into gingerbread
* commit '2e2983c6efe0e4223086e4675b715ed0e20e8d26':
  Reduce log clutter.
2010-11-09 06:59:33 -08:00
Jeff Hamilton
2e2983c6ef Merge "Reduce log clutter." into gingerbread 2010-11-09 06:54:51 -08:00
Chet Haase
0d200833fd Fix GL rendering of translucent surfaces
GL renderer was not initializing scissor correctly for translucent
surfaces, resulting in invisible window backgrounds in some cases
like fading popup windows

Change-Id: I87a964986e1ba2c4f59708c8892c5fa71903e6fc
2010-11-09 06:38:56 -08:00
Steve Block
c55fa1b999 Merge changes I650518a4,If15fddac
* changes:
  Fix DumpRenderTree2 to not attempt to read expected results over HTTPS
  Fix FsUtils.readDataFromUrl() to do the network request on a background thread
2010-11-09 06:32:13 -08:00
Steve Block
ca501d2036 Fix DumpRenderTree2 to not attempt to read expected results over HTTPS
This is required now that we have HTTPS tests in the triaged set of
tests.

Change-Id: I650518a4536ed903f637a44c0901b1e38bdc1a84
2010-11-09 13:36:43 +00:00
Steve Block
cda9448206 Fix FsUtils.readDataFromUrl() to do the network request on a background thread
This is required now that doing network requests on the main thread
throws NetworkOnMainThreadException.

Also updates TestsListPreloaderThread to create the FileFilter lazily
and removes a superfluous FileFilter param from the Summarizer
constructor.

Change-Id: If15fddac934cd8be611f6693b25837657abbddc3
2010-11-09 12:33:28 +00:00