X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=1e3b58d98bbaabe070d3948add894f3381712501;hp=3c2fdd1545ffddc31b82e2f61f25bd0fc05d5aa8;hb=2fc9a1d0dd96a9baa793ebdb8d25f5db2f0d3d73;hpb=c84ed26e654d8830ad17434db0799fe429566d83 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 3c2fdd1545ff..1e3b58d98bba 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,14 @@ +2008-01-02 Alice Liu + + Reviewed by Maciej. + + Fixed (problems scrolling in gmail message content area) + + * platform/ScrollView.h: + * platform/win/ScrollViewWin.cpp: + (WebCore::ScrollView::scroll): + Changed return value to bool to reflect success of scroll attempt + 2008-01-02 Alexey Proskuryakov Fixed a typo (pointed out in review, but I somehow missed it at first).