chore: update https://cs.chromium.org/ links to https://source.chromium.org/ (#37190)
Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
parent
ff60fe25c1
commit
3180312595
5 changed files with 6 additions and 7 deletions
|
@ -1910,7 +1910,7 @@ removed in future Electron releases.
|
||||||
On a Window with Window Controls Overlay already enabled, this method updates
|
On a Window with Window Controls Overlay already enabled, this method updates
|
||||||
the style of the title bar overlay.
|
the style of the title bar overlay.
|
||||||
|
|
||||||
[runtime-enabled-features]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5?l=70
|
[runtime-enabled-features]: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/runtime_enabled_features.json5
|
||||||
[page-visibility-api]: https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
|
[page-visibility-api]: https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
|
||||||
[quick-look]: https://en.wikipedia.org/wiki/Quick_Look
|
[quick-look]: https://en.wikipedia.org/wiki/Quick_Look
|
||||||
[vibrancy-docs]: https://developer.apple.com/documentation/appkit/nsvisualeffectview?preferredLanguage=objc
|
[vibrancy-docs]: https://developer.apple.com/documentation/appkit/nsvisualeffectview?preferredLanguage=objc
|
||||||
|
|
|
@ -1001,7 +1001,7 @@ Emitted when DevTools is closed.
|
||||||
|
|
||||||
Emitted when DevTools is focused / opened.
|
Emitted when DevTools is focused / opened.
|
||||||
|
|
||||||
[runtime-enabled-features]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5?l=70
|
[runtime-enabled-features]: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/runtime_enabled_features.json5
|
||||||
[chrome-webview]: https://developer.chrome.com/docs/extensions/reference/webviewTag/
|
[chrome-webview]: https://developer.chrome.com/docs/extensions/reference/webviewTag/
|
||||||
|
|
||||||
### Event: 'context-menu'
|
### Event: 'context-menu'
|
||||||
|
|
|
@ -18,8 +18,8 @@ See also [V8 Development](v8-development.md)
|
||||||
|
|
||||||
### Code Resources
|
### Code Resources
|
||||||
|
|
||||||
- [Code Search](https://cs.chromium.org/) - Indexed and searchable source code for Chromium and associated projects.
|
- [Code Search](https://source.chromium.org/chromium) - Indexed and searchable source code for Chromium and associated projects.
|
||||||
- [Source Code](https://cs.chromium.org/chromium/src/) - The source code for Chromium itself.
|
- [Source Code](https://source.chromium.org/chromium/chromium/src) - The source code for Chromium itself.
|
||||||
- [Chromium Review](https://chromium-review.googlesource.com) - The searchable code host which facilitates code reviews for Chromium and related projects.
|
- [Chromium Review](https://chromium-review.googlesource.com) - The searchable code host which facilitates code reviews for Chromium and related projects.
|
||||||
|
|
||||||
### Informational Resources
|
### Informational Resources
|
||||||
|
|
|
@ -84,8 +84,7 @@ ElectronContentUtilityClient::ElectronContentUtilityClient() = default;
|
||||||
ElectronContentUtilityClient::~ElectronContentUtilityClient() = default;
|
ElectronContentUtilityClient::~ElectronContentUtilityClient() = default;
|
||||||
|
|
||||||
// The guts of this came from the chromium implementation
|
// The guts of this came from the chromium implementation
|
||||||
// https://cs.chromium.org/chromium/src/chrome/utility/
|
// https://source.chromium.org/chromium/chromium/src/+/main:chrome/utility/chrome_content_utility_client.cc
|
||||||
// chrome_content_utility_client.cc?sq=package:chromium&dr=CSs&g=0&l=142
|
|
||||||
void ElectronContentUtilityClient::ExposeInterfacesToBrowser(
|
void ElectronContentUtilityClient::ExposeInterfacesToBrowser(
|
||||||
mojo::BinderMap* binders) {
|
mojo::BinderMap* binders) {
|
||||||
#if BUILDFLAG(IS_WIN)
|
#if BUILDFLAG(IS_WIN)
|
||||||
|
|
|
@ -80,7 +80,7 @@ describe('dialog module', () => {
|
||||||
afterEach(closeAllWindows);
|
afterEach(closeAllWindows);
|
||||||
|
|
||||||
// parentless message boxes are synchronous on macOS
|
// parentless message boxes are synchronous on macOS
|
||||||
// dangling message boxes on windows cause a DCHECK: https://cs.chromium.org/chromium/src/base/win/message_window.cc?l=68&rcl=7faa4bf236a866d007dc5672c9ce42660e67a6a6
|
// dangling message boxes on windows cause a DCHECK: https://source.chromium.org/chromium/chromium/src/+/main:base/win/message_window.cc;drc=7faa4bf236a866d007dc5672c9ce42660e67a6a6;l=68
|
||||||
ifit(process.platform !== 'darwin' && process.platform !== 'win32')('should not throw for a parentless message box', () => {
|
ifit(process.platform !== 'darwin' && process.platform !== 'win32')('should not throw for a parentless message box', () => {
|
||||||
expect(() => {
|
expect(() => {
|
||||||
dialog.showMessageBox({ message: 'i am message' });
|
dialog.showMessageBox({ message: 'i am message' });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue