5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 05:11:29 +08:00
wails/v2/internal/frontend/desktop/linux
stffabi 496461920f
[v2] DevServer improvements and fixes (#2664)
* [assetserver, darwin] Fix copying request headers by using strdup

* [assetserver, linux] Fake some basic http headers for legacy webkit2 versions to support proxying requests to other servers

This fixes the devserver on v2 for newer vite versions that use the custom
scheme.

* [v2, windows] 304 responses are going to hang the WebView2 so prevent them by removing cache related headers in the request.

* [v2, dev] Now uses the custom schemes `wails://` on macOS and Linux for all Vite versions.

Prevent missing reload after fast multiple savings on Linux and Windows.
2023-05-16 09:35:48 +02:00
..
browser.go [linux] get compiling working 2021-11-13 17:06:48 -08:00
calloc.go Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
clipboard.go Add common text clipboard support (#2228) 2023-01-05 16:41:07 +11:00
dialog.go Support message dialog 2022-01-25 16:27:39 -06:00
frontend.go [v2] DevServer improvements and fixes (#2664) 2023-05-16 09:35:48 +02:00
gtk.go Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
invoke.go [v2, linux] Improve switching to main thread for callbacks (#1392) 2022-05-31 20:28:37 +10:00
keys.go Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
menu.go Support MenuUpdateApplicationMenu 2022-01-29 10:13:29 +11:00
screen.go Expose screen dimensions (#1519) 2022-07-16 12:33:37 +10:00
webkit2.go [assetserver] Add linux platform implementation (#2543) 2023-03-31 10:08:31 +02:00
window.c linux separate window c and go file (#2275) 2023-01-07 16:20:11 +11:00
window.go [v2, linux] Fix StartHidden option not working on Linux (#2624) 2023-04-30 01:20:39 +10:00
window.h linux separate window c and go file (#2275) 2023-01-07 16:20:11 +11:00