Bug 140532

Summary: Web Inspector: Uncaught exceptions, attempting to dispatch unimplemented Network WebSocket methods
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: burg, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, 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 2015-01-15 18:26:42 PST
* SUMMARY Uncaught exceptions, attempting to dispatch unimplemented Network WebSocket methods. * STEPS TO REPRODUCE 1. Inspect http://www.nytimes.com/interactive/2015/01/09/sports/el-capitan-2d-image.html 2. Inspect Inspector => ERRORS * NOTES [Error] Protocol Error: Attempted to dispatch an unimplemented method 'Network.webSocketFrameReceived' dispatchEvent (InspectorBackend.js, line 346) _dispatchEvent (InspectorBackend.js, line 233) dispatch (InspectorBackend.js, line 88) dispatchNextQueuedMessageFromBackend (MessageDispatcher.js, line 42) [Error] Protocol Error: Attempted to dispatch an unimplemented method 'Network.webSocketFrameSent' dispatchEvent (InspectorBackend.js, line 346) _dispatchEvent (InspectorBackend.js, line 233) dispatch (InspectorBackend.js, line 88) dispatchNextQueuedMessageFromBackend (MessageDispatcher.js, line 42)
Attachments
[PATCH] Proposed Fix (1.83 KB, patch)
2015-01-15 18:28 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2015-01-15 18:26:53 PST
Joseph Pecoraro
Comment 2 2015-01-15 18:28:46 PST
Created attachment 244741 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2015-01-15 20:23:36 PST
Comment on attachment 244741 [details] [PATCH] Proposed Fix Clearing flags on attachment: 244741 Committed r178572: <http://trac.webkit.org/changeset/178572>
WebKit Commit Bot
Comment 4 2015-01-15 20:23:41 PST
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.