Bug 95345

Summary: Web Inspector: Extract StylesSourceMapping from StylesUISourceCodeProvider.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch apavlov: review+

Vsevolod Vlasov
Reported 2012-08-29 08:15:18 PDT
Patch to follow. This is needed to prepare StylesUISourceCodeProvider for conversion into NetworkUISourceCodeProvider.
Attachments
Patch (11.03 KB, patch)
2012-08-29 08:17 PDT, Vsevolod Vlasov
apavlov: review+
Vsevolod Vlasov
Comment 1 2012-08-29 08:17:52 PDT
Alexander Pavlov (apavlov)
Comment 2 2012-08-29 08:30:54 PDT
Comment on attachment 161230 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=161230&action=review One nit to be fixed before landing. > Source/WebCore/inspector/front-end/StylesUISourceCodeProvider.js:75 > + setTimeout(this._populate.bind(this), 0); Please FIXME-comment this change, stating that this should be handled in a different manner (like a DidWorkspaceReset event or something)
Vsevolod Vlasov
Comment 3 2012-08-29 08:38:46 PDT
Note You need to log in before you can comment on or make changes to this bug.