|
Lines 1-3
a/Source/WebKit/ChangeLog_sec1
|
|
|
1 |
2018-11-27 Tim Horton <timothy_horton@apple.com> |
| 2 |
|
| 3 |
WKNavigation.AutomaticViewReloadAfterWebProcessCrash asserts after r238538 |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=192038 |
| 5 |
<rdar://problem/46288457> |
| 6 |
|
| 7 |
Reviewed by NOBODY (OOPS!). |
| 8 |
|
| 9 |
* UIProcess/WebPageProxy.cpp: |
| 10 |
(WebKit::m_resetRecentCrashCountTimer): |
| 11 |
(WebKit::WebPageProxy::finishAttachingToWebProcess): |
| 12 |
(WebKit::WebPageProxy::resetState): |
| 13 |
(WebKit::m_editableImageController): Deleted. |
| 14 |
Properly invalidate m_editableImageController when resetting WebPageProxy. |
| 15 |
Otherwise, the MessageReceiverMaps get invalidated, then later when |
| 16 |
EditableImageController goes away we assert trying to remove the receiver. |
| 17 |
|
| 1 |
2018-11-27 Alexey Proskuryakov <ap@apple.com> |
18 |
2018-11-27 Alexey Proskuryakov <ap@apple.com> |
| 2 |
|
19 |
|
| 3 |
Modernize the check for async _saveCookies existence |
20 |
Modernize the check for async _saveCookies existence |