OSDN Git Service

android-x86/packages-apps-Browser.git
14 years agoam be9560db: Tidy up the website settings activity. This is mostly a cosmetic change...
Ben Murdoch [Wed, 11 Nov 2009 00:14:11 +0000 (16:14 -0800)]
am be9560db: 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 o

Merge commit 'be9560dbeb44338070170816b1ca45b2125b7ad9' into eclair-mr2-plus-aosp

* commit 'be9560dbeb44338070170816b1ca45b2125b7ad9':
  Tidy up the website settings activity. This is mostly a cosmetic change. The only functional changes are to:

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 agoam a74f6963: Do database access in the background thread to prevent ANR.
Patrick Scott [Tue, 10 Nov 2009 19:14:36 +0000 (11:14 -0800)]
am a74f6963: Do database access in the background thread to prevent ANR.

Merge commit 'a74f6963e548b7552d25fc4f851360dc74248958' into eclair-mr2-plus-aosp

* commit 'a74f6963e548b7552d25fc4f851360dc74248958':
  Do database access in the background thread to prevent ANR.

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 agoam 16979464: Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 7 Nov 2009 00:09:52 +0000 (16:09 -0800)]
am 16979464: Import revised translations.  DO NOT MERGE

Merge commit '16979464732074bf1784fa37b83794c8f5d05245' into eclair-mr2-plus-aosp

* commit '16979464732074bf1784fa37b83794c8f5d05245':
  Import revised translations.  DO NOT MERGE

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 agoam 8cf8f682: Reset the progress when beginning to load a new page.
Leon Scroggins [Fri, 6 Nov 2009 16:58:19 +0000 (08:58 -0800)]
am 8cf8f682: Reset the progress when beginning to load a new page.

Merge commit '8cf8f682e90f004d4b8028d2f5b74f72c0cf4e19' into eclair-mr2-plus-aosp

* commit '8cf8f682e90f004d4b8028d2f5b74f72c0cf4e19':
  Reset the progress when beginning to load a new page.

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 31b95e61: am 6d0860d6: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 30 Oct 2009 02:53:55 +0000 (19:53 -0700)]
am 31b95e61: am 6d0860d6: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '31b95e612f51afa9d0a2a80fe1b5b26f06339c46' into eclair-mr2-plus-aosp

* commit '31b95e612f51afa9d0a2a80fe1b5b26f06339c46':
  Import revised translations.  DO NOT MERGE

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 agoam fb7c7506: Do not clear FindDialog\'s text when changing orientation.
Leon Scroggins [Thu, 29 Oct 2009 17:07:01 +0000 (10:07 -0700)]
am fb7c7506: Do not clear FindDialog\'s text when changing orientation.

Merge commit 'fb7c75067fe5764631c762a095012bb6aed77521' into eclair-mr2-plus-aosp

* commit 'fb7c75067fe5764631c762a095012bb6aed77521':
  Do not clear FindDialog's text when changing orientation.

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 agoam 9907efcd: When displaying a bookmark item, only truncate the Strings that we displ...
Ben Murdoch [Wed, 28 Oct 2009 15:33:39 +0000 (08:33 -0700)]
am 9907efcd: 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.

Merge commit '9907efcdb03d1e038b3923d6c58f907b1fda4c5e' into eclair-mr2-plus-aosp

* commit '9907efcdb03d1e038b3923d6c58f907b1fda4c5e':
  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.

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 agoam ae59c3f5: Stretch short landscape bookmark screenshots to fill the correct amount...
Ben Murdoch [Tue, 27 Oct 2009 12:35:32 +0000 (05:35 -0700)]
am ae59c3f5: Stretch short landscape bookmark screenshots to fill the correct amount of space.

Merge commit 'ae59c3f5a5b492f91d72e1d26702a13b91a43fa4' into eclair-mr2-plus-aosp

* commit 'ae59c3f5a5b492f91d72e1d26702a13b91a43fa4':
  Stretch short landscape bookmark screenshots to fill the correct amount of space.

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 agoam 9e19e44f: Remove the "clear all" menu option when you are in the website settings...
Ben Murdoch [Tue, 27 Oct 2009 12:25:32 +0000 (05:25 -0700)]
am 9e19e44f: 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.

Merge commit '9e19e44f0b27f12cd07913548c23a885d822e716' into eclair-mr2-plus-aosp

* commit '9e19e44f0b27f12cd07913548c23a885d822e716':
  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.

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 512920d4: am 7d899d6f: Fix how browser determines if it has connectivity.
Robert Greenwalt [Fri, 23 Oct 2009 18:33:20 +0000 (11:33 -0700)]
am 512920d4: am 7d899d6f: Fix how browser determines if it has connectivity.

Merge commit '512920d4c7c02c90dcbc27c0f7f33d53fb636dcf' into eclair-mr2-plus-aosp

* commit '512920d4c7c02c90dcbc27c0f7f33d53fb636dcf':
  Fix how browser determines if it has connectivity.

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 d2bca5c6: am 9c50b60c: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 22 Oct 2009 16:34:12 +0000 (09:34 -0700)]
am d2bca5c6: am 9c50b60c: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'd2bca5c6e24bfff6d8fdda45e3265d50f6e28001' into eclair-mr2-plus-aosp

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

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 agoam 1fc98a32: Remove the fake title bar in onDestroy so that we will not leak the...
Grace Kloba [Wed, 21 Oct 2009 20:43:45 +0000 (13:43 -0700)]
am 1fc98a32: Remove the fake title bar in onDestroy so that we will not leak the window.

Merge commit '1fc98a322e9df6b0e797c26de6b2cb23d69ad5d3' into eclair-mr2-plus-aosp

* commit '1fc98a322e9df6b0e797c26de6b2cb23d69ad5d3':
  Remove the fake title bar in onDestroy so that we will

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 agoam aed8c32e: Merge change Ie806375b into eclair-mr2
Steve Block [Wed, 21 Oct 2009 11:41:44 +0000 (04:41 -0700)]
am aed8c32e: Merge change Ie806375b into eclair-mr2

Merge commit 'aed8c32e130fbd53349b1309734885262e3e552c' into eclair-mr2-plus-aosp

* commit 'aed8c32e130fbd53349b1309734885262e3e552c':
  Adds toast for Geolocation permissions prompt.

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 agoam 163ab74e: Hide the status bar while a <video> is playing.
Andrei Popescu [Tue, 20 Oct 2009 17:13:49 +0000 (10:13 -0700)]
am 163ab74e: Hide the status bar while a <video> is playing.

Merge commit '163ab74e2f85b53a1a374c49677073fb64d35f28' into eclair-mr2-plus-aosp

* commit '163ab74e2f85b53a1a374c49677073fb64d35f28':
  Hide the status bar while a <video> is playing.

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 badcfad8: am b3968bbc: Disable thumbnail view mode for most visited page.
Leon Scroggins [Fri, 16 Oct 2009 16:06:35 +0000 (09:06 -0700)]
am badcfad8: am b3968bbc: Disable thumbnail view mode for most visited page.

Merge commit 'badcfad83c548a20fc82a5b5ca195a2baacbd6d5' into eclair-mr2-plus-aosp

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

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 agoam de353621: Don\'t allow the user to save bookmarks with a scheme that the Browser...
Ben Murdoch [Wed, 14 Oct 2009 10:12:11 +0000 (03:12 -0700)]
am de353621: Don\'t allow the user to save bookmarks with a scheme that the Browser cannot directly handle.

Merge commit 'de353621650d17a412b6ffe2cbf0366db5f11c40' into eclair-mr2-plus-aosp

* commit 'de353621650d17a412b6ffe2cbf0366db5f11c40':
  Don't allow the user to save bookmarks with a scheme that the Browser cannot directly handle.

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 agoam 94b10fe2: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 14 Oct 2009 00:08:38 +0000 (17:08 -0700)]
am 94b10fe2: Import revised translations.  DO NOT MERGE

Merge commit '94b10fe271909535c559527a5b5edcdc61b435a0' into eclair-mr2-plus-aosp

* commit '94b10fe271909535c559527a5b5edcdc61b435a0':
  Import revised translations.  DO NOT MERGE

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 agoam b2b19f50: Hide the fake title bar while showing the context menu.
Leon Scroggins [Tue, 13 Oct 2009 18:47:41 +0000 (11:47 -0700)]
am b2b19f50: Hide the fake title bar while showing the context menu.

Merge commit 'b2b19f501ee05448ca81bddaaca70e9b2f51cb54' into eclair-mr2-plus-aosp

* commit 'b2b19f501ee05448ca81bddaaca70e9b2f51cb54':
  Hide the fake title bar while showing the context menu.

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 agoam 22ac16ea: Move Tab out of TabControl to its own class. So that each tab has its...
Grace Kloba [Fri, 9 Oct 2009 21:24:08 +0000 (14:24 -0700)]
am 22ac16ea: 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.

Merge commit '22ac16eab0b62d24a99fc360f2ccea14837f4127' into eclair-mr2-plus-aosp

* commit '22ac16eab0b62d24a99fc360f2ccea14837f4127':
  Move Tab out of TabControl to its own class. So that

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 agoam 986174aa: Merge change I6d3d5b7e into eclair-mr2
Leon Scroggins [Fri, 9 Oct 2009 19:22:34 +0000 (12:22 -0700)]
am 986174aa: Merge change I6d3d5b7e into eclair-mr2

Merge commit '986174aacfe289956975d731b87a7f99a19ce0b0' into eclair-mr2-plus-aosp

* commit '986174aacfe289956975d731b87a7f99a19ce0b0':
  File upload.

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 agoam 73d5e986: Line up the progress bar with the textfield.
Leon Scroggins [Fri, 9 Oct 2009 19:02:22 +0000 (12:02 -0700)]
am 73d5e986: Line up the progress bar with the textfield.

Merge commit '73d5e98613b10318e64c3dd7ce3e130dbc7c6576' into eclair-mr2-plus-aosp

* commit '73d5e98613b10318e64c3dd7ce3e130dbc7c6576':
  Line up the progress bar with the textfield.

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 4f439baf: am 490be2c2: (-s ours) am 999477f9: (-s ours) Import revised translation...
Eric Fischer [Fri, 9 Oct 2009 00:52:01 +0000 (17:52 -0700)]
am 4f439baf: am 490be2c2: (-s ours) am 999477f9: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '4f439baf097ac40d2face176e1660d4d1b367ed5' into eclair-mr2-plus-aosp

* commit '4f439baf097ac40d2face176e1660d4d1b367ed5':

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

Merge commit 'aa218eebc64fa3fbe70c01ef70adfead6d7c282c' into eclair-mr2-plus-aosp

* commit 'aa218eebc64fa3fbe70c01ef70adfead6d7c282c':

14 years agoMerge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform...
Mike Lockwood [Fri, 9 Oct 2009 00:51:58 +0000 (17:51 -0700)]
Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/packages/apps/Browser into eclair-mr2-plus-aosp

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 490be2c2: am 999477f9: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 22:13:40 +0000 (15:13 -0700)]
am 490be2c2: am 999477f9: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '490be2c2672de706174b2d9cbf867951910427cb' into eclair-plus-aosp

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

14 years agoam e3a87e1f: am d9f2cf37: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 22:13:36 +0000 (15:13 -0700)]
am e3a87e1f: am d9f2cf37: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'e3a87e1f6b8ada4be04631c1fb2870957886f0b0' into eclair-plus-aosp

* 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 agoam a9843d95: Merge change Ia16ab67e into eclair-mr2
Patrick Scott [Thu, 8 Oct 2009 19:01:34 +0000 (12:01 -0700)]
am a9843d95: Merge change Ia16ab67e into eclair-mr2

Merge commit 'a9843d95225c1734175299a7fd0e4237808ba2e8' into eclair-mr2-plus-aosp

* commit 'a9843d95225c1734175299a7fd0e4237808ba2e8':
  Change the bookmark back to cnn.com.

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 f5169178: am ef292158: We should handle all four cases when strip the "client...
Grace Kloba [Thu, 8 Oct 2009 04:09:41 +0000 (21:09 -0700)]
am f5169178: am ef292158: We should handle all four cases when strip the "client". We were incorrect in the third case.

Merge commit 'f5169178b774f1e602394403b1fe1fc45436e216' into eclair-mr2-plus-aosp

* commit 'f5169178b774f1e602394403b1fe1fc45436e216':

14 years agoMerge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform...
Iliyan Malchev [Thu, 8 Oct 2009 04:09:41 +0000 (21:09 -0700)]
Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/packages/apps/Browser into eclair-mr2-plus-aosp

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:58 +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-plus-aosp

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

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: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 7 Oct 2009 19:08:52 +0000 (12:08 -0700)]
am 9a5b829c: Import revised translations.   DO NOT MERGE

Merge commit '9a5b829ca96b386231ceb927d3dcff40d81ddca3' into eclair-plus-aosp

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

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

Merge commit '778773e07fb881d300645a4ef40a7fa205b6c273' into eclair-mr2-plus-aosp

* commit '778773e07fb881d300645a4ef40a7fa205b6c273':
  Import revised translations.   DO NOT MERGE

14 years agoam 5d0e02e6: Stop the loading after WAKELOCK_TIMEOUT (5min) when the Browser is in...
Grace Kloba [Wed, 7 Oct 2009 18:52:10 +0000 (11:52 -0700)]
am 5d0e02e6: 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.

Merge commit '5d0e02e646e46b14289168f75c2a8f6ed43cac54' into eclair-mr2-plus-aosp

* commit '5d0e02e646e46b14289168f75c2a8f6ed43cac54':
  Stop the loading after WAKELOCK_TIMEOUT (5min) when

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 agoam 07b8eb36: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 7 Oct 2009 18:36:03 +0000 (11:36 -0700)]
am 07b8eb36: Import revised translations.  DO NOT MERGE

Merge commit '07b8eb36b7029cc06fc952b496a2e1b5bbcdf84e' into eclair-plus-aosp

* commit '07b8eb36b7029cc06fc952b496a2e1b5bbcdf84e':
  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 agoam fe87bd3a: Update the fake title bar appropriately.
Leon Scroggins [Tue, 6 Oct 2009 16:50:48 +0000 (09:50 -0700)]
am fe87bd3a: Update the fake title bar appropriately.

Merge commit 'fe87bd3a3897e4bad65bb3d284659ae2f4e57570' into eclair-mr2-plus-aosp

* commit 'fe87bd3a3897e4bad65bb3d284659ae2f4e57570':
  Update the fake title bar appropriately.

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 agoam 4aff3aae: Scale the favicon by the density of the screen.
Patrick Scott [Mon, 5 Oct 2009 17:13:09 +0000 (10:13 -0700)]
am 4aff3aae: Scale the favicon by the density of the screen.

Merge commit '4aff3aae62553f308612d7c6f284ca84aa33e026' into eclair-mr2-plus-aosp

* commit '4aff3aae62553f308612d7c6f284ca84aa33e026':
  Scale the favicon by the density of the screen.

14 years agoMerge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform...
Mike Lockwood [Mon, 5 Oct 2009 17:13:04 +0000 (10:13 -0700)]
Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/packages/apps/Browser into eclair-mr2-plus-aosp

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 agoam 5f3ecb74: Merge change I5c303ac8 into eclair
Steve Block [Thu, 1 Oct 2009 13:32:53 +0000 (06:32 -0700)]
am 5f3ecb74: Merge change I5c303ac8 into eclair

Merge commit '5f3ecb74fe829ba4b4931bef69d6713f9e5819a5' into eclair-plus-aosp

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

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 agoam a753d009: Update the icon in the Add New Bookmark dialog and add a separator betwe...
Ben Murdoch [Thu, 1 Oct 2009 12:20:59 +0000 (05:20 -0700)]
am a753d009: Update the icon in the Add New Bookmark dialog and add a separator between the title and UI widgets.

Merge commit 'a753d009f11cabc73259f0a1c565301550ef1aa2' into eclair-plus-aosp

* commit 'a753d009f11cabc73259f0a1c565301550ef1aa2':
  Update the icon in the Add New Bookmark dialog and add a separator between the title and UI widgets.

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 agoam 18edf869: Remove the shadow in the bookmark as it doesn\'t have title.
Grace Kloba [Thu, 1 Oct 2009 04:18:45 +0000 (21:18 -0700)]
am 18edf869: Remove the shadow in the bookmark as it doesn\'t have title.

Merge commit '18edf86985b23b63c65f5729c747e16dc5c915fc' into eclair-plus-aosp

* commit '18edf86985b23b63c65f5729c747e16dc5c915fc':
  Remove the shadow in the bookmark as it doesn't have title.

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 agoam bd7d5178: Adjust the spacing between the title and bookmarks/stop button.
Leon Scroggins [Wed, 30 Sep 2009 22:22:59 +0000 (15:22 -0700)]
am bd7d5178: Adjust the spacing between the title and bookmarks/stop button.

Merge commit 'bd7d51781ccc0b3a067d17f417c5097cde94f25d' into eclair-plus-aosp

* commit 'bd7d51781ccc0b3a067d17f417c5097cde94f25d':
  Adjust the spacing between the title and bookmarks/stop button.

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 agoam 84a2df8e: Merge change I3c58dbaa into eclair
Leon Scroggins [Wed, 30 Sep 2009 19:44:39 +0000 (12:44 -0700)]
am 84a2df8e: Merge change I3c58dbaa into eclair

Merge commit '84a2df8efc941db78e78340c9e5a9e808b4eabba' into eclair-plus-aosp

* commit '84a2df8efc941db78e78340c9e5a9e808b4eabba':
  New assets.  This makes the title bar's button match the voice button.

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 agoam 4df3c35c: Merge change Ie3890f91 into eclair
Nicolas Roard [Wed, 30 Sep 2009 19:30:55 +0000 (12:30 -0700)]
am 4df3c35c: Merge change Ie3890f91 into eclair

Merge commit '4df3c35c741cad228730607c3fa3bc4effa26539' into eclair-plus-aosp

* commit '4df3c35c741cad228730607c3fa3bc4effa26539':
  Fixes

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 agoam e64b3a09: Update ESPN default bookmark to point to espn.com so we get redirected...
Ben Murdoch [Wed, 30 Sep 2009 19:15:54 +0000 (12:15 -0700)]
am e64b3a09: Update ESPN default bookmark to point to espn.com so we get redirected to the mobile site.

Merge commit 'e64b3a094b90ba9a9ec6732fce49700b310bb0a3' into eclair-plus-aosp

* commit 'e64b3a094b90ba9a9ec6732fce49700b310bb0a3':
  Update ESPN default bookmark to point to espn.com so we get redirected to the mobile site.

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 agoam 9725fac3: Merge change I9cdaba5e into eclair
Nicolas Roard [Wed, 30 Sep 2009 17:14:22 +0000 (10:14 -0700)]
am 9725fac3: Merge change I9cdaba5e into eclair

Merge commit '9725fac3df5e4ef3bf7d49d9b0ee0bb4acbc7379' into eclair-plus-aosp

* commit '9725fac3df5e4ef3bf7d49d9b0ee0bb4acbc7379':
  New assets for settings

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 agoam 322c39b5: Merge change I0d0fa17a into eclair
Steve Block [Wed, 30 Sep 2009 17:02:47 +0000 (10:02 -0700)]
am 322c39b5: Merge change I0d0fa17a into eclair

Merge commit '322c39b55f6418d0173a8925c3cdc38b13d13f14' into eclair-plus-aosp

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