[Webkit-unassigned] [Bug 86844] Web Inspector: "Deactivate All Breapoints" should visually get reflected in Breakpoints pane.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 23:04:04 PDT 2012


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


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #143185|review-                     |review?
               Flag|                            |




--- Comment #13 from Yury Semikhatsky <yurys at chromium.org>  2012-05-21 23:03:08 PST ---
(From update of attachment 143185)
View in context: https://bugs.webkit.org/attachment.cgi?id=143185&action=review

> Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js:181
> +        contextMenu.appendItem(breakpointActivationTitle, toggleActiveStateForBreakpoints.bind()); 

toggleActiveStateForBreakpoints.bind() -> toggleActiveStateForBreakpoints.bind(this), we don't call bind without parameters.

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