RESOLVED FIXED 105822
Web Inspector: [Canvas] add an option to reload the page if there is an uninstrumented canvas
https://bugs.webkit.org/show_bug.cgi?id=105822
Summary Web Inspector: [Canvas] add an option to reload the page if there is an unins...
Andrey Adaikin
Reported 2012-12-28 01:11:17 PST
Patch to follow.
Attachments
Patch (5.38 KB, patch)
2012-12-28 01:12 PST, Andrey Adaikin
no flags
Screenshot (651.58 KB, image/png)
2012-12-28 01:13 PST, Andrey Adaikin
no flags
Patch (5.92 KB, patch)
2012-12-28 06:10 PST, Andrey Adaikin
no flags
Patch (7.02 KB, patch)
2012-12-29 06:43 PST, Andrey Adaikin
pfeldman: review+
webkit.review.bot: commit-queue-
Andrey Adaikin
Comment 1 2012-12-28 01:12:59 PST
Andrey Adaikin
Comment 2 2012-12-28 01:13:49 PST
Created attachment 180854 [details] Screenshot
Pavel Feldman
Comment 3 2012-12-28 04:50:47 PST
Comment on attachment 180853 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=180853&action=review > Source/WebCore/inspector/front-end/CanvasProfileView.js:203 > + this._decorationElement = document.createElement("div"); You should only use css for styling.
Andrey Adaikin
Comment 4 2012-12-28 06:10:27 PST
Pavel Feldman
Comment 5 2012-12-29 04:40:14 PST
Comment on attachment 180868 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=180868&action=review > Source/WebCore/inspector/front-end/CanvasProfileView.js:205 > + this._decorationElement.style.display = "none"; "hidden" style class would do that for you. > Source/WebCore/inspector/front-end/CanvasProfileView.js:209 > + reloadPageButton.textContent = "Reload"; This should be localized > Source/WebCore/inspector/front-end/CanvasProfileView.js:298 > + this._decorationElement.style.display = showWarning ? "" : "none"; ditto
Andrey Adaikin
Comment 6 2012-12-29 06:43:29 PST
WebKit Review Bot
Comment 7 2012-12-29 07:28:28 PST
Comment on attachment 180936 [details] Patch Attachment 180936 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15582400 New failing tests: inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
WebKit Review Bot
Comment 8 2013-01-10 22:52:47 PST
Comment on attachment 180936 [details] Patch Rejecting attachment 180936 [details] from commit-queue. Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', u'--status-host=queues.webkit.org', ..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://queues.webkit.org/results/15801335
Andrey Adaikin
Comment 9 2013-01-10 22:58:43 PST
Note You need to log in before you can comment on or make changes to this bug.