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
*
Demonstrate using dictionary as callback this object.
dictionary-callback
Josh Matthews
2024-07-15
1
-1
/
+1
*
Add remaining WebIDLs of ReadableStream (#32605)
Ngo Iok Ui (Wu Yu Wei)
2024-06-27
1
-2
/
+3
*
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
*
WebIDL: use FLoat32Array (#30990)
Gregory Terzian
2024-01-11
1
-5
/
+17
*
Replace script_plugins with a clippy like rustc driver (named crown) (#30508)
Samson
2023-12-01
1
-2
/
+2
*
Support Namespace const in webidl (#30492)
Samson
2023-10-04
1
-7
/
+12
*
Codegen support multiple interfaces in single webidl file & WebGPU single web...
Samson
2023-09-30
1
-2
/
+9
*
Use Foo_Binding instead of FooBinding for namespace modules (#30447)
Samson
2023-09-30
1
-10
/
+26
*
remove `extern crate` (#30311)
Samson
2023-09-08
1
-1
/
+1
*
Replace a method call now deprecated in mozjs (#30307)
Martin Robinson
2023-09-06
1
-1
/
+1
*
Impl Setlike and Maplike (#30237)
Samson
2023-09-06
1
-1
/
+76
*
build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)
Martin Robinson
2023-09-01
1
-1
/
+1
*
Fix the 32-bit build (#30204)
Martin Robinson
2023-08-25
1
-2
/
+2
*
Throw type error when calling DOM constructor without new.
Josh Matthews
2023-05-30
1
-15
/
+35
*
Support arbitrary protos when wrapping DOM objects with constructors.
Josh Matthews
2023-05-28
1
-3
/
+1
*
Support arbitrary protos when wrapping EventTarget objects.
Josh Matthews
2023-05-28
1
-12
/
+43
*
Use an enum to pass the index value for interfaces/protos.
Josh Matthews
2023-05-26
1
-5
/
+8
*
Extract bodies of DefineDOMInterface and GetProtoObject/GetConstructorObject ...
Josh Matthews
2023-05-26
1
-29
/
+12
*
apply pylbrecht/servo/named.window.getter (closes #27952)
Delan Azabani
2023-03-23
1
-15
/
+19
*
Fix Codegen
sagudev
2023-02-20
1
-30
/
+30
*
Changes for spidermomkey upgrade.
Josh Matthews
2022-11-23
1
-31
/
+36
*
Update CodegenRust.py
Kagami Sascha Rosylight
2022-01-05
1
-7
/
+7
*
fix(script): the condition for exposing a cross-origin setter is `CrossOrigin...
yvt
2021-08-17
1
-1
/
+1
*
refactor(script): make grouping clearer while keeping `test-tidy` happy
yvt
2021-07-27
1
-3
/
+4
*
refactor(script): refactor common code into `PropertyDefiner.generateUnguarde...
yvt
2021-07-27
1
-20
/
+38
*
refactor(script): squash `CGDOMJSProxyHandler_set`
yvt
2021-07-26
1
-51
/
+5
*
refactor(script): apply suggestions
yvt
2021-07-25
1
-1
/
+0
*
style(script): address `test-tidy` errors
yvt
2021-07-17
1
-1
/
+1
*
feat(script): implement `getOwnEnumerablePropertyKeys` for `Location`
yvt
2021-07-17
1
-3
/
+6
*
feat(script): Implement `[[Set]]` for `Location`
yvt
2021-07-17
1
-3
/
+57
*
feat(script): enable `js::ProxyOptions::setLazyProto` for maybe-cross-origin ...
yvt
2021-07-17
1
-2
/
+14
*
feat(script): Implement `[[{Get,Set}PrototypeOf]]` for `Location`
yvt
2021-07-17
1
-7
/
+37
*
feat(script): implement some of the non-ordinary internal methods of `Location`
yvt
2021-07-16
1
-27
/
+205
[next]