[Webkit-unassigned] [Bug 156883] New: Disable exposing IDBVersionChangeEvent and IDBKeyRange to WorkerGlobalScope when IDB-in-Workers is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 17:16:28 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156883

            Bug ID: 156883
           Summary: Disable exposing IDBVersionChangeEvent and IDBKeyRange
                    to WorkerGlobalScope when IDB-in-Workers is disabled
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Disable exposing IDBVersionChangeEvent and IDBKeyRange to WorkerGlobalScope when IDB-in-Workers is disabled

I ran the workers interfaces test:
http://w3c-test.org/IndexedDB/interfaces.worker

...with the "Indexed DB in workers" runtime flag off, yet the interfaces for these two objects came up.

In both of their IDLs they are exposed to both Window and Workers. But I need the exposure to "Workers" to be based on the IDB-in-workers runtime enabled flag.

If these interfaces exist even when IDB-in-worker is disabled, IDB-in-workers cannot be properly polyfilled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160422/7e866a86/attachment-0001.html>


More information about the webkit-unassigned mailing list