-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7443d87
commit 7ac5aaa
Showing
108 changed files
with
3,807 additions
and
8,834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
packages/n/nodejs-electron/ConsumeRadii-linker-error.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
packages/n/nodejs-electron/DesktopNativeWidgetAura-HandleActivationChanged-crash.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
packages/n/nodejs-electron/absl-base-dynamic_annotations.patch
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
packages/n/nodejs-electron/account_id-missing-optional.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
From dc9db222b929f5da415216134b77d7f3bf141813 Mon Sep 17 00:00:00 2001 | ||
From: Ivan Murashov <[email protected]> | ||
Date: Wed, 18 Sep 2024 19:25:42 +0000 | ||
Subject: [PATCH] IWYU: Add missing include for std::optional usage in | ||
account_id.h | ||
|
||
In the CL https://crrev.com/c/5834683 used std::optional in the | ||
components/account_id/account_id.h, but corresponding include | ||
was missed. Added missing include for std::optional usage. | ||
|
||
Bug: 41455655 | ||
Change-Id: Ifea71ffb41a8c83051ce95763d9cb836488ca86f | ||
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5872821 | ||
Commit-Queue: Ivan Murashov <[email protected]> | ||
Reviewed-by: Hidehiko Abe <[email protected]> | ||
Reviewed-by: Xiyuan Xia <[email protected]> | ||
Cr-Commit-Position: refs/heads/main@{#1357262} | ||
--- | ||
components/account_id/account_id.h | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/components/account_id/account_id.h b/components/account_id/account_id.h | ||
index 9804f179139063..e03b974cb481ba 100644 | ||
--- a/components/account_id/account_id.h | ||
+++ b/components/account_id/account_id.h | ||
@@ -8,6 +8,7 @@ | ||
#include <stddef.h> | ||
|
||
#include <functional> | ||
+#include <optional> | ||
#include <ostream> | ||
#include <string> | ||
#include <string_view> |
Oops, something went wrong.