[Webkit-unassigned] [Bug 172625] New: Gracefully handle missing localStorage support in results.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 25 17:21:26 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172625
Bug ID: 172625
Summary: Gracefully handle missing localStorage support in
results.html
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
CC: lforschler at apple.com
The 'results.html' file displays test output, and provides local storage of user settings as a convenience.
If localStorage is blocked due to security settings, the page throws SecurityError DOMExceptions, and shows all test failures (including those that are expected) making it difficult to review test results.
This patch makes missing localStorage a non-fatal error, using the default settings if it cannot load (or save) customizations made by the user.
--
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/20170526/6d8b0f4d/attachment.html>
More information about the webkit-unassigned
mailing list