Skip to content

Commit

Permalink
Remove some enum/dicts only used by Gecko (ChromeOnly) webidl for WebRTC
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpie committed Nov 27, 2023
1 parent 4ba261f commit bbde8fd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 309 deletions.
2 changes: 0 additions & 2 deletions crates/web-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@ RtcIdentityProviderOptions = []
RtcIdentityProviderRegistrar = []
RtcIdentityValidationResult = []
RtcInboundRtpStreamStats = []
RtcLifecycleEvent = []
RtcMediaStreamStats = []
RtcMediaStreamTrackStats = []
RtcOfferAnswerOptions = []
Expand Down Expand Up @@ -1535,7 +1534,6 @@ WebglDepthTexture = []
WebglDrawBuffers = []
WebglLoseContext = []
WebglMultiDraw = []
WebrtcGlobalStatisticsReport = []
WgslLanguageFeatures = []
WheelEvent = ["Event", "MouseEvent", "UiEvent"]
WheelEventInit = []
Expand Down
13 changes: 0 additions & 13 deletions crates/web-sys/src/features/gen_RtcLifecycleEvent.rs

This file was deleted.

45 changes: 0 additions & 45 deletions crates/web-sys/src/features/gen_WebrtcGlobalStatisticsReport.rs

This file was deleted.

12 changes: 0 additions & 12 deletions crates/web-sys/src/features/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6328,12 +6328,6 @@ mod gen_RtcInboundRtpStreamStats;
#[cfg(feature = "RtcInboundRtpStreamStats")]
pub use gen_RtcInboundRtpStreamStats::*;

#[cfg(feature = "RtcLifecycleEvent")]
#[allow(non_snake_case)]
mod gen_RtcLifecycleEvent;
#[cfg(feature = "RtcLifecycleEvent")]
pub use gen_RtcLifecycleEvent::*;

#[cfg(feature = "RtcMediaStreamStats")]
#[allow(non_snake_case)]
mod gen_RtcMediaStreamStats;
Expand Down Expand Up @@ -9022,12 +9016,6 @@ mod gen_WebglMultiDraw;
#[cfg(feature = "WebglMultiDraw")]
pub use gen_WebglMultiDraw::*;

#[cfg(feature = "WebrtcGlobalStatisticsReport")]
#[allow(non_snake_case)]
mod gen_WebrtcGlobalStatisticsReport;
#[cfg(feature = "WebrtcGlobalStatisticsReport")]
pub use gen_WebrtcGlobalStatisticsReport::*;

#[cfg(feature = "WgslLanguageFeatures")]
#[allow(non_snake_case)]
mod gen_WgslLanguageFeatures;
Expand Down
134 changes: 0 additions & 134 deletions crates/web-sys/webidls/enabled/PeerConnectionImpl.webidl

This file was deleted.

39 changes: 0 additions & 39 deletions crates/web-sys/webidls/enabled/RTCPeerConnectionStatic.webidl

This file was deleted.

23 changes: 0 additions & 23 deletions crates/web-sys/webidls/enabled/TransceiverImpl.webidl

This file was deleted.

41 changes: 0 additions & 41 deletions crates/web-sys/webidls/enabled/WebrtcGlobalInformation.webidl

This file was deleted.

0 comments on commit bbde8fd

Please sign in to comment.