RESOLVED FIXED 94940
Web Inspector: make ConsoleView listen to the JavaScriptContextManager
https://bugs.webkit.org/show_bug.cgi?id=94940
Summary Web Inspector: make ConsoleView listen to the JavaScriptContextManager
Pavel Feldman
Reported 2012-08-24 08:42:01 PDT
Otherwise, model element is pushing data into the UI.
Attachments
Patch (11.99 KB, patch)
2012-08-24 09:00 PDT, Pavel Feldman
no flags
Patch (12.98 KB, patch)
2012-08-24 09:02 PDT, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-08-24 09:00:05 PDT
Pavel Feldman
Comment 2 2012-08-24 09:02:14 PDT
Vsevolod Vlasov
Comment 3 2012-08-25 01:50:04 PDT
Comment on attachment 160435 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=160435&action=review > Source/WebCore/inspector/front-end/JavaScriptContextManager.js:56 > + var result = []; We now have Object.values(this._frameIdToContext) > Source/WebCore/inspector/front-end/ParsedURL.js:-101 > - if (trimmedHref.startsWith("data:") || trimmedHref.startsWith("blob:")) Please mention this drive by in the changelog.
Pavel Feldman
Comment 4 2012-08-26 11:42:33 PDT
Note You need to log in before you can comment on or make changes to this bug.