RESOLVED WONTFIX Bug 45308
Web Inspector: populateScriptObjects method of InspectorController is very big.
https://bugs.webkit.org/show_bug.cgi?id=45308
Summary Web Inspector: populateScriptObjects method of InspectorController is very big.
Ilya Tikhonovsky
Reported 2010-09-07 10:27:45 PDT
At the inspector backend side we have some kind of magic method which push everything from backend to frontend. It would be better to split this method. there are number of things inside this method. 1) runtime settings like profilerEnable, monitoringXhr, searchForNode etc; 2) resource publishing mechanics; 3) scripts publishing mechanics; etc. all these things should be implemented as separate functions. The first step of that is extracting runtime settings.
Attachments
Alexander Pavlov (apavlov)
Comment 1 2011-11-23 07:34:47 PST
This method has been removed.
Note You need to log in before you can comment on or make changes to this bug.