NEW 132760
Web Inspector: ConsoleGroup-related code mixes model and view functionality
https://bugs.webkit.org/show_bug.cgi?id=132760
Summary Web Inspector: ConsoleGroup-related code mixes model and view functionality
Brian Burg
Reported 2014-05-09 17:05:16 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-05-09 17:06:11 PDT
Timothy Hatcher
Comment 2 2014-05-09 17:06:46 PDT
Sounds good.
Radar WebKit Bug Importer
Comment 3 2014-05-09 17:07:02 PDT
Note You need to log in before you can comment on or make changes to this bug.