Skip to content

Commit

Permalink
Backed out 6 changesets (bug 1766045) for causing build bustages. CLO…
Browse files Browse the repository at this point in the history
…SED TREE

Backed out changeset 113593df6272 (bug 1766045)
Backed out changeset f137315bb6af (bug 1766045)
Backed out changeset d86ad195a9a0 (bug 1766045)
Backed out changeset e8bc2ec40cff (bug 1766045)
Backed out changeset 2d33e41ac507 (bug 1766045)
Backed out changeset 4d5874e16302 (bug 1766045)
  • Loading branch information
Butkovits Atila committed Aug 3, 2022
1 parent e8bf1ee commit a0d310a
Show file tree
Hide file tree
Showing 164 changed files with 0 additions and 12,997 deletions.
5 changes: 0 additions & 5 deletions .cargo/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ git = "https://github.com/rust-minidump/minidump-writer.git"
replace-with = "vendored-sources"
rev = "75ada456c92a429704691a85e1cb42fef8cafc0d"

[source."https://github.com/mozilla/uniffi-rs.git"]
git = "https://github.com/mozilla/uniffi-rs.git"
replace-with = "vendored-sources"
rev = "bb2039f077a29dba0879372a67e764e6ace8e33f"

[source."https://github.com/mozilla/neqo"]
git = "https://github.com/mozilla/neqo"
replace-with = "vendored-sources"
Expand Down
6 changes: 0 additions & 6 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ widget/gtk/MPRISInterfaceDescription.h
xpcom/reflect/xptcall/md/win32/.*
xpcom/reflect/xptcall/md/unix/.*

# Askama template code, which isn't valid C++ in its original form
toolkit/components/uniffi-bindgen-gecko-js/src/templates/.*
# Generated from that template code
toolkit/components/uniffi-js/UniFFIGeneratedScaffolding.cpp
toolkit/components/uniffi-js/UniFFIFixtureScaffolding.cpp

# Generated from ./tools/rewriting/ThirdPartyPaths.txt
# awk '{print ""$1".*"}' ./tools/rewriting/ThirdPartyPaths.txt
browser/components/translation/cld2/.*
Expand Down
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,3 @@ toolkit/components/backgroundtasks/defaults

# Ignore pre-generated webpack and typescript transpiled files for translations
browser/extensions/translations/extension/

# "scaffolding" used by uniffi which isn't valid JS in its original form.
toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/
86 changes: 0 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ members = [
"security/manager/ssl/ipcclientcerts",
"security/manager/ssl/osclientcerts",
"testing/geckodriver",
"toolkit/components/uniffi-bindgen-gecko-js",
"toolkit/crashreporter/rust_minidump_writer_linux",
"toolkit/crashreporter/mozwer-rust",
"toolkit/library/gtest/rust",
Expand Down Expand Up @@ -165,16 +164,3 @@ path = "third_party/rust/mio-0.6.23"
# https://github.com/mozilla/neqo/pull/1350
[patch."https://github.com/mozilla/neqo"]
neqo-common = { path = "third_party/rust/neqo-common" }

# These are used to test UniFFI functionality. We haven't figured out how we
# want to publish these yet, so they are only accessible via git. This works
# okay, but it means that their dependencies on UniFFI crates will normally
# also be the git versions. Patch them to use the published versions to avoid
# duplicate crates.

[patch."https://github.com/mozilla/uniffi-rs.git"]
uniffi = "0.19"
uniffi_bindgen = "0.19"
uniffi_build = "0.19"
uniffi_macros = "0.19"
weedle2 = "3.0.0"
3 changes: 0 additions & 3 deletions build/mach_initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@ def initialize(topsrcdir):
),
"esmify": MachCommandReference("tools/esmify/mach_commands.py"),
"xpcshell": MachCommandReference("js/xpconnect/mach_commands.py"),
"uniffi": MachCommandReference(
"toolkit/components/uniffi-bindgen-gecko-js/mach_commands.py"
),
}

# Set a reasonable limit to the number of open files.
Expand Down
File renamed without changes.
54 changes: 0 additions & 54 deletions docs/writing-rust-code/uniffi.md

This file was deleted.

1 change: 0 additions & 1 deletion dom/base/nsINodeList.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include "nsWrapperCache.h"
#include "nsISupports.h"
#include "nsIContent.h"

// IID for the nsINodeList interface
#define NS_INODELIST_IID \
Expand Down
59 changes: 0 additions & 59 deletions dom/chrome-webidl/UniFFI.webidl

This file was deleted.

1 change: 0 additions & 1 deletion dom/chrome-webidl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ WEBIDL_FILES = [
"SessionStoreUtils.webidl",
"StructuredCloneHolder.webidl",
"TelemetryStopwatch.webidl",
"UniFFI.webidl",
"UserInteraction.webidl",
"WebExtensionContentScript.webidl",
"WebExtensionPolicy.webidl",
Expand Down
6 changes: 0 additions & 6 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ criteria = "safe-to-deploy"
delta = "0.4.0 -> 0.5.0"
notes = "The repository for this crate belongs in the Mozilla org."

[[audits.extend]]
who = "Ben Dean-Kawamura <[email protected]>"
criteria = "safe-to-deploy"
version = "1.1.2"
notes = "Inspected the crate and noted that the impl block comes directly from the proc-macro input. If no new code can be added by this crate, I don't think there can be any issues."

[[audits.flagset]]
who = "Ryan Hunt <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
1 change: 0 additions & 1 deletion third_party/rust/extend/.cargo-checksum.json

This file was deleted.

Loading

0 comments on commit a0d310a

Please sign in to comment.