No files found.
+9 −9
Cargo.lock
Cargo.lock
+2 −0
static_atoms.txt
components/atoms/static_atoms.txt
+4 −0
compositor.rs
components/compositing/compositor.rs
+4 −1
compositor_thread.rs
components/compositing/compositor_thread.rs
+2 −0
windowing.rs
components/compositing/windowing.rs
+3 −0
constellation.rs
components/constellation/constellation.rs
+2 −0
time.rs
components/profile/time.rs
+2 −0
time.rs
components/profile_traits/time.rs
+139 −2
document.rs
components/script/dom/document.rs
+148 −1
element.rs
components/script/dom/element.rs
+6 −1
htmliframeelement.rs
components/script/dom/htmliframeelement.rs
+12 −0
Document.webidl
components/script/dom/webidls/Document.webidl
+5 −0
Element.webidl
components/script/dom/webidls/Element.webidl
+1 −1
HTMLIFrameElement.webidl
components/script/dom/webidls/HTMLIFrameElement.webidl
+1 −0
layout_wrapper.rs
components/script/layout_wrapper.rs
+3 −1
script_runtime.rs
components/script/script_runtime.rs
+3 −1
script_thread.rs
components/script/script_thread.rs
+2 −0
script_msg.rs
components/script_traits/script_msg.rs
+2 −0
element_state.rs
components/style/element_state.rs
+4 −0
selector_parser.rs
components/style/gecko/selector_parser.rs
+1 −0
wrapper.rs
components/style/gecko/wrapper.rs
+4 −0
selector_parser.rs
components/style/servo/selector_parser.rs
+3 −0
window.rs
ports/cef/window.rs
+9 −0
window.rs
ports/glutin/window.rs
+22 −0
user-agent.css
resources/user-agent.css
+2 −0
include.ini
tests/wpt/include.ini
+0 −3
interfaces.html.ini
tests/wpt/metadata/html/dom/interfaces.html.ini
+0 −3
iframe-allowfullscreen.html.ini
...t/the-iframe-element/iframe-allowfullscreen.html.ini
+6 −0
MANIFEST.json
tests/wpt/mozilla/meta/MANIFEST.json
+23 −0
fullscreen-remove-single.html
.../mozilla/tests/mozilla/fullscreen-remove-single.html
+10 −0
blank.html
tests/wpt/web-platform-tests/fullscreen/api/blank.html
+13 −5
document-fullscreen-enabled.html
...ests/fullscreen/api/document-fullscreen-enabled.html
+7 −2
document-onfullscreenerror.html
...tests/fullscreen/api/document-onfullscreenerror.html