Changeset 229846 in webkit


Ignore:
Timestamp:
Mar 21, 2018 11:48:43 PM (6 years ago)
Author:
fred.wang@free.fr
Message:

Unreviewed, update comment added in r229801.

Patch by Frederic Wang <fwang@igalia.com> on 2018-03-21

  • WebProcess/WebPage/ios/FindControllerIOS.mm:

(WebKit::FindController::didFindString): Remove "On Mobile" and mention bug 183889.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r229841 r229846  
     12018-03-21  Frederic Wang  <fwang@igalia.com>
     2
     3        Unreviewed, update comment added in r229801.
     4
     5        * WebProcess/WebPage/ios/FindControllerIOS.mm:
     6        (WebKit::FindController::didFindString): Remove "On Mobile" and mention bug 183889.
     7
    182018-03-21  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebKit/WebProcess/WebPage/ios/FindControllerIOS.mm

    r229801 r229846  
    161161    // Scrolling the main frame is handled by the SmartMagnificationController class but we still
    162162    // need to consider overflow nodes and subframes here.
    163     // On Mobile, many sites have overlay headers or footers that may overlap with the highlighted
    164     // text, so we reveal the text at the center of the viewport. See https://webkit.org/b/183658
     163    // Many sites have overlay headers or footers that may overlap with the highlighted
     164    // text, so we reveal the text at the center of the viewport.
     165    // FIXME: Find a better way to estimate the obscured area (https://webkit.org/b/183889).
    165166    frame.selection().revealSelection(SelectionRevealMode::RevealUpToMainFrame, ScrollAlignment::alignCenterAlways, WebCore::DoNotRevealExtent);
    166167}
Note: See TracChangeset for help on using the changeset viewer.