mozilla-silence-no-return-type.patch
branchfirefox110
changeset 1184 1c3d3217d679
parent 1183 e69790650e3c
child 1185 da29365b0b2c
equal deleted inserted replaced
1183:e69790650e3c 1184:1c3d3217d679
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  9d5642506b3a46c3bb28c659173d7055c9674c77
     2 # Parent  2ac470c477a4897e48ca399b50614af79fececc4
     3 
     3 
     4 diff --git a/Cargo.lock b/Cargo.lock
     4 diff --git a/Cargo.lock b/Cargo.lock
     5 --- a/Cargo.lock
     5 --- a/Cargo.lock
     6 +++ b/Cargo.lock
     6 +++ b/Cargo.lock
     7 @@ -2348,18 +2348,16 @@ name = "glsl-to-cxx"
     7 @@ -2367,18 +2367,16 @@ name = "glsl-to-cxx"
     8  version = "0.1.0"
     8  version = "0.1.0"
     9  dependencies = [
     9  dependencies = [
    10   "glsl",
    10   "glsl",
    11  ]
    11  ]
    12  
    12  
    24  version = "0.1.0"
    24  version = "0.1.0"
    25  dependencies = [
    25  dependencies = [
    26 diff --git a/Cargo.toml b/Cargo.toml
    26 diff --git a/Cargo.toml b/Cargo.toml
    27 --- a/Cargo.toml
    27 --- a/Cargo.toml
    28 +++ b/Cargo.toml
    28 +++ b/Cargo.toml
    29 @@ -154,16 +154,17 @@ async-task = { git = "https://github.com
    29 @@ -155,16 +155,17 @@ chardetng_c = { git = "https://github.co
    30  chardetng = { git = "https://github.com/hsivonen/chardetng", rev="3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" }
       
    31  chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" }
       
    32  coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" }
    30  coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" }
    33  fog = { path = "toolkit/components/glean/api" }
    31  fog = { path = "toolkit/components/glean/api" }
    34  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    32  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    35  packed_simd = { package = "packed_simd_2", git = "https://github.com/hsivonen/packed_simd", rev="412f9a0aa556611de021bde89dee8fefe6e0fbbd" }
    33  packed_simd = { package = "packed_simd_2", git = "https://github.com/hsivonen/packed_simd", rev="412f9a0aa556611de021bde89dee8fefe6e0fbbd" }
    36  midir = { git = "https://github.com/mozilla/midir.git", rev = "e1b4dcb767f9e69afe95a860374aaa9635d81e3d" }
    34  midir = { git = "https://github.com/mozilla/midir.git", rev = "519e651241e867af3391db08f9ae6400bc023e18" }
    37  minidump_writer_linux = { git = "https://github.com/rust-minidump/minidump-writer.git", rev = "75ada456c92a429704691a85e1cb42fef8cafc0d" }
    35  minidump-writer = { git = "https://github.com/rust-minidump/minidump-writer.git", rev = "7d76616d27b9dc87fe3a94639b8b4f947d52a6aa" }
       
    36  # warp 0.3.3 + https://github.com/seanmonstar/warp/pull/1007
       
    37  warp = { git = "https://github.com/glandium/warp", rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" }
    38 +glslopt = { path = "third_party/rust/glslopt/" }
    38 +glslopt = { path = "third_party/rust/glslopt/" }
    39  
    39  
    40  # application-services overrides to make updating them all simpler.
    40  # application-services overrides to make updating them all simpler.
    41  interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "d7dbd32fa379ad46820476222f4d2aeaed2d7175" }
    41  interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "51b984ecb21ba00694c3eee33364123a064a7cbb" }
    42  sql-support = { git = "https://github.com/mozilla/application-services", rev = "d7dbd32fa379ad46820476222f4d2aeaed2d7175" }
    42  sql-support = { git = "https://github.com/mozilla/application-services", rev = "51b984ecb21ba00694c3eee33364123a064a7cbb" }
    43  sync15 = { git = "https://github.com/mozilla/application-services", rev = "d7dbd32fa379ad46820476222f4d2aeaed2d7175" }
    43  sync15 = { git = "https://github.com/mozilla/application-services", rev = "51b984ecb21ba00694c3eee33364123a064a7cbb" }
    44  tabs = { git = "https://github.com/mozilla/application-services", rev = "d7dbd32fa379ad46820476222f4d2aeaed2d7175" }
    44  tabs = { git = "https://github.com/mozilla/application-services", rev = "51b984ecb21ba00694c3eee33364123a064a7cbb" }
    45  viaduct = { git = "https://github.com/mozilla/application-services", rev = "d7dbd32fa379ad46820476222f4d2aeaed2d7175" }
    45  viaduct = { git = "https://github.com/mozilla/application-services", rev = "51b984ecb21ba00694c3eee33364123a064a7cbb" }
    46  webext-storage = { git = "https://github.com/mozilla/application-services", rev = "d7dbd32fa379ad46820476222f4d2aeaed2d7175" }
    46  webext-storage = { git = "https://github.com/mozilla/application-services", rev = "51b984ecb21ba00694c3eee33364123a064a7cbb" }
    47 diff --git a/gfx/skia/skia/include/codec/SkEncodedOrigin.h b/gfx/skia/skia/include/codec/SkEncodedOrigin.h
    47 diff --git a/gfx/skia/skia/include/codec/SkEncodedOrigin.h b/gfx/skia/skia/include/codec/SkEncodedOrigin.h
    48 --- a/gfx/skia/skia/include/codec/SkEncodedOrigin.h
    48 --- a/gfx/skia/skia/include/codec/SkEncodedOrigin.h
    49 +++ b/gfx/skia/skia/include/codec/SkEncodedOrigin.h
    49 +++ b/gfx/skia/skia/include/codec/SkEncodedOrigin.h
    50 @@ -36,12 +36,13 @@ static inline SkMatrix SkEncodedOriginTo
    50 @@ -36,12 +36,13 @@ static inline SkMatrix SkEncodedOriginTo
    51          case kBottomRight_SkEncodedOrigin: return SkMatrix::MakeAll(-1,  0, w,  0, -1, h, 0, 0, 1);
    51          case kBottomRight_SkEncodedOrigin: return SkMatrix::MakeAll(-1,  0, w,  0, -1, h, 0, 0, 1);
  2221      const int output_size,
  2221      const int output_size,
  2222      const rtc::ArrayView<const int8_t> bias,
  2222      const rtc::ArrayView<const int8_t> bias,
  2223 diff --git a/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc b/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc
  2223 diff --git a/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc b/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc
  2224 --- a/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc
  2224 --- a/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc
  2225 +++ b/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc
  2225 +++ b/third_party/libwebrtc/modules/audio_processing/audio_processing_impl.cc
  2226 @@ -114,16 +114,17 @@ GainControl::Mode Agc1ConfigModeToInterf
  2226 @@ -115,16 +115,17 @@ GainControl::Mode Agc1ConfigModeToInterf
  2227      case Agc1Config::kAdaptiveAnalog:
  2227      case Agc1Config::kAdaptiveAnalog:
  2228        return GainControl::kAdaptiveAnalog;
  2228        return GainControl::kAdaptiveAnalog;
  2229      case Agc1Config::kAdaptiveDigital:
  2229      case Agc1Config::kAdaptiveDigital:
  2230        return GainControl::kAdaptiveDigital;
  2230        return GainControl::kAdaptiveDigital;
  2231      case Agc1Config::kFixedDigital:
  2231      case Agc1Config::kFixedDigital:
  2239    return !field_trial::IsEnabled("WebRTC-MutedStateKillSwitch");
  2239    return !field_trial::IsEnabled("WebRTC-MutedStateKillSwitch");
  2240  }
  2240  }
  2241  
  2241  
  2242  // Maximum lengths that frame of samples being passed from the render side to
  2242  // Maximum lengths that frame of samples being passed from the render side to
  2243  // the capture side can have (does not apply to AEC3).
  2243  // the capture side can have (does not apply to AEC3).
  2244 @@ -1955,16 +1956,17 @@ void AudioProcessingImpl::InitializeNois
  2244 @@ -1956,16 +1957,17 @@ void AudioProcessingImpl::InitializeNois
  2245              case NoiseSuppresionConfig::kModerate:
  2245              case NoiseSuppresionConfig::kModerate:
  2246                return NsConfig::SuppressionLevel::k12dB;
  2246                return NsConfig::SuppressionLevel::k12dB;
  2247              case NoiseSuppresionConfig::kHigh:
  2247              case NoiseSuppresionConfig::kHigh:
  2248                return NsConfig::SuppressionLevel::k18dB;
  2248                return NsConfig::SuppressionLevel::k18dB;
  2249              case NoiseSuppresionConfig::kVeryHigh:
  2249              case NoiseSuppresionConfig::kVeryHigh: