|
Lines 1-3
a/Source/WebKit2/ChangeLog_sec1
|
|
|
1 |
2017-05-11 Tim Horton <timothy_horton@apple.com> |
| 2 |
|
| 3 |
Mail spins launching spell checker when typing |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=171986 |
| 5 |
<rdar://problem/26305327> |
| 6 |
|
| 7 |
Reviewed by NOBODY (OOPS!). |
| 8 |
|
| 9 |
* UIProcess/API/Cocoa/WKWebView.mm: |
| 10 |
(-[WKWebView _setEditable:]): |
| 11 |
* UIProcess/Cocoa/WebViewImpl.h: |
| 12 |
* UIProcess/Cocoa/WebViewImpl.mm: |
| 13 |
(WebKit::WebViewImpl::didBecomeEditable): |
| 14 |
(WebKit::WebViewImpl::startObservingFontPanel): Deleted. |
| 15 |
Asynchronously pre-warm the spell checker when a WKWebView becomes editable. |
| 16 |
|
| 1 |
2017-05-10 Tim Horton <timothy_horton@apple.com> |
17 |
2017-05-10 Tim Horton <timothy_horton@apple.com> |
| 2 |
|
18 |
|
| 3 |
Add an experimental feature flag for viewport-fit |
19 |
Add an experimental feature flag for viewport-fit |