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
/
node.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Formatting.
Josh Matthews
2023-05-28
1
-1
/
+5
*
Support arbitrary protos when wrapping DOM objects with constructors.
Josh Matthews
2023-05-28
1
-2
/
+11
*
Throw HierarchyRequest error for Attr in pre-insert and replacechild
cybai
2023-04-21
1
-5
/
+7
*
Add support for <iframe> elements for Layout 2020
Martin Robinson
2023-04-04
1
-8
/
+4
*
apply pylbrecht/servo/named.window.getter (closes #27952)
Delan Azabani
2023-03-23
1
-29
/
+0
*
Update nightly rustc.
Josh Matthews
2021-11-01
1
-2
/
+2
*
Replaced ref_slice::ref_slice with std::slice::from_ref
Adrian Willenbücher
2021-06-10
1
-5
/
+5
*
fmt
teymour-aldridge
2021-02-05
1
-4
/
+2
*
Remove unused arguments from methods.
teymour-aldridge
2021-02-05
1
-2
/
+1
*
Implement ParentNode#replaceChildren
Vincent Ricard
2020-09-25
1
-0
/
+12
*
Do not panic on navigating across documents
Utsav Oza
2020-07-30
1
-3
/
+3
*
Cancel animations for nodes which are removed from the DOM
Martin Robinson
2020-06-17
1
-0
/
+7
*
Implement concept of dirty root
Anthony Ramine
2020-05-19
1
-12
/
+40
*
Make Node::style_and_layout_data be a DomRefCell<T>
Anthony Ramine
2020-05-19
1
-21
/
+25
*
Correctly paint the CSS canvas’ background
Simon Sapin
2020-05-15
1
-0
/
+6
*
Add a fast path in Element::SetInnerHTML when the value is small and trivial ...
Bastien Orivel
2020-05-04
1
-0
/
+14
*
Don't go through the layout thread to retrieve a node's primary style
Anthony Ramine
2020-04-07
1
-0
/
+19
*
Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutData
Anthony Ramine
2020-04-06
1
-10
/
+10
*
Rename a bunch of style/layout data items
Anthony Ramine
2020-04-06
1
-6
/
+6
*
Make DOM own the style and layout data, in an UnsafeCell
Anthony Ramine
2020-04-04
1
-52
/
+13
*
Add some comments and remove obsolete allow attributes
Anthony Ramine
2020-04-01
1
-3
/
+7
*
Introduce more layout helpers to make selection_for_layout be safe
Anthony Ramine
2020-04-01
1
-3
/
+2
*
Introduce <LayoutDom<HTMLImageElement>>::current_request
Anthony Ramine
2020-04-01
1
-11
/
+7
*
Make LayoutNodeHelpers::composed_parent_node_ref be safe
Anthony Ramine
2020-04-01
1
-5
/
+12
*
Make a bunch of LayoutNodeHelpers be safe
Anthony Ramine
2020-03-31
1
-24
/
+21
*
Introduce LayoutDom::is
Anthony Ramine
2020-03-31
1
-4
/
+3
*
Make layout methods accessing rare data be safe
Anthony Ramine
2020-03-31
1
-9
/
+11
*
Don't generate rare_data_for_layout methods anymore
Anthony Ramine
2020-03-31
1
-2
/
+3
*
Make LayoutNodeHelpers::text_content return a cow
Anthony Ramine
2020-03-31
1
-6
/
+6
*
Make LayoutCharacterDataHelpers::data_for_layout be safe
Anthony Ramine
2020-03-31
1
-2
/
+1
*
Make LayoutHTMLTextAreaElementHelpers::value_for_layout safe
Anthony Ramine
2020-03-31
1
-1
/
+1
*
Make LayoutHTMLInputElementHelpers::value_for_layout return a cow
Anthony Ramine
2020-03-31
1
-1
/
+1
*
Make LayoutNodeHelpers methods take self
Anthony Ramine
2020-03-29
1
-58
/
+58
*
Give a lifetime parameter to LayoutDom
Anthony Ramine
2020-03-28
1
-16
/
+16
*
Add trait DomObjectWrap to provide WRAP function
YUAN LYU
2020-03-20
1
-10
/
+4
*
Auto merge of #25499 - NeverHappened:implement-form-dirname, r=jdm
bors-servo
2020-02-24
1
-0
/
+20
|
\
|
*
Simplify code for directionality
Dmitry Kolupaev
2020-02-25
1
-6
/
+4
|
*
Remove recursiveness from directionality search
Dmitry Kolupaev
2020-02-25
1
-9
/
+18
|
*
Simplify node#parent_directionality
Dmitry Kolupaev
2020-02-25
1
-8
/
+2
|
*
Rearrange directionality algorithm functions
Dmitry Kolupaev
2020-02-25
1
-0
/
+19
*
|
Avoid accessing node global during Node's destructor.
Josh Matthews
2020-02-24
1
-12
/
+22
|
/
*
Auto merge of #25548 - pshaughn:docnamedgetter, r=jdm
bors-servo
2020-02-13
1
-0
/
+29
|
\
|
*
Doc named getter improvements
Patrick Shaughnessy
2020-02-13
1
-0
/
+29
*
|
Event dispatch rewritten to resemble spec more often, activate on clicks better
Patrick Shaughnessy
2020-02-12
1
-0
/
+42
|
/
*
Remove outdated comment about #4105
Patrick Shaughnessy
2020-02-05
1
-3
/
+2
*
Add accountable-refcell as optional build time feature
Kunal Mohan
2020-01-08
1
-2
/
+2
*
Auto merge of #25310 - pshaughn:attr_node, r=Manishearth
bors-servo
2020-01-07
1
-56
/
+203
|
\
|
*
Attr is a Node, with consequences for many Node methods
Patrick Shaughnessy
2019-12-23
1
-56
/
+203
*
|
Now passing output tests as well as anyone
Patrick Shaughnessy
2020-01-06
1
-0
/
+15
|
/
*
adding .isConnected DOM attribute
Patrick Shaughnessy
2019-12-11
1
-0
/
+5
[prev]
[next]