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

Changeset 244830 in webkit


Ignore:
Timestamp:
May 1, 2019, 10:36:43 AM (7 years ago)
Author:
Alan Coon
Message:

Cherry-pick r244326. rdar://problem/50352719

Web Inspector: CRASH when reopening tab with docked inspector on crashed page
https://bugs.webkit.org/show_bug.cgi?id=196954
<rdar://problem/48716433>

Reviewed by Ryosuke Niwa.

  • UIProcess/mac/WebInspectorProxyMac.mm: (WebKit::WebInspectorProxy::inspectedViewFrameDidChange):

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@244326 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-607-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-607-branch/Source/WebKit/ChangeLog

    r244798 r244830  
     12019-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
    1282019-04-24  Alan Coon  <alancoon@apple.com>
    229
  • branches/safari-607-branch/Source/WebKit/UIProcess/mac/WebInspectorProxyMac.mm

    r239647 r244830  
    556556    }
    557557
     558    if (!inspectedPage())
     559        return;
     560
    558561    NSView *inspectedView = inspectedPage()->inspectorAttachmentView();
    559562    WKWebView *inspectorView = [m_inspectorViewController webView];
Note: See TracChangeset for help on using the changeset viewer.