LayoutTest inspector/worker/debugger-pause.html sometimes times out See bug 164833. > Test History: > https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fworker%2Fdebugger-pause.html I'll create an event for when the worker's main resource gets set.
Created attachment 347115 [details] [PATCH] Proposed Fix
Comment on attachment 347115 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=347115&action=review r=me > Source/WebInspectorUI/UserInterface/Protocol/Target.js:79 > + this.dispatchEventToListeners(WI.Target.Event.MainResourceAdded, {resource}); Nit: I wouldn't bother including data for the event. A listener can just query Target.mainResource if needed.
Comment on attachment 347115 [details] [PATCH] Proposed Fix Clearing flags on attachment: 347115 Committed r234945: <https://trac.webkit.org/changeset/234945>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43390767>