Bug 160306

Summary: IndexedDB 2.0
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: rensaas, stefan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=154968
https://bugs.webkit.org/show_bug.cgi?id=165889
Bug Depends on: 165215, 177350, 160352, 161414, 163749, 163805, 163910, 163927, 163954, 164097, 164294, 164332, 164359, 164383, 164403, 164404, 164405, 164406, 164416, 164424, 164466, 164504, 164528, 164566, 164602, 164641, 164754, 164932, 164974, 165000, 165166, 165186, 165216, 165221, 165242, 165256, 165257, 165267, 165330, 165430, 165634, 165802, 165816, 165912, 165928, 165929, 165956, 165978, 166014, 166984, 167576, 182972    
Bug Blocks:    

Brady Eidson
Reported 2016-07-28 11:26:15 PDT
IndexedDB 2.0 In https://bugs.webkit.org/show_bug.cgi?id=149117 we've gotten a very solid implementation of IndexedDB v1 (https://www.w3.org/TR/IndexedDB/) While there's still room to finish cleaning up the loose ends for the overall Modern IDB mechanisms in that bugzilla, this bugzilla tracks implementing new features in IndexedDB v2 (http://w3c.github.io/IndexedDB/) The way the spec is advancing, some new features are stabilizing while others are still very much in flux, with occasional new ones popping up. As sub features stabilize, we should implement them, and this bug will track doing so.
Attachments
Stefan Sechelmann
Comment 1 2018-01-21 13:10:00 PST
Can anyone look at 177350, this is a blocker for us. It totally breaks the usage of IDB with WebCrypto!
Brady Eidson
Comment 2 2018-01-22 20:35:52 PST
(In reply to Stefan Sechelmann from comment #1) > Can anyone look at 177350, this is a blocker for us. It totally breaks the > usage of IDB with WebCrypto! Since storage of crypto keys works in general and we've only seen one report of this specific issues, it's hard to prioritize this over other work right now. If you can give an example of a real world, in-production site where this works in other browsers and not WebKit-based ones that could help reprioritize.
Stefan Sechelmann
Comment 3 2018-01-23 02:58:57 PST
> If you can give an example of a real world, in-production site where this > works in other browsers and not WebKit-based ones that could help > reprioritize. Let's continue this discussion in the respective issue: https://bugs.webkit.org/show_bug.cgi?id=177350
Stefan Sechelmann
Comment 4 2018-02-24 04:41:09 PST
(In reply to Brady Eidson from comment #2) > Since storage of crypto keys works in general and we've only seen one report > of this specific issues, it's hard to prioritize this over other work right > now. In the light of the recent development I find "works in general" at least debatable: No auto incrementing primary keys https://bugs.webkit.org/show_bug.cgi?id=182972 No indices https://bugs.webkit.org/show_bug.cgi?id=177350 Wrong prototype chain: https://bugs.webkit.org/show_bug.cgi?id=182097 Is there anybody storing crypto keys in IndexedDB with Safari? Please step forward and speak!
rensaas
Comment 5 2024-12-07 00:53:24 PST Comment hidden (spam)
rensaas
Comment 6 2024-12-07 00:59:44 PST Comment hidden (spam)
Note You need to log in before you can comment on or make changes to this bug.