History log of /packages/apps/Browser/src/com/android/browser/SnapshotTab.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
282637771aaffd93f29fd72bf5cd49dd82d24d0d 12-Oct-2011 John Reck <jreck@google.com> Lower snapshot size limit

Bug: 5443747
Also catch more exceptions

Change-Id: I5273c025d9fd8b7278587d6be44bf66fac4dfcde
/packages/apps/Browser/src/com/android/browser/SnapshotTab.java
e91c74859a4e5b319f52da4f61b0f5e6f60d9bd6 23-Aug-2011 John Reck <jreck@google.com> Fix Snapshot->Live transition

Bug: 5121917

Change-Id: I8462038fe4a9bd38e6e82d8d08fbef4605a3ca71
/packages/apps/Browser/src/com/android/browser/SnapshotTab.java
80a5fbb2965a859e0ccc814c02b30434645044e7 28-Jul-2011 John Reck <jreck@google.com> Fix the build

Change-Id: Ia881cc2e9af6f0a52f969f65cfa32f19ef15c485
/packages/apps/Browser/src/com/android/browser/SnapshotTab.java
1cf4b79a0020bc18c83ca8bde0e318ecd5252bc2 26-Jul-2011 John Reck <jreck@google.com> Restore overhaul

Bug: 5069192
Store thumbnails in a database restored async for each tab
Fix restoring a tab not restoring its current state

Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
/packages/apps/Browser/src/com/android/browser/SnapshotTab.java
ef654f1dd80f55609060005342fc4f2cde62990c 13-Jul-2011 John Reck <jreck@google.com> Snapshot title bar

Bug: 4982126

Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
/packages/apps/Browser/src/com/android/browser/SnapshotTab.java
8cc9235816ac9b3f1b3551d6234684f0455746dc 07-Jul-2011 John Reck <jreck@google.com> Move Snapshots to own DB on sdcard

Bug: 4982126

Change-Id: Ib66b2880d163de4feb4d880e1d01996301bbea08
/packages/apps/Browser/src/com/android/browser/SnapshotTab.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/SnapshotTab.java
d8c7452a7d8975a2d60414c5a33842b4a743e631 14-Jun-2011 John Reck <jreck@google.com> Persistent frozen tabs

On Tablet WebViews for frozen tabs are created on demand
On Phone WebViews for frozen tabs are tied to the lifecycle
of the SnapshotTab for nav screen reasons (for now)

Change-Id: I80cb48e748c4dd4b8564426d5e05b92f3eea7a36
/packages/apps/Browser/src/com/android/browser/SnapshotTab.java