Bug 123525

Summary: Web Inspector: Remove InspectorAgent::restore functionality
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2013-10-30 13:32:32 PDT
No WebKit ports use / exercise reconnect/restore functionality (InspectorController::reconnectFrontend and Inspector*Agent::restore). We should remove this, and then also the InspectorState / cookie information saved for restoring.
Attachments
[PATCH] Proposed Fix (26.74 KB, patch)
2013-10-30 13:33 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2013-10-30 13:33:14 PDT
Joseph Pecoraro
Comment 2 2013-10-30 13:33:33 PDT
Created attachment 215557 [details] [PATCH] Proposed Fix
Timothy Hatcher
Comment 3 2013-10-30 14:02:34 PDT
Comment on attachment 215557 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=215557&action=review > Source/WebCore/inspector/InspectorController.cpp:-291 > - m_state->loadFromCookie(inspectorStateCookie); I think you can remove m_state and friends too.
Joseph Pecoraro
Comment 4 2013-10-30 14:50:23 PDT
(In reply to comment #3) > (From update of attachment 215557 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=215557&action=review > > > Source/WebCore/inspector/InspectorController.cpp:-291 > > - m_state->loadFromCookie(inspectorStateCookie); > > I think you can remove m_state and friends too. Yep, I am in the process of removing it. That is far more involved so I wanted to make the patches separate.
WebKit Commit Bot
Comment 5 2013-10-30 15:15:41 PDT
Comment on attachment 215557 [details] [PATCH] Proposed Fix Clearing flags on attachment: 215557 Committed r158320: <http://trac.webkit.org/changeset/158320>
WebKit Commit Bot
Comment 6 2013-10-30 15:15:43 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.