RESOLVED FIXED 95345
Web Inspector: Extract StylesSourceMapping from StylesUISourceCodeProvider.
https://bugs.webkit.org/show_bug.cgi?id=95345
Summary Web Inspector: Extract StylesSourceMapping from StylesUISourceCodeProvider.
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.