History log of /packages/apps/Browser/src/com/android/browser/BrowserWebView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9e1705d4012706664a2bdf63a50b8a784b833dd 26-Aug-2013 Jonathan Dixon <joth@google.com> De-classicify Android Browser part 2

Bug: 10427705

Allows Browser to compile even when WebViewClassic is no longer in
frameworks/base. The deleted functionality was already disabled at
runtime when using non-classic webview.

Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
e1d6dfca80e4627a0c7fe46e38f904179c3edab3 17-Dec-2012 Jonathan Dixon <joth@google.com> De-classicify Browser

Removes the hard run-time dependency on WebViewClassic.
(Still needs visisbility of it to build though)
This is needed to enable chromium webview testing.

Change-Id: I290b6b23b2eac525537ebc3ef8007d681a67a169
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
4923c22cb79296a9624a599cf8874323cdbc6cbc 03-Apr-2012 Michael Kolb <kolby@google.com> Don't embed titlebar in WebView

Bug: 5032345

The titlebar gets attached to an overlay and tracks the scrolling
of the WebView at the top of the page.

Change-Id: I60b2163bb7a3642813823995278722455f566f36
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
d1d87315942218816a509798a299612ed674c21c 08-Mar-2012 John Reck <jreck@google.com> Remove WebSettings from BrowserSettings in destroy

Bug: 5776363

Change-Id: Id142c7096601c2316d71bd9443930080ce92c19c
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
4d2fcaba7fb8eb1723943ac9a10e76d509330bd1 24-Feb-2012 Jonathan Dixon <joth@google.com> Fixup browser to use WebView proxy

Has to escape out to WebViewClassic whenever it needs a hidden API.

Interdepends on https://android-git.corp.google.com/g/165608

Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
bd546311aba89c7d8afc34a8722ce50462d38de0 19-Sep-2011 John Reck <jreck@google.com> Fix long pressing children in BrowserWebView

Bug: 5340573
Caused because showContextMenu happens before the path for actionmode.
Since none of the children in WebView have a context menu, we can just
prevent BrowserWebView from ever showing a context menu for a child.

Change-Id: I62644682e5ee43dd3c9e8c155c7403611ae6f355
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
718a24d6c9671fe2da4112a3b5f30fd3939b38e8 12-Aug-2011 John Reck <jreck@google.com> URL Bar auto show tweaks

Bug: 5144824
Bug: 5142398

Change-Id: I235828d52bc8d8c35e2b625d767caeffb2d9b654
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
8ee633fd62f94cd66c85c2904232d7c9e204cc9c 10-Aug-2011 John Reck <jreck@google.com> Reduce capture frequency

Bug: 5142655
Only capture while the navscreen is visible
Fix Tab.capture to never capture the title bar
Fix navscreen not responding to updated thumbnails

Change-Id: Id48ad32bb131c398c7d1ce4243e92f04cd421ade
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
125ac59399fc3af180a0a9cef7100aa5d0ec306e 20-Jul-2011 John Reck <jreck@google.com> Remove prompt-bypass

Bug: 4904409
Also in an effort to improve text input performance, disable saving
state while typing.

Change-Id: I2aeeadde6d4953dbdccc7ae0c5e22d1ccf779366
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
9ef259af433edc5aeb11b5d5d94dc9acc697c61e 13-Jul-2011 Michael Kolb <kolby@google.com> use screenshots for tab switcher

also removed the old tab switcher code

Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
0f602f3933dcd88702fdb514b6611e3066ca7a2b 08-Jul-2011 John Reck <jreck@google.com> TitleBar refactor

Change-Id: I0a2df041529143c8e0ff17af341376a3f827be04
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
b14ff2febe4b6a07a73c875858437c89cf43fc72 02-Jul-2011 Michael Kolb <kolby@google.com> remove url bar indicator from tabs

Bug: 4987410

Change-Id: If7105b4fc8e6d34712a59c4e775925d959a5ee6e
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
378a41055fab6c521cdc1d9b2cfeefff2af19e7c 10-Jun-2011 John Reck <jreck@google.com> Always offer to restore

Always offer to restore (even across reboots)
Periodically save while the user is typing in a textfield

Change-Id: If226ea7d2e19c58d8205d663f9f8dd670c712436
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
0f91e03b5e614bfd1bae969652172a933faf23c5 01-Jun-2011 Michael Kolb <kolby@google.com> use webview proxy in nav screen

Change-Id: If5c914dfad48cd4b13cd5fe81374e8adc35060f9
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
2814a362c21ac219410d9b54e1bd3e8152b845c7 20-May-2011 Michael Kolb <kolby@google.com> new iteration of the navigation UI

use live webviews

Change-Id: Ie787c76470e445548d358374f83f33a1b0b0b5cf
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
a4261fd53fef2b311e733fcfee4be3a9967ad967 05-May-2011 Michael Kolb <kolby@google.com> fix navscreen orientation

handle configuration change in navscreen
capture actual screen for tabs
size tabs correctly

Change-Id: I20ff72bdcab13678cdba4c55849bd5ff16cb6568
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
08a687a75ef5164483ccfb3e144772c59bb14d83 23-Apr-2011 Michael Kolb <kolby@google.com> smooth navscreen animation

Change-Id: I87bfba8a18a1aaeffa95d15e4ddb4313dd2752d9
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java
b9a051bd9ed974c4d3d29a549bb7e00d8a95c33c 18-Mar-2011 John Reck <jreck@google.com> use BrowserWebView for all UIs

Rename ScrollWebView->BrowserWebView

Change-Id: Icce042be4ad054b1fc3d5c0f9500f8ea112479a4
/packages/apps/Browser/src/com/android/browser/BrowserWebView.java