| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| | |
failing silently.
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
page to the current page.
Merge commit 'fb6549b93476f115b4aa1a14523d98e27366d3e6'
* commit 'fb6549b93476f115b4aa1a14523d98e27366d3e6':
Provide a button to allow the user to set the home page to the current page.
|
| | |
| |
| |
| | |
Fixes http://b/issue?id=2243560
|
| |\|
| |
| |
| |
| |
| |
| | |
Merge commit '98f0d6db63213c3107cb8f2e6ed649df73f4521f'
* commit '98f0d6db63213c3107cb8f2e6ed649df73f4521f':
Allow long press MENU to open IME in Browser.
|
| | |
| |
| |
| |
| |
| |
| | |
Pass MENU key up even if menu is already held down so the
IME can open due to long press.
Fixes http://b/issue?id=20306904
|
| |\|
| |
| |
| |
| |
| |
| | |
Merge commit '33c8bdb17d9ef65d5cc790a1059712d8b65dc60b'
* commit '33c8bdb17d9ef65d5cc790a1059712d8b65dc60b':
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
|
| |\|
| |
| |
| |
| |
| |
| | |
Merge commit '51bc6ae18994c9432377b83e3cde933d69a9e1e7'
* commit '51bc6ae18994c9432377b83e3cde933d69a9e1e7':
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
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
onActivityResult.
Merge commit '28292bc903909245339baa36890c04286ef31a4d'
* commit '28292bc903909245339baa36890c04286ef31a4d':
Fix monkey crash. Check null for the top window in
|
| | |
| |
| |
| |
| |
| | |
onActivityResult.
Fix http://b/issue?id=2254462
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
title text returned from WebCore to populate the title field of the add bookmark dialog.
Merge commit 'a5a5fa3a09ea42c05ad7d9d484aab7a5b8ec64eb'
* commit 'a5a5fa3a09ea42c05ad7d9d484aab7a5b8ec64eb':
When long pressing to add a bookmark, use the title text returned from WebCore to populate the title field of the add bookmark dialog.
|
| | |
| |
| |
| |
| |
| | |
WebCore to populate the title field of the add bookmark dialog.
Change-Id: Ia8991d3300776e81d5a216f7c467e7c9319a70d7
|
| |\|
| |
| |
| |
| |
| |
| | |
Merge commit '79ba087a5013e03ee5e0ab836db0a1a1b7419c96'
* commit '79ba087a5013e03ee5e0ab836db0a1a1b7419c96':
Change android.text.util.Regex to com.android.common.Patterns
|
| | | |
|
| |/
|
|
|
|
|
|
| |
screen wallpaper.
See b/2210111
Change-Id: I911633772358504f0e82fe940f9f2efc4ef403de
|
| |
|
|
| |
Fixes http://b/issue?id=2233145
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
space.
Change-Id: Iea18faab7ef08ace675e19c1047d15a39f12ec97
(cherry picked from commit 85b59baf17a443e6d89aed50d77149513ceb526c)
|
| |\
| |
| |
| |
| |
| |
| | |
Merge commit '7d899d6f5364a5b20716497a3be5e2f778a2bc0e' into eclair-mr2
* commit '7d899d6f5364a5b20716497a3be5e2f778a2bc0e':
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
|
| | |
| |
| |
| |
| | |
not leak the window.
Fix http://b/issue?id=2198565
|
| | |
| |
| |
| | |
Fixes http://b/issue?id=2200379
|
| | |
| |
| |
| |
| |
| | |
directly handle.
Change-Id: I9cbdfeaaeef4ded3dac1623854ecb9c5c603eb91
|
| | |
| |
| |
| | |
Fix http://b/issue?id=2169472
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| | |
Requires changes in external/webkit and frameworks/base.
Fix http://b/issue?id=675743
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
were incorrect in the third case.
Merge commit 'ef2921584e0c2f425d673dfd2c912b287a6faa5a' into eclair-mr2
* commit 'ef2921584e0c2f425d673dfd2c912b287a6faa5a':
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
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Fix for http://b/issue?id=2154614
Also update the header for the find dialog animations.
Change-Id: Ibf40bd9ee12c270c2794d4d2316143686a072458
|
| |
|
|
|
|
|
|
|
| |
Typo
(cherry picked from commit ccfb951aa11cfdd7ec8ac97e6003193a1a1d7d5b)
Conflicts:
src/com/android/browser/BrowserActivity.java
|
| |
|
|
| |
Fix http://b/issue?id=2151485
|
| |
|
|
|
|
| |
Fixes http://b/issue?id=2154493
Change-Id: Id9898b2251585e8adbae286df6173a2e1989c838
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
after a page has completed loading to ensure the WebView has completed painting and that we therefore save an accurate thumbnail.
Change-Id: I77f5d12062de0b9703e5d3ec0c53910f4d62743d
|
| |
|
|
|
|
|
| |
This works around a monkey-found crash that is unlikely to
be triggerable by a user.
Fixes http://b/issue?id=2150746
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2145205
Change-Id: I9c7de6fc8ff81b7a583c0c9a9724651b3304f93f
|
| |
|
|
|
|
|
| |
(i.e. do not save a screenshot if the user canceled loading.
Bug: 2148161
Change-Id: Ia226959cd18848d0eb2e302a9ef894c5c142d37d
|
| |
|
|
|
|
| |
Fixes http://b/issue?id=2142575
Change-Id: I1b29cf6b7fcf89e6c7ebbb967a46434424d6ba54
|
| |
|
|
|
|
|
|
|
|
| |
Limit the title of a bookmark to stop at the right edge of screenshot.
Use the new default screenshots for bookmarks without screenshots.
Resize the bookmark screenshot to match the size of the default icon.
Fixes http://b/issue?id=2042025 and http://b/issue?id=2098770
Change-Id: I66a10671ea98007cfe5bf7502fb1e3619276ca22
|
| |
|
|
|
|
| |
onProgressChanged(100) to ensure that we save the substituted error page rather than the previous page that loaded. Also save the thumbnail for the page if the user creates the bookmark through the add bookmark menu or clicking the add bookmark icon on the bookmarks page.
Change-Id: Ib2b7692a45290f9ce372968e05cde8f6903e4572
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2131232
Change-Id: I28f23d4dc1060208c3d12cf8e2bcbd0be24a9c6c
|
| |
|
|
| |
Fix http://b/issue?id=2142160
|
| |
|
|
|
|
|
| |
current activity. Otherwise it puts the BrowserActivity in
a bad state where there is no current tab.
Fix http://b/issue?id=2142368
|
| |
|
|
|
|
| |
to choose the application for sharing a link.
Fixes http://b/issue?id=2099733
|
| |
|
|
| |
Change-Id: Ib3177e68afa30f3a3c7f42aafe0abbf8b58f0412
|
| |
|
|
|
|
|
|
|
|
| |
Change the size of the thumbnails for hi dpi. Scale the
thumbnails according to the content width. Make the overlay
on the first item slightly lighter.
See http://b/issue?id=2137041
Change-Id: Ib461459c37ee03d1a6013a404a35c3869a8bb284
|
| |
|
|
| |
WebView handles the keys in down, not up.
|