⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246665 in webkit


Ignore:
Timestamp:
Jun 20, 2019, 5:50:07 PM (7 years ago)
Author:
Megan Gardner
Message:

Remove change that was causing hangs
https://bugs.webkit.org/show_bug.cgi?id=199055
<rdar://problem/51820516>

Reviewed by Darin Adler.

This fix can sometimes cause deadlocks in the UIProcess.
We have a different fix that will go into UIKit <rdar://problem/51927701>.

  • UIProcess/ios/WKContentViewInteraction.mm:

(-[WKContentView _selectionChanged]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r246664 r246665  
     12019-06-20  Megan Gardner  <megan_gardner@apple.com>
     2
     3        Remove change that was causing hangs
     4        https://bugs.webkit.org/show_bug.cgi?id=199055
     5        <rdar://problem/51820516>
     6
     7        Reviewed by Darin Adler.
     8
     9        This fix can sometimes cause deadlocks in the UIProcess.
     10        We have a different fix that will go into UIKit <rdar://problem/51927701>.
     11
     12        * UIProcess/ios/WKContentViewInteraction.mm:
     13        (-[WKContentView _selectionChanged]):
     14
    1152019-06-20  Daniel Bates  <dabates@apple.com>
    216
  • trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

    r246657 r246665  
    57765776    }
    57775777#endif
    5778 
    5779     [self.inputDelegate selectionWillChange:self];
    5780     [self.inputDelegate selectionDidChange:self];
    57815778   
    57825779    [_webView _didChangeEditorState];
Note: See TracChangeset for help on using the changeset viewer.