Bug 63935

Summary: Web Inspector: WebInspector frontend reports a protocol error in remote debugging mode
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[patch] initial version yurys: review+

Description Ilya Tikhonovsky 2011-07-05 05:53:13 PDT
it was error generated for obsolete message "loaded" which was sent from frontend to backend.
Comment 1 Ilya Tikhonovsky 2011-07-05 05:56:42 PDT
Created attachment 99708 [details]
[patch] initial version
Comment 2 Yury Semikhatsky 2011-07-05 06:08:42 PDT
Comment on attachment 99708 [details]
[patch] initial version

View in context: https://bugs.webkit.org/attachment.cgi?id=99708&action=review

> Source/WebCore/ChangeLog:6
> +        it was error generated for obsolete message "loaded" which was sent from frontend to backend.

it -> It
Comment 3 Ilya Tikhonovsky 2011-07-05 06:10:26 PDT
Committed r90394: <http://trac.webkit.org/changeset/90394>