Backed out changeset 317994df7ee4 (bug 1889691) for causing dt failures @ browser_web...
commit67afcab3e4208e7615fcc1f7684934f3923d1885
authorSandor Molnar <smolnar@mozilla.com>
Mon, 8 Apr 2024 13:47:13 +0000 (8 16:47 +0300)
committerSandor Molnar <smolnar@mozilla.com>
Mon, 8 Apr 2024 13:47:13 +0000 (8 16:47 +0300)
tree498515a10158997f6312d4a5e7d3ecb4788f4984
parent7cdc7735783d29925317a20574c4a22744c141f1
Backed out changeset 317994df7ee4 (bug 1889691) for causing dt failures @ browser_webconsole_csp_violation.js / browser_inspector_reload_iframe.js
67 files changed:
.cargo/config.toml.in
Cargo.lock
netwerk/socket/neqo_glue/Cargo.toml
netwerk/socket/neqo_glue/src/lib.rs
netwerk/test/http3server/Cargo.toml
netwerk/test/http3server/src/main.rs
third_party/rust/neqo-common/.cargo-checksum.json
third_party/rust/neqo-common/Cargo.toml
third_party/rust/neqo-common/src/datagram.rs
third_party/rust/neqo-common/src/lib.rs
third_party/rust/neqo-common/src/log.rs
third_party/rust/neqo-common/src/timer.rs [new file with mode: 0644]
third_party/rust/neqo-common/src/tos.rs
third_party/rust/neqo-common/src/udp.rs [new file with mode: 0644]
third_party/rust/neqo-crypto/.cargo-checksum.json
third_party/rust/neqo-crypto/Cargo.toml
third_party/rust/neqo-crypto/bindings/bindings.toml
third_party/rust/neqo-crypto/bindings/mozpkix.hpp [new file with mode: 0644]
third_party/rust/neqo-crypto/build.rs
third_party/rust/neqo-crypto/min_version.txt [deleted file]
third_party/rust/neqo-crypto/src/aead.rs
third_party/rust/neqo-crypto/src/aead_fuzzing.rs [moved from third_party/rust/neqo-crypto/src/aead_null.rs with 53% similarity]
third_party/rust/neqo-crypto/src/agent.rs
third_party/rust/neqo-crypto/src/err.rs
third_party/rust/neqo-crypto/src/lib.rs
third_party/rust/neqo-crypto/src/min_version.rs [deleted file]
third_party/rust/neqo-crypto/src/selfencrypt.rs
third_party/rust/neqo-crypto/tests/aead.rs
third_party/rust/neqo-crypto/tests/init.rs
third_party/rust/neqo-crypto/tests/selfencrypt.rs
third_party/rust/neqo-http3/.cargo-checksum.json
third_party/rust/neqo-http3/Cargo.toml
third_party/rust/neqo-http3/src/connection.rs
third_party/rust/neqo-http3/src/connection_client.rs
third_party/rust/neqo-http3/src/connection_server.rs
third_party/rust/neqo-http3/src/recv_message.rs
third_party/rust/neqo-http3/src/send_message.rs
third_party/rust/neqo-http3/src/server_events.rs
third_party/rust/neqo-qpack/.cargo-checksum.json
third_party/rust/neqo-qpack/Cargo.toml
third_party/rust/neqo-transport/.cargo-checksum.json
third_party/rust/neqo-transport/Cargo.toml
third_party/rust/neqo-transport/benches/range_tracker.rs
third_party/rust/neqo-transport/benches/rx_stream_orderer.rs
third_party/rust/neqo-transport/benches/transfer.rs
third_party/rust/neqo-transport/src/cc/classic_cc.rs
third_party/rust/neqo-transport/src/connection/dump.rs
third_party/rust/neqo-transport/src/connection/mod.rs
third_party/rust/neqo-transport/src/connection/params.rs
third_party/rust/neqo-transport/src/connection/state.rs
third_party/rust/neqo-transport/src/connection/tests/fuzzing.rs [moved from third_party/rust/neqo-transport/src/connection/tests/null.rs with 84% similarity]
third_party/rust/neqo-transport/src/connection/tests/handshake.rs
third_party/rust/neqo-transport/src/connection/tests/mod.rs
third_party/rust/neqo-transport/src/connection/tests/stream.rs
third_party/rust/neqo-transport/src/crypto.rs
third_party/rust/neqo-transport/src/frame.rs
third_party/rust/neqo-transport/src/lib.rs
third_party/rust/neqo-transport/src/packet/mod.rs
third_party/rust/neqo-transport/src/packet/retry.rs
third_party/rust/neqo-transport/src/path.rs
third_party/rust/neqo-transport/src/qlog.rs
third_party/rust/neqo-transport/src/server.rs
third_party/rust/neqo-transport/src/stats.rs
third_party/rust/neqo-transport/tests/common/mod.rs
third_party/rust/neqo-transport/tests/conn_vectors.rs
third_party/rust/neqo-transport/tests/connection.rs
third_party/rust/neqo-transport/tests/retry.rs