Bug 48406

Summary: Web Inspector: Bring backend-frontend message format to follow the protocol specification
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
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] Suggested solution pfeldman: review+

Description Alexander Pavlov (apavlov) 2010-10-27 02:57:59 PDT
In order to switch to InspectorCSSAgent, we need to make the existing code handle the target message format.
Comment 1 Alexander Pavlov (apavlov) 2010-10-28 05:52:38 PDT
Created attachment 72176 [details]
[PATCH] Suggested solution
Comment 2 Alexander Pavlov (apavlov) 2010-10-28 06:28:07 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
        M       LayoutTests/ChangeLog
        M       LayoutTests/http/tests/inspector/inspect-iframe-from-different-domain.html
        M       LayoutTests/inspector/styles-source-offsets.html
        M       WebCore/ChangeLog
        M       WebCore/inspector/InspectorDOMAgent.cpp
        M       WebCore/inspector/InspectorDOMAgent.h
        M       WebCore/inspector/front-end/AuditRules.js
        M       WebCore/inspector/front-end/CSSStyleModel.js
        M       WebCore/inspector/front-end/DOMAgent.js
        M       WebCore/inspector/front-end/MetricsSidebarPane.js
        M       WebCore/inspector/front-end/StylesSidebarPane.js
Committed r70772