[Webkit-unassigned] [Bug 188562] New: ScriptExecutionContext::logExceptionToConsole should have more appropriate name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 10:55:00 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188562

            Bug ID: 188562
           Summary: ScriptExecutionContext::logExceptionToConsole should
                    have more appropriate name
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yusukesuzuki at slowstart.org

While the name is correct in Document context, it is wrong in WorkerGlobalScope context.
In worker, it does two things.

1. Log an exception to console.
2. Propagate it to worker object and emit ErrorEvent.

So this name is misleading. We should have appropriate name for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180814/f7aaf25d/attachment.html>


More information about the webkit-unassigned mailing list