Bug 48406 - Web Inspector: Bring backend-frontend message format to follow the protocol specification
Summary: Web Inspector: Bring backend-frontend message format to follow the protocol s...
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: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 02:57 PDT by Alexander Pavlov (apavlov)
Modified: 2010-10-28 06:28 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] Suggested solution (73.29 KB, patch)
2010-10-28 05:52 PDT, Alexander Pavlov (apavlov)
pfeldman: review+
Details | Formatted Diff | Diff

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