Title: [190457] branches/safari-601.1.46-branch/Source/WebCore
- Revision
- 190457
- Author
- [email protected]
- Date
- 2015-10-02 00:53:49 -0700 (Fri, 02 Oct 2015)
Log Message
Merged r187145. rdar://problem/22707457
Modified Paths
Diff
Modified: branches/safari-601.1.46-branch/Source/WebCore/ChangeLog (190456 => 190457)
--- branches/safari-601.1.46-branch/Source/WebCore/ChangeLog 2015-10-02 05:44:59 UTC (rev 190456)
+++ branches/safari-601.1.46-branch/Source/WebCore/ChangeLog 2015-10-02 07:53:49 UTC (rev 190457)
@@ -1,3 +1,19 @@
+2015-10-02 Babak Shafiei <[email protected]>
+
+ Merge r187145.
+
+ 2015-07-21 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Node highlights are wrong when the page is zoomed
+ https://bugs.webkit.org/show_bug.cgi?id=147177
+
+ Reviewed by Simon Fraser.
+
+ * inspector/InspectorOverlay.cpp:
+ (WebCore::InspectorOverlay::update):
+ Remove scaling that appears to no longer be needed, it was double
+ scaling the overlay content and misplacing it in the process.
+
2015-10-01 Babak Shafiei <[email protected]>
Merge r188298.
Modified: branches/safari-601.1.46-branch/Source/WebCore/inspector/InspectorOverlay.cpp (190456 => 190457)
--- branches/safari-601.1.46-branch/Source/WebCore/inspector/InspectorOverlay.cpp 2015-10-02 05:44:59 UTC (rev 190456)
+++ branches/safari-601.1.46-branch/Source/WebCore/inspector/InspectorOverlay.cpp 2015-10-02 07:53:49 UTC (rev 190457)
@@ -316,8 +316,6 @@
FrameView* overlayView = overlayPage()->mainFrame().view();
IntSize viewportSize = view->unscaledVisibleContentSizeIncludingObscuredArea();
IntSize frameViewFullSize = view->unscaledVisibleContentSizeIncludingObscuredArea(ScrollableArea::IncludeScrollbars);
- overlayPage()->setPageScaleFactor(m_page.pageScaleFactor(), IntPoint());
- frameViewFullSize.scale(m_page.pageScaleFactor());
overlayView->resize(frameViewFullSize);
// Clear canvas and paint things.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes