Backed out 5 changesets (bug 1890092, bug 1888683) for causing build bustages & crash...
commitecaff7c868e6e04b76625a77f37bbe23e0421f29
authorSandor Molnar <smolnar@mozilla.com>
Mon, 8 Apr 2024 16:56:29 +0000 (8 19:56 +0300)
committerSandor Molnar <smolnar@mozilla.com>
Mon, 8 Apr 2024 16:56:29 +0000 (8 19:56 +0300)
tree2343a5a77adef05f71ca46cef48d20b5919479fb
parent042e272b12f25d63177366cbaff680926b4d017b
Backed out 5 changesets (bug 1890092, bug 1888683) for causing build bustages & crashes CLOSED TREE

Backed out changeset d43df75c14de (bug 1888683)
Backed out changeset b4267327c7dd (bug 1888683)
Backed out changeset 11892428e2dc (bug 1890092)
Backed out changeset 42598e432246 (bug 1888683)
Backed out changeset 372016bf3614 (bug 1888683)
464 files changed:
.cargo/config.toml.in
Cargo.lock
Cargo.toml
build/rust/goblin/Cargo.toml
build/rust/scroll/Cargo.toml [deleted file]
build/rust/scroll/lib.rs [deleted file]
dom/chrome-webidl/UniFFI.webidl
gfx/wr/Cargo.lock
gfx/wr/servo-tidy.toml
gfx/wr/webrender/Cargo.toml
gfx/wr/wr_glyph_rasterizer/Cargo.toml
mobile/android/android-components/plugins/dependencies/src/main/java/ApplicationServices.kt
mobile/android/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml
python/sites/mach.txt
supply-chain/audits.toml
supply-chain/imports.lock
third_party/rust/error-support/.cargo-checksum.json
third_party/rust/error-support/Cargo.toml
third_party/rust/glean-core/.cargo-checksum.json
third_party/rust/glean-core/Cargo.toml
third_party/rust/glean-core/src/common_metric_data.rs
third_party/rust/glean-core/src/core/mod.rs
third_party/rust/glean-core/src/database/mod.rs
third_party/rust/glean-core/src/debug.rs
third_party/rust/glean-core/src/dispatcher/mod.rs
third_party/rust/glean-core/src/error_recording.rs
third_party/rust/glean-core/src/event_database/mod.rs
third_party/rust/glean-core/src/glean.udl
third_party/rust/glean-core/src/histogram/mod.rs
third_party/rust/glean-core/src/internal_pings.rs
third_party/rust/glean-core/src/lib.rs
third_party/rust/glean-core/src/lib_unit_tests.rs
third_party/rust/glean-core/src/metrics/event.rs
third_party/rust/glean-core/src/metrics/memory_unit.rs
third_party/rust/glean-core/src/metrics/metrics_enabled_config.rs
third_party/rust/glean-core/src/metrics/ping.rs
third_party/rust/glean-core/src/metrics/string.rs
third_party/rust/glean-core/src/metrics/text.rs
third_party/rust/glean-core/src/metrics/time_unit.rs
third_party/rust/glean-core/src/metrics/timespan.rs
third_party/rust/glean-core/src/metrics/timing_distribution.rs
third_party/rust/glean-core/src/metrics/url.rs
third_party/rust/glean-core/src/storage/mod.rs
third_party/rust/glean-core/src/traits/event.rs
third_party/rust/glean-core/src/upload/directory.rs
third_party/rust/glean-core/src/upload/mod.rs
third_party/rust/glean-core/src/upload/request.rs
third_party/rust/glean-core/tests/common/mod.rs
third_party/rust/glean-core/tests/event.rs
third_party/rust/glean-core/tests/ping_maker.rs
third_party/rust/glean/.cargo-checksum.json
third_party/rust/glean/Cargo.toml
third_party/rust/glean/src/common_test.rs
third_party/rust/glean/src/configuration.rs
third_party/rust/glean/src/lib.rs
third_party/rust/glean/tests/schema.rs
third_party/rust/goblin/.cargo-checksum.json
third_party/rust/goblin/CHANGELOG.md
third_party/rust/goblin/Cargo.toml
third_party/rust/goblin/README.md
third_party/rust/goblin/src/elf/reloc.rs
third_party/rust/goblin/src/error.rs
third_party/rust/goblin/src/lib.rs
third_party/rust/goblin/src/mach/load_command.rs
third_party/rust/goblin/src/pe/authenticode.rs
third_party/rust/goblin/src/pe/certificate_table.rs
third_party/rust/goblin/src/pe/data_directories.rs
third_party/rust/goblin/src/pe/header.rs
third_party/rust/goblin/src/pe/mod.rs
third_party/rust/goblin/src/pe/optional_header.rs
third_party/rust/goblin/src/pe/options.rs
third_party/rust/goblin/src/pe/section_table.rs
third_party/rust/goblin/src/pe/symbol.rs
third_party/rust/goblin/src/pe/utils.rs
third_party/rust/goblin/src/strtab.rs
third_party/rust/oneshot-uniffi/.cargo-checksum.json
third_party/rust/oneshot-uniffi/CHANGELOG.md
third_party/rust/oneshot-uniffi/Cargo.lock
third_party/rust/oneshot-uniffi/Cargo.toml
third_party/rust/oneshot-uniffi/src/errors.rs
third_party/rust/oneshot-uniffi/src/lib.rs
third_party/rust/oneshot-uniffi/tests/raw.rs [deleted file]
third_party/rust/relevancy/.cargo-checksum.json
third_party/rust/relevancy/Cargo.toml
third_party/rust/remote_settings/.cargo-checksum.json
third_party/rust/remote_settings/Cargo.toml
third_party/rust/remote_settings/src/client.rs
third_party/rust/scroll/.cargo-checksum.json
third_party/rust/scroll/CHANGELOG.md [new file with mode: 0644]
third_party/rust/scroll/Cargo.lock [new file with mode: 0644]
third_party/rust/scroll/Cargo.toml
third_party/rust/scroll/README.md
third_party/rust/scroll/benches/bench.rs [new file with mode: 0644]
third_party/rust/scroll/examples/data_ctx.rs [new file with mode: 0644]
third_party/rust/scroll/src/ctx.rs
third_party/rust/scroll/src/endian.rs
third_party/rust/scroll/src/error.rs
third_party/rust/scroll/src/leb128.rs
third_party/rust/scroll/src/lesser.rs
third_party/rust/scroll/src/lib.rs
third_party/rust/scroll/src/pread.rs
third_party/rust/scroll/src/pwrite.rs
third_party/rust/scroll/tests/api.rs [new file with mode: 0644]
third_party/rust/scroll_derive/.cargo-checksum.json
third_party/rust/scroll_derive/Cargo.toml
third_party/rust/scroll_derive/README.md
third_party/rust/smawk/.cargo-checksum.json [deleted file]
third_party/rust/smawk/Cargo.toml [deleted file]
third_party/rust/smawk/LICENSE [deleted file]
third_party/rust/smawk/README.md [deleted file]
third_party/rust/smawk/dprint.json [deleted file]
third_party/rust/smawk/rustfmt.toml [deleted file]
third_party/rust/smawk/src/brute_force.rs [deleted file]
third_party/rust/smawk/src/lib.rs [deleted file]
third_party/rust/smawk/src/monge.rs [deleted file]
third_party/rust/smawk/src/recursive.rs [deleted file]
third_party/rust/smawk/tests/agreement.rs [deleted file]
third_party/rust/smawk/tests/complexity.rs [deleted file]
third_party/rust/smawk/tests/monge.rs [deleted file]
third_party/rust/smawk/tests/random_monge/mod.rs [deleted file]
third_party/rust/smawk/tests/version-numbers.rs [deleted file]
third_party/rust/suggest/.cargo-checksum.json
third_party/rust/suggest/Cargo.toml
third_party/rust/suggest/benches/benchmark_all.rs [deleted file]
third_party/rust/suggest/src/benchmarks/README.md [deleted file]
third_party/rust/suggest/src/benchmarks/client.rs [deleted file]
third_party/rust/suggest/src/benchmarks/ingest.rs [deleted file]
third_party/rust/suggest/src/benchmarks/mod.rs [deleted file]
third_party/rust/suggest/src/bin/debug_ingestion_sizes.rs [deleted file]
third_party/rust/suggest/src/db.rs
third_party/rust/suggest/src/lib.rs
third_party/rust/suggest/src/rs.rs
third_party/rust/suggest/src/schema.rs
third_party/rust/suggest/src/store.rs
third_party/rust/suggest/src/suggest.udl
third_party/rust/suggest/src/suggestion.rs
third_party/rust/sync15/.cargo-checksum.json
third_party/rust/sync15/Cargo.toml
third_party/rust/tabs/.cargo-checksum.json
third_party/rust/tabs/Cargo.toml
third_party/rust/textwrap/.cargo-checksum.json [deleted file]
third_party/rust/textwrap/CHANGELOG.md [deleted file]
third_party/rust/textwrap/Cargo.lock [deleted file]
third_party/rust/textwrap/Cargo.toml [deleted file]
third_party/rust/textwrap/LICENSE [deleted file]
third_party/rust/textwrap/README.md [deleted file]
third_party/rust/textwrap/rustfmt.toml [deleted file]
third_party/rust/textwrap/src/columns.rs [deleted file]
third_party/rust/textwrap/src/core.rs [deleted file]
third_party/rust/textwrap/src/fill.rs [deleted file]
third_party/rust/textwrap/src/fuzzing.rs [deleted file]
third_party/rust/textwrap/src/indentation.rs [deleted file]
third_party/rust/textwrap/src/lib.rs [deleted file]
third_party/rust/textwrap/src/line_ending.rs [deleted file]
third_party/rust/textwrap/src/options.rs [deleted file]
third_party/rust/textwrap/src/refill.rs [deleted file]
third_party/rust/textwrap/src/termwidth.rs [deleted file]
third_party/rust/textwrap/src/word_separators.rs [deleted file]
third_party/rust/textwrap/src/word_splitters.rs [deleted file]
third_party/rust/textwrap/src/wrap.rs [deleted file]
third_party/rust/textwrap/src/wrap_algorithms.rs [deleted file]
third_party/rust/textwrap/src/wrap_algorithms/optimal_fit.rs [deleted file]
third_party/rust/textwrap/tests/indent.rs [deleted file]
third_party/rust/textwrap/tests/version-numbers.rs [deleted file]
third_party/rust/unicode-linebreak/.cargo-checksum.json [deleted file]
third_party/rust/unicode-linebreak/Cargo.toml [deleted file]
third_party/rust/unicode-linebreak/LICENSE [deleted file]
third_party/rust/unicode-linebreak/src/lib.rs [deleted file]
third_party/rust/unicode-linebreak/src/shared.rs [deleted file]
third_party/rust/unicode-linebreak/src/tables.rs [deleted file]
third_party/rust/uniffi-example-arithmetic/.cargo-checksum.json
third_party/rust/uniffi-example-arithmetic/Cargo.toml
third_party/rust/uniffi-example-geometry/.cargo-checksum.json
third_party/rust/uniffi-example-geometry/Cargo.toml
third_party/rust/uniffi-example-geometry/tests/bindings/test_geometry.py
third_party/rust/uniffi-example-geometry/tests/bindings/test_geometry.rb
third_party/rust/uniffi-example-rondpoint/.cargo-checksum.json
third_party/rust/uniffi-example-rondpoint/Cargo.toml
third_party/rust/uniffi-example-rondpoint/tests/bindings/test_rondpoint.py
third_party/rust/uniffi-example-rondpoint/tests/bindings/test_rondpoint.rb
third_party/rust/uniffi-example-sprites/.cargo-checksum.json
third_party/rust/uniffi-example-sprites/Cargo.toml
third_party/rust/uniffi-example-sprites/tests/bindings/test_sprites.py
third_party/rust/uniffi-example-sprites/tests/bindings/test_sprites.rb
third_party/rust/uniffi-example-todolist/.cargo-checksum.json
third_party/rust/uniffi-example-todolist/Cargo.toml
third_party/rust/uniffi-example-todolist/tests/bindings/test_todolist.py
third_party/rust/uniffi-example-todolist/tests/bindings/test_todolist.rb
third_party/rust/uniffi/.cargo-checksum.json
third_party/rust/uniffi/Cargo.toml
third_party/rust/uniffi/README.md [deleted file]
third_party/rust/uniffi/src/cli.rs
third_party/rust/uniffi/src/lib.rs
third_party/rust/uniffi_bindgen/.cargo-checksum.json
third_party/rust/uniffi_bindgen/Cargo.toml
third_party/rust/uniffi_bindgen/README.md [deleted file]
third_party/rust/uniffi_bindgen/src/backend/filters.rs
third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/callback_interface.rs
third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/compounds.rs
third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/executor.rs [new file with mode: 0644]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/external.rs
third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/mod.rs
third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/object.rs [copied from third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/callback_interface.rs with 69% similarity]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/gen_kotlin/primitives.rs
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Async.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/BooleanHelper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ByteArrayHelper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/CallbackInterfaceImpl.kt [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/CallbackInterfaceRuntime.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/CallbackInterfaceTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/CustomTypeTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/DurationHelper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/EnumTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ErrorTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ExternalTypeTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/FfiConverterTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Float32Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Float64Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ForeignExecutorTemplate.kt [new file with mode: 0644]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/HandleMap.kt [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Helpers.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Int16Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Int32Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Int64Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Int8Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Interface.kt [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/MapTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/NamespaceLibraryTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ObjectCleanerHelper.kt [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ObjectCleanerHelperAndroid.kt [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ObjectCleanerHelperJvm.kt [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ObjectRuntime.kt [new file with mode: 0644]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/ObjectTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/OptionalTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/README.md [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/RecordTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/RustBufferTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/SequenceTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/StringHelper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/TimestampHelper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/TopLevelFunctionTemplate.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/Types.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/UInt16Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/UInt32Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/UInt64Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/UInt8Helper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/macros.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/templates/wrapper.kt
third_party/rust/uniffi_bindgen/src/bindings/kotlin/test.rs
third_party/rust/uniffi_bindgen/src/bindings/python/gen_python/compounds.rs
third_party/rust/uniffi_bindgen/src/bindings/python/gen_python/executor.rs [copied from third_party/rust/uniffi_bindgen/src/bindings/python/gen_python/external.rs with 55% similarity]
third_party/rust/uniffi_bindgen/src/bindings/python/gen_python/external.rs
third_party/rust/uniffi_bindgen/src/bindings/python/gen_python/mod.rs
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Async.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/BooleanHelper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/BytesHelper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/CallbackInterfaceImpl.py [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/python/templates/CallbackInterfaceRuntime.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/CallbackInterfaceTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/CustomType.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/DurationHelper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/EnumTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/ErrorTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/ExternalTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Float32Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Float64Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/ForeignExecutorTemplate.py [new file with mode: 0644]
third_party/rust/uniffi_bindgen/src/bindings/python/templates/HandleMap.py [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Helpers.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Int16Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Int32Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Int64Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Int8Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/MapTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/NamespaceLibraryTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/ObjectTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/OptionalTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/PointerManager.py [new file with mode: 0644]
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Protocol.py [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/python/templates/RecordTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/RustBufferHelper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/RustBufferTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/SequenceTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/StringHelper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/TimestampHelper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/TopLevelFunctionTemplate.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/Types.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/UInt16Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/UInt32Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/UInt64Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/UInt8Helper.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/macros.py
third_party/rust/uniffi_bindgen/src/bindings/python/templates/wrapper.py
third_party/rust/uniffi_bindgen/src/bindings/python/test.rs
third_party/rust/uniffi_bindgen/src/bindings/ruby/gen_ruby/mod.rs
third_party/rust/uniffi_bindgen/src/bindings/ruby/templates/ObjectTemplate.rb
third_party/rust/uniffi_bindgen/src/bindings/ruby/templates/RecordTemplate.rb
third_party/rust/uniffi_bindgen/src/bindings/ruby/templates/RustBufferBuilder.rb
third_party/rust/uniffi_bindgen/src/bindings/ruby/templates/RustBufferStream.rb
third_party/rust/uniffi_bindgen/src/bindings/ruby/templates/RustBufferTemplate.rb
third_party/rust/uniffi_bindgen/src/bindings/ruby/templates/TopLevelFunctionTemplate.rb
third_party/rust/uniffi_bindgen/src/bindings/ruby/templates/macros.rb
third_party/rust/uniffi_bindgen/src/bindings/ruby/test.rs
third_party/rust/uniffi_bindgen/src/bindings/swift/gen_swift/callback_interface.rs
third_party/rust/uniffi_bindgen/src/bindings/swift/gen_swift/compounds.rs
third_party/rust/uniffi_bindgen/src/bindings/swift/gen_swift/executor.rs [copied from third_party/rust/uniffi_bindgen/src/bindings/python/gen_python/external.rs with 51% similarity]
third_party/rust/uniffi_bindgen/src/bindings/swift/gen_swift/external.rs
third_party/rust/uniffi_bindgen/src/bindings/swift/gen_swift/mod.rs
third_party/rust/uniffi_bindgen/src/bindings/swift/gen_swift/object.rs [copied from third_party/rust/uniffi_bindgen/src/bindings/python/gen_python/external.rs with 57% similarity]
third_party/rust/uniffi_bindgen/src/bindings/swift/gen_swift/primitives.rs
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/Async.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/BridgingHeaderTemplate.h
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/CallbackInterfaceImpl.swift [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/CallbackInterfaceRuntime.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/CallbackInterfaceTemplate.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/EnumTemplate.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/ErrorTemplate.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/ForeignExecutorTemplate.swift [new file with mode: 0644]
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/HandleMap.swift [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/Helpers.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/ObjectTemplate.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/Protocol.swift [deleted file]
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/RecordTemplate.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/RustBufferTemplate.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/TopLevelFunctionTemplate.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/Types.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/macros.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/templates/wrapper.swift
third_party/rust/uniffi_bindgen/src/bindings/swift/test.rs
third_party/rust/uniffi_bindgen/src/interface/callbacks.rs
third_party/rust/uniffi_bindgen/src/interface/enum_.rs
third_party/rust/uniffi_bindgen/src/interface/ffi.rs
third_party/rust/uniffi_bindgen/src/interface/function.rs
third_party/rust/uniffi_bindgen/src/interface/mod.rs
third_party/rust/uniffi_bindgen/src/interface/object.rs
third_party/rust/uniffi_bindgen/src/interface/record.rs
third_party/rust/uniffi_bindgen/src/interface/universe.rs
third_party/rust/uniffi_bindgen/src/lib.rs
third_party/rust/uniffi_bindgen/src/library_mode.rs
third_party/rust/uniffi_bindgen/src/macro_metadata/ci.rs
third_party/rust/uniffi_bindgen/src/macro_metadata/extract.rs
third_party/rust/uniffi_bindgen/src/scaffolding/mod.rs
third_party/rust/uniffi_bindgen/src/scaffolding/templates/CallbackInterfaceTemplate.rs
third_party/rust/uniffi_bindgen/src/scaffolding/templates/EnumTemplate.rs
third_party/rust/uniffi_bindgen/src/scaffolding/templates/ErrorTemplate.rs
third_party/rust/uniffi_bindgen/src/scaffolding/templates/ExternalTypesTemplate.rs
third_party/rust/uniffi_bindgen/src/scaffolding/templates/ObjectTemplate.rs
third_party/rust/uniffi_bindgen/src/scaffolding/templates/RecordTemplate.rs
third_party/rust/uniffi_bindgen/src/scaffolding/templates/TopLevelFunctionTemplate.rs
third_party/rust/uniffi_build/.cargo-checksum.json
third_party/rust/uniffi_build/Cargo.toml
third_party/rust/uniffi_build/README.md [deleted file]
third_party/rust/uniffi_checksum_derive/.cargo-checksum.json
third_party/rust/uniffi_checksum_derive/Cargo.toml
third_party/rust/uniffi_checksum_derive/README.md [deleted file]
third_party/rust/uniffi_core/.cargo-checksum.json
third_party/rust/uniffi_core/Cargo.toml
third_party/rust/uniffi_core/README.md [deleted file]
third_party/rust/uniffi_core/src/ffi/callbackinterface.rs
third_party/rust/uniffi_core/src/ffi/ffidefault.rs
third_party/rust/uniffi_core/src/ffi/foreigncallbacks.rs
third_party/rust/uniffi_core/src/ffi/foreignexecutor.rs [new file with mode: 0644]
third_party/rust/uniffi_core/src/ffi/foreignfuture.rs [deleted file]
third_party/rust/uniffi_core/src/ffi/handle.rs [deleted file]
third_party/rust/uniffi_core/src/ffi/mod.rs
third_party/rust/uniffi_core/src/ffi/rustbuffer.rs
third_party/rust/uniffi_core/src/ffi/rustcalls.rs
third_party/rust/uniffi_core/src/ffi/rustfuture.rs [new file with mode: 0644]
third_party/rust/uniffi_core/src/ffi/rustfuture/future.rs [deleted file]
third_party/rust/uniffi_core/src/ffi/rustfuture/mod.rs [deleted file]
third_party/rust/uniffi_core/src/ffi/rustfuture/scheduler.rs [deleted file]
third_party/rust/uniffi_core/src/ffi/rustfuture/tests.rs [deleted file]
third_party/rust/uniffi_core/src/ffi_converter_impls.rs
third_party/rust/uniffi_core/src/ffi_converter_traits.rs
third_party/rust/uniffi_core/src/lib.rs
third_party/rust/uniffi_core/src/metadata.rs
third_party/rust/uniffi_macros/.cargo-checksum.json
third_party/rust/uniffi_macros/Cargo.toml
third_party/rust/uniffi_macros/README.md [deleted file]
third_party/rust/uniffi_macros/src/default.rs [deleted file]
third_party/rust/uniffi_macros/src/enum_.rs
third_party/rust/uniffi_macros/src/error.rs
third_party/rust/uniffi_macros/src/export.rs
third_party/rust/uniffi_macros/src/export/attributes.rs
third_party/rust/uniffi_macros/src/export/callback_interface.rs
third_party/rust/uniffi_macros/src/export/item.rs
third_party/rust/uniffi_macros/src/export/scaffolding.rs
third_party/rust/uniffi_macros/src/export/trait_interface.rs [deleted file]
third_party/rust/uniffi_macros/src/export/utrait.rs
third_party/rust/uniffi_macros/src/fnsig.rs
third_party/rust/uniffi_macros/src/lib.rs
third_party/rust/uniffi_macros/src/object.rs
third_party/rust/uniffi_macros/src/record.rs
third_party/rust/uniffi_macros/src/setup_scaffolding.rs
third_party/rust/uniffi_macros/src/util.rs
third_party/rust/uniffi_meta/.cargo-checksum.json
third_party/rust/uniffi_meta/Cargo.toml
third_party/rust/uniffi_meta/README.md [deleted file]
third_party/rust/uniffi_meta/src/ffi_names.rs
third_party/rust/uniffi_meta/src/group.rs
third_party/rust/uniffi_meta/src/lib.rs
third_party/rust/uniffi_meta/src/metadata.rs
third_party/rust/uniffi_meta/src/reader.rs
third_party/rust/uniffi_meta/src/types.rs
third_party/rust/uniffi_testing/.cargo-checksum.json
third_party/rust/uniffi_testing/Cargo.toml
third_party/rust/uniffi_udl/.cargo-checksum.json
third_party/rust/uniffi_udl/Cargo.toml
third_party/rust/uniffi_udl/README.md [deleted file]
third_party/rust/uniffi_udl/src/attributes.rs
third_party/rust/uniffi_udl/src/collectors.rs
third_party/rust/uniffi_udl/src/converters/callables.rs
third_party/rust/uniffi_udl/src/converters/enum_.rs
third_party/rust/uniffi_udl/src/converters/interface.rs
third_party/rust/uniffi_udl/src/converters/mod.rs
third_party/rust/uniffi_udl/src/finder.rs
third_party/rust/uniffi_udl/src/lib.rs
third_party/rust/uniffi_udl/src/literal.rs
third_party/rust/uniffi_udl/src/resolver.rs
third_party/rust/webext-storage/.cargo-checksum.json
third_party/rust/webext-storage/Cargo.toml
third_party/rust/weedle2/.cargo-checksum.json
third_party/rust/weedle2/Cargo.toml
third_party/rust/weedle2/README.md
third_party/rust/weedle2/src/common.rs
third_party/rust/weedle2/src/dictionary.rs
third_party/rust/weedle2/src/interface.rs
third_party/rust/weedle2/src/lib.rs
third_party/rust/weedle2/src/namespace.rs
third_party/rust/weedle2/src/whitespace.rs
toolkit/components/glean/Cargo.toml
toolkit/components/glean/api/Cargo.toml
toolkit/components/glean/api/src/common_test.rs
toolkit/components/glean/src/init/mod.rs
toolkit/components/uniffi-bindgen-gecko-js/Cargo.toml
toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRelevancy.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustRemoteSettings.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustSuggest.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustTabs.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/config.toml
toolkit/components/uniffi-bindgen-gecko-js/fixtures/generated/RustArithmetic.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/fixtures/generated/RustCustomTypes.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/fixtures/generated/RustExternalTypes.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/fixtures/generated/RustGeometry.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/fixtures/generated/RustRondpoint.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/fixtures/generated/RustSprites.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/fixtures/generated/RustTodolist.sys.mjs
toolkit/components/uniffi-bindgen-gecko-js/fixtures/tests/xpcshell/xpcshell.toml
toolkit/components/uniffi-bindgen-gecko-js/src/render/cpp.rs
toolkit/components/uniffi-bindgen-gecko-js/src/render/js.rs
toolkit/components/uniffi-bindgen-gecko-js/src/templates/UniFFIScaffolding.cpp
toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/Object.sys.mjs
toolkit/components/uniffi-fixture-external-types/Cargo.toml
toolkit/components/uniffi-js/OwnedRustBuffer.cpp
toolkit/components/uniffi-js/UniFFIFixtureScaffolding.cpp
toolkit/components/uniffi-js/UniFFIGeneratedScaffolding.cpp
toolkit/components/uniffi-js/UniFFIPointer.cpp
toolkit/components/uniffi-js/UniFFIPointer.h
toolkit/components/uniffi-js/UniFFIPointerType.h
toolkit/components/uniffi-js/UniFFIRust.h
toolkit/library/rust/shared/Cargo.toml
toolkit/library/rust/shared/lib.rs
tools/lint/trojan-source.yml