Bug 45308

Summary: Web Inspector: populateScriptObjects method of InspectorController is very big.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 45759, 45887    
Bug Blocks:    

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.