RESOLVED FIXED 81804
Web Inspector: HeapProfiler: Heap snapshot worker has to report the errors to the front-end
https://bugs.webkit.org/show_bug.cgi?id=81804
Summary Web Inspector: HeapProfiler: Heap snapshot worker has to report the errors to...
Ilya Tikhonovsky
Reported 2012-03-21 11:10:18 PDT
%subj%
Attachments
Patch (5.87 KB, patch)
2012-03-21 11:13 PDT, Ilya Tikhonovsky
no flags
Patch (6.16 KB, patch)
2012-03-22 07:12 PDT, Ilya Tikhonovsky
yurys: review+
Ilya Tikhonovsky
Comment 1 2012-03-21 11:13:14 PDT
Timothy Hatcher
Comment 2 2012-03-21 13:00:16 PDT
Comment on attachment 133079 [details] Patch Please revise the ChangeLog and provide information on what changed and why (overall summary and per function).
Ilya Tikhonovsky
Comment 3 2012-03-22 07:12:36 PDT
Yury Semikhatsky
Comment 4 2012-03-22 07:59:19 PDT
Comment on attachment 133252 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133252&action=review > Source/WebCore/inspector/front-end/HeapSnapshotProxy.js:193 > + WebInspector.log(WebInspector.UIString("An error happend when a call for method '%s' was requested", event.data.errorMethodName)); happend -> happened > Source/WebCore/inspector/front-end/HeapSnapshotWorkerDispatcher.js:87 > + response.errorMethodName = data.methodName; I think method name can be derived from the callId on the requester's side.
Ilya Tikhonovsky
Comment 5 2012-03-22 08:05:07 PDT
Note You need to log in before you can comment on or make changes to this bug.