Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wx exectweaks #23407

Closed
wants to merge 4 commits into from
Closed

Wx exectweaks #23407

wants to merge 4 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 31, 2023

No description provided.

RandoOnSteam and others added 4 commits March 18, 2023 03:08
…n almost pure C, so it doesn't port over cleanly):

- Update IPVX parsing to RFC, along with a lot of tests
- Authority parsing was reworked for RFC edge cases
- Couple other extreme edge cases

All previous tests were kept, just added all of them from my local copy, which is a few. All tests pass except for two tests where wxExec launches Notepad and fails to soft close it due to EnumWindows not getting a window. I tried to rework it heavily to using EnumThreadWindows (and related APIs like Process32Next), which did get a proper window, but notepad ignored the WM_QUIT message regardless. Either way this isn't due to my changes, just a note.
… for old code in Resolve(), so I changed it for compatibility purposes

Put in a test for #3350 and a the other 4 compat IPv6 tests.
…e same as Windows does when it tries to kill a process.

Change the test application to use for tests from Notepad to MSPaint
…wxExectweaks

# Conflicts:
#	src/common/uri.cpp
#	tests/uris/uris.cpp
@ghost ghost closed this Mar 31, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants