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
/
timers.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all uses of the `heapsize` crate with `malloc_size_of`.
Nicholas Nethercote
2017-10-18
1
-22
/
+18
*
Rename DOMRefCell<T> to DomRefCell<T>
Anthony Ramine
2017-09-26
1
-5
/
+5
*
order derivable traits lists
Clément DAVID
2017-08-23
1
-7
/
+7
*
Use boxed slice instead of vec for FuntionTimerCallback
Sadman Kazi
2017-07-11
1
-2
/
+2
*
Bump euclid to 0.14.
Nicolas Silva
2017-06-14
1
-1
/
+1
*
Terminate timer scheduler thread during shutdown
Fernando Jiménez Moreno
2017-03-30
1
-4
/
+5
*
script: Use a timer when rAF is used for non-animation purposes
Patrick Walton
2017-03-03
1
-0
/
+3
*
Change #[privatize] into #[derive(DenyPublicFields)]
Anthony Ramine
2017-02-15
1
-6
/
+3
*
The constellation notifies the script thread about documents becoming inactiv...
Alan Jeffrey
2017-01-27
1
-1
/
+3
*
Remove some unsound JSVal handling in JsTimerTask::invoke.
Ms2ger
2017-01-05
1
-7
/
+2
*
Added warnings for idempotent freeze/thaw.
Alan Jeffrey
2017-01-04
1
-2
/
+4
*
Implement discarding Document objects to reclaim space.
Alan Jeffrey
2017-01-04
1
-4
/
+4
*
Removed util.
Alan Jeffrey
2016-12-14
1
-1
/
+1
*
Rename `Reflectable` to `DomObject`.
Corey Farwell
2016-12-08
1
-4
/
+4
*
Use a timer callback when re-establishing a connection
Keith Yeung
2016-11-11
1
-0
/
+3
*
Rename Reflectable::global_scope to global
Anthony Ramine
2016-10-06
1
-2
/
+2
*
Move timers to GlobalScope
Anthony Ramine
2016-10-06
1
-9
/
+9
*
Move JS evaluation functions to GlobalScope
Anthony Ramine
2016-10-06
1
-3
/
+3
*
Replace ScriptHelpers by GlobalRef methods
Anthony Ramine
2016-10-03
1
-3
/
+4
*
Support an equivalent of Trusted<T> for Rc<Promise> objects named TrustedProm...
Josh Matthews
2016-09-22
1
-0
/
+3
*
Auto merge of #11872 - eddyb:back-to-roots, r=Ms2ger
bors-servo
2016-07-04
1
-2
/
+2
|
\
|
*
Switch to using the new rooted!/RootedGuard API for rooting.
Eduard Burtescu
2016-07-04
1
-2
/
+2
*
|
Refactor `util::prefs` operations to be methods on static struct.
Corey Farwell
2016-07-02
1
-2
/
+2
|
/
*
Auto merge of #10225 - jmr0:visibility_api, r=jdm
bors-servo
2016-06-16
1
-4
/
+34
|
\
|
*
Implement non-visible pipeline and iframe visibility methods
jmr0
2016-06-15
1
-4
/
+34
*
|
Remove an invalid assertion in fire_timer.
Ms2ger
2016-06-10
1
-1
/
+4
|
/
*
Remove empty lines following braces.
Josh Matthews
2016-05-27
1
-2
/
+0
*
Move DOMString back to script
Anthony Ramine
2016-05-24
1
-1
/
+1
*
Removed unused imports
Per Lundberg
2016-05-15
1
-2
/
+0
*
Use num-traits in script.
Ms2ger
2016-04-20
1
-1
/
+1
*
Clean up of script timer code.
benshu
2016-02-20
1
-222
/
+315
*
Auto merge of #9471 - peterkort:patch-1, r=jdm
bors-servo
2016-02-06
1
-0
/
+1
|
\
|
*
resume fn should set suspended_since back to None
peterkort
2016-01-31
1
-0
/
+1
*
|
Say farewell to in-tree HeapSizeOf
Anthony Ramine
2016-02-04
1
-1
/
+1
|
/
*
Add global default method for Reflectable trait
Chad Kimes
2016-01-11
1
-2
/
+1
*
task -> thread
rohan.prinja
2016-01-10
1
-1
/
+1
*
fix intermittent Option::unwrap in timers
Aleksandr Likhanov
2015-12-04
1
-8
/
+14
*
Correct undisciplined rebase. (Closes #8583.)
benshu
2015-11-18
1
-2
/
+0
*
script: Make timer events e10s-safe.
Patrick Walton
2015-11-12
1
-6
/
+6
*
Clean up the conversion routines
Anthony Ramine
2015-11-11
1
-3
/
+2
*
XHR timeouts use same abstraction as scripts timers. (fixes #3396)
benshu
2015-11-11
1
-12
/
+55
*
Auto merge of #8175 - benschulz:set-timeout-panic, r=jdm
bors-servo
2015-11-09
1
-4
/
+10
|
\
|
*
Fixed panic in ActiveTimers.set_timeout_or_interval.
benshu
2015-10-24
1
-4
/
+10
*
|
merge from master
rohan.prinja
2015-11-03
1
-1
/
+1
|
\
\
|
*
|
Fix some rust-clippy violations
Corey Farwell
2015-10-30
1
-1
/
+1
|
|
/
*
/
more refactoring
rohan.prinja
2015-10-30
1
-1
/
+1
|
/
*
Timers are scheduled by a dedicated per-constellation thread.
benshu
2015-10-21
1
-201
/
+277
*
Support the updated spidermonkey bindings
Michael Wu
2015-10-14
1
-1
/
+4
*
sorted the extern crate, mod & use declarations
Ravi Shankar
2015-09-24
1
-4
/
+3
*
Fix reported test-tidy errors for unmerged import blocks
Brandon Fairchild
2015-09-19
1
-8
/
+5
[next]