summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/ViewStateSerializer.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-88/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* Update version for serialized view (e.g. Saved Page).Derek Sollenberger2013-01-161-1/+2
| | | | | | | | | | | | The update ensures that previous versions are deserialized and played back using the appropriate version of Skia. There are companion changes to this in... external/skia external/webkit bug: 8019756 Change-Id: I8d6507a82fa9adee94c3cb6ab1eb52bc64e8fa72
* Show WebView layers in hierarchyviewerJohn Reck2012-06-141-1/+9
| | | | Change-Id: I373e084d236baafe17982cfc367d167b81ca3e20
* On new content, attach functor directlyChris Craik2012-04-251-1/+0
| | | | | | | | bug:6323847 depends on external/webkit change: https://android-git.corp.google.com/g/#/c/184314/ Change-Id: Ibdf997f3ee4f5c5c1ea5a320556813f175fea93f
* Save and load snapshots asyncJohn Reck2012-04-191-9/+6
| | | | | | | | Bug: 5416822 The overload of webkitDraw is temporary, but this gets the plumbing in place and works correctly Change-Id: Ib3e23b9a4a1862dd445c8dc68a3936590787a62b
* Pass the version down to nativeNicolas Roard2012-03-061-3/+3
| | | | Change-Id: Ie240ea9875862288cf09fcfa1113b8e6cb3a7b1d
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-2/+2
| | | | | | | | | | | | | | | | Splits interface and implementation; all client calls are forwarded to an abstract WebViewProvider interface, and the existing implementation moved into the WebViewClassic implementor of this interface. Originally taken from a snapshot from the development branch, by: git diff HEAD 9a4c328a54cc05e5 | git apply - but then rebased to keep up to date with master Interdepends on webkit and Browser changes: https://android-git.corp.google.com/g/158979 https://android-git.corp.google.com/g/167911 Change-Id: I91403f32654ff308934e95c832d17b292a7d9b2e
* Prevent serialization after being destroyedJohn Reck2011-09-011-1/+5
| | | | | | Bug: 5246900 Change-Id: Ic0be139b26e1b52203b8d0286c12175df6a1a46c
* Prevent WebKit updates in loadViewState caseJohn Reck2011-06-031-1/+0
| | | | Change-Id: I466f10c308b43f8683e537620e1c3e922a2cd465
* Initial support for view state serializationJohn Reck2011-06-031-0/+80
Framework for serializing the view state Still needs to prevent sending messages to webkit (pinch zoom doesn't work correctly as a result) Change-Id: Ic3f8fe19b27ff1f841b556e87f582dab2a6d903b