| Index: Source/WebCore/ChangeLog
|
| ===================================================================
|
| --- Source/WebCore/ChangeLog (revision 92485)
|
| +++ Source/WebCore/ChangeLog (working copy)
|
| @@ -1,5 +1,19 @@
|
| 2011-08-03 Sailesh Agrawal <sail@chromium.org>
|
|
|
| + Chromium Mac: Fix position of search tickmarks
|
| + https://bugs.webkit.org/show_bug.cgi?id=65575
|
| +
|
| + This change adjusts the position of search tickmarks so that they are correctly centered.
|
| +
|
| + Also, insetting the tickmark rect by 5 pixels caused tickmarks on the overlay scrollbar to look very small. I changed this to inset by 4 pixels instead. The tickmark is the same width as the overlay scrollbar which looks much better.
|
| +
|
| + Reviewed by James Robinson.
|
| +
|
| + * platform/chromium/ScrollbarThemeChromiumMac.mm:
|
| + (WebCore::ScrollbarThemeChromiumMac::paint):
|
| +
|
| +2011-08-03 Sailesh Agrawal <sail@chromium.org>
|
| +
|
| Chromium Mac: Make sure scrollbars flash when web page loads
|
| https://bugs.webkit.org/show_bug.cgi?id=65586
|
|
|
|
|