aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-07-29 11:14:29 -0400
committerGitHub <noreply@github.com>2018-07-29 11:14:29 -0400
commit076198fe803faa357619c969ab452da85bcb1ec5 (patch)
treef561d094007733bbe9e2f0b35ed2c7fd603a8d17 /components/script/dom/webidls
parente9bc6f43be349d0a8d900f62e90bec5274068ca1 (diff)
parente67adfc290cdde1dfc7239c0c5de1b63f628f1a9 (diff)
downloadservo-076198fe803faa357619c969ab452da85bcb1ec5.tar.gz
servo-076198fe803faa357619c969ab452da85bcb1ec5.zip
Auto merge of #21111 - gterzian:implement_document_load_cancellation, r=jdm
Implement document load cancellation <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #19309 fix #21114 fix #21113 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21111) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r--components/script/dom/webidls/Window.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/Window.webidl b/components/script/dom/webidls/Window.webidl
index 7fb00fbc05a..d7e22b1f60c 100644
--- a/components/script/dom/webidls/Window.webidl
+++ b/components/script/dom/webidls/Window.webidl
@@ -25,7 +25,7 @@
attribute DOMString status;
void close();
readonly attribute boolean closed;
- //void stop();
+ void stop();
//void focus();
//void blur();