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

browser(webkit): do not hang on close when there is a dialog #4332

Merged
merged 2 commits into from
Nov 4, 2020

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Nov 4, 2020

No description provided.

@@ -124,11 +124,11 @@ git apply --index --whitespace=nowarn $PATCHES_PATH/*

if [[ ! -z "${WEBKIT_EXTRA_FOLDER_PATH}" ]]; then
echo "-- adding WebKit embedders"
cp -r "${WEBKIT_EXTRA_FOLDER_PATH}" ./Tools/Playwright
cp -r "${WEBKIT_EXTRA_FOLDER_PATH}/" ./Tools/Playwright
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not land this ATM - trailing slash in the "SRC" is an anti-pattern. I'd like to understand first why would it be needed.

@aslushnikov aslushnikov merged commit 890add9 into microsoft:master Nov 4, 2020
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.

2 participants