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
gh-readonly-queue/main/pr-36829-539ca272843bd0937bc7ed48d6103a6338d2a3c9
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-05-2025
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
/
window.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix scrolling on root element
Martin Robinson
2023-05-05
1
-3
/
+8
*
Allow script to scroll `overflow: scroll` elements
Martin Robinson
2023-04-25
1
-14
/
+12
*
Scroll from script should trigger a reflow
Martin Robinson
2023-04-25
1
-21
/
+21
*
clean up spurious changes and todos with no action needed
Delan Azabani
2023-03-23
1
-3
/
+0
*
revert: Introduce `Untransplantable` trait to indicate transplantability at t...
Delan Azabani
2023-03-23
1
-7
/
+6
*
apply yvt/servo/fix-named-window-getter
Delan Azabani
2023-03-23
1
-6
/
+7
*
apply pylbrecht/servo/named.window.getter (closes #27952)
Delan Azabani
2023-03-23
1
-2
/
+202
*
Miscellaneous build / tidy fixes.
Emilio Cobos Álvarez
2021-02-26
1
-2
/
+3
*
Remove unused arguments from methods.
teymour-aldridge
2021-02-05
1
-6
/
+2
*
Add creation url and Secure Contexts
Jonathan Kingston
2020-11-25
1
-0
/
+8
*
dom: Add Window.js_backtrace debugging extension method.
Josh Matthews
2020-07-14
1
-1
/
+16
*
Auto merge of #26998 - gterzian:improve_task_cancelling, r=jdm
bors-servo
2020-07-06
1
-3
/
+3
|
\
|
*
use a stronger atomic guarantee when cancelling tasks
Gregory Terzian
2020-06-20
1
-3
/
+3
*
|
Return Option for Window's layout channel
Antoine Martin
2020-07-03
1
-11
/
+24
|
/
*
Implement GPUSwapChain and GPUCanvasContext and interface with Webrender
Kunal Mohan
2020-06-13
1
-1
/
+2
*
Store resolved font style in canvas context state
Utsav Oza
2020-06-10
1
-5
/
+6
*
Add todos for missing steps while processing parse font query
Utsav Oza
2020-06-10
1
-3
/
+0
*
Query layout to resolve canvas font property value
Utsav Oza
2020-06-10
1
-1
/
+18
*
Auto merge of #26628 - gterzian:shutdown_workers, r=asajeffrey
bors-servo
2020-06-03
1
-2
/
+2
|
\
|
*
properly shutdown dedicated workers when the owning scope shuts-down
Gregory Terzian
2020-06-03
1
-2
/
+2
*
|
reading unminified scripts from disk
skrzyp1
2020-06-02
1
-21
/
+14
|
/
*
Have Animations struct handle rooting nodes
Martin Robinson
2020-05-26
1
-10
/
+7
*
Implement animationiteration event
Martin Robinson
2020-05-21
1
-4
/
+9
*
Implement concept of dirty root
Anthony Ramine
2020-05-19
1
-7
/
+21
*
Share single gpu_id_hub among all threads in a process
Kunal Mohan
2020-05-15
1
-0
/
+4
*
dom: Implement current window event.
Josh Matthews
2020-05-13
1
-0
/
+30
*
Move most animation processing to script
Martin Robinson
2020-05-12
1
-5
/
+7
*
Start having animations conform to the HTML spec
Martin Robinson
2020-05-05
1
-44
/
+9
*
Use a restyle for animation ticks
Martin Robinson
2020-05-05
1
-13
/
+22
*
Update window.open() to return fallible result
Utsav Oza
2020-05-04
1
-1
/
+1
*
Add support for animationend event
Martin Robinson
2020-05-01
1
-10
/
+5
*
Auto merge of #26296 - ramyananth:master, r=jdm
bors-servo
2020-04-30
1
-0
/
+15
|
\
|
*
implemented CreateImageBitmap function for Canvas image source
JayalakshmiV
2020-04-29
1
-0
/
+15
*
|
Support navigating browsing contexts in the devtools.
Josh Matthews
2020-04-26
1
-3
/
+9
|
/
*
Remove WebVR
Alan Jeffrey
2020-04-08
1
-11
/
+0
*
Don't go through the layout thread to retrieve a node's primary style
Anthony Ramine
2020-04-07
1
-9
/
+2
*
Make DOM own the style and layout data, in an UnsafeCell
Anthony Ramine
2020-04-04
1
-7
/
+0
*
Auto merge of #26077 - jdm:xr-canvas-dirty, r=asajeffrey
bors-servo
2020-03-31
1
-0
/
+8
|
\
|
*
webgl: Don't dirty canvas element while in immersive mode.
Josh Matthews
2020-03-31
1
-0
/
+8
*
|
Cache the result of retrieving an element's client rectangle from layout.
Josh Matthews
2020-03-31
1
-9
/
+73
|
/
*
Pass pending restyles instead of draining them from layout
Anthony Ramine
2020-03-28
1
-2
/
+3
*
Force alert message to its own line.
Josh Matthews
2020-03-23
1
-1
/
+1
*
Stop embedder calls and fake rAF when window not visible
Paul Rouget
2020-03-06
1
-0
/
+8
*
Factored out permission_state_invocation_results API to GlobalScope
gatowololo
2020-02-27
1
-11
/
+0
*
implement broadcastchannel
Gregory Terzian
2020-02-25
1
-2
/
+2
*
Avoid accessing node global during Node's destructor.
Josh Matthews
2020-02-24
1
-1
/
+3
*
Remove unnecessary Option.
Josh Matthews
2020-02-24
1
-4
/
+4
*
Auto merge of #25777 - kunalmohan:24720-ImageCache, r=jdm
bors-servo
2020-02-19
1
-1
/
+6
|
\
|
*
remove option for origin and mirror changes to layout_thread_2020
Kunal Mohan
2020-02-18
1
-1
/
+5
|
*
Take origin from window instead of creating a new one in case of reflow
Kunal Mohan
2020-02-15
1
-0
/
+1
[next]