Skip to content

Commit

Permalink
Remove more Gecko-internal enums/dicts from WebIDL (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpie committed Nov 27, 2023
1 parent a4af50b commit 8ec687e
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 717 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
* Removed Gecko-internal dictionary bindings `Csp`, `CspPolicies`, `CspReport` and `CspReportProperties`.
[#3721](https://github.com/rustwasm/wasm-bindgen/pull/3721)

* Removed Gecko-only `InstallTriggerData` and Gecko-internal `FlexLineGrowthState`, `GridDeclaration`, `GridTrackState`,
`RtcLifecycleEvent` and `WebrtcGlobalStatisticsReport` features.
[#3723](https://github.com/rustwasm/wasm-bindgen/pull/3723)

## [0.2.88](https://github.com/rustwasm/wasm-bindgen/compare/0.2.87...0.2.88)

Released 2023-11-01
Expand Down
6 changes: 0 additions & 6 deletions crates/web-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ FileSystemSyncAccessHandle = []
FileSystemWritableFileStream = ["WritableStream"]
FillMode = []
FlashClassification = []
FlexLineGrowthState = []
FlowControlType = []
FocusEvent = ["Event", "UiEvent"]
FocusEventInit = []
Expand Down Expand Up @@ -571,8 +570,6 @@ GpuVertexBufferLayout = []
GpuVertexFormat = []
GpuVertexState = []
GpuVertexStepMode = []
GridDeclaration = []
GridTrackState = []
GroupedHistoryEventInit = []
HalfOpenInfoDict = []
HardwareAcceleration = []
Expand Down Expand Up @@ -724,7 +721,6 @@ ImageTrack = ["EventTarget"]
ImageTrackList = []
InputEvent = ["Event", "UiEvent"]
InputEventInit = []
InstallTriggerData = []
IntersectionObserver = []
IntersectionObserverEntry = []
IntersectionObserverEntryInit = []
Expand Down Expand Up @@ -1090,7 +1086,6 @@ RtcIdentityProviderOptions = []
RtcIdentityProviderRegistrar = []
RtcIdentityValidationResult = []
RtcInboundRtpStreamStats = []
RtcLifecycleEvent = []
RtcMediaStreamStats = []
RtcMediaStreamTrackStats = []
RtcOfferAnswerOptions = []
Expand Down Expand Up @@ -1539,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_FlexLineGrowthState.rs

This file was deleted.

12 changes: 0 additions & 12 deletions crates/web-sys/src/features/gen_GridDeclaration.rs

This file was deleted.

13 changes: 0 additions & 13 deletions crates/web-sys/src/features/gen_GridTrackState.rs

This file was deleted.

71 changes: 0 additions & 71 deletions crates/web-sys/src/features/gen_InstallTriggerData.rs

This file was deleted.

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.

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

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

#[cfg(feature = "FlowControlType")]
#[allow(non_snake_case)]
mod gen_FlowControlType;
Expand Down Expand Up @@ -3238,18 +3232,6 @@ mod gen_GpuVertexStepMode;
#[cfg(feature = "GpuVertexStepMode")]
pub use gen_GpuVertexStepMode::*;

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

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

#[cfg(feature = "GroupedHistoryEventInit")]
#[allow(non_snake_case)]
mod gen_GroupedHistoryEventInit;
Expand Down Expand Up @@ -4156,12 +4138,6 @@ mod gen_InputEventInit;
#[cfg(feature = "InputEventInit")]
pub use gen_InputEventInit::*;

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

#[cfg(feature = "IntersectionObserver")]
#[allow(non_snake_case)]
mod gen_IntersectionObserver;
Expand Down Expand Up @@ -6352,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 @@ -9046,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
54 changes: 0 additions & 54 deletions crates/web-sys/webidls/enabled/Flex.webidl

This file was deleted.

0 comments on commit 8ec687e

Please sign in to comment.