Bug 102268

Summary: IndexedDB interfaces are not accessible to workers in JSC
Product: WebKit Reporter: Michael Pruett <michael>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, alecflett, ggaren, jsbell, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 45110    
Attachments:
Description Flags
Add JSNoStaticTables to IndexedDB interfaces
ggaren: review+
Add JSNoStaticTables to IndexedDB interfaces none

Michael Pruett
Reported 2012-11-14 12:17:25 PST
IndexedDB interfaces are not accessible to workers in JSC. The JSNoStaticTables attribute must be specified in interfaces which can be accessed from workers.
Attachments
Add JSNoStaticTables to IndexedDB interfaces (11.25 KB, patch)
2012-11-14 12:51 PST, Michael Pruett
ggaren: review+
Add JSNoStaticTables to IndexedDB interfaces (11.32 KB, patch)
2012-11-14 14:06 PST, Michael Pruett
no flags
Michael Pruett
Comment 1 2012-11-14 12:51:57 PST
Created attachment 174231 [details] Add JSNoStaticTables to IndexedDB interfaces
Geoffrey Garen
Comment 2 2012-11-14 14:00:14 PST
Comment on attachment 174231 [details] Add JSNoStaticTables to IndexedDB interfaces r=me
Michael Pruett
Comment 3 2012-11-14 14:06:37 PST
Created attachment 174254 [details] Add JSNoStaticTables to IndexedDB interfaces I've updated the ChangeLog to note that Geoffrey Garen has reviewed this patch.
WebKit Review Bot
Comment 4 2012-11-14 14:48:13 PST
Comment on attachment 174254 [details] Add JSNoStaticTables to IndexedDB interfaces Clearing flags on attachment: 174254 Committed r134674: <http://trac.webkit.org/changeset/134674>
WebKit Review Bot
Comment 5 2012-11-14 14:48:16 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.