Commits on Source (5)
-
Apertis CI authored3a6ddea5
-
Andreas Henriksson authorede20fb6cc
-
Apertis CI robot authored82a78364
-
Apertis CI robot authorede0fbf9db
-
Apertis CI robot authored
Signed-off-by:
Apertis CI robot <noreply+not_a_robot@apertis.org>
2d332e7f
Showing
- Cargo.toml 79 additions, 8 deletionsCargo.toml
- Cargo.toml.orig 72 additions, 8 deletionsCargo.toml.orig
- README.md 2 additions, 2 deletionsREADME.md
- debian/apertis/copyright 16 additions, 14 deletionsdebian/apertis/copyright
- debian/cargo-checksum.json 1 addition, 1 deletiondebian/cargo-checksum.json
- debian/changelog 29 additions, 0 deletionsdebian/changelog
- debian/control 22 additions, 9 deletionsdebian/control
- debian/control.debcargo.hint 1782 additions, 1527 deletionsdebian/control.debcargo.hint
- debian/copyright 5 additions, 3 deletionsdebian/copyright
- debian/copyright.debcargo.hint 368 additions, 354 deletionsdebian/copyright.debcargo.hint
- debian/librust-web-sys+xrjointspace-dev.lintian-overrides 1 addition, 0 deletionsdebian/librust-web-sys+xrjointspace-dev.lintian-overrides
- debian/librust-web-sys+xrreferencespace-dev.lintian-overrides 0 additions, 1 deletion...an/librust-web-sys+xrreferencespace-dev.lintian-overrides
- debian/tests/control 45 additions, 5 deletionsdebian/tests/control
- debian/tests/control.debcargo.hint 3335 additions, 3020 deletionsdebian/tests/control.debcargo.hint
- src/features/gen_AbortController.rs 1 addition, 0 deletionssrc/features/gen_AbortController.rs
- src/features/gen_AbortSignal.rs 1 addition, 0 deletionssrc/features/gen_AbortSignal.rs
- src/features/gen_AddEventListenerOptions.rs 1 addition, 0 deletionssrc/features/gen_AddEventListenerOptions.rs
- src/features/gen_AesCbcParams.rs 1 addition, 0 deletionssrc/features/gen_AesCbcParams.rs
- src/features/gen_AesCtrParams.rs 1 addition, 0 deletionssrc/features/gen_AesCtrParams.rs
- src/features/gen_AesDerivedKeyParams.rs 1 addition, 0 deletionssrc/features/gen_AesDerivedKeyParams.rs
Some changes are not shown.
For a faster browsing experience, only 20 of 1000+ files are shown. Download one of the files below to see all changes.
... | ... | @@ -11,8 +11,9 @@ |
[package] | ||
edition = "2018" | ||
rust-version = "1.56" | ||
name = "web-sys" | ||
version = "0.3.60" | ||
version = "0.3.64" | ||
authors = ["The wasm-bindgen Developers"] | ||
description = """ | ||
Bindings for all Web APIs, a procedurally generated crate from WebIDL | ||
... | ... | @@ -22,6 +23,7 @@ documentation = "https://rustwasm.github.io/wasm-bindgen/api/web_sys/" |
readme = "./README.md" | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys" | ||
resolver = "2" | ||
[package.metadata.docs.rs] | ||
all-features = true | ||
... | ... | @@ -32,10 +34,10 @@ test = false |
doctest = false | ||
[dependencies.js-sys] | ||
version = "0.3.60" | ||
version = "0.3.64" | ||
[dependencies.wasm-bindgen] | ||
version = "0.2.83" | ||
version = "0.2.87" | ||
[features] | ||
AbortController = [] | ||
... | ... | @@ -199,6 +201,10 @@ CanvasCaptureMediaStream = [ |
"EventTarget", | ||
"MediaStream", | ||
] | ||
CanvasCaptureMediaStreamTrack = [ | ||
"EventTarget", | ||
"MediaStreamTrack", | ||
] | ||
CanvasGradient = [] | ||
CanvasPattern = [] | ||
CanvasRenderingContext2d = [] | ||
... | ... | @@ -219,8 +225,6 @@ ChannelMergerNode = [ |
"EventTarget", | ||
] | ||
ChannelMergerOptions = [] | ||
ChannelPixelLayout = [] | ||
ChannelPixelLayoutDataType = [] | ||
ChannelSplitterNode = [ | ||
"AudioNode", | ||
"EventTarget", | ||
... | ... | @@ -253,6 +257,7 @@ CloseEvent = ["Event"] |
CloseEventInit = [] | ||
CodecState = [] | ||
CollectedClientData = [] | ||
ColorSpaceConversion = [] | ||
Comment = [ | ||
"CharacterData", | ||
"EventTarget", | ||
... | ... | @@ -476,6 +481,7 @@ ExtFragDepth = [] |
ExtSRgb = [] | ||
ExtShaderTextureLod = [] | ||
ExtTextureFilterAnisotropic = [] | ||
ExtTextureNorm16 = [] | ||
ExtendableEvent = ["Event"] | ||
ExtendableEventInit = [] | ||
ExtendableMessageEvent = [ | ||
... | ... | @@ -502,21 +508,34 @@ FilePropertyBag = [] |
FileReader = ["EventTarget"] | ||
FileReaderSync = [] | ||
FileSystem = [] | ||
FileSystemCreateWritableOptions = [] | ||
FileSystemDirectoryEntry = ["FileSystemEntry"] | ||
FileSystemDirectoryHandle = ["FileSystemHandle"] | ||
FileSystemDirectoryReader = [] | ||
FileSystemEntriesCallback = [] | ||
FileSystemEntry = [] | ||
FileSystemEntryCallback = [] | ||
FileSystemFileEntry = ["FileSystemEntry"] | ||
FileSystemFileHandle = ["FileSystemHandle"] | ||
FileSystemFlags = [] | ||
FileSystemGetDirectoryOptions = [] | ||
FileSystemGetFileOptions = [] | ||
FileSystemHandle = [] | ||
FileSystemHandleKind = [] | ||
FileSystemReadWriteOptions = [] | ||
FileSystemRemoveOptions = [] | ||
FileSystemSyncAccessHandle = [] | ||
FileSystemWritableFileStream = ["WritableStream"] | ||
FillMode = [] | ||
FlashClassification = [] | ||
FlexLineGrowthState = [] | ||
FlowControlType = [] | ||
FocusEvent = [ | ||
"Event", | ||
"UiEvent", | ||
] | ||
FocusEventInit = [] | ||
FontData = [] | ||
FontFace = [] | ||
FontFaceDescriptors = [] | ||
FontFaceLoadStatus = [] | ||
... | ... | @@ -555,6 +574,7 @@ GamepadMappingType = [] |
GamepadPose = [] | ||
GamepadServiceTest = [] | ||
Geolocation = [] | ||
GetAnimationsOptions = [] | ||
GetNotificationOptions = [] | ||
GetRootNodeOptions = [] | ||
GetUserMediaRequest = [] | ||
... | ... | @@ -578,6 +598,7 @@ GpuBufferBinding = [] |
GpuBufferBindingLayout = [] | ||
GpuBufferBindingType = [] | ||
GpuBufferDescriptor = [] | ||
GpuBufferMapState = [] | ||
GpuCanvasAlphaMode = [] | ||
GpuCanvasConfiguration = [] | ||
GpuCanvasContext = [] | ||
... | ... | @@ -619,6 +640,7 @@ GpuImageCopyTexture = [] |
GpuImageCopyTextureTagged = [] | ||
GpuImageDataLayout = [] | ||
GpuIndexFormat = [] | ||
GpuInternalError = ["GpuError"] | ||
GpuLoadOp = [] | ||
GpuMipmapFilterMode = [] | ||
GpuMultisampleState = [] | ||
... | ... | @@ -1189,7 +1211,7 @@ IirFilterNode = [ |
] | ||
IirFilterOptions = [] | ||
ImageBitmap = [] | ||
ImageBitmapFormat = [] | ||
ImageBitmapOptions = [] | ||
ImageBitmapRenderingContext = [] | ||
ImageCapture = [] | ||
ImageCaptureError = [] | ||
... | ... | @@ -1200,6 +1222,8 @@ ImageDecodeOptions = [] |
ImageDecodeResult = [] | ||
ImageDecoder = [] | ||
ImageDecoderInit = [] | ||
ImageEncodeOptions = [] | ||
ImageOrientation = [] | ||
ImageTrack = ["EventTarget"] | ||
ImageTrackList = [] | ||
InputEvent = [ | ||
... | ... | @@ -1225,6 +1249,7 @@ KeyboardEvent = [ |
"UiEvent", | ||
] | ||
KeyboardEventInit = [] | ||
KeyframeAnimationOptions = [] | ||
KeyframeEffect = ["AnimationEffect"] | ||
KeyframeEffectOptions = [] | ||
L10nElement = [] | ||
... | ... | @@ -1321,6 +1346,10 @@ MediaTrackConstraintSet = [] |
MediaTrackConstraints = [] | ||
MediaTrackSettings = [] | ||
MediaTrackSupportedConstraints = [] | ||
MemoryAttribution = [] | ||
MemoryAttributionContainer = [] | ||
MemoryBreakdownEntry = [] | ||
MemoryMeasurement = [] | ||
MessageChannel = [] | ||
MessageEvent = ["Event"] | ||
MessageEventInit = [] | ||
... | ... | @@ -1403,6 +1432,7 @@ OfflineAudioContext = [ |
OfflineAudioContextOptions = [] | ||
OfflineResourceList = ["EventTarget"] | ||
OffscreenCanvas = ["EventTarget"] | ||
OffscreenCanvasRenderingContext2d = [] | ||
OpenWindowEventDetail = [] | ||
OptionalEffectTiming = [] | ||
OrientationLockType = [] | ||
... | ... | @@ -1427,6 +1457,7 @@ PannerNode = [ |
] | ||
PannerOptions = [] | ||
PanningModelType = [] | ||
ParityType = [] | ||
Path2d = [] | ||
PaymentAddress = [] | ||
PaymentComplete = [] | ||
... | ... | @@ -1487,6 +1518,7 @@ Position = [] |
PositionAlignSetting = [] | ||
PositionError = [] | ||
PositionOptions = [] | ||
PremultiplyAlpha = [] | ||
Presentation = [] | ||
PresentationAvailability = ["EventTarget"] | ||
PresentationConnection = ["EventTarget"] | ||
... | ... | @@ -1540,6 +1572,7 @@ PushSubscriptionJson = [] |
PushSubscriptionKeys = [] | ||
PushSubscriptionOptions = [] | ||
PushSubscriptionOptionsInit = [] | ||
QueryOptions = [] | ||
QueuingStrategy = [] | ||
QueuingStrategyInit = [] | ||
RadioNodeList = ["NodeList"] | ||
... | ... | @@ -1578,6 +1611,7 @@ ResizeObserverBoxOptions = [] |
ResizeObserverEntry = [] | ||
ResizeObserverOptions = [] | ||
ResizeObserverSize = [] | ||
ResizeQuality = [] | ||
Response = [] | ||
ResponseInit = [] | ||
ResponseType = [] | ||
... | ... | @@ -1626,6 +1660,7 @@ RtcOutboundRtpStreamStats = [] |
RtcPeerConnection = ["EventTarget"] | ||
RtcPeerConnectionIceEvent = ["Event"] | ||
RtcPeerConnectionIceEventInit = [] | ||
RtcPeerConnectionState = [] | ||
RtcPriorityType = [] | ||
RtcRtcpParameters = [] | ||
RtcRtpCodecParameters = [] | ||
... | ... | @@ -1686,6 +1721,15 @@ SecurityPolicyViolationEvent = ["Event"] |
SecurityPolicyViolationEventDisposition = [] | ||
SecurityPolicyViolationEventInit = [] | ||
Selection = [] | ||
SelectionMode = [] | ||
Serial = ["EventTarget"] | ||
SerialInputSignals = [] | ||
SerialOptions = [] | ||
SerialOutputSignals = [] | ||
SerialPort = ["EventTarget"] | ||
SerialPortFilter = [] | ||
SerialPortInfo = [] | ||
SerialPortRequestOptions = [] | ||
ServerSocketOptions = [] | ||
ServiceWorker = ["EventTarget"] | ||
ServiceWorkerContainer = ["EventTarget"] | ||
... | ... | @@ -2455,6 +2499,24 @@ WebKitCssMatrix = [ |
WebSocket = ["EventTarget"] | ||
WebSocketDict = [] | ||
WebSocketElement = [] | ||
WebTransport = [] | ||
WebTransportBidirectionalStream = [] | ||
WebTransportCloseInfo = [] | ||
WebTransportCongestionControl = [] | ||
WebTransportDatagramDuplexStream = [] | ||
WebTransportDatagramStats = [] | ||
WebTransportError = ["DomException"] | ||
WebTransportErrorOptions = [] | ||
WebTransportErrorSource = [] | ||
WebTransportHash = [] | ||
WebTransportOptions = [] | ||
WebTransportReceiveStream = ["ReadableStream"] | ||
WebTransportReceiveStreamStats = [] | ||
WebTransportReliabilityMode = [] | ||
WebTransportSendStream = ["WritableStream"] | ||
WebTransportSendStreamOptions = [] | ||
WebTransportSendStreamStats = [] | ||
WebTransportStats = [] | ||
WebglColorBufferFloat = [] | ||
WebglCompressedTextureAstc = [] | ||
WebglCompressedTextureAtc = [] | ||
... | ... | @@ -2492,6 +2554,8 @@ WorkletOptions = [] |
WritableStream = [] | ||
WritableStreamDefaultController = [] | ||
WritableStreamDefaultWriter = [] | ||
WriteCommandType = [] | ||
WriteParams = [] | ||
XPathExpression = [] | ||
XPathNsResolver = [] | ||
XPathResult = [] | ||
... | ... | @@ -2518,6 +2582,8 @@ XrBoundedReferenceSpace = [ |
] | ||
XrEye = [] | ||
XrFrame = [] | ||
XrHand = [] | ||
XrHandJoint = [] | ||
XrHandedness = [] | ||
XrInputSource = [] | ||
XrInputSourceArray = [] | ||
... | ... | @@ -2525,6 +2591,11 @@ XrInputSourceEvent = ["Event"] |
XrInputSourceEventInit = [] | ||
XrInputSourcesChangeEvent = ["Event"] | ||
XrInputSourcesChangeEventInit = [] | ||
XrJointPose = ["XrPose"] | ||
XrJointSpace = [ | ||
"EventTarget", | ||
"XrSpace", | ||
] | ||
XrLayer = ["EventTarget"] | ||
XrPermissionDescriptor = [] | ||
XrPermissionStatus = [ | ||
... | ... | @@ -2570,7 +2641,7 @@ gpu_shader_stage = [] |
gpu_texture_usage = [] | ||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures] | ||
version = "0.4.33" | ||
version = "0.4.37" | ||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] | ||
version = "0.3.33" | ||
version = "0.3.37" |
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.