Title: [92921] branches/safari-534.51-branch/Source/WebKit2/ChangeLog
Diff
Modified: branches/safari-534.51-branch/Source/WebKit2/ChangeLog (92920 => 92921)
--- branches/safari-534.51-branch/Source/WebKit2/ChangeLog 2011-08-12 05:12:28 UTC (rev 92920)
+++ branches/safari-534.51-branch/Source/WebKit2/ChangeLog 2011-08-12 05:13:39 UTC (rev 92921)
@@ -1,5 +1,43 @@
2011-08-11 Lucas Forschler <[email protected]>
+ Merged 91085
+
+ 2011-07-15 Anders Carlsson <[email protected]>
+
+ Find indicator should take scale factor into account
+ https://bugs.webkit.org/show_bug.cgi?id=64611
+ <rdar://problem/9761020>
+
+ Reviewed by Sam Weinig.
+
+ * UIProcess/FindIndicator.cpp:
+ (WebKit::FindIndicator::create):
+ (WebKit::FindIndicator::FindIndicator):
+ Keep track of the scale factor of the find indicator bitmap.
+
+ (WebKit::FindIndicator::draw):
+ Pass the scale factor to ShareableBitmap::draw.
+
+ * UIProcess/FindIndicator.h:
+ Add scale factor member variable.
+
+ * UIProcess/WebPageProxy.cpp:
+ (WebKit::WebPageProxy::setFindIndicator):
+ This now takes the content image scale factor.
+
+ * UIProcess/WebPageProxy.messages.in:
+ Add the scale factor.
+
+ * WebProcess/WebPage/FindController.cpp:
+ (WebKit::FindController::updateFindIndicator):
+ Size the backing store correctly, and apply the scale factor to
+ the graphics context.
+
+ (WebKit::FindController::hideFindIndicator):
+ Pass the scale factor along.
+
+2011-08-11 Lucas Forschler <[email protected]>
+
Merged 88669
2011-06-13 Chris Fleizach <[email protected]>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes