Bug 102268 - IndexedDB interfaces are not accessible to workers in JSC
Summary: IndexedDB interfaces are not accessible to workers in JSC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 45110
  Show dependency treegraph
 
Reported: 2012-11-14 12:17 PST by Michael Pruett
Modified: 2012-11-14 14:48 PST (History)
6 users (show)

See Also:


Attachments
Add JSNoStaticTables to IndexedDB interfaces (11.25 KB, patch)
2012-11-14 12:51 PST, Michael Pruett
ggaren: review+
Details | Formatted Diff | Diff
Add JSNoStaticTables to IndexedDB interfaces (11.32 KB, patch)
2012-11-14 14:06 PST, Michael Pruett
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Pruett 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.
Comment 1 Michael Pruett 2012-11-14 12:51:57 PST
Created attachment 174231 [details]
Add JSNoStaticTables to IndexedDB interfaces
Comment 2 Geoffrey Garen 2012-11-14 14:00:14 PST
Comment on attachment 174231 [details]
Add JSNoStaticTables to IndexedDB interfaces

r=me
Comment 3 Michael Pruett 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.
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2012-11-14 14:48:16 PST
All reviewed patches have been landed.  Closing bug.