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/sha2-0.10.9
dependabot/cargo/synstructure-0.13.2
dependabot/cargo/wayland-backend-0.3.10
dependabot/cargo/wayland-client-0.31.9
dependabot/cargo/webpki-roots-0.26.10
dependabot/cargo/winit-0.30.10
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-36777-3d1dd482df244281813f9c8a4ccaea8738c6ade0
gh-readonly-queue/main/pr-36778-3bef0161fe6d5083e711936b86cc445b14b62001
gh-readonly-queue/main/pr-36779-d1218bb8a9cbf8eb87ccaf815e3a032e870df17f
gh-readonly-queue/main/pr-36781-ba4651ca06b04daa74e4fc8ded3b4e42816b4b6b
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
/
eventdispatcher.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inline dom::eventdispatcher into dom::event
Anthony Ramine
2017-01-22
1
-197
/
+0
*
Kill AutoDOMEventMarker
Anthony Ramine
2017-01-22
1
-33
/
+7
*
script: Simplify EventDispatcher's default action.
Emilio Cobos Álvarez
2016-12-25
1
-8
/
+4
*
Rename `Reflectable` to `DomObject`.
Corey Farwell
2016-12-08
1
-1
/
+1
*
Rename Reflectable::global_scope to global
Anthony Ramine
2016-10-06
1
-1
/
+1
*
Use GlobalScope in dispatch_to_listeners
Anthony Ramine
2016-10-06
1
-3
/
+2
*
Return an enum instead of a boolean from dispatch_event
Adolfo Ochagavía
2016-09-26
1
-4
/
+10
*
Correct an unsound optimization in event dispatch.
Ms2ger
2016-09-12
1
-5
/
+9
*
Fix step 10 of eventdispatcher::dispatch_event (fixes #11609)
Anthony Ramine
2016-08-24
1
-9
/
+3
*
Use a stack guard and a macro for RootedVec instead of return_address.
Eduard Burtescu
2016-07-04
1
-3
/
+2
*
Refactor dispatch_event according to the spec (fixes #9178)
Anthony Ramine
2016-02-29
1
-41
/
+84
*
Rename various bindings in event dispatching
Anthony Ramine
2016-02-29
1
-17
/
+18
*
Return a Vec from EventTarget::get_listeners_for
Anthony Ramine
2016-02-29
1
-28
/
+24
*
Merge EventTarget::{get_listeners, get_listeners_for}
Anthony Ramine
2016-02-29
1
-3
/
+3
*
Fix the "get the parent" loop when dispatching event (fixes #6733)
Anthony Ramine
2016-02-27
1
-0
/
+8
*
Compile raw inline event handlers lazily. Resolves #8489.
Josh Matthews
2016-02-11
1
-2
/
+2
*
Add global default method for Reflectable trait
Chad Kimes
2016-01-11
1
-2
/
+3
*
Clean up the conversion routines
Anthony Ramine
2015-11-11
1
-2
/
+2
*
merge from master
rohan.prinja
2015-11-03
1
-1
/
+1
|
\
|
*
Use an Atom for Event.type
David Zbarsky
2015-11-01
1
-1
/
+1
*
|
rearrange imports to be in alphabetical order
rohan.prinja
2015-10-30
1
-1
/
+1
*
|
move Castable into dom::bindings::inheritance
rohan.prinja
2015-10-30
1
-1
/
+1
|
/
*
Clean up the cast calls
Anthony Ramine
2015-10-21
1
-9
/
+4
*
Introduce trait Castable
Anthony Ramine
2015-10-21
1
-4
/
+4
*
sorted the extern crate, mod & use declarations
Ravi Shankar
2015-09-24
1
-1
/
+1
*
Fix reported test-tidy errors for unmerged import blocks
Brandon Fairchild
2015-09-19
1
-2
/
+1
*
Remove a pointless clone() call.
Ms2ger
2015-09-16
1
-1
/
+1
*
Remove an obsolete TODO comment.
Ms2ger
2015-09-16
1
-1
/
+0
*
Use an early return in dispatch_to_listeners.
Ms2ger
2015-09-16
1
-14
/
+15
*
Emit markers for all events, not just UI events.
Ms2ger
2015-09-16
1
-8
/
+50
*
Return immediately from dispatch_to_listeners if propagation is stopped.
Ms2ger
2015-09-16
1
-11
/
+14
*
Use early returns in dispatch_to_listeners.
Ms2ger
2015-09-16
1
-11
/
+15
*
Use if-let in dispatch_to_listeners, and simplify break conditions.
Ms2ger
2015-09-16
1
-32
/
+22
*
Avoid calling any listeners for events whose stop propagation flag is set pri...
Ms2ger
2015-09-16
1
-0
/
+8
*
Add more assertions to dispatch_event.
Ms2ger
2015-09-16
1
-0
/
+2
*
Factor out a dispatch_to_listeners function from dispatch_event.
Ms2ger
2015-09-16
1
-23
/
+27
*
Reorder the code in dispatch_event a bit.
Ms2ger
2015-09-16
1
-3
/
+2
*
Remove outdated FIXME comment.
Ms2ger
2015-09-16
1
-2
/
+0
*
Fix match_refs and let_returns in layout, address review changes
Manish Goregaokar
2015-09-04
1
-3
/
+2
*
Elide most 'b lifetimes
Manish Goregaokar
2015-09-04
1
-2
/
+2
*
Elide most 'a lifetimes
Manish Goregaokar
2015-09-04
1
-1
/
+1
*
Remove helper traits
Anthony Ramine
2015-08-27
1
-1
/
+1
*
sort all uses
Johann Tuffe
2015-08-20
1
-1
/
+1
*
Auto merge of #7241 - Wafflespeanut:event_handler, r=Ms2ger
bors-servo
2015-08-18
1
-3
/
+3
|
\
|
*
Matching over event listeners and handlers; r=Ms2ger
Ravi Shankar
2015-08-18
1
-3
/
+3
*
|
Replace uses of `for foo in bar.iter()`,
João Oliveira
2015-08-18
1
-2
/
+2
|
/
*
Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`
João Oliveira
2015-08-15
1
-2
/
+2
*
Introduce RootedVec<JS<T>>::r()
Anthony Ramine
2015-07-23
1
-10
/
+8
*
Upgrade to SM 39
Michael Wu
2015-06-19
1
-8
/
+7
*
Uniformise root() methods
Anthony Ramine
2015-04-28
1
-1
/
+1
[next]