RESOLVED FIXED 100530
Web Inspector: Timeline: make cpu-monitoring feature available only on capable browsers
https://bugs.webkit.org/show_bug.cgi?id=100530
Summary Web Inspector: Timeline: make cpu-monitoring feature available only on capabl...
eustas.bug
Reported 2012-10-26 08:52:05 PDT
Motivation: cpu-monitoring feature looks like a glitch, when it is not supported by browser.
Attachments
Patch (9.00 KB, patch)
2012-10-26 09:07 PDT, eustas.bug
no flags
Patch (8.87 KB, patch)
2012-10-29 01:33 PDT, eustas.bug
no flags
eustas.bug
Comment 1 2012-10-26 09:07:51 PDT
Yury Semikhatsky
Comment 2 2012-10-29 00:04:12 PDT
Comment on attachment 170942 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=170942&action=review > Source/WebCore/inspector/InspectorClient.h:60 > + virtual bool supportsMainThreadMonitoring() { return false; } Please rename it to canMainThreadMonitoring for consistency with other similar methods on the client.
eustas.bug
Comment 3 2012-10-29 01:28:45 PDT
Comment on attachment 170942 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=170942&action=review >> Source/WebCore/inspector/InspectorClient.h:60 >> + virtual bool supportsMainThreadMonitoring() { return false; } > > Please rename it to canMainThreadMonitoring for consistency with other similar methods on the client. done
eustas.bug
Comment 4 2012-10-29 01:33:18 PDT
WebKit Review Bot
Comment 5 2012-10-29 05:40:23 PDT
Comment on attachment 171176 [details] Patch Clearing flags on attachment: 171176 Committed r132788: <http://trac.webkit.org/changeset/132788>
WebKit Review Bot
Comment 6 2012-10-29 05:40:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.