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
dependabot/cargo/objc2-related-924cc4145e
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
feat: support pre-edit text display for IME (#35535)
DK Liao
2025-02-19
3
-4
/
+23
*
script: add skeleton implementation of `FontFace` API (#35262)
Mukilan Thiyagarajan
2025-02-19
10
-7
/
+663
*
Ensure that qualified-name segments start with a valid start character (#35530)
Simon Wülker
2025-02-19
4
-137
/
+141
*
feat: add `Notification` Web API binding (#34842)
Jason Tsai
2025-02-18
3
-0
/
+588
*
script: Add custom logging representation for DOM interfaces. (#35416)
Josh Matthews
2025-02-18
1
-14
/
+73
*
Make WebBluetooth an optional feature. (#35479)
Josh Matthews
2025-02-18
19
-12
/
+46
*
Don't attempt to report style attribute for non-htmlelements to devtools (#35...
Simon Wülker
2025-02-17
1
-3
/
+5
*
window: avoid NonNull<JSObject> in NamedGetter (#35508)
Gae24
2025-02-17
2
-21
/
+7
*
implement Touchevent prevent default behavior (#35031)
Bi Fuguo
2025-02-17
2
-16
/
+15
*
dom: expose obsolete `scheme` attribute for meta tag (#35505)
Euclid Ye
2025-02-17
1
-0
/
+5
*
`DataTransferItem`: improve spec compliance (#35418)
Gae24
2025-02-16
5
-123
/
+180
*
chore: Update wgpu (#35503)
Samson
2025-02-16
1
-7
/
+6
*
script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482)
shanehandley
2025-02-16
4
-359
/
+678
*
script: Take away Fallible from new_resolved and new_rejected (#35473)
Kingsley Yung
2025-02-15
7
-35
/
+22
*
script: remove non-actionable todo from script/dom/document.rs (#35472)
shanehandley
2025-02-15
1
-2
/
+1
*
chore: Remove outdated FIXME. (#35458)
Josh Matthews
2025-02-14
1
-1
/
+0
*
libservo: change 'request_fullscreen_state_change' API to a notification (#35...
Mukilan Thiyagarajan
2025-02-13
1
-2
/
+2
*
dom: IntersectionObserver initialization (#35314)
Steven Novaryo
2025-02-13
6
-18
/
+434
*
Use surfman with glow bindings (take II) (#35422)
Samson
2025-02-13
1
-3
/
+2
*
libservo: Expose a single `InputEvent` type and pass it to script (#35430)
Martin Robinson
2025-02-12
6
-310
/
+270
*
script: reset spurious frame counter *only* when reflow is triggered (#35435)
Mukilan Thiyagarajan
2025-02-12
1
-3
/
+4
*
Add Precustomized state to CustomElementState (#35392)
Taym Haddadi
2025-02-12
2
-0
/
+13
*
feat: dispatch mouse `contextmenu` event to DOM and embedder (#35364)
Jason Tsai
2025-02-12
1
-2
/
+82
*
script: fix spurious animation checks to correctly invoke rAF callbacks (#35387)
Mukilan Thiyagarajan
2025-02-12
1
-17
/
+39
*
bindings: Support non-object this values for callbacks. (#35427)
Josh Matthews
2025-02-12
2
-11
/
+13
*
Let script/webgpu feature imply script_traits/webgpu (#35424)
Oriol Brufau
2025-02-11
1
-1
/
+1
*
script: remove a fixed todo from script/dom/xmlhttprequest.rs (#35417)
shanehandley
2025-02-11
1
-6
/
+1
*
script: make Error::to_jsval safe (#35411)
Stephen Muss
2025-02-10
8
-64
/
+41
*
implemented feture and tests (#35309)
Domenico Rizzo
2025-02-10
1
-2
/
+9
*
Revert "Use surfman with glow bindings (#34328)" (#35402)
Samson
2025-02-10
1
-2
/
+3
*
libservo: Flesh out permissions API (#35396)
Martin Robinson
2025-02-10
4
-104
/
+119
*
script: Add shadow dom check to custom element constructor (#35382)
Max T.
2025-02-09
1
-5
/
+11
*
dom: Always replace unpaired surrogates when handling page text (#35381)
Martin Robinson
2025-02-09
3
-52
/
+8
*
script: Replace unnecessary macro in get_constructor_object_from_local_name (...
Max T.
2025-02-09
1
-137
/
+132
*
make report_pending_exception safe and adjust callers (#35351)
Nolen Scaife
2025-02-08
8
-43
/
+41
*
suppress build warnings when disabling webgpu and webxr (#35379)
webbeef
2025-02-08
8
-15
/
+26
*
Handle assigned slottables in an Event's path (#35380)
Simon Wülker
2025-02-08
1
-6
/
+44
*
script: make methods of ErrorInfo safe (#35367)
Stephen Muss
2025-02-07
1
-22
/
+31
*
servoshell: Move `headless` setting to ServoShellPreferences (#35377)
Martin Robinson
2025-02-07
6
-23
/
+0
*
script: make throw_invalid_this and throw_constructor_without_new safe (#35360)
Stephen Muss
2025-02-07
3
-14
/
+15
*
deps: Upgrade to `webrender@0.66` (#35325)
Martin Robinson
2025-02-07
11
-11
/
+13
*
libservo: Add a `ClipboardDelegate` and a default implementation (#35297)
Martin Robinson
2025-02-07
3
-29
/
+38
*
script: Annotate steps for custom element creation. (#35354)
Josh Matthews
2025-02-07
2
-43
/
+82
*
Implement ServoLayoutNode::traversal_parent (#35338)
Simon Wülker
2025-02-07
8
-166
/
+76
*
Update `pixels::unmultiply_inplace` to support RB swap and use it in canvas_s...
Euclid Ye
2025-02-06
3
-4110
/
+1
*
Inform the devtools about shadow roots on a node (#35294)
Simon Wülker
2025-02-05
3
-19
/
+55
*
Make generated proxy handlers and DOM object hooks generic (#35292)
Josh Matthews
2025-02-05
6
-6
/
+28
*
Add support for Upgrade request to a potentially trustworthy URL. (#34986)
Shubham Gupta
2025-02-05
29
-14
/
+137
*
script: delay Mutation initialization (#35291)
Euclid Ye
2025-02-05
5
-23
/
+31
*
Use surfman with glow bindings (#34328)
Samson
2025-02-05
1
-3
/
+2
[prev]
[next]