RESOLVED FIXED 95567
Web Inspector: get rid of context execution id fallback.
https://bugs.webkit.org/show_bug.cgi?id=95567
Summary Web Inspector: get rid of context execution id fallback.
Pavel Feldman
Reported 2012-08-31 07:01:44 PDT
We now assign execution id upon UI population.
Attachments
Patch (22.65 KB, patch)
2012-08-31 08:52 PDT, Pavel Feldman
no flags
Patch (23.96 KB, patch)
2012-09-03 01:40 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-08-31 08:52:33 PDT
Yury Semikhatsky
Comment 2 2012-09-03 01:28:11 PDT
Comment on attachment 161709 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=161709&action=review > Source/WebCore/inspector/front-end/ConsoleView.js:47 > + this._contextSelector = new WebInspector.StatusBarComboBox(this._updateExecutionContextSelector.bind(this), "console-context"); Let's rename _contextSelector to _frameSelector or _contextListSelector. > Source/WebCore/inspector/front-end/JavaScriptContextManager.js:103 > + var cpmtextList = this._frameIdToContextList[context.frameId]; cpmtextList ?
Pavel Feldman
Comment 3 2012-09-03 01:40:25 PDT
Pavel Feldman
Comment 4 2012-09-03 01:54:27 PDT
Note You need to log in before you can comment on or make changes to this bug.