mozilla-silence-no-return-type.patch
branchfirefox113
changeset 1189 ba0c97b018a6
parent 1188 a2caa2a2494f
child 1190 2a24a948b5cf
equal deleted inserted replaced
1188:a2caa2a2494f 1189:ba0c97b018a6
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  6bace0b1d6e9c82e8d3f557cac1a4bcc10ec9c13
     2 # Parent  2f49ea20acb4b0e890ae49f4833ac9d69b7e800c
     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 @@ -2370,18 +2370,16 @@ name = "glsl-to-cxx"
     7 @@ -2254,18 +2254,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 @@ -161,16 +161,17 @@ chardetng_c = { git = "https://github.co
    29 @@ -157,16 +157,17 @@ chardetng = { git = "https://github.com/
       
    30  chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" }
    30  coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" }
    31  coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" }
    31  firefox-on-glean = { path = "toolkit/components/glean/api" }
    32  firefox-on-glean = { path = "toolkit/components/glean/api" }
    32  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    33  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    33  packed_simd = { package = "packed_simd_2", git = "https://github.com/hsivonen/packed_simd", rev="412f9a0aa556611de021bde89dee8fefe6e0fbbd" }
    34  packed_simd = { package = "packed_simd_2", git = "https://github.com/hsivonen/packed_simd", rev="412f9a0aa556611de021bde89dee8fefe6e0fbbd" }
    34  midir = { git = "https://github.com/mozilla/midir.git", rev = "519e651241e867af3391db08f9ae6400bc023e18" }
    35  midir = { git = "https://github.com/mozilla/midir.git", rev = "519e651241e867af3391db08f9ae6400bc023e18" }
    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
    36  # warp 0.3.3 + https://github.com/seanmonstar/warp/pull/1007
    37  warp = { git = "https://github.com/glandium/warp", rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" }
    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  cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "b196a164dcbb317016d4aa6c58c13147e6045ebb" }
    40  cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "45bc47e2bcb846f1efb5aea156be5fe7d18624bf" }
    41  
    41  
    42  # application-services overrides to make updating them all simpler.
    42  # application-services overrides to make updating them all simpler.
    43  interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "fe2867dbe82a2aaa85a856648107be94b1534683" }
    43  interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" }
    44  sql-support = { git = "https://github.com/mozilla/application-services", rev = "fe2867dbe82a2aaa85a856648107be94b1534683" }
    44  sql-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" }
    45  sync15 = { git = "https://github.com/mozilla/application-services", rev = "fe2867dbe82a2aaa85a856648107be94b1534683" }
    45  sync15 = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" }
    46  tabs = { git = "https://github.com/mozilla/application-services", rev = "fe2867dbe82a2aaa85a856648107be94b1534683" }
    46  tabs = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" }
    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);
  2202    return !field_trial::IsEnabled("WebRTC-MutedStateKillSwitch");
  2202    return !field_trial::IsEnabled("WebRTC-MutedStateKillSwitch");
  2203  }
  2203  }
  2204  
  2204  
  2205  // Maximum lengths that frame of samples being passed from the render side to
  2205  // Maximum lengths that frame of samples being passed from the render side to
  2206  // the capture side can have (does not apply to AEC3).
  2206  // the capture side can have (does not apply to AEC3).
  2207 @@ -1982,16 +1983,17 @@ void AudioProcessingImpl::InitializeNois
  2207 @@ -1989,16 +1990,17 @@ void AudioProcessingImpl::InitializeNois
  2208              case NoiseSuppresionConfig::kModerate:
  2208              case NoiseSuppresionConfig::kModerate:
  2209                return NsConfig::SuppressionLevel::k12dB;
  2209                return NsConfig::SuppressionLevel::k12dB;
  2210              case NoiseSuppresionConfig::kHigh:
  2210              case NoiseSuppresionConfig::kHigh:
  2211                return NsConfig::SuppressionLevel::k18dB;
  2211                return NsConfig::SuppressionLevel::k18dB;
  2212              case NoiseSuppresionConfig::kVeryHigh:
  2212              case NoiseSuppresionConfig::kVeryHigh: