History log of /external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22804c073ffc06fd1fc520d1afbad71e353e488d 14-Apr-2010 Grace Kloba <klobag@google.com> Pass scroll mode to Java so that we can handle
overflow on html and body correctly.

Fix http://b/issue?id=2512549
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
4465d348a977f9f062b28957709a77613311647a 17-Nov-2009 Andrei Popescu <andreip@google.com> Update style after

https://bugs.webkit.org/show_bug.cgi?id=31423

landed.
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
025ac4e283bb4b48f580d48541224e3996dc6f84 09-Nov-2009 Cary Clark <cary@android.com> capture offscreen invalidates in webkit

The latest update of webkit changed the way drawing invalidates
are captured. ScrollView::repaintContentRectangle now includes
an intersect test that short-circuits if rect to repaint is
outside the visible content.

FrameView::repaintContentRectangle had logic to capture offscreen
drawing, but only if the repaint rect was entirely clipped out.
This changes both FrameView and ScrollView to send partial
repaints to the offscreen code, up to four rects per draw.

fixes http://b/issue?id=2207086
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5 11-Aug-2009 Ben Murdoch <benm@google.com> Merge in WebKit r47029.
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
19fea7269332fafa8a7f432a571f7b3127df4004 30-Apr-2009 Cary Clark <cary@android.com> add additional svg support and compliance

turn on SVG_FONTS, SVG_AS_IMAGE, SVG_FILTERS, SVG_FOREIGN_OBJECT, SVG_USE

getWebCore may return null for SVG ScrollView
add FontPlatformData.size()
add more stl sort interfaces
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
44d3a81ac387ca3c1ebbad279e3b31d7ac961398 06-Apr-2009 Grace Kloba <> AI 144646: Fix #1726127. During history navigation, ScrollView::platformSetScrollPosition() can be called for an iframe in the creation, which is before it is added to the view hierarchy. So we need to check "this" against mainFrame's view to know whether it is the top view instead of checking parent().
BUG=1726127

Automated import of CL 144646
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
648161bb0edfc3d43db63caed5cc5213bc6cb78f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
528e2187562372a650037bc65fc4446ac2ff0772 20-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127101
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
7a355dabbffb876b2e08cf63ac4fc28a39c19c6a 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp
9364f22aed35e1a1e9d07c121510f80be3ab0502 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/webkit/WebCore/platform/android/ScrollViewAndroid.cpp