diff options
author | Cary Clark <cary@android.com> | 2009-06-11 08:55:27 -0400 |
---|---|---|
committer | Cary Clark <cary@android.com> | 2009-06-11 10:49:43 -0400 |
commit | c3fe941b7eb7da66bcea91b3513053d2ea60586f (patch) | |
tree | 1c343425e35f61f9f058c5795a7d78a1b2cdb3d2 /WebCore/storage/SQLTransaction.cpp | |
parent | 3b80cc6127f32f1f4906406f38b35b4509a0d220 (diff) | |
download | external_webkit-c3fe941b7eb7da66bcea91b3513053d2ea60586f.zip external_webkit-c3fe941b7eb7da66bcea91b3513053d2ea60586f.tar.gz external_webkit-c3fe941b7eb7da66bcea91b3513053d2ea60586f.tar.bz2 |
more (browser) trackball-is-a-mouse work in progress
WebViewCore.cpp:
Add parameter to CachedRoot::findAt to suppress check for
hidden nodes. This helps find a best match for newly built
nav caches.
Require that the new cursor node closely match the bounds
of the prior cursor node. This may need tuning.
CacheBuilder.cpp:
Remove isInput flag on cached nodes (no longer used)
CachedFrame.cpp:
Add hideCursor to complement clearCursor. Hide prevents
the cursor from drawing but does not move it. Clear removes
it altogether so that the next movement starts from the viewPort
edge.
CachedHistory.cpp:
Don't special case text fields when doing history navigation.
This special casing in part allowed setting the focus to
the homepage input, but since focus is no longer set by nav,
it is not required.
CachedNode.cpp:
Add hideCursor; clean up debugging
CachedRoot.cpp:
Use navBounds from history instead of cursor bounds to
determine next move. Clean up some obsolete code.
WebView.cpp:
Add hideCursor; call it when appropriate.
Diffstat (limited to 'WebCore/storage/SQLTransaction.cpp')
0 files changed, 0 insertions, 0 deletions