aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2020-01-31 06:14:47 -0500
committerGitHub <noreply@github.com>2020-01-31 06:14:47 -0500
commit393b6768f05741717cfbaf4d077f91a73a6e3c05 (patch)
treee21f3440ea6318787109e94e73aac1f257401d38 /components/script/dom/mod.rs
parent7ac4f9eec6c5208865c435505437df0f569a278a (diff)
parent9cc218d0b064cb517d6963bcd3ffa746ba447976 (diff)
downloadservo-393b6768f05741717cfbaf4d077f91a73a6e3c05.tar.gz
servo-393b6768f05741717cfbaf4d077f91a73a6e3c05.zip
Auto merge of #25636 - pshaughn:submitevent, r=jdm
Implement SubmitEvent <!-- Please describe your changes on the following line: --> FormSubmitter was already being passed into submit, so there wasn't much work to do here other than making the new event interface itself. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #24617 <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 282d3b66d60..c1a1ab72354 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -484,6 +484,7 @@ pub mod storageevent;
pub mod stylepropertymapreadonly;
pub mod stylesheet;
pub mod stylesheetlist;
+pub mod submitevent;
pub mod svgelement;
pub mod svggraphicselement;
pub mod svgsvgelement;