JDK-8281086 : Disable IndexedDB at compile time
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: openjfx19
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-02-01
  • Updated: 2022-02-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx19Unresolved
Related Reports
Relates :  
Description
With the recent WebKit 613.1 update, IndexedDB is no longer an optional WebKit feature at compile time. Since JavaFX does not yet support IndexedDB, we should look at whether we can disable the compilation of this unused module.

Comments
We should look at whether and how much of the core implementation of indexedDB we can disable at compile time. We want something that isn't too intrusive, so we don't want to try and re-introduce the conditional compilation flag they WebKit removed (i.e., we don't want to revert the upstream WebKit fix that make it a non-optional feature). Depending on how feasible this turns out to be, we might abandon this effort.
01-02-2022