Bug 234454
| Summary: | Service Worker pages should call ChromeClient.addMessageToConsole() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
| Component: | WebKit Misc. | Assignee: | Timothy Hatcher <timothy> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bfulgham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Timothy Hatcher
For testing in Safari, the WorkerGlobalScope::addConsoleMessage() should call the owning page's ChromeClient.addMessageToConsole() so Safari can see any log messages from the service worker.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/86655820>
Brent Fulgham
Went with a different approach.