[Webkit-unassigned] [Bug 192719] New: Web Inspector: Debugger: move breakpoint storage to use `WI.ObjectStore`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 14 15:12:53 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192719
Bug ID: 192719
Summary: Web Inspector: Debugger: move breakpoint storage to
use `WI.ObjectStore`
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: drousso at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Rather than having to `JSON.stringify` and `JSON.parse` each breakpoint in a giant list on `localStorage`, we can leverage IndexedDB to store breakpoints in a more "friendly" way. Additionally, this would allow us to not have to re-serialize all breakpoints when saving an update to a single breakpoint. The restoring process is already "async" (we purposely invoke a timeout so all agents have a chance to respond to the added breakpoints), so the async nature of IndexedDB probably won't be an issue.
--
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/20181214/6e1ad57b/attachment.html>
More information about the webkit-unassigned
mailing list