Roger Wang
Roger Wang
Is this PR the only one needed to fix 4269?
Do we need all the files in build folder? I think only a small portion of it is needed.
NW1 mode was deprecated three years ago: https://groups.google.com/g/nwjs-general/c/1YMHN3m1rtI/m/f3gF-Jl3AgAJ so bugs in nw1 would not be fixed.
I tried [your sample](https://github.com/nwjs/nw.js/issues/7979#issuecomment-1276961427) under nw1 and nw2 with the latest version, but I don't notice any difference...
Please provide a minimal case to reproduce, not a whole application...
You can try using the devtools provided by Chromium, and insert code in various steps in your application to monitor the performance e.g. printing timestamps.
@Sunvas after reading the link you post, I don't think Electron has this feature -- it sets the proxy for the whole session, not per window.
Yeah a session can be assigned to a window, and each session can have its own proxy settings. However, it's important to clarify that this is fundamentally different from supporting...
Please try this build: https://dl.nwjs.io/live-build/nw90/20240719-033120/32b360f54/v0.90.0/
@jssuttles could you provide a sample to reproduce?