servo/components/script/dom
Martin Robinson 850e59f98e
servoshell: Allow overriding screen resolution with a command-line argument (#34038)
There is a command-line argument to override the default window size,
but not one for overriding the default screen resolution. This is
important for testing pages that use screen size to have different
behavior.

In addition to adding the new option this change:

 - Renames the `--resolution` command-line argument to `--window-size`
   to remove ambiguity with the `--screen-size` argument.
 - Passes the screen size as device independent (device pixels scaled by
   HiDPI factor) to Servo internals. Not only it make it simpler to pass
   the `--window-size` override, it makes more sense. Different screens
   can have different HiDPI factors and these can be different from the
   scale of the window. This makes the screen HiDPI factor totally
   independent of the one that Servo uses for the window.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-10-30 11:54:13 +00:00
..
bindings Implement SubtleCrypto.digest (#34034) 2024-10-30 02:06:02 +00:00
servoparser CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
webgl_extensions replace sparkle with glow in components/script (#33911) 2024-10-19 10:40:03 +00:00
webgl_validations Fix warnings after latest rust upgrade (#33043) 2024-08-14 07:00:16 +00:00
webidls Implement SubtleCrypto.digest (#34034) 2024-10-30 02:06:02 +00:00
abstractrange.rs clippy: fixed some warnings in components/script (#31888) 2024-03-26 21:25:42 +00:00
abstractworker.rs clippy: Fix several warnings (#31710) 2024-03-18 08:33:43 +00:00
abstractworkerglobalscope.rs CanGc fixes in components/script/dom (#33891) 2024-10-17 22:36:04 +00:00
activation.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
analysernode.rs Use ROUTER::add_typed_route instead of ROUTER::add_route everywhere (#33866) 2024-10-18 10:47:52 +00:00
animationevent.rs CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversize.rs animationevent.rs (#33827) 2024-10-13 21:35:59 +00:00
attr.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
audiobuffer.rs Multiple CanGc fixes in components/script/dom (#33924) 2024-10-20 16:07:15 +00:00
audiobuffersourcenode.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
audiocontext.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
audiodestinationnode.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
audiolistener.rs webaudio: Throw when setting invalid automationRate on AudioBufferSourceNode (#26469) 2024-02-28 21:24:08 +00:00
audionode.rs webaudio: Implement IIRFilterNode (#33001) 2024-08-12 00:27:54 +00:00
audioparam.rs clippy: Allow too_many_arguments for existing functions (#31974) 2024-04-02 12:50:45 +00:00
audioscheduledsourcenode.rs clippy: Fix needless borrow warnings (#31813) 2024-03-21 17:48:54 +00:00
audiotrack.rs clippy: Fix various warnings in components/script/dom (#31890) 2024-03-27 10:19:49 +00:00
audiotracklist.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
baseaudiocontext.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
beforeunloadevent.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
biquadfilternode.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
blob.rs Propagate CanGc when interacting with readable streams. (#33975) 2024-10-23 11:49:59 +00:00
bluetooth.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
bluetoothadvertisingevent.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
bluetoothcharacteristicproperties.rs clippy: Allow too_many_arguments for existing functions (#31974) 2024-04-02 12:50:45 +00:00
bluetoothdevice.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
bluetoothpermissionresult.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
bluetoothremotegattcharacteristic.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
bluetoothremotegattdescriptor.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
bluetoothremotegattserver.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
bluetoothremotegattservice.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
bluetoothuuid.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
broadcastchannel.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
canvasgradient.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
canvaspattern.rs clippy: Fix some warnings in components/script (#31735) 2024-03-19 08:01:23 +00:00
canvasrenderingcontext2d.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
cdatasection.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
channelmergernode.rs CanGc fixes in components/script/dom (#33891) 2024-10-17 22:36:04 +00:00
channelsplitternode.rs Various CanGc fixes in 8 files (#33893) 2024-10-18 11:54:32 +00:00
characterdata.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
client.rs clippy: Fix some warnings in components/script (#31735) 2024-03-19 08:01:23 +00:00
closeevent.rs clippy: Fix a variety of clippy warnings in fonts, layout_2020 and the DOM code (#33894) 2024-10-18 13:57:13 +00:00
comment.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
compositionevent.rs clippy: Fix a variety of clippy warnings in fonts, layout_2020 and the DOM code (#33894) 2024-10-18 13:57:13 +00:00
console.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
constantsourcenode.rs CanGc fixes from constantsourcenode.rs & window.rs (#33931) 2024-10-20 19:54:02 +00:00
create.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
crypto.rs crypto: Begin SubtleCrypto implementation (#33628) 2024-10-08 03:51:08 +00:00
cryptokey.rs crypto: Implement encrypt/decrypt for AES-CBC + JWK support (#33795) 2024-10-21 07:32:19 +00:00
css.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
cssconditionrule.rs Make CSSConditionRule's conditionText readonly (#30768) 2023-11-23 10:29:16 +00:00
cssfontfacerule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
cssgroupingrule.rs Upgrade Stylo to 2024-04-16 (#32128) 2024-04-25 14:48:07 +00:00
cssimportrule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
csskeyframerule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
csskeyframesrule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
csslayerblockrule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
csslayerstatementrule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
cssmediarule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
cssnamespacerule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
cssrule.rs Upgrade Stylo to 2024-10-04 (#33767) 2024-10-20 19:53:38 +00:00
cssrulelist.rs Upgrade Stylo to 2024-04-16 (#32128) 2024-04-25 14:48:07 +00:00
cssstyledeclaration.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
cssstylerule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
cssstylesheet.rs Upgrade Stylo to 2024-04-16 (#32128) 2024-04-25 14:48:07 +00:00
cssstylevalue.rs clippy: Fix explicit_auto_deref warnings in components/script (#31837) 2024-03-23 11:29:20 +00:00
csssupportsrule.rs Fix InsertRule to use the right CssRuleTypes (#32125) 2024-04-22 07:06:36 +00:00
customelementregistry.rs GC hazard fix in customelementregistry.rs (#34019) 2024-10-26 16:18:00 +00:00
customevent.rs CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820) 2024-10-12 17:17:47 +00:00
dedicatedworkerglobalscope.rs CanGc fixes in messageport.rs & workerglobalscope.rs (#34003) 2024-10-25 13:53:53 +00:00
dissimilaroriginlocation.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
dissimilaroriginwindow.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
document.rs GC hazard fix in document.rs (#34020) 2024-10-26 13:22:10 +00:00
documentfragment.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
documentorshadowroot.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
documenttype.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
domexception.rs crypto: Implement encrypt/decrypt for AES-CBC + JWK support (#33795) 2024-10-21 07:32:19 +00:00
domimplementation.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
dommatrix.rs Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822) 2024-10-13 16:11:46 +00:00
dommatrixreadonly.rs CanGc fixes (#33852) 2024-10-16 02:50:28 +00:00
domparser.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
dompoint.rs CanGc fixes (#33852) 2024-10-16 02:50:28 +00:00
dompointreadonly.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
domquad.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
domrect.rs Implement DOMRect::FromRect (#33798) 2024-10-11 15:35:59 +00:00
domrectreadonly.rs Implement DOMRect::FromRect (#33798) 2024-10-11 15:35:59 +00:00
domstringlist.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
domstringmap.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
domtokenlist.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
dynamicmoduleowner.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
element.rs Improve how intrinsic sizes work for videos (#31746) 2024-10-29 22:42:22 +00:00
elementinternals.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
errorevent.rs CanGc fixes in errorevent.rs (#33960) 2024-10-22 10:08:55 +00:00
event.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
eventsource.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
eventtarget.rs Remove GC hazard when compiling inline event listeners. (#33965) 2024-10-28 16:27:42 +00:00
extendableevent.rs CanGc fixes in components/script/dom (#33880) 2024-10-17 12:49:00 +00:00
extendablemessageevent.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
fakexrdevice.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
fakexrinputcontroller.rs webxr: Update XRInputSource Gamepad handling, FakeXRInputController (#33403) 2024-09-12 01:52:16 +00:00
file.rs CanGc fixes in several files (#33958) 2024-10-21 21:32:22 +00:00
filelist.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
filereader.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
filereadersync.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
focusevent.rs CanGc fixes from constantsourcenode.rs & window.rs (#33931) 2024-10-20 19:54:02 +00:00
fontfaceset.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
formdata.rs CanGc fixes in several files (#33958) 2024-10-21 21:32:22 +00:00
formdataevent.rs Various CanGc fixes in 8 files (#33893) 2024-10-18 11:54:32 +00:00
gainnode.rs CanGc fixes (#33852) 2024-10-16 02:50:28 +00:00
gamepad.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
gamepadbutton.rs Implement non-XR Gamepad discovery and input (#31200) 2024-02-17 18:42:31 +00:00
gamepadbuttonlist.rs Implement non-XR Gamepad discovery and input (#31200) 2024-02-17 18:42:31 +00:00
gamepadevent.rs CanGc fixes originating from gamepadevent.rs & stereopannernode.rs (#33828) 2024-10-14 13:22:08 +00:00
gamepadhapticactuator.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
gamepadpose.rs WedIDL: bring dom/bindings/typedarray further in line with spec (#31375) 2024-02-25 12:13:17 +00:00
globalscope.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
gpu.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
gpuadapter.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
gpuadapterinfo.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
gpubindgroup.rs chore: Update wgpu (#33506) 2024-09-21 04:20:18 +00:00
gpubindgrouplayout.rs chore: Update wgpu (#33506) 2024-09-21 04:20:18 +00:00
gpubuffer.rs Only send mapping back on unmap when MapMode = WRITE (#34054) 2024-10-29 18:42:07 +00:00
gpubufferusage.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
gpucanvascontext.rs webgpu: Move supported context format to content timeline (#34028) 2024-10-28 09:15:46 +00:00
gpucolorwrite.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
gpucommandbuffer.rs webgpu: Clean up GPUCommandEncoders and add some validation (#33223) 2024-08-30 11:23:17 +00:00
gpucommandencoder.rs chore: Update wgpu (#33506) 2024-09-21 04:20:18 +00:00
gpucompilationinfo.rs Various CanGc fixes (#33800) 2024-10-11 03:53:39 +00:00
gpucompilationmessage.rs clippy: Fix a bunch of warnings in script (#32680) 2024-07-04 11:40:23 +00:00
gpucomputepassencoder.rs webgpu: Update wgpu and revamp RenderPass (#32665) 2024-07-04 12:16:42 +00:00
gpucomputepipeline.rs clippy: Fix type_complexity warnings in components/script/dom (#33790) 2024-10-11 14:57:41 +00:00
gpuconvert.rs webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (#33521) 2024-10-01 10:03:11 +00:00
gpudevice.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
gpudevicelostinfo.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
gpuerror.rs More CanGc fixes: Range, Event, gpu error, Header (#33774) 2024-10-10 15:51:22 +00:00
gpuinternalerror.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
gpumapmode.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
gpuoutofmemoryerror.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
gpupipelineerror.rs CanGc fixes in components/script/dom (#33843) 2024-10-15 04:45:16 +00:00
gpupipelinelayout.rs chore: Update wgpu (#33506) 2024-09-21 04:20:18 +00:00
gpuqueryset.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
gpuqueue.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
gpurenderbundle.rs webgpu: Move errorscopes to WGPU thread (#32304) 2024-05-22 16:47:35 +00:00
gpurenderbundleencoder.rs chore: Update wgpu (#33506) 2024-09-21 04:20:18 +00:00
gpurenderpassencoder.rs Transform convert_* functions in gpuconvert.rs to From/TryFrom implementations (#33302) 2024-09-04 16:03:59 +00:00
gpurenderpipeline.rs clippy: Fix type_complexity warnings in components/script/dom (#33790) 2024-10-11 14:57:41 +00:00
gpusampler.rs chore: Update wgpu (#33506) 2024-09-21 04:20:18 +00:00
gpushadermodule.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
gpushaderstage.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
gpusupportedfeatures.rs CanGc fixes in components/script/dom (#33891) 2024-10-17 22:36:04 +00:00
gpusupportedlimits.rs tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366) 2024-09-08 15:04:19 +00:00
gputexture.rs webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (#33521) 2024-10-01 10:03:11 +00:00
gputextureusage.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
gputextureview.rs webgpu: Move errorscopes to WGPU thread (#32304) 2024-05-22 16:47:35 +00:00
gpuuncapturederrorevent.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
gpuvalidationerror.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
hashchangeevent.rs CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921) 2024-10-20 08:05:11 +00:00
headers.rs More CanGc fixes: Range, Event, gpu error, Header (#33774) 2024-10-10 15:51:22 +00:00
history.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
htmlanchorelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlareaelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlaudioelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlbaseelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlbodyelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlbrelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlbuttonelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlcanvaselement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlcollection.rs Replace .map_or(false with Option::is_some_and (#33468) 2024-09-16 10:03:52 +00:00
htmldataelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmldatalistelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmldetailselement.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
htmldialogelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmldirectoryelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmldivelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmldlistelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlelement.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
htmlembedelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlfieldsetelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlfontelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlformcontrolscollection.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
htmlformelement.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
htmlframeelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlframesetelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlheadelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlheadingelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlhrelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlhtmlelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmliframeelement.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
htmlimageelement.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
htmlinputelement.rs Cleanup: Remove reference to closed issue 7193 (#34039) 2024-10-28 17:28:31 +00:00
htmllabelelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmllegendelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmllielement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmllinkelement.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
htmlmapelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlmediaelement.rs Improve how intrinsic sizes work for videos (#31746) 2024-10-29 22:42:22 +00:00
htmlmenuelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlmetaelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlmeterelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlmodelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlobjectelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlolistelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmloptgroupelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmloptionelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmloptionscollection.rs Limit HtmlOptionsCollection.length setter to 100k elements (#34009) 2024-10-25 14:38:59 +00:00
htmloutputelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlparagraphelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlparamelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlpictureelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlpreelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlprogresselement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlquoteelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlscriptelement.rs Support persisting unminified external stylesheets (#33919) 2024-10-30 11:12:20 +00:00
htmlselectelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlsourceelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlspanelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlstyleelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltablecaptionelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltablecellelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltablecolelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltableelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltablerowelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltablesectionelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltemplateelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltextareaelement.rs Cleanup: Remove reference to closed issue 7193 (#34039) 2024-10-28 17:28:31 +00:00
htmltimeelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltitleelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmltrackelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlulistelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlunknownelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
htmlvideoelement.rs Improve how intrinsic sizes work for videos (#31746) 2024-10-29 22:42:22 +00:00
identityhub.rs Fixed some clippy warnings in components/script and components/devtools (#33689) 2024-10-07 16:32:48 +00:00
iirfilternode.rs CanGc fixes in components/script/dom (#33862) 2024-10-16 14:18:07 +00:00
imagebitmap.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
imagedata.rs CanGc fixes starting from imagedata.rs (#33808) 2024-10-11 16:38:23 +00:00
inputevent.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
intersectionobserver.rs dom: Stub out the IntersectionObserver interface (#33989) 2024-10-25 09:26:47 +00:00
intersectionobserverentry.rs dom: Stub out the IntersectionObserver interface (#33989) 2024-10-25 09:26:47 +00:00
keyboardevent.rs Some CanGc fixes in components/script/dom (#33895) 2024-10-18 11:52:37 +00:00
location.rs CanGc fixes from constantsourcenode.rs & window.rs (#33931) 2024-10-20 19:54:02 +00:00
macros.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
mediadeviceinfo.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
mediadevices.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
mediaelementaudiosourcenode.rs CanGc fixes (#33852) 2024-10-16 02:50:28 +00:00
mediaerror.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
mediafragmentparser.rs Fixed some clippy warnings in components (#32107) 2024-04-19 08:48:01 +00:00
medialist.rs clippy: Fix redundant_* warnings (#32056) 2024-04-11 21:46:18 +00:00
mediametadata.rs CanGc fixes (#33852) 2024-10-16 02:50:28 +00:00
mediaquerylist.rs Fix warnings after latest rust upgrade (#33043) 2024-08-14 07:00:16 +00:00
mediaquerylistevent.rs CanGc fixes (#33852) 2024-10-16 02:50:28 +00:00
mediasession.rs CanGc fixes (#33852) 2024-10-16 02:50:28 +00:00
mediastream.rs CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820) 2024-10-12 17:17:47 +00:00
mediastreamaudiodestinationnode.rs CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820) 2024-10-12 17:17:47 +00:00
mediastreamaudiosourcenode.rs CanGc fixes in components/script/dom (#33862) 2024-10-16 14:18:07 +00:00
mediastreamtrack.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
mediastreamtrackaudiosourcenode.rs CanGc fixes in components/script/dom (#33862) 2024-10-16 14:18:07 +00:00
messagechannel.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
messageevent.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
messageport.rs CanGc fixes in messageport.rs & workerglobalscope.rs (#34003) 2024-10-25 13:53:53 +00:00
mimetype.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
mimetypearray.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
mod.rs dom: Stub out the IntersectionObserver interface (#33989) 2024-10-25 09:26:47 +00:00
mouseevent.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
mutationobserver.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
mutationrecord.rs clippy: Allow too_many_arguments for existing functions (#31974) 2024-04-02 12:50:45 +00:00
namednodemap.rs clippy: Fix some warnings in components/script (#31849) 2024-03-25 10:22:21 +00:00
navigationpreloadmanager.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
navigator.rs CanGc fixes in several files (#33958) 2024-10-21 21:32:22 +00:00
navigatorinfo.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
node.rs Improve how intrinsic sizes work for videos (#31746) 2024-10-29 22:42:22 +00:00
nodeiterator.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
nodelist.rs Fixed some clippy warnings in components (#32107) 2024-04-19 08:48:01 +00:00
offlineaudiocompletionevent.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
offlineaudiocontext.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
offscreencanvas.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
offscreencanvasrenderingcontext2d.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
oscillatornode.rs CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversize.rs animationevent.rs (#33827) 2024-10-13 21:35:59 +00:00
pagetransitionevent.rs Various CanGc fixes (#33800) 2024-10-11 03:53:39 +00:00
paintrenderingcontext2d.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
paintsize.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
paintworkletglobalscope.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
pannernode.rs CanGc fixes in components/script/dom (#33891) 2024-10-17 22:36:04 +00:00
performance.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
performanceentry.rs script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
performancemark.rs
performancemeasure.rs
performancenavigation.rs Use Foo_Binding instead of FooBinding for namespace modules (#30447) 2023-09-30 00:52:04 +00:00
performancenavigationtiming.rs script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
performanceobserver.rs CanGc fixes in components/script/dom (#33891) 2024-10-17 22:36:04 +00:00
performanceobserverentrylist.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
performancepainttiming.rs script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
performanceresourcetiming.rs script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
permissions.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
permissionstatus.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
plugin.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
pluginarray.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
popstateevent.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
processinginstruction.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
progressevent.rs CanGc fixes in several files (#33958) 2024-10-21 21:32:22 +00:00
promise.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
promisenativehandler.rs CanGc fixes in components/script/dom (#33862) 2024-10-16 14:18:07 +00:00
promiserejectionevent.rs Multiple CanGc fixes in components/script/dom (#33924) 2024-10-20 16:07:15 +00:00
radionodelist.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
range.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
raredata.rs Implement form-associated custom elements and their ElementInternals (#31980) 2024-04-11 13:17:11 +00:00
readablestream.rs Propagate CanGc when interacting with readable streams. (#33975) 2024-10-23 11:49:59 +00:00
request.rs Propagate CanGc when interacting with readable streams. (#33975) 2024-10-23 11:49:59 +00:00
resizeobserver.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
resizeobserverentry.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
resizeobserversize.rs CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversize.rs animationevent.rs (#33827) 2024-10-13 21:35:59 +00:00
response.rs Use borrow() to fix GC hazard in stream_chunk (#33976) 2024-10-23 11:51:15 +00:00
rtcdatachannel.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
rtcdatachannelevent.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
rtcerror.rs Various CanGc fixes (#33800) 2024-10-11 03:53:39 +00:00
rtcerrorevent.rs More CanGc fixes: Range, Event, gpu error, Header (#33774) 2024-10-10 15:51:22 +00:00
rtcicecandidate.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
rtcpeerconnection.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
rtcpeerconnectioniceevent.rs CanGc fixes in components/script/dom (#33880) 2024-10-17 12:49:00 +00:00
rtcrtpsender.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
rtcrtptransceiver.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
rtcsessiondescription.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
rtctrackevent.rs Some CanGc fixes in components/script/dom (#33895) 2024-10-18 11:52:37 +00:00
screen.rs servoshell: Allow overriding screen resolution with a command-line argument (#34038) 2024-10-30 11:54:13 +00:00
securitypolicyviolationevent.rs CanGc fixes in several files (#33958) 2024-10-21 21:32:22 +00:00
selection.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
serviceworker.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
serviceworkercontainer.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
serviceworkerglobalscope.rs CanGc fixes in messageport.rs & workerglobalscope.rs (#34003) 2024-10-25 13:53:53 +00:00
serviceworkerregistration.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
shadowroot.rs CanGc changes from fontfaceset.rs (#33920) 2024-10-21 12:28:56 +00:00
staticrange.rs Start marking functions that can transitively trigger a GC (#33144) 2024-08-22 11:42:36 +00:00
stereopannernode.rs CanGc fixes originating from gamepadevent.rs & stereopannernode.rs (#33828) 2024-10-14 13:22:08 +00:00
storage.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
storageevent.rs Various CanGc fixes in 8 files (#33893) 2024-10-18 11:54:32 +00:00
stylepropertymapreadonly.rs clippy: fixed various clippy warnings in components/scripts (#31960) 2024-04-01 08:25:42 +00:00
stylesheet.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
stylesheetlist.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
submitevent.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
subtlecrypto.rs Implement SubtleCrypto.digest (#34034) 2024-10-30 02:06:02 +00:00
svgelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
svggraphicselement.rs Upgrade stylo to 2024-07-16 (#32812) 2024-07-24 14:37:08 +00:00
svgsvgelement.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
test_mapping.json
testbinding.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
testbindingiterable.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
testbindingmaplike.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
testbindingpairiterable.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
testbindingproxy.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
testbindingsetlike.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
testns.rs Support Namespace const in webidl (#30492) 2023-10-04 11:29:54 +00:00
testrunner.rs fix redundant closures in component/script/dom (#31917) 2024-03-28 09:06:02 +00:00
testworklet.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
testworkletglobalscope.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
text.rs cangc fixes in node.rs (#33984) 2024-10-23 22:44:50 +00:00
textcontrol.rs fix(clippy): Clippy suggestions in components/script/dom/* (#33072) 2024-08-15 19:31:30 +00:00
textdecoder.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
textencoder.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
textmetrics.rs clippy: Allow too_many_arguments for all functions (#31962) 2024-04-01 14:53:33 +00:00
texttrack.rs clippy: Fix some warnings in script/dom (#31915) 2024-03-28 16:57:25 +00:00
texttrackcue.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
texttrackcuelist.rs clippy: Fix some warnings in script/dom (#31915) 2024-03-28 16:57:25 +00:00
texttracklist.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
timeranges.rs fix(clippy): Clippy suggestions in components/script/dom/* (#33072) 2024-08-15 19:31:30 +00:00
touch.rs clippy: Allow too_many_arguments for all functions (#31962) 2024-04-01 14:53:33 +00:00
touchevent.rs clippy: Allow too_many_arguments for all functions (#31962) 2024-04-01 14:53:33 +00:00
touchlist.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
trackevent.rs CanGc fixes in several files (#33958) 2024-10-21 21:32:22 +00:00
transitionevent.rs CanGc fixes in components/script/dom (#33843) 2024-10-15 04:45:16 +00:00
treewalker.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
uievent.rs CanGc fixes and checks in multiple files (#33836) 2024-10-15 04:30:48 +00:00
url.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
urlhelper.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
urlsearchparams.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
userscripts.rs CanGc fixes in errorevent.rs (#33960) 2024-10-22 10:08:55 +00:00
validation.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
validitystate.rs Upgrade stylo to 2024-07-16 (#32812) 2024-07-24 14:37:08 +00:00
values.rs
vertexarrayobject.rs replace sparkle with glow in components/script (#33911) 2024-10-19 10:40:03 +00:00
videotrack.rs clippy: Fix many warnings in components/script (#31717) 2024-03-19 16:05:56 +00:00
videotracklist.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
virtualmethods.rs clippy: Fix more clippy warnings in components/scripts/dom (#31914) 2024-03-28 11:26:39 +00:00
visibilitystateentry.rs script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
vttcue.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
vttregion.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
webgl2renderingcontext.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
webglactiveinfo.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
webglbuffer.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
webglcontextevent.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
webglframebuffer.rs Replace .map_or(false with Option::is_some_and (#33468) 2024-09-16 10:03:52 +00:00
webglobject.rs webgl: Update IDL exposed members (#33509) 2024-09-22 11:55:31 +00:00
webglprogram.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
webglquery.rs clippy: Fix several warnings (#31710) 2024-03-18 08:33:43 +00:00
webglrenderbuffer.rs Fixed the .clone() warnings. (#31819) 2024-03-22 05:41:17 +00:00
webglrenderingcontext.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
webglsampler.rs changed match to 'matches!' (#31850) 2024-03-25 11:28:12 +00:00
webglshader.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
webglshaderprecisionformat.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
webglsync.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
webgltexture.rs Fixed some clippy warnings in components (#32107) 2024-04-19 08:48:01 +00:00
webgltransformfeedback.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
webgluniformlocation.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
webglvertexarrayobject.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
webglvertexarrayobjectoes.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
websocket.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
wheelevent.rs CanGc fixes in components/script/dom (#33843) 2024-10-15 04:45:16 +00:00
window.rs servoshell: Allow overriding screen resolution with a command-line argument (#34038) 2024-10-30 11:54:13 +00:00
windowproxy.rs CanGc fixes from constantsourcenode.rs & window.rs (#33931) 2024-10-20 19:54:02 +00:00
worker.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
workerglobalscope.rs CanGc fixes in messageport.rs & workerglobalscope.rs (#34003) 2024-10-25 13:53:53 +00:00
workerlocation.rs clippy: Fix redundant field names warnings (#31793) 2024-03-20 23:05:29 +00:00
workernavigator.rs script: implement navigator.hardwareConcurrency (#31268) 2024-02-07 18:41:58 +00:00
worklet.rs CanGc fixes from EventTarget::fire_event (#33985) 2024-10-23 22:48:19 +00:00
workletglobalscope.rs CanGc fixes in errorevent.rs (#33960) 2024-10-22 10:08:55 +00:00
xmldocument.rs enhance: Add support for unsafe-eval and wasm-unsafe-eval (#32893) 2024-08-01 17:26:44 +00:00
xmlhttprequest.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
xmlhttprequesteventtarget.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xmlhttprequestupload.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xmlserializer.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
xrboundedreferencespace.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrcompositionlayer.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrcubelayer.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrcylinderlayer.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrequirectlayer.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrframe.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrhand.rs webxr: Update hand input to match latest spec (#32958) 2024-08-14 22:45:45 +00:00
xrhittestresult.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrhittestsource.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrinputsource.rs Various CanGc fixes (#33800) 2024-10-11 03:53:39 +00:00
xrinputsourcearray.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
xrinputsourceevent.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
xrinputsourceschangeevent.rs clippy: Fix warnings in components/script/dom (#33860) 2024-10-16 15:48:53 +00:00
xrjointpose.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrjointspace.rs webxr: Update hand input to match latest spec (#32958) 2024-08-14 22:45:45 +00:00
xrlayer.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrlayerevent.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
xrmediabinding.rs script: Include constructors and static methods in generated DOM traits (#33665) 2024-10-08 01:51:58 +00:00
xrpose.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrprojectionlayer.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrquadlayer.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrray.rs More CanGc fixes (#33888) 2024-10-17 19:36:42 +00:00
xrreferencespace.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrreferencespaceevent.rs Replace CanGc::note() with arguments passed by callers (#33917) 2024-10-20 08:24:36 +00:00
xrrenderstate.rs clippy: Fix redundant_* warnings (#32056) 2024-04-11 21:46:18 +00:00
xrrigidtransform.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrsession.rs cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002) 2024-10-25 12:44:15 +00:00
xrsessionevent.rs CanGc fixes in components/script/dom (#33880) 2024-10-17 12:49:00 +00:00
xrspace.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
xrsubimage.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
xrsystem.rs CanGc fixes from eventtarget.rs (#33973) 2024-10-22 22:43:52 +00:00
xrtest.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
xrview.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrviewerpose.rs More files with CanGc fixes (#33892) 2024-10-18 13:42:43 +00:00
xrviewport.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
xrwebglbinding.rs Add missing XRWebGLBinding constructor spec steps (#33731) 2024-10-16 16:12:37 +00:00
xrwebgllayer.rs replace sparkle with glow in components/script (#33911) 2024-10-19 10:40:03 +00:00
xrwebglsubimage.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00