History log of /packages/apps/Browser/src/com/android/browser/BrowserWebViewFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb29699e9fdb65f7a194c3cc46c124c578f5a22e 17-Aug-2011 John Reck <jreck@google.com> Remove slow, yet no-op call

Bug: 5178457
It is slow because it forces initialization of the TilesManager,
yet the value set is ignored by TilesManager anyway. So remove it.

Change-Id: I0fc8a98340742fedfd27495da8fcd7a7c2a32fc0
/packages/apps/Browser/src/com/android/browser/BrowserWebViewFactory.java
c1ac537c5cb14576b0899572d99aaa93a771cb35 26-Jul-2011 Huahui Wu <hwu@google.com> b/5080166 support multi-touch on external touchscreen.

Change-Id: I4a9b747a1c3c4f98268dc735e800c9c509d5d392
/packages/apps/Browser/src/com/android/browser/BrowserWebViewFactory.java
1461244018a225006a8d4c203f9dfe294ffe94fa 24-Jun-2011 Michael Kolb <kolby@google.com> Preloading support in browser

Apps like the QSB can request the browser to preload a
web page.
- preloaded pages are not added to the browser history
if they'r not seen by the user
- when a request is received, a new tab is created for the
preloaded page, but not added to the tab list
- upon receiving the view intent for the preloaded page
the tab is added to the tab list, and shown
- if several pages are preloaded consecutively in the same tab,
the back stack is cleared before it is displayed
- preloaded pages use the main browser cookie jar, so pages that
have never been viewed by the user can drop cookies

Change-Id: I9ed21f2c9560fda0ed042b460b73bb33988a2e8a
/packages/apps/Browser/src/com/android/browser/BrowserWebViewFactory.java