- 29 Sep, 2009 5 commits
-
-
Android (Google) Code Review authored
* changes: Enable fading scrollbar for the Browser
-
Cary Clark authored
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.
-
Ben Murdoch authored
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
-
Mike Cleron authored
-
Grace Kloba authored
Fix http://b/issue?id=2151115
-
- 28 Sep, 2009 13 commits
-
-
Cary Clark authored
This works around a monkey-found crash that is unlikely to be triggerable by a user. Fixes http://b/issue?id=2150746
-
Leon Scroggins authored
Change-Id: Ieb591dd057d36919daea4578d0c15bcc896b5672
-
Leon Scroggins authored
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
-
Android (Google) Code Review authored
* changes: Fix for the dual notification problem
-
Android (Google) Code Review authored
* changes: Update menu items.
-
Nicolas Roard authored
-
Leon Scroggins authored
Fix for http://b/issue?id=2148144 Change-Id: I2291939de843720899dfd8f4281ed9dcb6aa77a4
-
Leon Scroggins authored
Fix for http://b/issue?id=2145205 Change-Id: I9c7de6fc8ff81b7a583c0c9a9724651b3304f93f
-
Android (Google) Code Review authored
* changes: append '&source=android-home' to the homepage_base string
-
Cary Clark authored
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
-
Android (Google) Code Review authored
* changes: Only update the bookmark screenshot if the page completed loading fully (i.e. do not save a screenshot if the user canceled loading.
-
Ben Murdoch authored
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
-
Ben Murdoch authored
Bug: 2148968 Change-Id: I03025c3845e536d8aba0c1a8f2c6537333422a48
-
- 25 Sep, 2009 7 commits
-
-
Android (Google) Code Review authored
* changes: Use new, consistent assets for adding a bookmark.
-
Leon Scroggins authored
Change-Id: I08b492a792e518acb53a69346d51c8c88c06b75e
-
Leon Scroggins authored
Fixes http://b/issue?id=2142575 Change-Id: I1b29cf6b7fcf89e6c7ebbb967a46434424d6ba54
-
Android (Google) Code Review authored
* changes: Update assets for new tab.
-
Leon Scroggins authored
Also remove the old one and an obsolete file which references it. Fixes http://b/issue?id=2099961 Change-Id: I92e08fcc07826d5bde7ddb87c71932de2e01b778
-
Leon Scroggins authored
Change-Id: I5a5395c6d64cd71f3af404dc049d89c66dea613b
-
Leon Scroggins authored
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
-
- 24 Sep, 2009 6 commits
-
-
Ben Murdoch authored
In the case of a page load error, save a second screenshot in 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
-
Leon Scroggins authored
Fix for http://b/issue?id=2131232 Change-Id: I28f23d4dc1060208c3d12cf8e2bcbd0be24a9c6c
-
Grace Kloba authored
-
Grace Kloba authored
Fix http://b/issue?id=2142160
-
Grace Kloba authored
current activity. Otherwise it puts the BrowserActivity in a bad state where there is no current tab. Fix http://b/issue?id=2142368
-
Andrei Popescu authored
to choose the application for sharing a link. Fixes http://b/issue?id=2099733
-
- 23 Sep, 2009 9 commits
-
-
Leon Scroggins authored
Change-Id: Ib3177e68afa30f3a3c7f42aafe0abbf8b58f0412
-
Android (Google) Code Review authored
* changes: Draw pressed states on the fake title bar.
-
Leon Scroggins authored
Use custom selectors for the title bar and its button. Fixes http://b/issue?id=2127259 Change-Id: I19a7912f6edc0b7ef46907d25907dc3f5a65efd7
-
Android (Google) Code Review authored
* changes: Tweaks to improve the look of the bookmarks page.
-
Leon Scroggins authored
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
-
Android (Google) Code Review authored
* changes: Use favicons in the tab page instead of a snapshot.
-
Patrick Scott authored
Remove the FakeWebView and all the picture stuff from the picker data. Use the favicon in a layout similar to history and bookmarks. Add tab_view_add_tab.xml to have a simpler layout for the "new tab" item in the list.
-
Grace Kloba authored
WebView handles the keys in down, not up.
-
Andrei Popescu authored
Fixes http://b/issue?id=2139260
-