[Webkit-unassigned] [Bug 144650] Web Inspector: REGRESSION(Tabs) Issues reloading a resource with breakpoints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 17:51:20 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144650

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Tracing SourceCodeTextEditor.prototype.close calls I see ResourceSidebarPanel closes its views when the main resource changes:

    Views/SourceCodeTextEditor.js:130:20: CONSOLE LOG close called
    Views/SourceCodeTextEditor.js:131:22: CONSOLE TRACE
    0: close(Views/SourceCodeTextEditor.js:131:22)
    1: closed(Views/TextResourceContentView.js:120:31)
    2: _disassociateFromContentView(Views/ContentViewContainer.js:459:27)
    3: closeAllContentViews(Views/ContentViewContainer.js:384:46)
    4: closed(Views/ClusterContentView.js:85:56)
    5: closed(Views/ResourceClusterContentView.js:135:62)
    6: _disassociateFromContentView(Views/ContentViewContainer.js:459:27)
    7: closeAllContentViews(Views/ContentViewContainer.js:384:46)
    8: _mainFrameMainResourceDidChange(Views/ResourceSidebarPanel.js:170:70)
    9: _mainResourceDidChange(Views/ResourceSidebarPanel.js:160:45)
    10: dispatch(Base/Object.js:124:55)
    11: dispatchEventToListeners(Base/Object.js:139:21)
    12: _dispatchMainResourceDidChangeEvent(Models/Frame.js:474:38)
    13: commitProvisionalLoad(Models/Frame.js:138:53)
    14: frameDidNavigate(Controllers/FrameResourceManager.js:105:40)
    15: frameNavigated(Protocol/PageObserver.js:42:59)
    16: dispatchEvent(Protocol/InspectorBackend.js:353:42)
    17: _dispatchEvent(Protocol/InspectorBackend.js:233:32)
    18: dispatch(Protocol/InspectorBackend.js:88:32)
    19: dispatchNextQueuedMessageFromBackend(Protocol/MessageDispatcher.js:42:34)

Other panels, like the DebuggerSidebarPanel should probably be doing the same.

In this case, what I'm seeing is the old ContentView without a sidebar tree element, and selecting the _new_ easySlider.min.js tree element gives me what I expect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150506/146a7023/attachment.html>


More information about the webkit-unassigned mailing list