Changeset 244830 in webkit
- Timestamp:
- May 1, 2019, 10:36:43 AM (7 years ago)
- Location:
- branches/safari-607-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/mac/WebInspectorProxyMac.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607-branch/Source/WebKit/ChangeLog
r244798 r244830 1 2019-04-30 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r244326. rdar://problem/50352719 4 5 Web Inspector: CRASH when reopening tab with docked inspector on crashed page 6 https://bugs.webkit.org/show_bug.cgi?id=196954 7 <rdar://problem/48716433> 8 9 Reviewed by Ryosuke Niwa. 10 11 * UIProcess/mac/WebInspectorProxyMac.mm: 12 (WebKit::WebInspectorProxy::inspectedViewFrameDidChange): 13 14 15 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@244326 268f45cc-cd09-0410-ab3c-d52691b4dbfc 16 17 2019-04-15 Joseph Pecoraro <pecoraro@apple.com> 18 19 Web Inspector: CRASH when reopening tab with docked inspector on crashed page 20 https://bugs.webkit.org/show_bug.cgi?id=196954 21 <rdar://problem/48716433> 22 23 Reviewed by Ryosuke Niwa. 24 25 * UIProcess/mac/WebInspectorProxyMac.mm: 26 (WebKit::WebInspectorProxy::inspectedViewFrameDidChange): 27 1 28 2019-04-24 Alan Coon <alancoon@apple.com> 2 29 -
branches/safari-607-branch/Source/WebKit/UIProcess/mac/WebInspectorProxyMac.mm
r239647 r244830 556 556 } 557 557 558 if (!inspectedPage()) 559 return; 560 558 561 NSView *inspectedView = inspectedPage()->inspectorAttachmentView(); 559 562 WKWebView *inspectorView = [m_inspectorViewController webView];
Note:
See TracChangeset
for help on using the changeset viewer.