forked from pool/chromium
- Chromium 130.0.6723.6 (beta released 2024-09-18) - modified patches: * exclude_ymp.patch update context * chromium-125-compiler.patch update context * chromium-125-lp155-typename.patch drop hunks for rewritten proto_fetcher.h * chromium-127-bindgen.patch update context - added patches: * chromium-130-missing-includes.patch include optional, stack * chromium-130-no-hardware_destructive_interference_size.patch workaround for older libcpp - drop from keeplibs: courgette/third_party dropped upstream - add to keepllibs: third_party/fast_float needed by v8/src/numbers/conversion.cc - bump BR for nodejs to minimal 20.0 - dropped patches: * chromium-disable-GlobalMediaControlsCastStartStop.patch it was applied at the wrong place and the crash is gone - Chromium 129.0.6668.58 (stable released 2024-09-17) (boo#1230678) OBS-URL: https://build.opensuse.org/request/show/1202767 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium-beta?expand=0&rev=57
11 lines
392 B
Diff
11 lines
392 B
Diff
--- a/third_party/blink/common/mime_util/mime_util.cc 2013-08-25 10:12:05.428599992 +0200
|
|
+++ b/third_party/blink/common/mime_util/mime_util.cc 2013-08-25 10:12:05.428599992 +0200
|
|
@@ -79,6 +79,7 @@
|
|
"text/x-csv",
|
|
"text/x-vcf",
|
|
"text/rtf",
|
|
+ "text/x-suse-ymp",
|
|
"text/comma-separated-values",
|
|
"text/csv",
|
|
"text/tab-separated-values",
|