[Webkit-unassigned] [Bug 53235] Web Inspector: new api for managing JavaScript breakpoints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 05:35:35 PST 2011


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


Pavel Podivilov <podivilov at chromium.org> changed:

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




--- Comment #1 from Pavel Podivilov <podivilov at chromium.org>  2011-01-27 05:35:35 PST ---
Created an attachment (id=80325)
 --> (https://bugs.webkit.org/attachment.cgi?id=80325&action=review)
Patch.

Single protocol breakpoint (e.g. set by url) is mapped on zero or more VM breakpoints (set by sourceID).
removeJavaScriptBreakpoint(breakpointId) removes breakpoint and all linked VM breakpoints.
Since UI uses VM breakpoint location rather then protocol breakpoint location, all resolved breakpoints locations are passed to frontend.

SourceFrame is now aware of whether breakpoint is resolved or not and may display it accordingly.
JavaScriptBreakpointsSidebarPane filters out breakpoints set on nonexistent scripts to avoid UI cluttering.

-- 
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