[Webkit-unassigned] [Bug 132760] New: Web Inspector: ConsoleGroup-related code mixes model and view functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 9 17:04:54 PDT 2014


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

           Summary: Web Inspector: ConsoleGroup-related code mixes model
                    and view functionality
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


This makes it hard to programmatically clear messages for a specific console group, say from CTRL+K shortcut, if that shortcut is handled outside of the view. Also, there are a bunch of weird parts of the code where we clone DOM elements to get around the fact that the data could be used by several views.

I would propose putting the console group trees and each groups' associated messages in LogManager.

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