summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Greenblatt <magreenblatt@gmail.com>2023-03-13 13:45:20 -0400
committerMarshall Greenblatt <magreenblatt@gmail.com>2023-03-13 13:55:43 -0400
commit3215aaebef9a71aa6f6a5a4b9a98fa765c39d31d (patch)
treec3db8696d64ee1cb38ee5239f64a7ffe6a0c8193
parent1b83ff647119565fb45e9bd2002b023d661b4296 (diff)
downloadcef-3215aaebef9a71aa6f6a5a4b9a98fa765c39d31d.tar.gz
Rewrite issue links to GitHub (see #3464)
-rw-r--r--README.md5
-rw-r--r--libcef/browser/net/chrome_scheme_handler.cc2
-rw-r--r--libcef/browser/osr/render_widget_host_view_osr.cc2
-rw-r--r--patch/patch.cfg152
-rw-r--r--tests/cefclient/resources/media_router.html2
-rw-r--r--tests/shared/browser/client_app_browser.cc2
-rw-r--r--tools/gclient_hook.py2
-rw-r--r--tools/gn_args.py4
-rw-r--r--tools/issue_1999.py2
9 files changed, 87 insertions, 86 deletions
diff --git a/README.md b/README.md
index e1a3fc19..cd85b7ca 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ The Chromium Embedded Framework (CEF) is a simple framework for embedding Chromi
* Branches and Building - https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
* Announcements - https://groups.google.com/forum/#!forum/cef-announce
* Support Forum - http://www.magpcss.org/ceforum/
+* Issue Tracker - https://github.com/chromiumembedded/cef/issues
* C++ API Docs - [Stable release docs](https://cef-builds.spotifycdn.com/docs/stable.html) / [Beta release docs](https://cef-builds.spotifycdn.com/docs/beta.html)
* Downloads - https://cef-builds.spotifycdn.com/index.html
* Donations - http://www.magpcss.org/ceforum/donate.php
@@ -57,7 +58,7 @@ If you're the maintainer of a project not listed above and would like your proje
CEF is still very much a work in progress. Some ways that you can help out:
-\- Vote for issues in the [CEF issue tracker](https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open) that are important to you. This helps with development prioritization.
+\- Vote for issues in the [CEF issue tracker](https://github.com/chromiumembedded/cef/issues) that are important to you. This helps with development prioritization.
\- Report any bugs that you find or feature requests that are important to you. Make sure to first search for existing issues before creating new ones. Please use the [CEF Forum](http://magpcss.org/ceforum) and not the issue tracker for usage questions. Each CEF issue should:
@@ -68,7 +69,7 @@ CEF is still very much a work in progress. Some ways that you can help out:
\- Write unit tests for new or existing functionality.
-\- Pull requests and patches are welcome. View open issues in the [CEF issue tracker](https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open) or search for TODO(cef) in the source code for ideas.
+\- Pull requests and patches are welcome. View open issues in the [CEF issue tracker](https://github.com/chromiumembedded/cef/issues) or search for TODO(cef) in the source code for ideas.
If you would like to contribute source code changes to CEF please follow the below guidelines:
diff --git a/libcef/browser/net/chrome_scheme_handler.cc b/libcef/browser/net/chrome_scheme_handler.cc
index 4336b39b..a54aa812 100644
--- a/libcef/browser/net/chrome_scheme_handler.cc
+++ b/libcef/browser/net/chrome_scheme_handler.cc
@@ -314,7 +314,7 @@ bool OnExtensionsSupportUI(std::string* mime_type, std::string* output) {
"<html>\n<head><title>Extensions Support</title></head>\n"
"<body bgcolor=\"white\"><h3>Supported Chrome Extensions "
"APIs</h3>\nFollow <a "
- "href=\"https://bitbucket.org/chromiumembedded/cef/issues/1947\" "
+ "href=\"https://github.com/chromiumembedded/cef/issues/1947\" "
"target=\"new\">issue #1947</a> for development progress.\n<ul>\n";
bool has_top_level_name = false;
diff --git a/libcef/browser/osr/render_widget_host_view_osr.cc b/libcef/browser/osr/render_widget_host_view_osr.cc
index e74390cc..cf2de6e1 100644
--- a/libcef/browser/osr/render_widget_host_view_osr.cc
+++ b/libcef/browser/osr/render_widget_host_view_osr.cc
@@ -1541,7 +1541,7 @@ void CefRenderWidgetHostViewOSR::OnPaint(const gfx::Rect& damage_rect,
const void* pixels) {
TRACE_EVENT0("cef", "CefRenderWidgetHostViewOSR::OnPaint");
- // Workaround for https://bitbucket.org/chromiumembedded/cef/issues/2817
+ // Workaround for https://github.com/chromiumembedded/cef/issues/2817
if (!is_showing_) {
return;
}
diff --git a/patch/patch.cfg b/patch/patch.cfg
index 157a7502..2652be90 100644
--- a/patch/patch.cfg
+++ b/patch/patch.cfg
@@ -30,8 +30,8 @@ patches = [
# https://bugs.chromium.org/p/chromium/issues/detail?id=634788
#
# Windows: Add cc_wrapper support for sccache builds.
- # https://bitbucket.org/chromiumembedded/cef/issues/2432
- 'name': 'gn_config',
+ # https://github.com/chromiumembedded/cef/issues/2432
+ 'name': 'gn_config',
},
{
# Patches that must be applied after `gclient sync --nohooks` and before
@@ -41,12 +41,12 @@ patches = [
# https://bugs.chromium.org/p/chromium/issues/detail?id=623342
#
# Don't copy dbghelp.dll/dbgcore.dll from the Windows SDK.
- # https://bitbucket.org/chromiumembedded/cef/issues/3356
+ # https://github.com/chromiumembedded/cef/issues/3356
'name': 'runhooks',
},
{
# Support component builds (GN is_component_build=true).
- # https://bitbucket.org/chromiumembedded/cef/issues/1617
+ # https://github.com/chromiumembedded/cef/issues/1617
'name': 'component_build',
},
{
@@ -58,7 +58,7 @@ patches = [
#
# Add MessageLoop::ReleasePump to fix crashes during shutdown with multi-
# threaded message loop mode.
- # https://bitbucket.org/chromiumembedded/cef/issues/2362
+ # https://github.com/chromiumembedded/cef/issues/2362
'name': 'message_loop',
},
{
@@ -77,27 +77,27 @@ patches = [
},
{
# Fix export of UnderlayOpenGLHostingWindow for 64-bit MacOS builds.
- # https://bitbucket.org/chromiumembedded/cef/issues/1051
+ # https://github.com/chromiumembedded/cef/issues/1051
'name': 'underlay_1051',
},
{
# Allow specification of a parent window handle for Widget creation.
- # https://bitbucket.org/chromiumembedded/cef/issues/180
+ # https://github.com/chromiumembedded/cef/issues/180
#
# Fix multiple handling of WM_MOUSEWHEEL messages on Windows.
- # https://bitbucket.org/chromiumembedded/cef/issues/1481
+ # https://github.com/chromiumembedded/cef/issues/1481
#
# Support custom RenderWidgetHostViewOSR for BrowserPluginGuest.
- # https://bitbucket.org/chromiumembedded/cef/issues/1565
+ # https://github.com/chromiumembedded/cef/issues/1565
#
# Fix focus/activation handling and keyboard input on Windows and Linux.
- # https://bitbucket.org/chromiumembedded/cef/issues/1677
- # https://bitbucket.org/chromiumembedded/cef/issues/1679
- # https://bitbucket.org/chromiumembedded/cef/issues/1700
- # https://bitbucket.org/chromiumembedded/cef/issues/3316
+ # https://github.com/chromiumembedded/cef/issues/1677
+ # https://github.com/chromiumembedded/cef/issues/1679
+ # https://github.com/chromiumembedded/cef/issues/1700
+ # https://github.com/chromiumembedded/cef/issues/3316
#
# Support creation of captionless windows with resizable borders.
- # https://bitbucket.org/chromiumembedded/cef/issues/1749
+ # https://github.com/chromiumembedded/cef/issues/1749
#
# Windows: When |params.remove_standard_frame| is true remove WS_CAPTION
# and WS_SYSMENU styles. Otherwise Windows 10 enforces a minimum window
@@ -105,13 +105,13 @@ patches = [
# Linux: Allow creation of activatable menu windows.
# Linux: Support CefWindowDelegate::CanResize restriction by specifying
# min/max Widget size values.
- # https://bitbucket.org/chromiumembedded/cef/issues/1947
+ # https://github.com/chromiumembedded/cef/issues/1947
#
# Support configuration of RWHVGuest device scale factor.
- # https://bitbucket.org/chromiumembedded/cef/issues/2078
+ # https://github.com/chromiumembedded/cef/issues/2078
#
# Windows: Fix focus assignment when clicking WebView with external parent.
- # https://bitbucket.org/chromiumembedded/cef/issues/3031
+ # https://github.com/chromiumembedded/cef/issues/3031
#
# Fix minimize & fullscreen behavior on initial Widget creation.
#
@@ -121,27 +121,27 @@ patches = [
#
# Windows: Fix incorrect DIPToScreenRect usage in DesktopWindowTreeHostWin
# when |has_external_parent_| is true.
- # https://bitbucket.org/chromiumembedded/cef/issues/3359
+ # https://github.com/chromiumembedded/cef/issues/3359
'name': 'views_widget',
},
{
# Allow specification of a custom WebContentsView.
- # https://bitbucket.org/chromiumembedded/cef/issues/1257
+ # https://github.com/chromiumembedded/cef/issues/1257
#
# Support custom RenderWidgetHostViewOSR for BrowserPluginGuest.
- # https://bitbucket.org/chromiumembedded/cef/issues/1565
+ # https://github.com/chromiumembedded/cef/issues/1565
#
# Add WebContentsObserver::OnFrameFocused.
#
# Add WebContentsObserver::RenderWidgetCreated.
- # https://bitbucket.org/chromiumembedded/cef/issues/3308
+ # https://github.com/chromiumembedded/cef/issues/3308
'name': 'web_contents_1257_1565',
},
{
# Support custom RenderWidgetHostViewOSR for MimeHandlerViewGuest and
# expose OnGuestAttached/Detached notifications.
- # https://bitbucket.org/chromiumembedded/cef/issues/1565
- # https://bitbucket.org/chromiumembedded/cef/issues/2727
+ # https://github.com/chromiumembedded/cef/issues/1565
+ # https://github.com/chromiumembedded/cef/issues/2727
'name': 'mime_handler_view_guest_1565_2727',
},
{
@@ -154,21 +154,21 @@ patches = [
# https://bugs.chromium.org/p/chromium/issues/detail?id=654986#c17
#
# Remove DCHECK on Linux when initialized CEF from a non-main thread.
- # https://bitbucket.org/chromiumembedded/cef/issue/1639
+ # https://github.com/chromiumembedded/cef/issues/1639
#
# Fix DiscardableSharedMemoryManager crash on shutdown with multi-threaded
# message loop.
- # https://bitbucket.org/chromiumembedded/cef/issues/2798
+ # https://github.com/chromiumembedded/cef/issues/2798
'name': 'content_main_654986',
},
{
# Expose the FontFamilyCache UserData key.
- # https://bitbucket.org/chromiumembedded/cef/issues/1501
+ # https://github.com/chromiumembedded/cef/issues/1501
'name': 'font_family_cache_1501',
},
{
# Modify views::View to extend SupportsUserData.
- # https://bitbucket.org/chromiumembedded/cef/issues/1749
+ # https://github.com/chromiumembedded/cef/issues/1749
#
# Don't add TestDesktopScreenOzone dependency on Linux.
# Reverts ui_controls_factory_desktop_aurax11.cc (now
@@ -185,10 +185,10 @@ patches = [
#
# Expose callbacks for mouse/keyboard events that trigger menu switching.
# Add accelerator display support to Label.
- # https://bitbucket.org/chromiumembedded/cef/issues/2102
+ # https://github.com/chromiumembedded/cef/issues/2102
#
# Route |parent_widget| to MenuHost for OSR context menu Widget creation.
- # https://bitbucket.org/chromiumembedded/cef/issues/3330
+ # https://github.com/chromiumembedded/cef/issues/3330
'name': 'views_1749_2102_3330',
},
{
@@ -204,19 +204,19 @@ patches = [
},
{
# Changes to support the Chrome runtime in CEF.
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_runtime',
},
{
# Changes to support Chrome runtime integration with CEF Views.
# See related documentation in
# libcef/browser/chrome/views/chrome_browser_frame.h.
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_runtime_views',
},
{
# Changes to support the Chrome runtime in CEF.
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
#
# Fix fatal error: 'components/printing/common/print.mojom.h' file not found
# From chrome/browser/ui/browser_commands.cc via
@@ -225,7 +225,7 @@ patches = [
},
{
# Don't initialize ExtensionSystemFactory when extensions are disabled.
- # https://bitbucket.org/chromiumembedded/cef/issues/2359
+ # https://github.com/chromiumembedded/cef/issues/2359
#
# Remove NOTREACHED() in GetContentSettingFromRulesImpl triggered by
# NavigationTest.LoadCrossOriginLoadURL with the chrome runtime.
@@ -233,7 +233,7 @@ patches = [
},
{
# chrome: Support custom handling of context menus.
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_browser_context_menus',
},
{
@@ -241,7 +241,7 @@ patches = [
# - Adds support for FileSelectHelper and SelectFileDialog interception.
# - Adds additional type filters for dialogs created via FileSelectHelper.
# - Adds support for chaining PrintingContextLinux callbacks.
- # https://bitbucket.org/chromiumembedded/cef/issues/3314
+ # https://github.com/chromiumembedded/cef/issues/3314
'name': 'chrome_browser_dialogs_native',
},
{
@@ -250,44 +250,44 @@ patches = [
# DialogDelegate::CreateDialogWidget for CEF windowless rendering.
# - Support nullptr gfx::NativeWindow/gfx::NativeView dialog parent for CEF
# windowless rendering.
- # https://bitbucket.org/chromiumembedded/cef/issues/3316
+ # https://github.com/chromiumembedded/cef/issues/3316
'name': 'chrome_browser_dialogs_widget',
},
{
# chrome: Support override of ChromeMimeHandlerViewGuestDelegate.
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_browser_extensions',
},
{
# alloy: Disable ProxyErrorClient callbacks when extensions are disabled.
- # https://bitbucket.org/chromiumembedded/cef/issues/2830
+ # https://github.com/chromiumembedded/cef/issues/2830
'name': 'chrome_browser_net_proxy',
},
{
# Support override of CreatePermissionPrompt.
- # https://bitbucket.org/chromiumembedded/cef/issues/3352
+ # https://github.com/chromiumembedded/cef/issues/3352
'name': 'chrome_browser_permission_prompt',
},
{
# alloy: Don't initialize ExtensionSystemFactory when extensions are
# disabled.
- # https://bitbucket.org/chromiumembedded/cef/issues/2852
+ # https://github.com/chromiumembedded/cef/issues/2852
'name': 'chrome_browser_themes',
},
{
# Make some methods of ProfileManager virtual.
#
# Don't create IdentityManager in RendererUpdater.
- # https://bitbucket.org/chromiumembedded/cef/issues/1917
+ # https://github.com/chromiumembedded/cef/issues/1917
#
# chrome: Support CEF incognito Profiles that allow Browser creation.
# chrome: Allow CEF to delay OffTheRecordProfileImpl initialization.
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_browser_profiles',
},
{
# chrome: Fix assertion when clicking the incognito profile button.
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_browser_profile_menu',
},
{
@@ -298,7 +298,7 @@ patches = [
{
# Support override of the User-Agent product component when NetworkService
# is enabled.
- # https://bitbucket.org/chromiumembedded/cef/issues/2622
+ # https://github.com/chromiumembedded/cef/issues/2622
'name': 'embedder_product_override',
},
{
@@ -314,17 +314,17 @@ patches = [
{
# Don't create databases, blob_storage or VideoDecodeStats directories when
# cache_path is empty.
- # https://bitbucket.org/chromiumembedded/cef/issues/2289
+ # https://github.com/chromiumembedded/cef/issues/2289
'name': 'storage_incognito_2289',
},
{
# Support WebUI by removing dependency on non-NULL IOThread* object.
- # https://bitbucket.org/chromiumembedded/cef/issues/2037
+ # https://github.com/chromiumembedded/cef/issues/2037
'name': 'webui_2037',
},
{
# Implement breakpad/crashpad customization required by CEF.
- # https://bitbucket.org/chromiumembedded/cef/issues/1995
+ # https://github.com/chromiumembedded/cef/issues/1995
'name': 'crashpad_1995',
},
{
@@ -337,7 +337,7 @@ patches = [
},
{
# Fix white flash during browser creation.
- # https://bitbucket.org/chromiumembedded/cef/issues/1984
+ # https://github.com/chromiumembedded/cef/issues/1984
#
# Windows: Fix crash during window creation.
# https://bugs.chromium.org/p/chromium/issues/detail?id=761389
@@ -354,15 +354,15 @@ patches = [
# Add ContentRendererClient::DevToolsAgent[Attached|Detached] methods.
#
# Always return the Chrome product value for DevTools.
- # https://bitbucket.org/chromiumembedded/cef/issues/2300
+ # https://github.com/chromiumembedded/cef/issues/2300
#
# Add new ContentBrowserClient::HandleExternalProtocol variant for use with
# the NetworkService.
- # https://bitbucket.org/chromiumembedded/cef/issues/2622
+ # https://github.com/chromiumembedded/cef/issues/2622
#
# Change ContentBrowserClient::ConfigureNetworkContextParams return type to
# bool to support cancellation of NetworkContext creation during shutdown.
- # https://bitbucket.org/chromiumembedded/cef/issues/2985
+ # https://github.com/chromiumembedded/cef/issues/2985
'name': 'content_2015',
},
{
@@ -371,18 +371,18 @@ patches = [
},
{
# Linux: Attach routing IDs to PrintingContext.
- # https://bitbucket.org/chromiumembedded/cef/issues/2196
+ # https://github.com/chromiumembedded/cef/issues/2196
'name': 'printing_context_2196',
},
{
# Windows: Remove llvmlibthin as the combine_libs.py can't handle those.
- # https://bitbucket.org/chromiumembedded/cef/issues/2470
+ # https://github.com/chromiumembedded/cef/issues/2470
'name': 'build',
},
{
# Changes necessary to support chrome extensions. Add a new
# ExtensionHost constructor that allows CEF to create the WebContents.
- # https://bitbucket.org/chromiumembedded/cef/issues/1947
+ # https://github.com/chromiumembedded/cef/issues/1947
#
# Don't initialize PrerenderContents object in StreamsPrivateAPI.
#
@@ -392,7 +392,7 @@ patches = [
},
{
# macOS: Fix undesirable switch to discrete GPU during startup.
- # https://bitbucket.org/chromiumembedded/cef/issues/2398
+ # https://github.com/chromiumembedded/cef/issues/2398
#
# macOS: Rely on symlinks to find the Libraries directory.
# https://bugs.chromium.org/p/chromium/issues/detail?id=757974#c23
@@ -400,28 +400,28 @@ patches = [
},
{
# macOS: Make the NativeEventProcessor protocol dependency optional.
- # https://bitbucket.org/chromiumembedded/cef/issues/2539
+ # https://github.com/chromiumembedded/cef/issues/2539
'name': 'mac_event_observer_2539',
},
{
# macOS: Fix crash when scrolling in OSR mode.
- # https://bitbucket.org/chromiumembedded/cef/issues/2540
+ # https://github.com/chromiumembedded/cef/issues/2540
'name': 'mac_fling_scheduler_2540',
},
{
# Allow ResourceBundle creation/destruction on the main thread and usage on
# the UI thread.
- # https://bitbucket.org/chromiumembedded/cef/issues/2398
+ # https://github.com/chromiumembedded/cef/issues/2398
'name': 'resource_bundle_2512',
},
{
# macOS: Fix crash when showing a select popup with CefDoMessageLoopWork.
- # https://bitbucket.org/chromiumembedded/cef/issues/2495
+ # https://github.com/chromiumembedded/cef/issues/2495
'name': 'message_pump_mac_2495',
},
{
# Linux: Load binaries from DIR_ASSETS.
- # https://bitbucket.org/chromiumembedded/cef/issues/1936
+ # https://github.com/chromiumembedded/cef/issues/1936
'name': 'linux_assets_path_1936',
},
{
@@ -432,7 +432,7 @@ patches = [
},
{
# Linux: Avoid usage of chrome::FILE_COMPONENT_WIDEVINE_CDM_HINT.
- # https://bitbucket.org/chromiumembedded/cef/issues/3149
+ # https://github.com/chromiumembedded/cef/issues/3149
'name': 'linux_chrome_widevine_3149',
},
{
@@ -440,21 +440,21 @@ patches = [
# - Add support for calling CookieMonster::SetCookieableSchemes.
# - Fix cache directory structure ("C:\temp\cache\cache\Cache" should be
# "C:\temp\cache\Cache").
- # https://bitbucket.org/chromiumembedded/cef/issues/2622
+ # https://github.com/chromiumembedded/cef/issues/2622
#
# alloy: Avoid initialization of privacy sandbox and identity manager.
- # https://bitbucket.org/chromiumembedded/cef/issues/3434
+ # https://github.com/chromiumembedded/cef/issues/3434
'name': 'services_network_2622',
},
{
# Enhancements to NetworkService:
# - Remove the non-nullptr WebContents requirement from
# NetworkServiceClient::OnAuthRequired.
- # https://bitbucket.org/chromiumembedded/cef/issues/2718
+ # https://github.com/chromiumembedded/cef/issues/2718
#
# Change ContentBrowserClient::ConfigureNetworkContextParams return type to
# bool to support cancellation of NetworkContext creation during shutdown.
- # https://bitbucket.org/chromiumembedded/cef/issues/2985
+ # https://github.com/chromiumembedded/cef/issues/2985
#
# Compute correct default quota when cache_path is unspecified.
'name': 'services_network_2718',
@@ -503,7 +503,7 @@ patches = [
},
{
# Add support for OSR rendering with Viz.
- # https://bitbucket.org/chromiumembedded/cef/issues/2575
+ # https://github.com/chromiumembedded/cef/issues/2575
'name': 'viz_osr_2575',
},
{
@@ -513,17 +513,17 @@ patches = [
# - Remove unsupported print preview UI options.
# - macOS: Fix error: no member named 'kCloudPrinterHandler' in namespace
# 'printing::features',
- # https://bitbucket.org/chromiumembedded/cef/issues/123
+ # https://github.com/chromiumembedded/cef/issues/123
'name': 'print_preview_123',
},
{
# Store command-line switch names as lower-case ASCII on all platforms.
- # https://bitbucket.org/chromiumembedded/cef/issues/1872
+ # https://github.com/chromiumembedded/cef/issues/1872
'name': 'base_command_line_1872',
},
{
# Remove cef_sandbox dependency on boringssl functions.
- # https://bitbucket.org/chromiumembedded/cef/issues/2743
+ # https://github.com/chromiumembedded/cef/issues/2743
#
# Enable the VS 2015 Update 2 fix when building with the MSVC standard
# library.
@@ -537,13 +537,13 @@ patches = [
{
# Add RenderWidgetHostImpl::SetCompositorForFlingScheduler to fix fling
# scrolling in OSR mode.
- # https://bitbucket.org/chromiumembedded/cef/issues/2745
+ # https://github.com/chromiumembedded/cef/issues/2745
'name': 'osr_fling_2745',
},
{
# Windows: Build targets as C++17 to avoid export of std::is_integral
# templates in cef_sandbox that should be inlined.
- # https://bitbucket.org/chromiumembedded/cef/issues/2819
+ # https://github.com/chromiumembedded/cef/issues/2819
'name': 'win_cpp17_msvc_sandbox_2819',
},
{
@@ -563,7 +563,7 @@ patches = [
#
# Fix crash in NavigationRequest::GetOriginForURLLoaderFactory() when
# navigating to an unregistered (e.g. non-standard) scheme.
- # https://bitbucket.org/chromiumembedded/cef/issues/3105
+ # https://github.com/chromiumembedded/cef/issues/3105
'name': 'browser_security_policy_1081397',
},
{
@@ -571,7 +571,7 @@ patches = [
# https://bugs.chromium.org/p/chromium/issues/detail?id=1100085
#
# Changes to support the Chrome runtime in CEF (app_controller_mac.mm).
- # https://bitbucket.org/chromiumembedded/cef/issues/2969
+ # https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_browser_background_mode_1100085',
},
{
@@ -581,12 +581,12 @@ patches = [
},
{
# Windows: Fix crash when |sandbox_info| parameter is nullptr.
- # https://bitbucket.org/chromiumembedded/cef/issues/3210
+ # https://github.com/chromiumembedded/cef/issues/3210
'name': 'win_sandbox_3210',
},
{
# Windows: Always use the root window as the owner for shell dialogs.
- # https://bitbucket.org/chromiumembedded/cef/issues/3294
+ # https://github.com/chromiumembedded/cef/issues/3294
'name': 'win_shell_dialogs_3294',
},
{
@@ -596,7 +596,7 @@ patches = [
},
{
# Linux: Support chaining of PrintingContextLinux callbacks.
- # https://bitbucket.org/chromiumembedded/cef/issues/3314
+ # https://github.com/chromiumembedded/cef/issues/3314
# Also reverts the changes from https://crrev.com/db245883e1
'name': 'linux_printing_context',
},
diff --git a/tests/cefclient/resources/media_router.html b/tests/cefclient/resources/media_router.html
index a13451e0..0e874ff4 100644
--- a/tests/cefclient/resources/media_router.html
+++ b/tests/cefclient/resources/media_router.html
@@ -568,7 +568,7 @@ function onUnload() {
Status information and messages will be displayed in the center of the screen.
After creating a route you can send messages to the receiver app using the textarea at the bottom of the screen.
Messages are usually in JSON format with a example of Cast communication to be found
- <a href="https://bitbucket.org/chromiumembedded/cef/issues/2900/add-mediarouter-support-for-cast-receiver#comment-56680326" target="_blank">here</a>.
+ <a href="https://github.com/chromiumembedded/cef/issues/2900#issuecomment-1465022620" target="_blank">here</a>.
</p>
</div>
<div class="route_controls">
diff --git a/tests/shared/browser/client_app_browser.cc b/tests/shared/browser/client_app_browser.cc
index 9bf13839..a904a9ad 100644
--- a/tests/shared/browser/client_app_browser.cc
+++ b/tests/shared/browser/client_app_browser.cc
@@ -53,7 +53,7 @@ void ClientAppBrowser::OnBeforeCommandLineProcessing(
// Use software rendering and compositing (disable GPU) for increased FPS
// and decreased CPU usage. This will also disable WebGL so remove these
// switches if you need that capability.
- // See https://bitbucket.org/chromiumembedded/cef/issues/1257 for details.
+ // See https://github.com/chromiumembedded/cef/issues/1257 for details.
if (!command_line->HasSwitch(switches::kEnableGPU)) {
command_line->AppendSwitch("disable-gpu");
command_line->AppendSwitch("disable-gpu-compositing");
diff --git a/tools/gclient_hook.py b/tools/gclient_hook.py
index 29048743..4b5a9bd7 100644
--- a/tools/gclient_hook.py
+++ b/tools/gclient_hook.py
@@ -110,7 +110,7 @@ if platform == 'windows':
# installed (e.g. not discoverable via the Windows registry) then
# "%GYP_MSVS_OVERRIDE_PATH%\Common7\Tools\vsdevcmd\core\winsdk.bat" must be
# patched to support discovery via SDK_ROOT as described in
- # https://bitbucket.org/chromiumembedded/cef/issues/2773#comment-59687474.
+ # https://github.com/chromiumembedded/cef/issues/2773#issuecomment-1465019898.
#
if bool(int(os.environ.get('WIN_CUSTOM_TOOLCHAIN', '0'))):
required_vars = [
diff --git a/tools/gn_args.py b/tools/gn_args.py
index b93b4314..33d831d8 100644
--- a/tools/gn_args.py
+++ b/tools/gn_args.py
@@ -225,7 +225,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,
}
@@ -237,7 +237,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':
diff --git a/tools/issue_1999.py b/tools/issue_1999.py
index 0143690a..c44a135c 100644
--- a/tools/issue_1999.py
+++ b/tools/issue_1999.py
@@ -4,7 +4,7 @@
#
# Resort order of object files in libcef.ninja file.
#
-# See: https://bitbucket.org/chromiumembedded/cef/issues/1999
+# See: https://github.com/chromiumembedded/cef/issues/1999
#
# Usage:
# import issue_1999