Fabrice Di Meglio
9dec462c1f
Merge "Prepare OpenGLRenderer to use glyphs from TextLayoutCache"
2011-05-13 11:09:19 -07:00
Fabrice Di Meglio
2ea7588014
Prepare OpenGLRenderer to use glyphs from TextLayoutCache
...
- add OpenGLRenderer.drawGlyph()
- refactor glypth logging code
Change-Id: I797e6f1304d3f3f8f6ed31e7f9965d336233d2a4
2011-05-13 11:07:38 -07:00
Eric Laurent
6ebbc07740
Merge "Fix audio effect framework issues"
2011-05-13 10:24:24 -07:00
Alex Sakhartchouk
d4a010d584
Merge "Cleanup mesh creation."
2011-05-13 10:24:19 -07:00
Gilles Debunne
90eb1053c1
Merge "SuggestionSpans are preserved when picked."
2011-05-13 09:41:57 -07:00
Eric Laurent
90681d6ad2
Fix audio effect framework issues
...
Fix two issues in audio effect framework reported by partners.
1 - Fixed duplicated audio buffer sent to effect process function when
pausing a track.
Modified Effectchain::process_l() function to clear the effect chain
input buffer before calling the effect process functions when no track
is active on the session. Previous code was clearing the buffer after
calling the process functions and when transitioning from active
to inactive, the last processed buffer was passed again once to effect
process function before being cleared.
2 - Fixed potential mutex cross deadlock when disconnecting an effect
while playback is active. This is because EffectChain::process_l()
was calling PlaybackThread::hasAudioSession() thus creating an inversion
in the mutex lock order (EffectChain mutex locked before ThreadBase mutex).
The fix consists in removing the call to hasAudioSession() from process_l()
and requires each effect chain to keep count of the number of audio tracks
attached to it (previously only the active tracks were accounted for).
Change-Id: Iee4246694ea8c7a66c012120c629d72dd38f9c35
2011-05-13 08:34:45 -07:00
Steve Block
a7a7222f2b
Merge "Fix WebCore include paths due to merge to WebKit r75315"
2011-05-13 06:44:57 -07:00
Christopher Tate
83a7cdc565
Use pax extended tar format to support long filenames etc.
...
'tar' supports only 100-character paths; 'ustar' supports only
155+100 character prefix + paths; neither supports files larger
than about 8 gigabytes. We now use the POSIX.1-2001 'pax'
extended tar format for those files in the backup stream that
are too large or have too-long paths for the 'ustar' format.
Change-Id: I2f256823091deaec9b1ccea685d2344753c6cb67
2011-05-12 18:07:57 -07:00
Dianne Hackborn
c6c8ada163
am dda64e9a: am 51454295: am df9799f0: Fix build.
...
* commit 'dda64e9a4af2e7dbc75a3b2fc7c41b9d63848a59':
Fix build.
2011-05-12 17:42:14 -07:00
Dianne Hackborn
dda64e9a4a
am 51454295: am df9799f0: Fix build.
...
* commit '51454295a5813627a91dd5cf6b486a70a0b389cb':
Fix build.
2011-05-12 17:39:22 -07:00
Irfan Sheriff
7ac45e0fa6
am 91a46046: (-s ours) am 2cd423a0: Merge commit \'01ea7f01\' into manualmerge1
...
* commit '91a460469a20529938e0f740ce24e0fdaddb7fa6':
DO NOT MERGE Add DhcpStateMachine
2011-05-12 17:39:07 -07:00
Irfan Sheriff
91a460469a
am 2cd423a0: Merge commit \'01ea7f01\' into manualmerge1
...
* commit '2cd423a049aeeb0c07f7a556f3a6f701b504606f':
DO NOT MERGE Add DhcpStateMachine
2011-05-12 17:37:06 -07:00
Dianne Hackborn
51454295a5
am df9799f0: Fix build.
...
* commit 'df9799f0fc3ef04d9b004ebbda44883f85321b24':
Fix build.
2011-05-12 17:35:20 -07:00
Irfan Sheriff
7d8b99e22d
am 55fa681a: (-s ours) am bb09485b: Merge commit \'09564fbb\' into manualmerge
...
* commit '55fa681ac774240509def9d75ad7e16ea5515dd1':
DO NOT MERGE Define Protocol class
2011-05-12 17:31:25 -07:00
Jean-Baptiste Queru
58aa4fc5c9
Merge from honeycomb-plus-aosp
...
Change-Id: I3a3e2adce3114fb86c8fc4d2af48f1daa7340f6b
2011-05-12 17:25:33 -07:00
Jean-Baptiste Queru
ce0ce2dde2
Merge from honeycomb-plus-aosp
...
Change-Id: I66f5d4f8b703789a02f7e137235e9321fc413f5d
2011-05-12 17:23:41 -07:00
Irfan Sheriff
2cd423a049
Merge commit '01ea7f01' into manualmerge1
2011-05-12 17:19:56 -07:00
Dianne Hackborn
88bf0e5ae7
Merge "resolved conflicts for merge of 0e59729b to master"
2011-05-12 17:15:22 -07:00
John Reck
c51ab9b93d
Merge "Adding functions to query the state of a WebElement."
2011-05-12 17:00:38 -07:00
Chia-chi Yeh
a210ae5cef
Merge "Add a method to create ParcelFileDescriptors from DatagramSockets."
2011-05-12 16:55:58 -07:00
Chia-chi Yeh
47f8f0fa70
Add a method to create ParcelFileDescriptors from DatagramSockets.
...
Change-Id: I16dddb2395628657b140b53a1b2fee5f311b049a
2011-05-12 16:25:27 -07:00
Dima Zavin
f76dd3abbe
Merge "update for new audio.h header location"
2011-05-12 16:06:20 -07:00
Irfan Sheriff
55fa681ac7
am bb09485b: Merge commit \'09564fbb\' into manualmerge
...
* commit 'bb09485bcb36a2d5cf4d7760bfd89807bb3be573':
DO NOT MERGE Define Protocol class
2011-05-12 16:02:43 -07:00
Jean-Baptiste Queru
e03efcb05f
am 2d7d3f78: (-s ours) am f247e545: Merge "Adapt to latest skia"
...
* commit '2d7d3f78c90734c8067ab76b8f5daca84a311c92':
Adapt to latest skia
2011-05-12 15:54:13 -07:00
Jean-Baptiste Queru
b0ca8b9dfd
am a84d29cb: am 6714e677: Merge "Ninepatch tweaks for better interop"
...
* commit 'a84d29cb0494310e9472884c7a459603eb305e38':
Ninepatch tweaks for better interop
2011-05-12 15:52:16 -07:00
Jean-Baptiste Queru
fb401ca777
am 20fd3f0d: am 4770c79c: Merge "Tweak audio APIs for better forward/backward/sideways compatibility."
...
* commit '20fd3f0d83d4665a6ac33a10f4a48a0f6f159068':
Tweak audio APIs for better forward/backward/sideways compatibility.
2011-05-12 15:52:12 -07:00
Jean-Baptiste Queru
11ace0015b
am e8b669cb: (-s ours) am 71d25778: Merge "Switch to SkSafeUnref for better portability"
...
* commit 'e8b669cbd7b690349c908ce6c9ce3b342139de04':
Switch to SkSafeUnref for better portability
2011-05-12 15:52:03 -07:00
Irfan Sheriff
bb09485bcb
Merge commit '09564fbb' into manualmerge
2011-05-12 15:47:28 -07:00
Dianne Hackborn
3d0724dc22
resolved conflicts for merge of 0e59729b to master
...
Change-Id: I2d3a6bddf66b1df0c101c45ea2fec1cf65caf01b
2011-05-12 15:39:41 -07:00
Jean-Baptiste Queru
2d7d3f78c9
am f247e545: Merge "Adapt to latest skia"
...
* commit 'f247e545b521584bb778e79710c1e60ab814839e':
Adapt to latest skia
2011-05-12 15:38:18 -07:00
Jean-Baptiste Queru
a84d29cb04
am 6714e677: Merge "Ninepatch tweaks for better interop"
...
* commit '6714e6774063aae7a8a7a80c36c89ec60170cb27':
Ninepatch tweaks for better interop
2011-05-12 15:38:15 -07:00
Jean-Baptiste Queru
20fd3f0d83
am 4770c79c: Merge "Tweak audio APIs for better forward/backward/sideways compatibility."
...
* commit '4770c79c340c2fb5b6b58c0a1ccf8aac96138ef6':
Tweak audio APIs for better forward/backward/sideways compatibility.
2011-05-12 15:38:11 -07:00
Jean-Baptiste Queru
e8b669cbd7
am 71d25778: Merge "Switch to SkSafeUnref for better portability"
...
* commit '71d25778c61327bf82d0e81cd78175a9ee74420a':
Switch to SkSafeUnref for better portability
2011-05-12 15:38:07 -07:00
Gilles Debunne
ee511cc529
SuggestionSpans are preserved when picked.
...
This is the exception case: text replacement should NOT remove SuggestionSpans
when this is the result of a Suggestion pick in the popup.
Save them and restore them after the text replacement.
Only spans that entirely englobe the replaced region make sense after the
text replacement.
Change-Id: Ib18eb6437c3a63fd0e788ebd4565c8f42e83503b
2011-05-12 15:20:30 -07:00
Dianne Hackborn
df9799f0fc
Fix build.
...
Change-Id: I97e357aa20c9ba91f20f77d53fc4dca1fd3aa598
2011-05-12 15:16:33 -07:00
Jean-Baptiste Queru
f247e545b5
Merge "Adapt to latest skia"
2011-05-12 15:09:51 -07:00
Derek Sollenberger
0ceb9501b2
Adapt to latest skia
...
Change-Id: I39247db04ca8b7993b0f5a16fb0324828d04cc3a
2011-05-12 15:05:44 -07:00
Teng-Hui Zhu
858daa1fbb
am a0e661b4: am c1a005c3: Merge "Fix the Uri parsing issue" into honeycomb-mr2
...
* commit 'a0e661b4e4f489fa7c5c2ebadcffc8e6f71132eb':
Fix the Uri parsing issue
2011-05-12 15:05:29 -07:00
Dianne Hackborn
0e59729b10
am 97280816: am 0f1de9ad: New compat mode front end: UI and persistence.
...
* commit '972808164adde6c0784e9c836d06219a9cf7eb7f':
New compat mode front end: UI and persistence.
2011-05-12 15:05:19 -07:00
Teng-Hui Zhu
a0e661b4e4
am c1a005c3: Merge "Fix the Uri parsing issue" into honeycomb-mr2
...
* commit 'c1a005c356c18ffb676f16b2f6d6d8f361abafe2':
Fix the Uri parsing issue
2011-05-12 15:01:56 -07:00
Dianne Hackborn
972808164a
am 0f1de9ad: New compat mode front end: UI and persistence.
...
* commit '0f1de9adde0b52d2a385a76232bd7ac30c3eeea2':
New compat mode front end: UI and persistence.
2011-05-12 15:01:53 -07:00
Chet Haase
674b595fa5
Merge "Antialiasing for rectangles"
2011-05-12 14:57:51 -07:00
Chet Haase
858aa93ddb
Antialiasing for rectangles
...
Change-Id: I7ca6931606541ddd504bd5db7f8dc04b9cde8cd9
2011-05-12 14:55:29 -07:00
Jean-Baptiste Queru
6714e67740
Merge "Ninepatch tweaks for better interop"
2011-05-12 14:24:09 -07:00
Jean-Baptiste Queru
9faa34e603
Ninepatch tweaks for better interop
...
Change-Id: I96781e2b27fcd6dd05d9726829e8e79ff365cbdc
2011-05-12 14:22:43 -07:00
Jean-Baptiste Queru
4770c79c34
Merge "Tweak audio APIs for better forward/backward/sideways compatibility."
2011-05-12 14:19:41 -07:00
Jean-Baptiste Queru
71d25778c6
Merge "Switch to SkSafeUnref for better portability"
2011-05-12 14:19:26 -07:00
Irfan Sheriff
01ea7f01ec
Merge "DO NOT MERGE Add DhcpStateMachine" into honeycomb-mr2
2011-05-12 14:18:03 -07:00
Irfan Sheriff
09564fbb9f
Merge "DO NOT MERGE Define Protocol class" into honeycomb-mr2
2011-05-12 14:17:51 -07:00
Teng-Hui Zhu
c1a005c356
Merge "Fix the Uri parsing issue" into honeycomb-mr2
2011-05-12 14:11:25 -07:00