index
:
servo.git
2020-background-images
SimonSapin-patch-1
android_libstd
as-of-2024-08-12
attrs
auto
autoraf
backtrace
bump-raqote
cb_split
checks
dependabot/cargo/git2-0.20.1
devtools-replay-tool
devtools-testing
dictionary-callback
dom-protos
end-of-the-line
fail-on-winit-minimal-build-errors
fix-docs3
fix-legacy-layout-paths-in-wpt
fix-nightly-build-mozjs-issue
fix-windows-nightly
fix-wpt-sync-testroot-issue
fix_webgpu_error_handling
flexbox-column-layout
fonts-fast-ipc-turnaround
gfx-base-reorganization-part2
gh-readonly-queue/main/pr-34687-11424f90b3cb0fe5688fce68139744f919c5be21
github-actions-dev
gone
gonk
http_network_or_cache_fetch
iframe-load-hack
indefinite-containing-block
inert
input
jdm-patch-1
jdm-patch-10
jdm-patch-11
jdm-patch-12
jdm-patch-13
jdm-patch-14
jdm-patch-15
jdm-patch-16
jdm-patch-17
jdm-patch-18
jdm-patch-19
jdm-patch-2
jdm-patch-20
jdm-patch-21
jdm-patch-22
jdm-patch-23
jdm-patch-24
jdm-patch-25
jdm-patch-26
jdm-patch-27
jdm-patch-28
jdm-patch-29
jdm-patch-3
jdm-patch-30
jdm-patch-31
jdm-patch-32
jdm-patch-33
jdm-patch-34
jdm-patch-35
jdm-patch-36
jdm-patch-37
jdm-patch-38
jdm-patch-39
jdm-patch-4
jdm-patch-40
jdm-patch-41
jdm-patch-42
jdm-patch-43
jdm-patch-44
jdm-patch-45
jdm-patch-46
jdm-patch-47
jdm-patch-48
jdm-patch-49
jdm-patch-5
jdm-patch-50
jdm-patch-51
jdm-patch-52
jdm-patch-53
jdm-patch-54
jdm-patch-6
jdm-patch-7
jdm-patch-8
jdm-patch-9
jdm-revert1
jdm-revert2
jdm-revert3
jdm-revert4
layout-2020-borrow-mut-independent-contexts
layout-2020-fix-rule-tree-drop
layout-revamp-prototype
layout-thread-2020
macos-ci-failure
main
make-column-distribution-more-generic
multi-tlbc
multiple-concurrent-tlbc
named-getter
nightlies
offscreen-rendering
osmesa-up
paulrouget-patch-1
perfetto-metrics-and-navigation-start
plumb-time-profiler-into-tracing
port-minibrowser-to-delegate
pr-20330
rcdom
revert
revert-29964-enable-merge-queue-action
revert-31409-style-config
revert-remaining-stylo-changes
revert-webrender
rustc-nightly-update
sagudev-patch-1
sagudev-patch-2
sagudev-patch-3
self-hosted-github-sha-upstream
separate-libservo-build-job
servoshell-tabs
squeeze
test
test-wpt
test_branch
tmp
try
try-android
try-wpt-mac
typed-arrays
typed-arrays-heap
update-linux-runner-image-version
upgrade-rustc-to-03-25-nightly
url-quirks-module-inlined
wpt_update_01-12-2024
wpt_update_02-12-2024
wpt_update_03-12-2024
wpt_update_04-12-2024
wpt_update_05-05-2024
wpt_update_16-03-2025
wpt_update_23-02-2025
wpt_update_23-03-2025
xrtest
…
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
script
/
dom
/
bindings
/
codegen
/
CodegenRust.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
script: Move code generation and webidl files to new script_bindings crate. (...
Josh Matthews
2025-01-24
1
-8502
/
+0
*
script: Feature-gate all crown support. (#35055)
Josh Matthews
2025-01-18
1
-7
/
+12
*
script: Limit public exports. (#34915)
Josh Matthews
2025-01-10
1
-38
/
+39
*
Remove readable streams from webidl/codegen (#34835)
Taym Haddadi
2025-01-04
1
-38
/
+0
*
Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...
Gregory Terzian
2024-12-17
1
-2
/
+3
*
Replace unsafe uses of HandleValueArray. (#34588)
Josh Matthews
2024-12-13
1
-3
/
+6
*
Create two-phase initialization for generated JS engine bindings (#34366)
Josh Matthews
2024-12-06
1
-106
/
+258
*
Support custom derives for generated types (#34356)
Josh Matthews
2024-11-24
1
-14
/
+65
*
Generate a trait abstracting over all known DOM interfaces (#34357)
Josh Matthews
2024-11-24
1
-6
/
+146
*
Use out parameter for generated methods returning JSVal (#34087)
Josh Matthews
2024-11-05
1
-17
/
+69
*
Fix invalid rooting for PropertyDescriptor (#34018)
Josh Matthews
2024-10-28
1
-7
/
+7
*
cangc fixes in node.rs (#33984)
chickenleaf
2024-10-23
1
-0
/
+1
*
clippy: Fix a variety of clippy warnings in `fonts`, `layout_2020` and the DO...
chickenleaf
2024-10-18
1
-0
/
+1
*
fix clippy warnings in codegen (#33781)
Gae24
2024-10-10
1
-2
/
+2
*
refactor `CGClassConstructHook` to use handwritten constructors (#33614)
Gae24
2024-10-09
1
-31
/
+31
*
script: Include constructors and static methods in generated DOM traits (#33665)
Josh Matthews
2024-10-08
1
-17
/
+71
*
Less `allow(crown::unrooted_must_root)` in bindings (#33630)
Samson
2024-10-03
1
-3
/
+7
*
Fix panic in webstorage/symbol-props.window.js (#33108)
Akash Pateria
2024-10-02
1
-0
/
+16
*
bindings: Allow Guard to take multiple conditions, check for SecureContext in...
Daniel Adams
2024-09-21
1
-12
/
+23
*
chore: Fix two compiler warnings (#33421)
Martin Robinson
2024-09-12
1
-1
/
+4
*
Propagate `CanGc` from `Document::new()` (#33386)
Andriy Sultanov
2024-09-09
1
-8
/
+22
*
Impl PartialEq and Eq for DomObject (#33212)
Taym Haddadi
2024-09-02
1
-6
/
+0
*
Start marking functions that can transitively trigger a GC (#33144)
Josh Matthews
2024-08-22
1
-2
/
+5
*
Make string formatting more consistent in `CodegenRust.py` (#33096)
Koki Saito
2024-08-18
1
-1047
/
+927
*
fix: Replace callargs_is_constructing with is_constructing method (#33101)
Koki Saito
2024-08-18
1
-1
/
+1
*
Add exception to rejection logic in `generic_call` (#32950)
Samson
2024-08-06
1
-3
/
+11
*
webgpu: Use wgpu's instead of string errors and update limits handling (#32925)
Samson
2024-08-04
1
-1
/
+1
*
bindings: Convert certain Exceptions into Promise rejections (#32923)
Samson
2024-08-03
1
-3
/
+133
*
clippy: components/script/realms (#32859)
Rémy SAISSY
2024-07-26
1
-1
/
+1
*
Fixes typo in clippy::enum_variant_names (#32784)
Danila Matveev
2024-07-16
1
-1
/
+1
*
script: Use the new C string literal in the DOM bindings (#32741)
Bumsoo Kim
2024-07-11
1
-33
/
+37
*
clippy: Fix a bunch of warnings in `script` (#32680)
Martin Robinson
2024-07-04
1
-7
/
+8
*
fix: codegen on callback (#32537)
Ngo Iok Ui (Wu Yu Wei)
2024-06-18
1
-6
/
+15
*
Revert "script: implement AbortController (#31361)" (#32243)
Samson
2024-05-07
1
-6
/
+4
*
script: implement AbortController (#31361)
Smitty
2024-05-04
1
-4
/
+6
*
clippy: Fix remaining warnings in generated code (#31844)
eri
2024-03-25
1
-20
/
+33
*
Remove repeated imports from generated code (#31711)
eri
2024-03-21
1
-364
/
+32
*
clippy: Fix warnings in generated code (#31721)
eri
2024-03-17
1
-41
/
+49
*
Use get_desired_proto in htmlconstructor (#31600)
Samson
2024-03-10
1
-2
/
+3
*
Extract generated finalizers into generic helper functions. (#31569)
Josh Matthews
2024-03-08
1
-31
/
+7
*
WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings (#31317)
Taym Haddadi
2024-02-16
1
-0
/
+2
*
WebIDL: Use ArrayBufferViewU8 instead of raw JSObject in bindings (#31325)
Taym Haddadi
2024-02-16
1
-0
/
+2
*
WebIDL: Use `ArrayBuffer` instead of raw `JSObject` in bindings (#31202)
Taym Haddadi
2024-02-13
1
-1
/
+3
*
webidlg: Handle `Float64Array` as a `TypedArray` rather than a raw `JSObject`...
Taym Haddadi
2024-01-30
1
-0
/
+2
*
Use Int8array, int16array, uint16array, int32array & uint32array in WebIDL (#...
Taym Haddadi
2024-01-25
1
-2
/
+12
*
Use Uint8Array for TextEncoder (#31145)
Taym Haddadi
2024-01-23
1
-1
/
+3
*
Use FLoat32Array in GamepadPose (#31106)
Taym Haddadi
2024-01-19
1
-5
/
+1
*
script: Use FLoat32Array in XRRay (#31087)
Taym Haddadi
2024-01-17
1
-1
/
+1
*
use FLoat32Array in XRRigidTransform (#31076)
Taym Haddadi
2024-01-17
1
-1
/
+1
*
use FLoat32Array in XRView (#31077)
tannal
2024-01-16
1
-1
/
+1
[next]