Bug 140532 - Web Inspector: Uncaught exceptions, attempting to dispatch unimplemented Network WebSocket methods
Summary: Web Inspector: Uncaught exceptions, attempting to dispatch unimplemented Netw...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-15 18:26 PST by Joseph Pecoraro
Modified: 2015-01-15 20:23 PST (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.83 KB, patch)
2015-01-15 18:28 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.