[Webkit-unassigned] [Bug 158475] [GTK] Enable IndexedDB in workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 06:59:33 PDT 2016


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

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 280693
  --> https://bugs.webkit.org/attachment.cgi?id=280693
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=280693&action=review

> Source/cmake/OptionsGTK.cmake:164
> +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INDEXED_DATABASE_IN_WORKERS PRIVATE ON)

I'll just note that this setting should not have been listed here previously, as ENABLE_INDEXED_DATABASE_IN_WORKERS is OFF by default, and this is a list of settings overrides.

I'm suspicious that it really makes sense for IndexedDB to be OFF by default for most ports, though, since most ports surely want it. In such cases, it'd be better to fix the default and disable it just for those ports that can't support it yet.

I'm also suspicious as to why ENABLE_INDEXED_DATABASE_IN_WORKERS is a separate option... why would any port want IndexedDB, but not in workers?

-- 
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/20160607/1f43cd6c/attachment.html>


More information about the webkit-unassigned mailing list