6872 Commits

Author SHA1 Message Date
Cary Clark
decbc3dbc4 am 840b856d: Merge change 22452 into eclair
Merge commit '840b856d2a7287e98526d3957715eba3677e872f' into eclair-plus-aosp

* commit '840b856d2a7287e98526d3957715eba3677e872f':
  don't center zoom on size change if zoom is in progress
2009-08-24 11:50:15 -07:00
Android (Google) Code Review
840b856d2a Merge change 22452 into eclair
* changes:
  don't center zoom on size change if zoom is in progress
2009-08-24 11:47:53 -07:00
Cary Clark
a91874d1f9 don't center zoom on size change if zoom is in progress
The onSizeChange code is called when the device is rotated and
when the title bar is hidden. In the latter case, it is in response
to the zooming transition from overview mode to reading mode, and
the zoom center should not be recomputed.

http://b/issue?id=2060720
2009-08-24 14:08:43 -04:00
Patrick Scott
ab3803bd8d am d507ff21: Merge change 22449 into eclair
Merge commit 'd507ff21296b10ed57feec1200a8fe7eb09c0fc4' into eclair-plus-aosp

* commit 'd507ff21296b10ed57feec1200a8fe7eb09c0fc4':
  Check for a null history item to avoid crashing.
2009-08-24 11:02:28 -07:00
Android (Google) Code Review
d507ff2129 Merge change 22449 into eclair
* changes:
  Check for a null history item to avoid crashing.
2009-08-24 11:00:30 -07:00
Patrick Scott
af31c3a42d Check for a null history item to avoid crashing.
The history item may be null if this page is loaded through loadDataWithBaseURL
so we cannot count on the item being non-null.

Bug: 2073490
2009-08-24 13:59:55 -04:00
Steve Block
dbaf246ef7 am ba9f5f3f: Merge change 22440 into eclair
Merge commit 'ba9f5f3f6b0e499708fb9aa05f30f4a2e7d8b616' into eclair-plus-aosp

* commit 'ba9f5f3f6b0e499708fb9aa05f30f4a2e7d8b616':
  Java-side changes to persist Geolocation permissions between browser sessions.
2009-08-24 10:57:54 -07:00
Android (Google) Code Review
ba9f5f3f6b Merge change 22440 into eclair
* changes:
  Java-side changes to persist Geolocation permissions between browser sessions.
2009-08-24 10:56:10 -07:00
Scott Su
cd5a2960bc am b321625b: Merge change 22430 into eclair
Merge commit 'b321625b859f2db4407810929ca6fa6074f65403' into eclair-plus-aosp

* commit 'b321625b859f2db4407810929ca6fa6074f65403':
  Remove frameworks/base/im since these stuff are only used by IM app
2009-08-24 10:36:49 -07:00
Yu Shan Emily Lau
c703dc405c am b91c52f7: am 8c937a17: Merge change 22379 into donut
Merge commit 'b91c52f77387a95b4ae554b369644e0f41e401ea' into eclair-plus-aosp

* commit 'b91c52f77387a95b4ae554b369644e0f41e401ea':
  modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
2009-08-24 10:35:15 -07:00
Android (Google) Code Review
b321625b85 Merge change 22430 into eclair
* changes:
  Remove frameworks/base/im since these stuff are only used by IM app
2009-08-24 10:34:32 -07:00
Yu Shan Emily Lau
b91c52f773 am 8c937a17: Merge change 22379 into donut
Merge commit '8c937a17667704ee9ba60663f4c4b76f3c3a0f78' into eclair

* commit '8c937a17667704ee9ba60663f4c4b76f3c3a0f78':
  modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
2009-08-24 10:14:25 -07:00
Android (Google) Code Review
8c937a1766 Merge change 22379 into donut
* changes:
  	modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java         Fixed the passing incorrect media names and add the localH263AMRprepareAsync test.
2009-08-24 10:11:00 -07:00
Satish Roddom
e43a6a02dd Compose Message "To" field allows adding sequence of characters as contact
When we select this option, this sequence of characters (which is neither a
valid email address nor a phone number), gets stored in contact with type MOBILE.

Fix: In function canAddToContacts, adding a check to validate whether the contact
to be added is a valid email address or phone number. If not, user will not be shown
with the option "Add to Contacts".
2009-08-24 09:19:08 -07:00
Patrick Scott
1aa196ef7a am 4e9718d6: Fix synchronous xml requests with ssl errors.
Merge commit '4e9718d6ae3433a3f78fddf158a15701101ba781' into eclair-plus-aosp

* commit '4e9718d6ae3433a3f78fddf158a15701101ba781':
  Fix synchronous xml requests with ssl errors.
2009-08-24 09:05:24 -07:00
Patrick Scott
4e9718d6ae Fix synchronous xml requests with ssl errors.
Use the in-memory ssl preference table before posting a message to the WebCore
thread. Since the WebCore thread is blocked waiting for the ssl resource, we
cannot query the user for their preference. If the table does not contain the
user's decision, bail on the request to avoid a deadlock.

Also mark a few of the ssl handler's method's as synchronized. This was reported
by findbugs.
2009-08-24 12:02:51 -04:00
Grace Kloba
92bd45f944 am 7fdab7f9: Merge change 22377 into eclair
Merge commit '7fdab7f9674aadf90c3be1f06d7d34b60151c658' into eclair-plus-aosp

* commit '7fdab7f9674aadf90c3be1f06d7d34b60151c658':
  The new webkit won't keep RAM cache if http header has "no-store". So remove
2009-08-24 08:47:01 -07:00
Android (Google) Code Review
7fdab7f967 Merge change 22377 into eclair
* changes:
  The new webkit won't keep RAM cache if http header has "no-store". So remove it from StreamLoader. And fix the code where we only want to cache network  result.
2009-08-24 08:45:06 -07:00
Steve Block
9d3273f622 Java-side changes to persist Geolocation permissions between browser sessions.
This fixes bug http://b/issue?id=2054365.
2009-08-24 11:59:42 +01:00
Steve Block
4cc89b91b7 am 8a2000df: Merge change 22262 into eclair
Merge commit '8a2000df6d32f4e5df3073753055800a9363a3a5' into eclair-plus-aosp

* commit '8a2000df6d32f4e5df3073753055800a9363a3a5':
  Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.
2009-08-24 03:09:07 -07:00
Android (Google) Code Review
8a2000df6d Merge change 22262 into eclair
* changes:
  Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.
2009-08-24 03:07:15 -07:00
Steve Block
06cd751b05 Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.
This fixes bug http://b/issue?id=2067559.
2009-08-24 10:59:57 +01:00
Steve Block
4a762e2b06 am 25131299: Merge change 21978 into eclair
Merge commit '25131299aaa1b8c4f44edb33f71f0241a61939e4' into eclair-plus-aosp

* commit '25131299aaa1b8c4f44edb33f71f0241a61939e4':
  Adds the ability to set Geolocation permissions from DumpRenderTree on Android.
2009-08-24 02:30:08 -07:00
Android (Google) Code Review
25131299aa Merge change 21978 into eclair
* changes:
  Adds the ability to set Geolocation permissions from DumpRenderTree on Android.
2009-08-24 02:28:23 -07:00
Scott Su
6965666d34 Remove frameworks/base/im since these stuff are only used by IM app 2009-08-23 23:41:50 -07:00
Jeff Sharkey
a711fadb07 am 84235ee9: Add extra to exclude specific MIME-types from Fast-Track.
Merge commit '84235ee923c13e58ce339c25c86f734b338a81e0' into eclair-plus-aosp

* commit '84235ee923c13e58ce339c25c86f734b338a81e0':
  Add extra to exclude specific MIME-types from Fast-Track.
2009-08-23 14:20:51 -07:00
Jeff Sharkey
84235ee923 Add extra to exclude specific MIME-types from Fast-Track.
Also added ContactHeaderWidget accessor for passing along
this list when triggering Fast-Track.  This is used so that
the header widget can hide the profile icon when launched
while already looking at the profile.
2009-08-23 14:11:00 -07:00
Jeff Sharkey
f942558bc5 am 06a0323a: Add fields to pass ungrouped counts to UI.
Merge commit '06a0323a5439ba5c1c31f9adb70918b5bf5f61de' into eclair-plus-aosp

* commit '06a0323a5439ba5c1c31f9adb70918b5bf5f61de':
  Add fields to pass ungrouped counts to UI.
2009-08-23 00:20:52 -07:00
Jeff Sharkey
06a0323a54 Add fields to pass ungrouped counts to UI. 2009-08-23 00:17:44 -07:00
Jeff Sharkey
4421e5cd34 am f03733e7: Merge change 22160 into eclair
Merge commit 'f03733e7a1465b186acc1da11dca18f054c12734' into eclair-plus-aosp

* commit 'f03733e7a1465b186acc1da11dca18f054c12734':
  Add dither XML flag to StateListDrawable.
2009-08-22 23:00:11 -07:00
Android (Google) Code Review
f03733e7a1 Merge change 22160 into eclair
* changes:
  Add dither XML flag to StateListDrawable.
2009-08-22 22:57:30 -07:00
Wink Saville
22deda782e am 55c6f888: Fix missing break statement found by Motorola.
Merge commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d' into eclair-plus-aosp

* commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d':
  Fix missing break statement found by Motorola.
2009-08-22 22:51:45 -07:00
Wink Saville
55c6f8881f Fix missing break statement found by Motorola. 2009-08-22 22:48:46 -07:00
Jeff Sharkey
6afa16feb3 Add dither XML flag to StateListDrawable.
We currently allow the dither="true" flag to be set on
individual <bitmap> and <nine-patch> objects, but that flag
is overridden when they are included in a <selector>.  This
change adds the dither="true" flag to StateListDrawable so
they can be dithered when desired.

Fixes http://b/issue?id=2068024
2009-08-22 22:44:00 -07:00
Scott Su
9d11ef2b4a am a5fa3648: Merge change 22383 into eclair
Merge commit 'a5fa36481cdbe2cd324055d9f508e492482cb7dc' into eclair-plus-aosp

* commit 'a5fa36481cdbe2cd324055d9f508e492482cb7dc':
  Remove the decleration of com.android.im.plugin.jar in platform.xml
2009-08-22 11:09:33 -07:00
Android (Google) Code Review
a5fa36481c Merge change 22383 into eclair
* changes:
  Remove the decleration of com.android.im.plugin.jar in platform.xml Add a column definition for keep_signed_in when query the active account with a given provider
2009-08-22 11:07:20 -07:00
Scott Su
527f015b9a Remove the decleration of com.android.im.plugin.jar in platform.xml
Add a column definition for keep_signed_in when query the active account with a given provider
2009-08-22 10:48:23 -07:00
Eric Fischer
a3598d9acd am 688b0f12: am 36d5aaec: Merge change 22322 into donut
Merge commit '688b0f1235aba0e82ff4eec4d935b494d9c4754d' into eclair-plus-aosp

* commit '688b0f1235aba0e82ff4eec4d935b494d9c4754d':
  Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
2009-08-22 07:47:46 -07:00
Ken Shirriff
dff0ae1746 am 5f5989de: Add tests for RecurrenceSet.
Merge commit '5f5989de7cac3583a2217b03e9661d2abb1a1d70' into eclair-plus-aosp

* commit '5f5989de7cac3583a2217b03e9661d2abb1a1d70':
  Add tests for RecurrenceSet.
2009-08-22 07:45:26 -07:00
Libin Tang
4df349b850 am 7b0cdc88: Merge change 22362 into eclair
Merge commit '7b0cdc8890a849283d31a15126e73edce3bdf3a6' into eclair-plus-aosp

* commit '7b0cdc8890a849283d31a15126e73edce3bdf3a6':
  Fix +NANP issue and cleanup plus code conversion.
2009-08-22 07:45:13 -07:00
Guo-Bin Zhang
3a1bfe8d22 am 1cef2289: Disable data call in emergency call
Merge commit '1cef22890d10417977397a5dccf34956858d0803' into eclair-plus-aosp

* commit '1cef22890d10417977397a5dccf34956858d0803':
  Disable data call in emergency call
2009-08-22 07:45:05 -07:00
Romain Guy
5ce7382062 am 6f89172b: Merge change 22352 into eclair
Merge commit '6f89172b6e149c623fe582e4baa658299a3fc72c' into eclair-plus-aosp

* commit '6f89172b6e149c623fe582e4baa658299a3fc72c':
  Fix FallRS by keeping a reference to the mesh.
2009-08-22 07:44:42 -07:00
Eric Fischer
688b0f1235 am 36d5aaec: Merge change 22322 into donut
Merge commit '36d5aaec2ee1f11ea80639c8194e4aac2be3892d' into eclair

* commit '36d5aaec2ee1f11ea80639c8194e4aac2be3892d':
  Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
2009-08-22 07:43:44 -07:00
Mathias Agopian
4a34e888ae first step for fixing [2066786] EGL object lifetime management doesn't respect the EGL spec
this change fixes the lifetime mgt of EGLSurface, EGLContext and EGLImageKHR in the EGL wrapper.
EGLDisplay is still somewhat bogus and libagl's EGL is still incorrect.

The idea of the change is that EGL objects are put in a list when created and removed when destroyed.
Before each use, we first verify if the object is in the list and if so a reference is taken and kept
for the scope of the whole EGL API being called, if not, an error is returned.

Upon object destruction, the object is simply marked as "terminated" (this is not protected by a lock
because it doesn't really matter). This flag is only used to deny access to the object by other APIs
while it's still valid (for instance current or being used by another function in another thread).
A reference is also removed and the object can then actually be destroyed when going out of scope.
2009-08-21 19:45:44 -07:00
Yu Shan Emily Lau
051d8d6692 modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
Fixed the passing incorrect media names and add the localH263AMRprepareAsync test.

	modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
2009-08-21 19:20:42 -07:00
Grace Kloba
c3fa098ff6 The new webkit won't keep RAM cache if http header has "no-store". So remove
it from StreamLoader. And fix the code where we only want to cache network  result.
2009-08-21 17:31:11 -07:00
Ken Shirriff
5f5989de7c Add tests for RecurrenceSet.
Tests only cover populateContentValues.  See bug 1594638
2009-08-21 17:09:33 -07:00
Android (Google) Code Review
7b0cdc8890 Merge change 22362 into eclair
* changes:
  Fix +NANP issue and cleanup plus code conversion.
2009-08-21 17:05:24 -07:00
Guo-Bin Zhang
1cef22890d Disable data call in emergency call
Same change as 79ef673d56e2599932b8b7f13695d23b4df54d09 rebased
2009-08-21 17:02:49 -07:00
Android (Google) Code Review
6f89172b6e Merge change 22352 into eclair
* changes:
  Fix FallRS by keeping a reference to the mesh.
2009-08-21 16:30:13 -07:00