RESOLVED FIXED Bug 170611
Web Inspector: DOM/XHR breakpoint tree elements shouldn't persist their represented objects
https://bugs.webkit.org/show_bug.cgi?id=170611
Summary Web Inspector: DOM/XHR breakpoint tree elements shouldn't persist their repre...
Matt Baker
Reported 2017-04-07 12:06:09 PDT
Summary: DOM/XHR breakpoint tree elements shouldn't persist their represented objects. Steps to Reproduce: 1. Inspector > Debugger tab 2. Select something from Sources 3. Select the global "All Requests" XHR breakpoint 4. Refresh the page => After a delay (1-2s): - Global XHR breakpoint is selected - Debugger tab content view changes to the DOMTree - Assertion: [Error] Assertion Failed: createFromRepresentedObject and resolvedRepresentedObjectForRepresentedObject are out of sync for type – "XHRBreakpoint" contentViewForRepresentedObject (ContentView.js:194) showContentViewForRepresentedObject (ContentBrowser.js:146) showDefaultContentViewForTreeElement (NavigationSidebarPanel.js:195:83) _checkElementsForPendingViewStateCookie (NavigationSidebarPanel.js:710) finalAttemptToRestoreViewStateFromCookie (NavigationSidebarPanel.js:248) finalAttemptToRestoreViewStateFromCookie
Attachments
Patch (3.17 KB, patch)
2017-04-07 12:12 PDT, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2017-04-07 12:07:07 PDT
Matt Baker
Comment 2 2017-04-07 12:12:06 PDT
Joseph Pecoraro
Comment 3 2017-04-07 12:16:53 PDT
Comment on attachment 306525 [details] Patch r=me
WebKit Commit Bot
Comment 4 2017-04-07 12:31:09 PDT
Comment on attachment 306525 [details] Patch Clearing flags on attachment: 306525 Committed r215113: <http://trac.webkit.org/changeset/215113>
WebKit Commit Bot
Comment 5 2017-04-07 12:31:10 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.