OSDN Git Service

android-x86/packages-apps-Browser.git
14 years agoam 8f461425: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 2 Dec 2009 01:06:29 +0000 (17:06 -0800)]
am 8f461425: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '8f4614259d5127bd9ba5774996b75219cced78e8' into eclair-mr2

* commit '8f4614259d5127bd9ba5774996b75219cced78e8':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 30 Nov 2009 19:34:58 +0000 (11:34 -0800)]
Import revised translations.  DO NOT MERGE

14 years agoOnly show manually entered URLs in suggestions.
Leon Scroggins [Wed, 25 Nov 2009 17:37:50 +0000 (12:37 -0500)]
Only show manually entered URLs in suggestions.

In the bookmarks database, add a column to keep track of whether
the url was entered by the user.  When providing a Cursor for
suggestions, do not show visited websites that were not entered
by the user.  In BrowserActivity, add manually entered urls to
the database, so that they can be seen in the suggestons.

Requires a change to frameworks/base.

Fixes http://b/issue?id=2281371

14 years agoam c44c7a6b: (-s ours) Rename addConsoleMessage to onConsoleMessage to reflect SDK...
Ben Murdoch [Wed, 25 Nov 2009 10:43:04 +0000 (02:43 -0800)]
am c44c7a6b: (-s ours) Rename addConsoleMessage to onConsoleMessage to reflect SDK API changes. Do not merge.

Merge commit 'c44c7a6b4e98f9c7674165e547330c17075a3c55' into eclair-mr2

* commit 'c44c7a6b4e98f9c7674165e547330c17075a3c55':
  Rename addConsoleMessage to onConsoleMessage to reflect SDK API changes. Do not merge.

14 years agoam 164657ef: (-s ours) Adds an explicit type for GeolocationPermissions.getOrigins...
Steve Block [Wed, 25 Nov 2009 10:43:00 +0000 (02:43 -0800)]
am 164657ef: (-s ours) Adds an explicit type for GeolocationPermissions.getOrigins. Do not merge.

Merge commit '164657efe67e7d2ce02ec8804d04dd485f91a098' into eclair-mr2

* commit '164657efe67e7d2ce02ec8804d04dd485f91a098':
  Adds an explicit type for GeolocationPermissions.getOrigins. Do not merge.

14 years agoPass a message to query the database, rather than doing it in onCreate.
Leon Scroggins [Tue, 24 Nov 2009 20:21:18 +0000 (15:21 -0500)]
Pass a message to query the database, rather than doing it in onCreate.

Creating a BrowserBookmarksAdapter queries the database.  Rather than
doing it in onCreate, which may slow down opening the bookmarks page,
pass a message to do it.

14 years agoRename addConsoleMessage to onConsoleMessage to reflect SDK API changes. Do not merge.
Ben Murdoch [Thu, 19 Nov 2009 18:16:04 +0000 (18:16 +0000)]
Rename addConsoleMessage to onConsoleMessage to reflect SDK API changes. Do not merge.

BUG=2271636

This has already been submitted to eclair-mr2.

Change-Id: I906f945120fe1311be01c6aa170105a8effcc56e

14 years agoAdds an explicit type for GeolocationPermissions.getOrigins. Do not merge.
Steve Block [Thu, 19 Nov 2009 15:55:42 +0000 (15:55 +0000)]
Adds an explicit type for GeolocationPermissions.getOrigins. Do not merge.

BUG=2271636

This has already been submitted to eclair-mr2.

Change-Id: I8c79b949162a98c3711f01d9c6ebbf53959fd039

14 years agoMerge change I638d3f45 into eclair-mr2
Android (Google) Code Review [Mon, 23 Nov 2009 20:07:41 +0000 (12:07 -0800)]
Merge change I638d3f45 into eclair-mr2

* changes:
  Enable some special debug url.

14 years agoEnable some special debug url.
Grace Kloba [Mon, 23 Nov 2009 18:35:04 +0000 (10:35 -0800)]
Enable some special debug url.

about.debug.dom -> dump the dom tree to adb log
about.debug.dom.tree -> dump the dom tree to /sdcard/domTree.txt
about.debug.render -> dump the render tree to adb log
about.debug.render.tree -> dump the render tree to /sdcard/renderTree.txt
about.debug.display -> dump the display tree to /sdcard/displayTree.txt

14 years agoRename addConsoleMessage to onConsoleMessage to reflect SDK API changes.
Ben Murdoch [Thu, 19 Nov 2009 18:16:04 +0000 (18:16 +0000)]
Rename addConsoleMessage to onConsoleMessage to reflect SDK API changes.

BUG=2271636

Change-Id: If41a260f24483e536794c975b532a966ac207e1f

14 years agoAdds an explicit type for GeolocationPermissions.getOrigins.
Steve Block [Thu, 19 Nov 2009 15:55:42 +0000 (15:55 +0000)]
Adds an explicit type for GeolocationPermissions.getOrigins.

This is a partial fix for bug http://b/issue?id=2271636

Change-Id: If7c51332b8051ce2426d67962cb1cf2a9cb0f280

14 years agoMerge change Ia964056a into eclair-mr2
Android (Google) Code Review [Thu, 19 Nov 2009 19:48:07 +0000 (11:48 -0800)]
Merge change Ia964056a into eclair-mr2

* changes:
  Revert "Do not allow javascript to change window focus."

14 years agoFix monkey crash. Check null for the top window in
Grace Kloba [Thu, 19 Nov 2009 18:26:37 +0000 (10:26 -0800)]
Fix monkey crash. Check null for the top window in
onActivityResult.

Fix http://b/issue?id=2254462

14 years agoRevert "Do not allow javascript to change window focus."
Patrick Scott [Wed, 18 Nov 2009 20:00:30 +0000 (15:00 -0500)]
Revert "Do not allow javascript to change window focus."

This reverts commit 9861276c209425ef5e92d01f0bf1cc65cf86e382.

14 years agoWhen long pressing to add a bookmark, use the title text returned from WebCore to...
Ben Murdoch [Tue, 17 Nov 2009 18:14:04 +0000 (18:14 +0000)]
When long pressing to add a bookmark, use the title text returned from WebCore to populate the title field of the add bookmark dialog.

Change-Id: Ia8991d3300776e81d5a216f7c467e7c9319a70d7

14 years agoMerge change I5ee906c0 into eclair-mr2
Android (Google) Code Review [Wed, 18 Nov 2009 20:41:19 +0000 (12:41 -0800)]
Merge change I5ee906c0 into eclair-mr2

* changes:
  Change android.text.util.Regex to com.android.common.Patterns

14 years agoChange android.text.util.Regex to com.android.common.Patterns
Dan Egnor [Wed, 18 Nov 2009 20:11:49 +0000 (12:11 -0800)]
Change android.text.util.Regex to com.android.common.Patterns

14 years agoDo not attempt to parse javascript: bookmarks as URIs, as this often fails.
Ben Murdoch [Tue, 17 Nov 2009 13:57:44 +0000 (13:57 +0000)]
Do not attempt to parse javascript: bookmarks as URIs, as this often fails.

Bug: http://b/2261225
Change-Id: I3322a2326cdddd290d4c5b95cc87624631d47c00

14 years agoMerge change I9861276c into eclair-mr2
Android (Google) Code Review [Sun, 15 Nov 2009 21:09:53 +0000 (13:09 -0800)]
Merge change I9861276c into eclair-mr2

* changes:
  Do not allow javascript to change window focus.

14 years agoam 64278482: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 01:46:04 +0000 (17:46 -0800)]
am 64278482: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '64278482f4df3591de4068b23307820f5e4aa930' into eclair-mr2

* commit '64278482f4df3591de4068b23307820f5e4aa930':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 01:15:10 +0000 (17:15 -0800)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoDo not allow javascript to change window focus.
Patrick Scott [Fri, 13 Nov 2009 20:09:42 +0000 (15:09 -0500)]
Do not allow javascript to change window focus.

Bug: 2161671

14 years agoam 80529427: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 13 Nov 2009 18:39:49 +0000 (10:39 -0800)]
am 80529427: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '8052942707767c853ef807facb2f4caeb5bd48b4' into eclair-mr2

* commit '8052942707767c853ef807facb2f4caeb5bd48b4':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 13 Nov 2009 03:47:05 +0000 (19:47 -0800)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoTidy up the website settings activity. This is mostly a cosmetic change. The only...
Ben Murdoch [Mon, 9 Nov 2009 17:52:21 +0000 (09:52 -0800)]
Tidy up the website settings activity. This is mostly a cosmetic change. The only functional changes are to:
1) Not dismiss the site specific settings screen when a feature is removed if that site still has more features in use, and
2) Not use the title of the URL extracted from the bookmarks database to identify the site if that bookmark is not the root
   of the origin. For example, if the user bookmarked www.google.com/foo, we do not use the title of that bookmark to
   identify www.google.com in the WebsiteSettingsActivity. If they had www.google.com bookmarked, then we would use that
   title in the WebsiteSettingsActivity.

Bug: b/2252579

Change-Id: Ic4187987ae7ce40ba3678e00d0b9b848c122f380

14 years agoDo database access in the background thread to prevent ANR.
Patrick Scott [Tue, 10 Nov 2009 18:06:47 +0000 (13:06 -0500)]
Do database access in the background thread to prevent ANR.

Bug: 2222528

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 6 Nov 2009 23:26:15 +0000 (15:26 -0800)]
Import revised translations.  DO NOT MERGE

14 years agoReset the progress when beginning to load a new page.
Leon Scroggins [Wed, 4 Nov 2009 19:13:50 +0000 (11:13 -0800)]
Reset the progress when beginning to load a new page.

Fixes http://b/issue?id=2233145

14 years agoam 6d0860d6: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 30 Oct 2009 02:23:21 +0000 (19:23 -0700)]
am 6d0860d6: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '6d0860d6014985cab3de1c8e4cca8bfbfb5183ef' into eclair-mr2

* commit '6d0860d6014985cab3de1c8e4cca8bfbfb5183ef':
  Import revised translations.  DO NOT MERGE

14 years agoDo not clear FindDialog's text when changing orientation.
Leon Scroggins [Thu, 29 Oct 2009 13:49:57 +0000 (09:49 -0400)]
Do not clear FindDialog's text when changing orientation.

Fix for http://b/issue?id=1468517

Due to some changes in external/webkit and frameworks/base, it is
no longer necessary to clear the string.  A message will be sent
which will perform the search one the picture is up to date.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 29 Oct 2009 04:17:37 +0000 (21:17 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoWhen displaying a bookmark item, only truncate the Strings that we display in the...
Ben Murdoch [Wed, 28 Oct 2009 13:22:46 +0000 (13:22 +0000)]
When displaying a bookmark item, only truncate the Strings that we display in the ListView rather than the ones used to index into the bookmarks database. This caused a crash when bookmarks had titles longer than the text view limit.

Fix for b/2219781

Change-Id: I4ea3cdfbaedce0dea6bd69f560aae9aea71ed7c1

14 years agoStretch short landscape bookmark screenshots to fill the correct amount of space.
Ben Murdoch [Tue, 20 Oct 2009 17:30:28 +0000 (18:30 +0100)]
Stretch short landscape bookmark screenshots to fill the correct amount of space.

Change-Id: Iea18faab7ef08ace675e19c1047d15a39f12ec97
(cherry picked from commit 85b59baf17a443e6d89aed50d77149513ceb526c)

14 years agoRemove the "clear all" menu option when you are in the website settings activity...
Ben Murdoch [Mon, 26 Oct 2009 18:03:44 +0000 (18:03 +0000)]
Remove the "clear all" menu option when you are in the website settings activity and are looking at the settings for a specific site rather than the overview of all sites.

Change-Id: Ic31677187ef0befe144168400732c760ebe73f8b

14 years agoam 7d899d6f: Fix how browser determines if it has connectivity.
Robert Greenwalt [Fri, 23 Oct 2009 18:27:55 +0000 (11:27 -0700)]
am 7d899d6f: Fix how browser determines if it has connectivity.

Merge commit '7d899d6f5364a5b20716497a3be5e2f778a2bc0e' into eclair-mr2

* commit '7d899d6f5364a5b20716497a3be5e2f778a2bc0e':
  Fix how browser determines if it has connectivity.

14 years agoFix how browser determines if it has connectivity.
Robert Greenwalt [Fri, 23 Oct 2009 17:33:48 +0000 (10:33 -0700)]
Fix how browser determines if it has connectivity.

Rather than use the connectedness of the last network type to report status
we should use the EXTRA_NO_CONNECTIVITY info included with each status report
to see if there is any network connectivity.

bug: 2203128

14 years agoam 9c50b60c: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 22 Oct 2009 13:46:22 +0000 (06:46 -0700)]
am 9c50b60c: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '9c50b60c4b6d6caa164ca198ffb0c2ec3781a661' into eclair-mr2

* commit '9c50b60c4b6d6caa164ca198ffb0c2ec3781a661':
  Import revised translations.  DO NOT MERGE

14 years agoRemove the fake title bar in onDestroy so that we will
Grace Kloba [Wed, 21 Oct 2009 20:23:08 +0000 (13:23 -0700)]
Remove the fake title bar in onDestroy so that we will
not leak the window.

Fix http://b/issue?id=2198565

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Wed, 21 Oct 2009 17:42:51 +0000 (10:42 -0700)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoMerge change Ie806375b into eclair-mr2
Android (Google) Code Review [Wed, 21 Oct 2009 11:33:05 +0000 (07:33 -0400)]
Merge change Ie806375b into eclair-mr2

* changes:
  Adds toast for Geolocation permissions prompt.

14 years agoAdds toast for Geolocation permissions prompt.
Steve Block [Fri, 16 Oct 2009 17:19:08 +0000 (18:19 +0100)]
Adds toast for Geolocation permissions prompt.

This fixes bug http://b/issue?id=2076246

Change-Id: Ie806375b22809c47a36ea5cff5699d82e9ee4dfb

14 years agoHide the status bar while a <video> is playing.
Andrei Popescu [Tue, 20 Oct 2009 16:58:23 +0000 (17:58 +0100)]
Hide the status bar while a <video> is playing.

Fixes http://b/issue?id=2200379

14 years agoam b3968bbc: Disable thumbnail view mode for most visited page.
Leon Scroggins [Fri, 16 Oct 2009 15:59:57 +0000 (08:59 -0700)]
am b3968bbc: Disable thumbnail view mode for most visited page.

Merge commit 'b3968bbcc96450d45bae2a667cf5ff884070fb10' into eclair-mr2

* commit 'b3968bbcc96450d45bae2a667cf5ff884070fb10':
  Disable thumbnail view mode for most visited page.

14 years agoDisable thumbnail view mode for most visited page.
Leon Scroggins [Fri, 16 Oct 2009 13:04:16 +0000 (09:04 -0400)]
Disable thumbnail view mode for most visited page.

Fix http://b/issue?id=2191540

14 years agoDon't allow the user to save bookmarks with a scheme that the Browser cannot directly...
Ben Murdoch [Mon, 12 Oct 2009 09:29:00 +0000 (10:29 +0100)]
Don't allow the user to save bookmarks with a scheme that the Browser cannot directly handle.

Change-Id: I9cbdfeaaeef4ded3dac1623854ecb9c5c603eb91

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 13 Oct 2009 23:04:50 +0000 (16:04 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoHide the fake title bar while showing the context menu.
Leon Scroggins [Fri, 9 Oct 2009 20:10:00 +0000 (16:10 -0400)]
Hide the fake title bar while showing the context menu.

Fix http://b/issue?id=2169472

14 years agoMove Tab out of TabControl to its own class. So that
Grace Kloba [Thu, 8 Oct 2009 01:00:23 +0000 (18:00 -0700)]
Move Tab out of TabControl to its own class. So that
each tab has its own WebViewClient, WebChromeClient,
ErrorConsoleView, lock icon type and inLoad (matching
mPageStarted) state.

Clean up BrowserActivity, TabControl, create a new Tab class.

Fix stopAllLoading() to stop all main window and sub window loading.

Remove mScale/mScrollX/Y from PickerData as it is not used any more.

Remove doFlick/SensorManager as it is not used any more.

Remove whiteList as it is not used any more.

Remove MASF proxy service as it is not used any more.

With this change,
we will take the snapshot even when it is in the background.
we will update the touchicon url even when it is in the background.
we will update the bookmark/history even when it is in the background.
we will update database quota and max appCache size even when it is in the background.
we will show the error dialog of the background tab when it is brought to the foreground. (New behavior)
we will update the lock icon correctly when switching tabs.
we will proceed the http auth request for the background tab if we already have username and password.

Fix http://b/issue?id=2158621

14 years agoMerge change I6d3d5b7e into eclair-mr2
Android (Google) Code Review [Fri, 9 Oct 2009 19:15:46 +0000 (15:15 -0400)]
Merge change I6d3d5b7e into eclair-mr2

* changes:
  File upload.

14 years agoLine up the progress bar with the textfield.
Leon Scroggins [Fri, 9 Oct 2009 18:54:44 +0000 (14:54 -0400)]
Line up the progress bar with the textfield.

Fixes http://b/issue?id=2171084

14 years agoFile upload.
Leon Scroggins [Fri, 2 Oct 2009 19:55:59 +0000 (15:55 -0400)]
File upload.

Requires changes in external/webkit and frameworks/base.

Fix http://b/issue?id=675743

14 years agoam 490be2c2: (-s ours) am 999477f9: (-s ours) Import revised translations. DO NOT...
Eric Fischer [Fri, 9 Oct 2009 00:33:12 +0000 (17:33 -0700)]
am 490be2c2: (-s ours) am 999477f9: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '490be2c2672de706174b2d9cbf867951910427cb' into eclair-mr2

* commit '490be2c2672de706174b2d9cbf867951910427cb':
  Import revised translations.  DO NOT MERGE

14 years agoam e3a87e1f: (-s ours) am d9f2cf37: (-s ours) Import revised translations. DO NOT...
Eric Fischer [Fri, 9 Oct 2009 00:33:08 +0000 (17:33 -0700)]
am e3a87e1f: (-s ours) am d9f2cf37: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'e3a87e1f6b8ada4be04631c1fb2870957886f0b0' into eclair-mr2

* commit 'e3a87e1f6b8ada4be04631c1fb2870957886f0b0':
  Import revised translations.  DO NOT MERGE

14 years agoam 999477f9: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 22:02:57 +0000 (15:02 -0700)]
am 999477f9: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '999477f9f68152533be14daa933cd7574f4ea6ab' into eclair

* commit '999477f9f68152533be14daa933cd7574f4ea6ab':
  Import revised translations.  DO NOT MERGE

14 years agoam d9f2cf37: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 21:59:51 +0000 (14:59 -0700)]
am d9f2cf37: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'd9f2cf37c51f1488f1d8914870ecea722215cb3b' into eclair

* commit 'd9f2cf37c51f1488f1d8914870ecea722215cb3b':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 19:16:23 +0000 (12:16 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: Ib97b5af9d196b5b73451e19c0cb11be798995f1d

14 years agoMerge change Ia16ab67e into eclair-mr2
Android (Google) Code Review [Thu, 8 Oct 2009 18:52:04 +0000 (14:52 -0400)]
Merge change Ia16ab67e into eclair-mr2

* changes:
  Change the bookmark back to cnn.com.

14 years agoam ef292158: We should handle all four cases when strip the "client". We were incorre...
Grace Kloba [Thu, 8 Oct 2009 04:03:44 +0000 (21:03 -0700)]
am ef292158: We should handle all four cases when strip the "client". We were incorrect in the third case.

Merge commit 'ef2921584e0c2f425d673dfd2c912b287a6faa5a' into eclair-mr2

* commit 'ef2921584e0c2f425d673dfd2c912b287a6faa5a':
  We should handle all four cases when strip the "client".

14 years agoWe should handle all four cases when strip the "client".
Grace Kloba [Thu, 8 Oct 2009 02:15:59 +0000 (19:15 -0700)]
We should handle all four cases when strip the "client".
We were incorrect in the third case.

http://www.google.com/m?client=ms-unknown
http://www.google.com/m?hl=en&client=ms-unknown
http://www.google.com/m?client=ms-unknown&q=pizza
http://www.google.com/m?hl=en&client=ms-unknown&q=pizza

Fix http://b/issue?id=2174396

14 years agoam 9a5b829c: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 7 Oct 2009 18:46:35 +0000 (11:46 -0700)]
am 9a5b829c: (-s ours) Import revised translations.   DO NOT MERGE

Merge commit '9a5b829ca96b386231ceb927d3dcff40d81ddca3' into eclair-mr2

* commit '9a5b829ca96b386231ceb927d3dcff40d81ddca3':
  Import revised translations.   DO NOT MERGE

14 years agoChange the bookmark back to cnn.com.
Patrick Scott [Wed, 7 Oct 2009 13:47:13 +0000 (09:47 -0400)]
Change the bookmark back to cnn.com.

The snapshot issue has been fixed by adding a redirect map.

Bug: 2132969

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 6 Oct 2009 23:52:27 +0000 (16:52 -0700)]
Import revised translations.   DO NOT MERGE

Approver: jerryw

14 years agoStop the loading after WAKELOCK_TIMEOUT (5min) when
Grace Kloba [Mon, 5 Oct 2009 22:15:36 +0000 (15:15 -0700)]
Stop the loading after WAKELOCK_TIMEOUT (5min) when
the Browser is in the background. So we won't continue to
burn the battery if there is some mis-behaved JavaScript
running.

Fix http://b/issue?id=2147840

14 years agoUpdate the fake title bar appropriately.
Leon Scroggins [Tue, 6 Oct 2009 14:10:00 +0000 (10:10 -0400)]
Update the fake title bar appropriately.

Fix for http://b/issue?id=2168682

Rather than updating the fake title bar when it is shown,
always update it with the regular title bar, so it will
have the correct icon etc when it is shown.  This also
means that we keep it around, which has the bonus of
eliminating several creations and gcs.

14 years agoScale the favicon by the density of the screen.
Patrick Scott [Mon, 5 Oct 2009 13:32:46 +0000 (09:32 -0400)]
Scale the favicon by the density of the screen.

Scale the favicon but keep the padding the same. It looks a little better with
the current bookmark asset.

Bug: 2162987

14 years agoam 07b8eb36: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Sun, 4 Oct 2009 22:15:51 +0000 (15:15 -0700)]
am 07b8eb36: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '07b8eb36b7029cc06fc952b496a2e1b5bbcdf84e' into eclair-mr2

* commit '07b8eb36b7029cc06fc952b496a2e1b5bbcdf84e':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 1 Oct 2009 23:55:49 +0000 (16:55 -0700)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoMerge change I5c303ac8 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 13:26:56 +0000 (09:26 -0400)]
Merge change I5c303ac8 into eclair

* changes:
  Adds black and white line above geolocation permissions prompt. Also increases spacing between checkbox and 'remember' text.

14 years agoAdds black and white line above geolocation permissions prompt. Also increases spacin...
Steve Block [Thu, 1 Oct 2009 11:20:11 +0000 (12:20 +0100)]
Adds black and white line above geolocation permissions prompt. Also increases spacing between checkbox and 'remember' text.

This is a fix for bug http://b/issue?id=2076246.

Change-Id: I5c303ac873b50bf1ca4bc7a6ccd3365bd4dfbb22

14 years agoUpdate the icon in the Add New Bookmark dialog and add a separator between the title...
Ben Murdoch [Thu, 1 Oct 2009 10:36:19 +0000 (11:36 +0100)]
Update the icon in the Add New Bookmark dialog and add a separator between the title and UI widgets.

Change-Id: I2e6b75a4205a2fdc7a2dbecf276e1ad5cf567d75

14 years agoRemove the shadow in the bookmark as it doesn't have title.
Grace Kloba [Thu, 1 Oct 2009 02:20:42 +0000 (19:20 -0700)]
Remove the shadow in the bookmark as it doesn't have title.

Fix http://b/issue?id=2158516

14 years agoAdjust the spacing between the title and bookmarks/stop button.
Leon Scroggins [Wed, 30 Sep 2009 22:14:38 +0000 (18:14 -0400)]
Adjust the spacing between the title and bookmarks/stop button.

Makes the spacing look more like the spacing between the search
bar's go button and microphone button, which are roughly in the
place.

Change-Id: I61d8619c3af8daa3e33ff5b263819f0ffdadb553

14 years agoMerge change I3c58dbaa into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 19:38:24 +0000 (15:38 -0400)]
Merge change I3c58dbaa into eclair

* changes:
  New assets.  This makes the title bar's button match the voice button.

14 years agoNew assets. This makes the title bar's button match the voice button.
Leon Scroggins [Wed, 30 Sep 2009 19:29:45 +0000 (15:29 -0400)]
New assets.  This makes the title bar's button match the voice button.

Change-Id: I3c58dbaa02b5f81c6db5fb96ec1b8021728a5e66

14 years agoMerge change Ie3890f91 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 19:23:57 +0000 (15:23 -0400)]
Merge change Ie3890f91 into eclair

* changes:
  Fixes

14 years agoFixes
Nicolas Roard [Wed, 30 Sep 2009 19:00:15 +0000 (20:00 +0100)]
Fixes

14 years agoUpdate ESPN default bookmark to point to espn.com so we get redirected to the mobile...
Ben Murdoch [Wed, 30 Sep 2009 18:19:39 +0000 (19:19 +0100)]
Update ESPN default bookmark to point to espn.com so we get redirected to the mobile site.

Change-Id: I7793e77b4ae29c60185c6819430a2adbeb5d4a35

14 years agoMerge change I9cdaba5e into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 17:07:13 +0000 (13:07 -0400)]
Merge change I9cdaba5e into eclair

* changes:
  New assets for settings

14 years agoMerge change I0d0fa17a into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 16:57:25 +0000 (12:57 -0400)]
Merge change I0d0fa17a into eclair

* changes:
  Sets the intial state of the Geolocation permission prompt 'remember' checkbox to checked every time it is shown.

14 years agoSets the intial state of the Geolocation permission prompt 'remember' checkbox to...
Steve Block [Wed, 30 Sep 2009 16:46:24 +0000 (17:46 +0100)]
Sets the intial state of the Geolocation permission prompt 'remember' checkbox to checked every time it is shown.

This fixes http://b/issue?id=2156885.

Change-Id: I0d0fa17ae6065335bbef3e439b44509711ab98dd

14 years agoRemove unused assets.
Leon Scroggins [Wed, 30 Sep 2009 16:51:27 +0000 (12:51 -0400)]
Remove unused assets.

Change-Id: I591c987be33b032289232cf7ae8aa45ee4e4957c

14 years agoMerge change I417aa61d into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 16:05:08 +0000 (12:05 -0400)]
Merge change I417aa61d into eclair

* changes:
  New asset for the bookmark button in the title bar.

14 years agoMerge change Ibf40bd9e into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 16:03:40 +0000 (12:03 -0400)]
Merge change Ibf40bd9e into eclair

* changes:
  Slide the title bar onto the screen rather than stretching it.

14 years agoMerge change I834ba6d2 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 15:56:58 +0000 (11:56 -0400)]
Merge change I834ba6d2 into eclair

* changes:
  Update the CNN bookmark to point to www.cnn.com/index.html. (Bug 2139637)

14 years agoSlide the title bar onto the screen rather than stretching it.
Leon Scroggins [Wed, 30 Sep 2009 15:55:54 +0000 (11:55 -0400)]
Slide the title bar onto the screen rather than stretching it.

Fix for http://b/issue?id=2154614

Also update the header for the find dialog animations.

Change-Id: Ibf40bd9ee12c270c2794d4d2316143686a072458

14 years agoNew assets for settings
Nicolas Roard [Wed, 30 Sep 2009 15:54:34 +0000 (16:54 +0100)]
New assets for settings

14 years agoMerge change I7cb3951e into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 15:35:28 +0000 (11:35 -0400)]
Merge change I7cb3951e into eclair

* changes:
  Removes the list of values previously used when prompting the user to increase the HTML5 database quota.

14 years agoNew asset for the bookmark button in the title bar.
Leon Scroggins [Wed, 30 Sep 2009 15:23:20 +0000 (11:23 -0400)]
New asset for the bookmark button in the title bar.

Fixes http://b/issue?id=2145205

Change-Id: I417aa61d7613fea274c22c8c8a8fe8ba38cdf5d2

14 years agoUpdate the CNN bookmark to point to www.cnn.com/index.html. (Bug 2139637)
Ben Murdoch [Wed, 30 Sep 2009 15:12:21 +0000 (16:12 +0100)]
Update the CNN bookmark to point to cnn.com/index.html. (Bug 2139637)

Change-Id: I834ba6d23717de852395a5382f25b2958dcfb6a5

14 years agoSave a new bookmark to the bookmarks DB asynchronously. Fix for bug 2151093.
Ben Murdoch [Tue, 29 Sep 2009 17:14:30 +0000 (18:14 +0100)]
Save a new bookmark to the bookmarks DB asynchronously. Fix for bug 2151093.

Change-Id: I860482f0a0610669f87965947b0818508d8988b7

14 years agoMerge change Ic78ed87e into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 14:09:38 +0000 (10:09 -0400)]
Merge change Ic78ed87e into eclair

* changes:
  Changes "New York Times" to "NY Times" in bookmarks list.

14 years agoRemoves the list of values previously used when prompting the user to increase the...
Steve Block [Wed, 30 Sep 2009 13:58:51 +0000 (14:58 +0100)]
Removes the list of values previously used when prompting the user to increase the HTML5 database quota.

These values are superfluous, as the user is no longer prompted in this way.

Change-Id: I7cb3951e26091df24736fe1cf26636fdee3d79dc

14 years agoChanges "New York Times" to "NY Times" in bookmarks list.
Steve Block [Wed, 30 Sep 2009 09:46:44 +0000 (10:46 +0100)]
Changes "New York Times" to "NY Times" in bookmarks list.

This is part of the fix for http://b/issue?id=2155414.
Also requires changes to vendor-specific strings.

Change-Id: Ic78ed87ebbe33a73fac6635b885b2c9d3113cbce

14 years agoLink coloring - do db lookup in new thread
Leon Clarke [Tue, 29 Sep 2009 17:35:13 +0000 (18:35 +0100)]
Link coloring - do db lookup in new thread

Typo
(cherry picked from commit ccfb951aa11cfdd7ec8ac97e6003193a1a1d7d5b)

Conflicts:

src/com/android/browser/BrowserActivity.java

14 years agoNewer icons
Mike Cleron [Wed, 30 Sep 2009 08:10:05 +0000 (01:10 -0700)]
Newer icons

14 years agoNew hdpi assets.
Daniel Sandler [Wed, 30 Sep 2009 04:33:22 +0000 (00:33 -0400)]
New hdpi assets.

Drop dated 29-Sep-2009.

Change-Id: I49bda866e8d96bafa31b601d4842e7f2a4514e9f

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 29 Sep 2009 23:40:31 +0000 (16:40 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoCheck null for intent.getData() before using it.
Grace Kloba [Tue, 29 Sep 2009 20:13:36 +0000 (13:13 -0700)]
Check null for intent.getData() before using it.

Fix http://b/issue?id=2151485

14 years agoMerge change Id9898b22 into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 20:52:19 +0000 (16:52 -0400)]
Merge change Id9898b22 into eclair

* changes:
  Check to make sure the captured picture is non null before using.