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-36506-baa18e18afa20f3b38c17c830feb76b05f7e64fb
gh-readonly-queue/main/pr-36681-69605d05cfab21824d8ab4777cb371cae38aaeb6
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
/
utils.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393
Marcin Mielniczuk
2018-03-28
1
-24
/
+32
*
Use specific negative assertion for DOM bindings utils
CYBAI
2018-01-26
1
-1
/
+1
*
Fix tyvar_behind_raw_pointer warnings
Simon Sapin
2018-01-10
1
-2
/
+2
*
Replace all uses of the `heapsize` crate with `malloc_size_of`.
Nicholas Nethercote
2017-10-18
1
-6
/
+6
*
Fix commonmark Markdown warnings in docs, part 1
Matt Brubeck
2017-10-17
1
-1
/
+1
*
script: Properly throw when "this" is not an object in a generic call.
Emilio Cobos Álvarez
2017-09-17
1
-2
/
+6
*
order derivable traits lists
Clément DAVID
2017-08-23
1
-2
/
+2
*
Renamed BrowsingContext to WindowProxy in script.
Alan Jeffrey
2017-05-12
1
-2
/
+2
*
Add way to get c_void ptr or c_char from caller
mckaymatt
2017-04-04
1
-1
/
+22
*
Eliminate a mem::transmute in CodeGen
Gregory Katz
2017-02-20
1
-5
/
+5
*
Update js, AGAIN
Anthony Ramine
2016-11-27
1
-6
/
+6
*
Update js.
Ms2ger
2016-11-27
1
-15
/
+0
*
Issue #13377 Extract panic-catching for JS engine callbacks into a
Hugo Thiessard
2016-09-26
1
-0
/
+15
*
Make DOMJSClass use JSClass instead of Class (fixes #13031)
Tetsuharu OHZEKI
2016-08-26
1
-1
/
+1
*
Pass the receiver to get_property_on_prototype (fixes #11600)
Anthony Ramine
2016-08-25
1
-3
/
+3
*
Make has_property_on_prototype fallible
Anthony Ramine
2016-08-25
1
-5
/
+8
*
Mark get_property_on_prototype and has_property_on_prototype as unsafe
Anthony Ramine
2016-08-25
1
-30
/
+29
*
Rename utils::create_dom_object to interface::create_global_object
Anthony Ramine
2016-08-25
1
-48
/
+8
*
Implement the [Exposed] extended attribute on interfaces.
Ms2ger
2016-07-12
1
-0
/
+3
*
Switch to using the new rooted!/RootedGuard API for rooting.
Eduard Burtescu
2016-07-04
1
-19
/
+18
*
Auto merge of #11329 - c-rhodes:11320, r=jdm
bors-servo
2016-05-27
1
-1
/
+1
|
\
|
*
Report use statements that use {} with only one entry
Cullen Rhodes
2016-05-27
1
-1
/
+1
*
|
Remove utils::Prefable in favour of guard::Guard
Anthony Ramine
2016-05-26
1
-22
/
+0
*
|
Remove Prefable::terminator 🤖
Anthony Ramine
2016-05-26
1
-10
/
+3
|
/
*
Move DOMString back to script
Anthony Ramine
2016-05-24
1
-3
/
+3
*
codegen: Throw a more descriptive invalid enum message
Emilio Cobos Álvarez
2016-05-13
1
-3
/
+4
*
Auto merge of #10756 - servo:smup, r=Ms2ger
bors-servo
2016-05-03
1
-25
/
+16
|
\
|
*
Update SpiderMonkey
Anthony Ramine
2016-05-03
1
-25
/
+16
*
|
Implement hiding of interface members via Pref annotations.
Josh Matthews
2016-05-02
1
-2
/
+25
*
|
Start generating arrays of specs for easier implementation of preference checks.
Josh Matthews
2016-05-02
1
-0
/
+6
|
/
*
Refactor the `call` hook on non-callback interface objects (fixes #10744)
Anthony Ramine
2016-04-25
1
-12
/
+1
*
Lazily define interface objects on globals (fixes #6419)
Anthony Ramine
2016-02-25
1
-7
/
+61
*
Lazily-define standard ECMAScript classes
Anthony Ramine
2016-02-25
1
-7
/
+5
*
Stop returning an Option from Window::browsing_context.
Ms2ger
2016-02-23
1
-1
/
+1
*
Bump heapsize to 0.3
Anthony Ramine
2016-02-13
1
-1
/
+2
*
Say farewell to in-tree HeapSizeOf
Anthony Ramine
2016-02-04
1
-1
/
+1
*
Move ConstantSpec, NonNullJSNative and define_constants from utils to interface
nxnfufunezn
2016-01-24
1
-62
/
+5
*
Fix prototypes of interface objects (fixes #2665)
Anthony Ramine
2016-01-12
1
-5
/
+5
*
Refactor prototype initialisation
Anthony Ramine
2016-01-12
1
-190
/
+12
*
Remove NativePropertyHooks
Anthony Ramine
2016-01-12
1
-12
/
+0
*
Use features to prevent the util component from entraining the world in Gecko...
Bobby Holley
2016-01-11
1
-1
/
+1
*
Rename the browsercontext module.
Ms2ger
2015-12-11
1
-2
/
+2
*
Initialize the slots of global objects before a possible GC.
Ms2ger
2015-12-10
1
-16
/
+10
*
Implement [Unforgeable]
Anthony Ramine
2015-12-02
1
-0
/
+8
*
Remove unused slot in prototype object (fixes #8588)
Anthony Ramine
2015-11-30
1
-19
/
+0
*
Remove `#[allow(raw_pointer_derive)]` attributes
Brandon Fairchild
2015-11-27
1
-3
/
+0
*
Rename a confusing argument.
Ms2ger
2015-11-19
1
-2
/
+2
*
Rustfmt some of script.
Ms2ger
2015-11-18
1
-106
/
+152
*
Use the conversion traits from js.
Ms2ger
2015-11-12
1
-6
/
+7
*
Use throw_type_error and throw_range_error from js.
Ms2ger
2015-11-12
1
-1
/
+2
[next]