RFR: 8343398: Add reducedData preference [v8]

Kevin Rushforth kcr at openjdk.org
Thu Dec 19 18:10:43 UTC 2024


On Thu, 19 Dec 2024 04:19:27 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> The `reducedData` preference instructs applications to minimize internet traffic, as users might be on a metered network or a limited data plan.
>> 
>> This corresponds to the following OS settings:
>> 
>> Windows: Settings -> Network and Internet -> Ethernet/WiFi -> Metered connection
>> macOS: Settings -> Network -> Ethernet/WiFi -> Network Settings -> Low data mode
>> Ubuntu: Settings -> Network -> Wired/WiFi -> Metered connection
>> 
>> Change notifications work consistently on Windows and macOS. On my Ubuntu 24 system, the GIO `network-changed` signal is not sent when I only toggle the "metered connection" flag in network settings (and there's no signal specifically for low-data mode). The new value is only picked up when the connection changes by coming offline or going online.
>
> Michael Strauß has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - method name
>  - smaller diff

The headful test run passed on Windows. While doing manual testing of other settings (since the notification logic has changed), I discovered a reproducible crash on Windows 11:

1. Run the manual `PlatformPreferencesChangedTest` app (or any other JavaFX app)
2. Toggle Settings --> Accessibility --> Visual effects --> Animation effects

JavaFX will crash, likely in response to the notification of a change in animation effect.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1656#issuecomment-2555476391


More information about the openjfx-dev mailing list