about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-05-19 08:22:44 +0900
committerGitHub <noreply@github.com>2022-05-19 08:22:44 +0900
commit4a4c07a9e027301073461599c610c3ce4e424d25 (patch)
tree0d507c402dfda3d9bc5176d679dd60e40d3bf96f /src/ci
parentb7d72add468a00d6d4fd78897c64542e9a0bda33 (diff)
parent30b536e2c5ea9dc52eae72dee4a377a15e508910 (diff)
downloadrust-4a4c07a9e027301073461599c610c3ce4e424d25.tar.gz
rust-4a4c07a9e027301073461599c610c3ce4e424d25.zip
Rollup merge of #97139 - GuillaumeGomez:move-dom-settings-generation, r=notriddle
Move some settings DOM generation out of JS

The first commit reduce the JS size a bit by moving some DOM content generation into the HTML file directly.

The second commit is an update of the `browser-ui-test` version which improves `wait-for-*` command (if the element doesn't exist, it'll wait for it instead of failing).

r? ``@notriddle``
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version
index f76f9131742..b3ec1638fda 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version
@@ -1 +1 @@
-0.9.2
\ No newline at end of file
+0.9.3
\ No newline at end of file