[Webkit-unassigned] [Bug 51175] WebInspector: introduce DebuggerPresentationModel - model for all presentation data related to scripts panel

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


https://bugs.webkit.org/show_bug.cgi?id=51175


Pavel Podivilov <podivilov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |podivilov at chromium.org
                   |kit.org                     |
  Attachment #76749|                            |review?
               Flag|                            |




--- Comment #1 from Pavel Podivilov <podivilov at chromium.org>  2010-12-16 03:45:51 PST ---
Created an attachment (id=76749)
 --> (https://bugs.webkit.org/attachment.cgi?id=76749&action=review)
Patch.

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)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list