1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00
ExplorerPatcher/ep_weather_host
Valentin Radu da3fece8cd Weather: Wait a bit before refreshing when network connectivity is restored
This is so that we avoid a situation where the browser was looping on
trying to display the error page. Each navigation request was
erroring out, and the error said something along the lines of
"Your computer went to sleep". Indeed, this bug could be reproduced by
hibernating the computer and then waking it up - it seemed to occur
pretty frequently, especially on battery, when the power budget is more
constrained, and thus the speed of the PC as well. Hopefully, this
commit and the previous one addresses this issue.
2022-08-04 23:57:33 +03:00
..
ep_weather_error_html.h Weather: Detect and break infinite loops on navigating to the error page 2022-08-04 23:56:55 +03:00
ep_weather_factory.c Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
ep_weather_factory.h Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
ep_weather_host.c Weather: Wait a bit before refreshing when network connectivity is restored 2022-08-04 23:57:33 +03:00
ep_weather_host.h Weather: Fixed a bug that prevented the widget from working when WebView2 Runtime >= 102.0.1245.33 2022-06-07 19:35:41 +03:00
ep_weather_host.rc Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
ep_weather_host.vcxproj All: Use global OS version query functions 2022-03-06 00:04:30 +02:00
ep_weather_host.vcxproj.filters Weather: Enable support for memory leaks dumping in Debug builds 2022-02-17 23:04:00 +02:00
ep_weather_provider_google_html.h Weather widget adjusts its size vertically to accommodate the entire contents 2022-01-30 03:26:19 +02:00
ep_weather_provider_google_script.h Weather: Hide mysterious line that appears at the top of the widget for some places 2022-03-09 19:56:37 +02:00
ep_weather_utility.h All: Use global OS version query functions 2022-03-06 00:04:30 +02:00
ep_weather.c Weather: Widget supports dark mode (thanks @krlvm) (#755) 2022-01-31 02:30:34 +02:00
ep_weather.h Weather: Show "Reload" link when data fails to load 2022-05-28 13:43:54 +03:00
packages.config Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00
resource.h Implemented weather taskbar widget 2022-01-27 04:35:27 +02:00