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

Description Joseph Pecoraro 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)
Comment 1 Radar WebKit Bug Importer 2015-01-15 18:26:53 PST
<rdar://problem/19494230>
Comment 2 Joseph Pecoraro 2015-01-15 18:28:46 PST
Created attachment 244741 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-01-15 20:23:41 PST
All reviewed patches have been landed.  Closing bug.