WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
188562
ScriptExecutionContext::logExceptionToConsole should have more appropriate name
https://bugs.webkit.org/show_bug.cgi?id=188562
Summary
ScriptExecutionContext::logExceptionToConsole should have more appropriate name
Yusuke Suzuki
Reported
2018-08-14 10:55:00 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug