Bug 63935 - Web Inspector: WebInspector frontend reports a protocol error in remote debugging mode
Summary: Web Inspector: WebInspector frontend reports a protocol error in remote debug...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-05 05:53 PDT by Ilya Tikhonovsky
Modified: 2011-07-05 06:10 PDT (History)
10 users (show)

See Also:


Attachments
[patch] initial version (2.29 KB, patch)
2011-07-05 05:56 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

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