Changeset 245985 in webkit
- Timestamp:
- May 31, 2019, 2:31:57 PM (7 years ago)
- Location:
- branches/safari-608.1.27-branch
- Files:
-
- 6 deleted
- 3 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/fast/scrolling/ios/body-overflow-hidden-height-100-percent-keyboard-expected.txt (deleted)
-
LayoutTests/fast/scrolling/ios/body-overflow-hidden-height-100-percent-keyboard.html (deleted)
-
LayoutTests/fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-1-expected.txt (deleted)
-
LayoutTests/fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-1.html (deleted)
-
LayoutTests/fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-2-expected.txt (deleted)
-
LayoutTests/fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-2.html (deleted)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1.27-branch/LayoutTests/ChangeLog
r245971 r245985 1 2019-05-31 Kocsen Chung <kocsen_chung@apple.com> 2 3 Revert r245953. rdar://problem/51314019 4 1 5 2019-05-31 Kocsen Chung <kocsen_chung@apple.com> 2 6 -
branches/safari-608.1.27-branch/Source/WebKit/ChangeLog
r245971 r245985 1 2019-05-31 Kocsen Chung <kocsen_chung@apple.com> 2 3 Revert r245953. rdar://problem/51314019 4 1 5 2019-05-31 Kocsen Chung <kocsen_chung@apple.com> 2 6 -
branches/safari-608.1.27-branch/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
r245953 r245985 1989 1989 [_scrollView setZoomEnabled:layerTreeTransaction.allowsUserScaling()]; 1990 1990 #if ENABLE(ASYNC_SCROLLING) 1991 bool hasDockedInputView = !CGRectIsEmpty(_inputViewBounds); 1992 bool isZoomed = layerTreeTransaction.pageScaleFactor() > layerTreeTransaction.initialScaleFactor(); 1993 [_scrollView setScrollEnabled:_page->scrollingCoordinatorProxy()->hasScrollableMainFrame() || hasDockedInputView || isZoomed]; 1991 [_scrollView setScrollEnabled:_page->scrollingCoordinatorProxy()->hasScrollableMainFrame()]; 1994 1992 #endif 1995 1993 if (!layerTreeTransaction.scaleWasSetByUIProcess() && ![_scrollView isZooming] && ![_scrollView isZoomBouncing] && ![_scrollView _isAnimatingZoom] && [_scrollView zoomScale] != layerTreeTransaction.pageScaleFactor()) {
Note:
See TracChangeset
for help on using the changeset viewer.