44700 Commits

Author SHA1 Message Date
Gilles Debunne
63308bd092 am a324a581: Merge "Fix for StaticLayout bug with ellipsized text" into honeycomb
* commit 'a324a5810c84596d3a4f67f81a725a0c98dfc30f':
  Fix for StaticLayout bug with ellipsized text
2011-02-04 14:02:05 -08:00
Romain Guy
c78b5d50f9 Properly handle dirty rectangles generated from 9-patches
Bug #3409580

This bug affects anything that draws a 9patch inside a layer, this includes
launcher's workspace, all of the fade animations, etc.

Change-Id: Icbe8ecd158e3d5f44d07516462de68c5d1fb0a8f
2011-02-04 14:00:42 -08:00
Glenn Kasten
7e54397b8f Merge "Bug 3366668 Use BinderService template" 2011-02-04 14:00:17 -08:00
Gilles Debunne
a324a5810c Merge "Fix for StaticLayout bug with ellipsized text" into honeycomb 2011-02-04 13:59:29 -08:00
Jamie Gennis
2672226301 Initialize the SurfaceTexture transform fields.
Change-Id: I2c25f15949253a1dbe493fef440e5ef118c40e71
related-bug: 3426067
2011-02-04 13:46:38 -08:00
Danny Fernandes
1734e8350f am 5e1f3e41: Merge "Fixed 3419090 Throwing exception for unsupported video codec profiles and level" into honeycomb
* commit '5e1f3e4112f77bdb99bfef8c3ba185f0cb89e5ef':
  Fixed 3419090 Throwing exception for unsupported video codec profiles and level
2011-02-04 13:39:50 -08:00
Danny Fernandes
5e1f3e4112 Merge "Fixed 3419090 Throwing exception for unsupported video codec profiles and level" into honeycomb 2011-02-04 13:37:17 -08:00
Jean-Michel Trivi
03a9de0552 am aa9c0273: Merge "Bug 3424058 increase IME key clicks by 7dB for spacebar and standard keys" into honeycomb
* commit 'aa9c02732f902c5b194f24737004d69906779746':
  Bug 3424058 increase IME key clicks by 7dB for spacebar and standard keys
2011-02-04 13:36:33 -08:00
Jean-Michel Trivi
aa9c02732f Merge "Bug 3424058 increase IME key clicks by 7dB for spacebar and standard keys" into honeycomb 2011-02-04 13:34:14 -08:00
Chet Haase
5a7e828842 Fix crash when Paths are GCd in hw accelerated apps
A recent change to optimize path rendering didn't account for
the destruction of native objects by the VM finalizer. We may be
done with the Java level version before we're done with the native
structure that's used by the display list. For example, a drawing
method on a View that creates a temporary path to render into the
canvas will implicitly create a native structure that is put onto
the GL display list. That temporary path may go away, but the native
version should stick around as long as the display list does.

The fix is to refcount the original native version of the path
and only delete it when the refcoutn reaches zero (which means that
it is no longer needed by any display list). This is a similar mechanism
used for bitmaps and shaders.

Change-Id: I4de1047415066d425d1c689aa60827f97729b470
2011-02-04 12:50:55 -08:00
Andy Stadler
76324fcabe Fix warnings
* wrong package vs. file path (this was an error in eclipse)
* unused imports
* unused variables (at least for now)

Change-Id: Ic316e7e8586f75df5a048e98a21a65abf777deda
2011-02-04 12:50:09 -08:00
Danny Fernandes
7b3f26328b Fixed 3419090 Throwing exception for unsupported video codec profiles and level
Change-Id: I89e8723a6b89338ecedcfabf8b0c63ed2f7e9468
2011-02-04 12:45:31 -08:00
Eric Laurent
402f7f2963 Fix issues 3425035 and 3423785.
- Make sure that STREAM_MUSIC is affected by ringer mode on non voice capable
devices whatever the saved settings say.

- Added a hidden method to AudioManager for VolumePanel to override
the stream selection logic while the panel is showing.

Change-Id: Ib2ff2a7af63decb4e29c45700c41e5058f79d877
2011-02-04 12:39:14 -08:00
Mike Cleron
c146790893 am b8578741: Merge "Fix issue #3424823: 4-corner trick causes runtime restart" into honeycomb
* commit 'b85787411085bbea0ac725135cae02a4167b7aa7':
  Fix issue #3424823: 4-corner trick causes runtime restart
2011-02-04 11:56:23 -08:00
Mike Cleron
b857874110 Merge "Fix issue #3424823: 4-corner trick causes runtime restart" into honeycomb 2011-02-04 11:53:58 -08:00
Xavier Ducrohet
487742ea06 am 331e93e5: Merge "LayoutLib: render system/title/action bars." into honeycomb
* commit '331e93e5a20227665d2db8a46778b9544b91879a':
  LayoutLib: render system/title/action bars.
2011-02-04 11:45:36 -08:00
Xavier Ducrohet
331e93e5a2 Merge "LayoutLib: render system/title/action bars." into honeycomb 2011-02-04 11:42:51 -08:00
Jean-Michel Trivi
8eb101c8bb Bug 3424058 increase IME key clicks by 7dB for spacebar and standard keys
Change-Id: Ic1ef9cfc9403ef3e100893a36a8a351a31d5253c
2011-02-04 11:42:41 -08:00
Patrick Scott
01b7a98c31 am 160c18a4: Merge "Need a public way to wait for cookie operations." into honeycomb
* commit '160c18a4d209f56766fdd90e4711c8e29fd407e6':
  Need a public way to wait for cookie operations.
2011-02-04 11:22:41 -08:00
Patrick Scott
160c18a4d2 Merge "Need a public way to wait for cookie operations." into honeycomb 2011-02-04 11:20:37 -08:00
Shimeng (Simon) Wang
48fc9097cc Send actual view height to webkit for window.innerHeight.
Currently only fixed height is sent over to webkit, which is to
avoid relayout when url bar is being scrolled.
And this fixed height is used also as the visible height and shown up
as window.innerheight, which is not correct.

This change sends the actual view height as the screen height to
webkit, so window.innerheight is correct.  This may potentially
help fixed elments in a page's bottom.  The relayout is still avoided
as before.

issue: 3396895
Change-Id: I0426a7d6dc76a823d8d26943a92689f49026fba8
2011-02-04 10:57:54 -08:00
Xavier Ducrohet
bbbb832602 LayoutLib: render system/title/action bars.
Also a few generic fixes in the layoutlib itself to support
this.

Change-Id: Ie3f24c9056bd3cc72f39f8a4f2c0861be15bff55
2011-02-04 10:46:21 -08:00
Dianne Hackborn
912d9d1369 Fix issue #3424823: 4-corner trick causes runtime restart
Change-Id: Ibd3fc63d0ab975a2b74765a00023c7f783b24216
2011-02-04 10:35:36 -08:00
Brad Fitzpatrick
be806fe8c1 am cc8f87e9: am f664d6f9: am b083d3b8: Merge "Initialize resampling buffer per track."
* commit 'cc8f87e9410dd4de9a2fda4738429e6c6087c789':
  Initialize resampling buffer per track.
2011-02-04 10:32:50 -08:00
Brad Fitzpatrick
cc8f87e941 am f664d6f9: am b083d3b8: Merge "Initialize resampling buffer per track."
* commit 'f664d6f916516860d3e4cf82339d47c6f4fd24a2':
  Initialize resampling buffer per track.
2011-02-04 10:30:40 -08:00
Brad Fitzpatrick
f664d6f916 am b083d3b8: Merge "Initialize resampling buffer per track."
* commit 'b083d3b816378ef3b9dceb33b2c2e20510b2632b':
  Initialize resampling buffer per track.
2011-02-04 10:27:54 -08:00
Andreas Huber
0a0930f2fc Merge "Ignore format change message in sf2 instead of asserting" 2011-02-04 10:21:15 -08:00
Andreas Huber
669520b258 Merge "Improvements/fixes to ACodec." 2011-02-04 10:21:07 -08:00
Brad Fitzpatrick
b083d3b816 Merge "Initialize resampling buffer per track." 2011-02-04 10:19:06 -08:00
Robert Greenwalt
6d1f9d031d Merge "Place the DHCP server address in the "next server IP address" field of the bootp header. A certain Apple client likes this, and it is more consistent with other DHCP servers." 2011-02-04 10:16:22 -08:00
Joe Onorato
3162211bc7 am 2742c9c2: am 163c28b5: Merge "Managed dialogs should run on the same thread as their activity." into gingerbread
* commit '2742c9c2c640b6593321a0c5d56c8ba09ed58cc5':
  Managed dialogs should run on the same thread as their activity.
2011-02-04 10:15:37 -08:00
Andreas Huber
5ea137203b Ignore format change message in sf2 instead of asserting
Change-Id: I2d7cdf371c07109398c53c7ffc37d7b10b6b6312
2011-02-04 10:14:08 -08:00
Andreas Huber
6760f9832d Improvements/fixes to ACodec.
- Make sure ACodec reverts its state when it's shutdown
- Defer "resume" to after handling the OutputPortSettingsChange

- If the OMX_EventPortSettingsChanged event comes in while we're flushing, defer it
  and make sure the output port can be disabled by deleting all buffers not already
  owned by the component.

Change-Id: I1f8cdffa71237b57d4275a48b834647a7b263e8b
2011-02-04 10:12:26 -08:00
Jean-Michel Trivi
114688153f am 23c907ca: Bug 3424058 Refix broken asset for "audible selection" sound effect
* commit '23c907cab8aa1a40ee79b322899b850080b14832':
  Bug 3424058 Refix broken asset for "audible selection" sound effect
2011-02-04 10:09:08 -08:00
Patrick Scott
b88e52c760 Need a public way to wait for cookie operations.
Hidden for now as we are past the public api deadline.

Bug: 3421214
Change-Id: I8a65ae479d0b8b020af2600d7d29d5d358414add
2011-02-04 12:52:46 -05:00
Jean-Michel Trivi
23c907cab8 Bug 3424058 Refix broken asset for "audible selection" sound effect
Reapply change 17f886563c7c2cbd28c3aeaf8b68d37c8e5105c0 to fix
 the issue where the "audible selection" sound effect is not heard

Change-Id: Id87a01379306a400546d15f96ad08160115c8878
2011-02-04 09:48:20 -08:00
Leon Scroggins
2f7fa83507 Save form data when submitted.
Bug:3280725

Save form data when submitted, rather than when a page
loads.

Requires a change in external/webkit.

Change-Id: I3ff9515ef9e9ab28992cdc8a7beb537752ed1e8c
2011-02-04 11:43:19 -05:00
Yuuhi Yamaguchi
681d818523 Initialize resampling buffer per track.
When resampling too short sound, AudioMixer uses previous
tracks buffer. So we re-initialize the temporary buffer per
loop to avoid it.

Change-Id: I55a59a3b14faa8445e09c450478fe79cef704760
2011-02-04 15:24:34 +01:00
Dheeraj Sharma
d5924e9d3a am 67ec9aa8: Hardware Video Decoder Flag Enabled for Thumbnail extraction and RenderFrame
* commit '67ec9aa87812a4d55a3c0ed5d0ab66cdb36342f0':
  Hardware Video Decoder Flag Enabled for Thumbnail extraction and RenderFrame
2011-02-04 02:40:17 -08:00
Dheeraj Sharma
67ec9aa878 Hardware Video Decoder Flag Enabled for Thumbnail extraction and RenderFrame
Change-Id: Ie9cf769e42869b5cab57694e92884900d33f40d9
2011-02-04 02:31:45 -08:00
Romain Guy
80038fbcf6 am ba27cf75: Merge "Empty the clip rect when intersection is empty. Bug #3410035" into honeycomb
* commit 'ba27cf756db9ac80608ed61a39a66e94951ecc61':
  Empty the clip rect when intersection is empty. Bug #3410035
2011-02-04 01:06:46 -08:00
Romain Guy
ba27cf756d Merge "Empty the clip rect when intersection is empty. Bug #3410035" into honeycomb 2011-02-04 01:04:55 -08:00
Romain Guy
f28daffda5 Empty the clip rect when intersection is empty.
Bug #3410035

Change-Id: I5ceb80514d3b20c9ad230478549ad31ced403d53
2011-02-04 00:59:34 -08:00
Romain Guy
7846d4039f am 1c0ab385: Merge "Open the location settings when clicking the GPS notification." into honeycomb
* commit '1c0ab385b810b4f58f746940d28d1340b9e50e13':
  Open the location settings when clicking the GPS notification.
2011-02-04 00:00:37 -08:00
Romain Guy
1c0ab385b8 Merge "Open the location settings when clicking the GPS notification." into honeycomb 2011-02-03 23:58:31 -08:00
Romain Guy
e5e764ad0b Open the location settings when clicking the GPS notification.
Change-Id: I4203d75b7d18ab61f1f8e77452440bdc47161a10
2011-02-03 23:58:21 -08:00
Dheeraj Sharma
6a9cb7ddec am e05c33fe: Merge "Modification for using Software decoder for thumbnail generation in JNI" into honeycomb
* commit 'e05c33fed3175972e0158a7c377763eb31160e27':
  Modification for using Software decoder for thumbnail generation in JNI
2011-02-03 23:42:04 -08:00
Dheeraj Sharma
e05c33fed3 Merge "Modification for using Software decoder for thumbnail generation in JNI" into honeycomb 2011-02-03 23:39:21 -08:00
Dheeraj Sharma
b62d78bd0d Modification for using Software decoder for thumbnail generation in JNI
Change-Id: Ie3dd5a28311627fd0b559bc3d4e28d2f668ccc61
2011-02-03 23:20:07 -08:00
Romain Guy
9732d9e6ea am 43703325: Merge "New default wallpaper" into honeycomb
* commit '43703325d8a8b755b9891708006abe8700884538':
  New default wallpaper
2011-02-03 23:08:26 -08:00