Skip to content

Commit be6e182

Browse files
committed
[frontend] commit patched chii
1 parent f31aad0 commit be6e182

File tree

207 files changed

+46266
-334959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+46266
-334959
lines changed

frontend/public/chi/front_end/Images/Images.js

Lines changed: 229 additions & 1989 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/public/chi/front_end/Tests.js

Lines changed: 1656 additions & 2272 deletions
Large diffs are not rendered by default.

frontend/public/chi/front_end/chii_app.html

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,26 @@
33
* Use of this source code is governed by a BSD-style license that can be
44
* found in the LICENSE file.
55
-->
6-
<!doctype html>
6+
<!DOCTYPE html>
77
<html lang="en">
8-
<meta charset="utf-8" />
9-
<title>DevTools</title>
10-
<style>
11-
@media (prefers-color-scheme: dark) {
12-
body {
13-
background-color: rgb(41 42 45);
14-
}
15-
}
16-
</style>
17-
<meta name="referrer" content="no-referrer" />
18-
<script>
19-
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
20-
if (isSafari) {
21-
document.write(
22-
"<scr" +
23-
'ipt src="./third_party/polyfill/customElement.js"></scr' +
24-
"ipt>"
25-
);
26-
}
27-
if (!window.requestIdleCallback) {
28-
document.write(
29-
"<scr" +
30-
'ipt src="./third_party/polyfill/requestIdleCallback.js"></scr' +
31-
"ipt>"
32-
);
33-
}
34-
</script>
35-
<script type="module" src="./entrypoints/chii_app/chii_app.js"></script>
36-
<body class="undocked" id="-blink-dev-tools"></body>
37-
</html>
8+
<meta charset="utf-8">
9+
<title>DevTools</title>
10+
<style>
11+
@media (prefers-color-scheme: dark) {
12+
body {
13+
background-color: rgb(41 42 45);
14+
}
15+
}
16+
</style>
17+
<meta name="referrer" content="no-referrer">
18+
<script>
19+
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
20+
if (isSafari) {
21+
document.write('<scr' + 'ipt src="./third_party/polyfill/customElement.js"></scr' + 'ipt>');
22+
}
23+
if (!window.requestIdleCallback) {
24+
document.write('<scr' + 'ipt src="./third_party/polyfill/requestIdleCallback.js"></scr' + 'ipt>');
25+
}
26+
</script>
27+
<script type="module" src="./entrypoints/chii_app/chii_app.js"></script>
28+
<body class="undocked" id="-blink-dev-tools">

0 commit comments

Comments
 (0)