OSDN Git Service

Add proper support for fixed position elements
authorNicolas Roard <nicolas@android.com>
Mon, 11 Jan 2010 13:20:16 +0000 (13:20 +0000)
committerNicolas Roard <nicolas@android.com>
Thu, 14 Jan 2010 14:46:07 +0000 (14:46 +0000)
commitaf2af4e53aedb14c781d0351565fd7bec55a141a
tree247adb68d275a9d3931820f014f2c7ae75d12155
parent021b7b443fa4bb24ec73d0c09cf019c14eba67bc
Add proper support for fixed position elements

this is two-part change, see  http://android-git.corp.google.com/g/#change,37091 for the C++ counterpart.
This CL implements fixed position elements (css position: fixed) using layers, supporting pixels and percent lengths.

It addresses http://b/1914365
core/java/android/webkit/WebView.java