[webkit-reviews] review requested: [Bug 51175] WebInspector: introduce DebuggerPresentationModel - model for all presentation data related to scripts panel : [Attachment 76749] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 03:45:50 PST 2010


Pavel Podivilov <podivilov at chromium.org> has asked  for review:
Bug 51175: WebInspector: introduce DebuggerPresentationModel - model for all
presentation data related to scripts panel
https://bugs.webkit.org/show_bug.cgi?id=51175

Attachment 76749: Patch.
https://bugs.webkit.org/attachment.cgi?id=76749&action=review

------- Additional Comments from Pavel Podivilov <podivilov at chromium.org>
This patch adds script beautification data and functions to
DebuggerPresentationModel.
Later we should move all data used by ScriptsPanel and its views to
DebuggerPresentationModel:
- JavaScript compilation errors and exceptions (used by SourceFrame to show
message bubbles)
- lazy script and resource loading, mapping between scripts and resources
- other data used by views which is not a part of "real" debugger model (e.g.
currently selected call frame index)


More information about the webkit-reviews mailing list