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 a8c7fbadaa Weather: Fixed a bug that could prevent the widget from properly loading
It seems that either the web page, either something in Microsoft's
WebView2 implementation changed so that when
`ICoreWebView2::NavigationCompleted` is fired, the elements of interest
on the page are not ready, which causes all this mess, as you can tell.

The solution for now was to delay the execution of my scripts, which
seemed to have gotten rid of the problem for now. I don't particularly
like the solution, I'd of course want something more robust, but I
guess these are the pitfalls when you do not control the entire
ecosystem...
2023-03-01 20:38:35 +02: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: Fixed a bug that could prevent the widget from properly loading 2023-03-01 20:38:35 +02:00
ep_weather_host.h Weather: Fixed a bug that could prevent the widget from properly loading 2023-03-01 20:38:35 +02: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 All: Substitute RegDeleteKeyW with RegDeleteTreeW 2022-08-07 20:40:36 +03: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