OSDN Git Service

android-x86/packages-apps-Browser.git
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.

14 years agoCheck to make sure the captured picture is non null before using.
Leon Scroggins [Tue, 29 Sep 2009 20:38:47 +0000 (16:38 -0400)]
Check to make sure the captured picture is non null before using.

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

Change-Id: Id9898b2251585e8adbae286df6173a2e1989c838

14 years agoMerge change I776878e9 into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 19:45:29 +0000 (15:45 -0400)]
Merge change I776878e9 into eclair

* changes:
  Add '&android-home' to the google homepage string

14 years agoMerge change Iffca70f6 into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 19:43:35 +0000 (15:43 -0400)]
Merge change Iffca70f6 into eclair

* changes:
  Reduce browser backup agent's amount of logging

14 years agoReduce browser backup agent's amount of logging
Christopher Tate [Tue, 29 Sep 2009 19:40:25 +0000 (12:40 -0700)]
Reduce browser backup agent's amount of logging

DEBUG=false now, and so we emit only one-line activity summaries during backup
and restore.

Change-Id: Iffca70f60581672ce686429db0a4382d934de663

14 years agoAdd '&android-home' to the google homepage string
Cary Clark [Tue, 29 Sep 2009 19:12:03 +0000 (15:12 -0400)]
Add '&android-home' to the google homepage string

Also, mark it as non-translatable, and remove the translated
versions.

fixes http://b/issue?id=2148022

14 years agoUpdates for the title bar.
Leon Scroggins [Tue, 29 Sep 2009 17:08:35 +0000 (13:08 -0400)]
Updates for the title bar.

Modify the layout of the title bar to better match that of the
search bar.  Also use the newer asset for the bookmarks button.

See http://b/issue?id=2126429 and http://b/issue?id=2145205

Change-Id: I14f05ca00a30f67d59d407ac3f6dfb2ac63a8184

14 years agoMerge change I237fc084 into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 18:31:29 +0000 (14:31 -0400)]
Merge change I237fc084 into eclair

* changes:
  Makes Geolocation permissions prompt pretty.

14 years agoMakes Geolocation permissions prompt pretty.
Steve Block [Tue, 29 Sep 2009 12:14:41 +0000 (13:14 +0100)]
Makes Geolocation permissions prompt pretty.

Change-Id: I237fc0845de2297babc7da448a2199c5344e2e83

14 years agoMerge change I67f0a56d into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 18:05:48 +0000 (14:05 -0400)]
Merge change I67f0a56d into eclair

* changes:
  Enable fading scrollbar for the Browser

14 years agodon't create the fake title bar when getGlobalVisible fails
Cary Clark [Tue, 29 Sep 2009 17:00:45 +0000 (13:00 -0400)]
don't create the fake title bar when getGlobalVisible fails

If getGlobalVisibleFails, the visible rectangle top is
assumed to be zero, as if the status bar has no height. The
fake title bar is then drawn underneath the actual status
bar. Bail on the fake title bar creation if the status bar
can't be measured.

14 years agoFix miniature thumbnail problem and delay saving of a screenshot by 500ms after a...
Ben Murdoch [Tue, 29 Sep 2009 08:41:11 +0000 (09:41 +0100)]
Fix miniature thumbnail problem and delay saving of a screenshot by 500ms after a page has completed loading to ensure the WebView has completed painting and that we therefore save an accurate thumbnail.

Change-Id: I77f5d12062de0b9703e5d3ec0c53910f4d62743d

14 years agoNew icons
Mike Cleron [Tue, 29 Sep 2009 06:50:30 +0000 (23:50 -0700)]
New icons

14 years agoEnable fading scrollbar for the Browser
Grace Kloba [Tue, 29 Sep 2009 04:24:51 +0000 (21:24 -0700)]
Enable fading scrollbar for the Browser

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

14 years agocheck to see if the real title bar has no parent
Cary Clark [Mon, 28 Sep 2009 21:05:06 +0000 (17:05 -0400)]
check to see if the real title bar has no parent

This works around a monkey-found crash that is unlikely to
be triggerable by a user.

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

14 years agoMore assets refresh.
Leon Scroggins [Mon, 28 Sep 2009 19:56:52 +0000 (15:56 -0400)]
More assets refresh.

Change-Id: Ieb591dd057d36919daea4578d0c15bcc896b5672

14 years agoUse new bookmark assets.
Leon Scroggins [Mon, 28 Sep 2009 19:30:44 +0000 (15:30 -0400)]
Use new bookmark assets.

Use the latest assets for the bookmark menu option, as well as for
the bookmark tab on the bookmarks page.

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

Change-Id: Ic36ce791a9352be2a175f5affba32873b4854d8e

14 years agoMerge change 27451 into eclair
Android (Google) Code Review [Mon, 28 Sep 2009 17:37:06 +0000 (13:37 -0400)]
Merge change 27451 into eclair

* changes:
  Fix for the dual notification problem

14 years agoMerge change 27460 into eclair
Android (Google) Code Review [Mon, 28 Sep 2009 17:36:37 +0000 (13:36 -0400)]
Merge change 27460 into eclair

* changes:
  Update menu items.

14 years agoFix for the dual notification problem
Nicolas Roard [Mon, 28 Sep 2009 16:03:36 +0000 (17:03 +0100)]
Fix for the dual notification problem

14 years agoMake bookmarks grid view inset by the width of the scrollbar.
Leon Scroggins [Mon, 28 Sep 2009 16:01:00 +0000 (12:01 -0400)]
Make bookmarks grid view inset by the width of the scrollbar.

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

Change-Id: I2291939de843720899dfd8f4281ed9dcb6aa77a4

14 years agoUpdate menu items.
Leon Scroggins [Mon, 28 Sep 2009 15:21:56 +0000 (11:21 -0400)]
Update menu items.

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

Change-Id: I9c7de6fc8ff81b7a583c0c9a9724651b3304f93f

14 years agoMerge change 27436 into eclair
Android (Google) Code Review [Mon, 28 Sep 2009 14:49:47 +0000 (10:49 -0400)]
Merge change 27436 into eclair

* changes:
  append '&source=android-home' to the homepage_base string

14 years agoappend '&source=android-home' to the homepage_base string
Cary Clark [Mon, 28 Sep 2009 14:18:29 +0000 (10:18 -0400)]
append '&source=android-home' to the homepage_base string

Additionally, either this string should be marked translatable=false
and all existing translations should be removed or all existing
translations must be updated.

This fixes http://b/issue?id=2148022

14 years agoMerge change 27416 into eclair
Android (Google) Code Review [Mon, 28 Sep 2009 10:49:35 +0000 (06:49 -0400)]
Merge change 27416 into eclair

* changes:
  Only update the bookmark screenshot if the page completed loading fully (i.e. do not save a screenshot if the user canceled loading.

14 years agoOnly update the bookmark screenshot if the page completed loading fully (i.e. do...
Ben Murdoch [Mon, 28 Sep 2009 09:59:09 +0000 (10:59 +0100)]
Only update the bookmark screenshot if the page completed loading fully (i.e. do not save a screenshot if the user canceled loading.

Bug: 2148161
Change-Id: Ia226959cd18848d0eb2e302a9ef894c5c142d37d

14 years agoFix NPE when adding a new bookmark.
Ben Murdoch [Mon, 28 Sep 2009 09:29:35 +0000 (10:29 +0100)]
Fix NPE when adding a new bookmark.

Bug: 2148968

Change-Id: I03025c3845e536d8aba0c1a8f2c6537333422a48

14 years agoMerge change 27095 into eclair
Android (Google) Code Review [Fri, 25 Sep 2009 20:09:51 +0000 (16:09 -0400)]
Merge change 27095 into eclair

* changes:
  Use new, consistent assets for adding a bookmark.

14 years agoUse new, consistent assets for adding a bookmark.
Leon Scroggins [Fri, 25 Sep 2009 19:47:05 +0000 (15:47 -0400)]
Use new, consistent assets for adding a bookmark.

Change-Id: I08b492a792e518acb53a69346d51c8c88c06b75e