Rewrite issue links to GitHub (see #3464)

This commit is contained in:
Marshall Greenblatt
2023-03-13 13:45:20 -04:00
parent 45d771dfb0
commit 178a44bd18
9 changed files with 85 additions and 84 deletions

View File

@ -226,7 +226,7 @@ def GetRecommendedDefaultArgs():
# Disable V8 sandboxed pointers to avoid crashing when using
# CefV8Value::CreateArrayBuffer with memory allocated outside of the V8
# sandbox. See https://bitbucket.org/chromiumembedded/cef/issues/3332.
# sandbox. See https://github.com/chromiumembedded/cef/issues/3332.
'v8_enable_sandbox': False,
}
@ -238,7 +238,7 @@ def GetRecommendedDefaultArgs():
if platform != 'windows':
# Only allow non-component Debug builds on non-Windows platforms. These
# builds will fail on Windows due to linker issues (running out of memory,
# etc). See https://bitbucket.org/chromiumembedded/cef/issues/2679.
# etc). See https://github.com/chromiumembedded/cef/issues/2679.
result['forbid_non_component_debug_builds'] = False
if platform == 'linux':