RESOLVED FIXED Bug 69422
Web Inspector: provide a way for persisting worker inspector state
https://bugs.webkit.org/show_bug.cgi?id=69422
Summary Web Inspector: provide a way for persisting worker inspector state
Yury Semikhatsky
Reported 2011-10-05 07:24:48 PDT
Worker inspector may have a state(e.g. breakpoints) that should be restored when inspected worker restarts.
Attachments
Patch (26.97 KB, patch)
2011-10-05 08:32 PDT, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2011-10-05 08:32:09 PDT
WebKit Review Bot
Comment 2 2011-10-05 08:35:52 PDT
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Yury Semikhatsky
Comment 3 2011-10-05 09:10:25 PDT
Csaba Osztrogonác
Comment 4 2011-10-05 09:31:05 PDT
Comment on attachment 109800 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109800&action=review > Source/WebCore/inspector/WorkerInspectorController.cpp:197 > + ASSERT(!m_inspectorFrontend); It broke debug builds: ../../../Source/WebCore/inspector/WorkerInspectorController.cpp: In member function 'void WebCore::WorkerInspectorController::restoreInspectorStateFromCookie(const WTF::String&)': ../../../Source/WebCore/inspector/WorkerInspectorController.cpp:197:5: error: 'm_inspectorFrontend' was not declared in this scope
Csaba Osztrogonác
Comment 5 2011-10-05 09:32:08 PDT
Note You need to log in before you can comment on or make changes to this bug.