From 178a44bd182bbc3c9ccfca70f53807e94b6a9fc7 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 13 Mar 2023 13:45:20 -0400 Subject: [PATCH] Rewrite issue links to GitHub (see #3464) --- README.md | 5 +- libcef/browser/net/chrome_scheme_handler.cc | 2 +- .../osr/render_widget_host_view_osr.cc | 2 +- patch/patch.cfg | 148 +++++++++--------- tests/cefclient/resources/media_router.html | 2 +- tests/shared/browser/client_app_browser.cc | 2 +- tools/gclient_hook.py | 2 +- tools/gn_args.py | 4 +- tools/issue_1999.py | 2 +- 9 files changed, 85 insertions(+), 84 deletions(-) diff --git a/README.md b/README.md index e1a3fc191..cd85b7ca0 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 4336b39b9..a54aa8126 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) { "\nExtensions Support\n" "

Supported Chrome Extensions " "APIs

\nFollow issue #1947 for development progress.\n