sync ports with The Matrix
This commit is contained in:
parent
f0303ad1a2
commit
90cde7b655
376 changed files with 2401 additions and 1751 deletions
|
@ -1,7 +1,7 @@
|
|||
Index: chrome/browser/flag_descriptions.cc
|
||||
--- chrome/browser/flag_descriptions.cc.orig
|
||||
+++ chrome/browser/flag_descriptions.cc
|
||||
@@ -2423,7 +2423,7 @@ const char kWebUIOmniboxPopupName[] = "WebUI Omnibox P
|
||||
@@ -2512,7 +2512,7 @@ const char kWebUIOmniboxPopupName[] = "WebUI Omnibox P
|
||||
const char kWebUIOmniboxPopupDescription[] =
|
||||
"If enabled, shows the omnibox suggestions popup in WebUI.";
|
||||
|
||||
|
@ -10,7 +10,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kWebUiSystemFontName[] = "WebUI System font";
|
||||
const char kWebUiSystemFontDescription[] =
|
||||
"If enabled, all WebUI surfaces will use the default UI font of the "
|
||||
@@ -6695,7 +6695,7 @@ const char kLibAssistantV2MigrationDescription[] =
|
||||
@@ -6832,7 +6832,7 @@ const char kLibAssistantV2MigrationDescription[] =
|
||||
|
||||
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
|
||||
|
||||
|
@ -19,7 +19,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kGetAllScreensMediaName[] = "GetAllScreensMedia API";
|
||||
const char kGetAllScreensMediaDescription[] =
|
||||
"When enabled, the getAllScreensMedia API for capturing multiple screens "
|
||||
@@ -6926,7 +6926,7 @@ const char kSearchWebInSidePanelDescription[] =
|
||||
@@ -7072,7 +7072,7 @@ const char kSearchWebInSidePanelDescription[] =
|
||||
// Random platform combinations -----------------------------------------------
|
||||
|
||||
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
||||
|
@ -28,7 +28,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kQuickCommandsName[] = "Quick Commands";
|
||||
const char kQuickCommandsDescription[] =
|
||||
"Enable a text interface to browser features. Invoke with Ctrl-Space.";
|
||||
@@ -6935,7 +6935,7 @@ const char kQuickCommandsDescription[] =
|
||||
@@ -7081,7 +7081,7 @@ const char kQuickCommandsDescription[] =
|
||||
// BUILDFLAG(IS_FUCHSIA)
|
||||
|
||||
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
||||
|
@ -37,7 +37,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
|
||||
const char kFollowingFeedSidepanelDescription[] =
|
||||
"Enables the following feed in the sidepanel.";
|
||||
@@ -6957,7 +6957,7 @@ const char kEnableProtoApiForClassifyUrlDescription[]
|
||||
@@ -7103,7 +7103,7 @@ const char kEnableProtoApiForClassifyUrlDescription[]
|
||||
"instead of JSON.";
|
||||
#endif
|
||||
|
||||
|
@ -46,7 +46,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kUseOutOfProcessVideoDecodingName[] =
|
||||
"Use out-of-process video decoding (OOP-VD)";
|
||||
const char kUseOutOfProcessVideoDecodingDescription[] =
|
||||
@@ -6975,7 +6975,7 @@ const char kWebShareDescription[] =
|
||||
@@ -7121,7 +7121,7 @@ const char kWebShareDescription[] =
|
||||
"platforms.";
|
||||
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
|
||||
|
||||
|
@ -55,7 +55,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kOzonePlatformHintChoiceDefault[] = "Default";
|
||||
const char kOzonePlatformHintChoiceAuto[] = "Auto";
|
||||
const char kOzonePlatformHintChoiceX11[] = "X11";
|
||||
@@ -6995,7 +6995,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
|
||||
@@ -7141,7 +7141,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
|
||||
"Bluetooth";
|
||||
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
||||
|
||||
|
@ -64,7 +64,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kSkipUndecryptablePasswordsName[] =
|
||||
"Skip undecryptable passwords to use the available decryptable "
|
||||
"passwords.";
|
||||
@@ -7009,7 +7009,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail
|
||||
@@ -7155,7 +7155,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail
|
||||
"storage and requests initial sync.";
|
||||
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|
||||
|
||||
|
@ -73,7 +73,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kAsyncDnsName[] = "Async DNS resolver";
|
||||
const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
|
||||
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
||||
@@ -7110,7 +7110,7 @@ const char kElasticOverscrollDescription[] =
|
||||
@@ -7256,7 +7256,7 @@ const char kElasticOverscrollDescription[] =
|
||||
|
||||
#if BUILDFLAG(IS_WIN) || \
|
||||
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
||||
|
@ -82,7 +82,7 @@ Index: chrome/browser/flag_descriptions.cc
|
|||
const char kUIDebugToolsName[] = "Debugging tools for UI";
|
||||
const char kUIDebugToolsDescription[] =
|
||||
"Enables additional keyboard shortcuts to help debugging.";
|
||||
@@ -7139,7 +7139,7 @@ const char kSigninInterceptBubbleV2Description[] =
|
||||
@@ -7285,7 +7285,7 @@ const char kSigninInterceptBubbleV2Description[] =
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue