Skip to content

Commit 068fe1b

Browse files
committed
More SerenityOS --> Ladybird
1 parent 123a78e commit 068fe1b

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# LibJS Website
22

3-
Website for SerenityOS's JavaScript engine.
3+
Website for Ladybird's JavaScript engine.

repl/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>LibJS REPL<span id="header-description"></span></h1>
7171
</div>
7272
</template>
7373
<script src="https://unpkg.com/unfetch/polyfill"></script>
74-
<script src="https://serenityos.github.io/libjs-data/libjs.js"></script>
74+
<script src="https://ladybirdwebbrowser.github.io/libjs-data/libjs.js"></script>
7575
<script src="repl.js"></script>
7676
<script src="main.js"></script>
7777
</body>

repl/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const headerDescriptionSpan = document.getElementById("header-description");
3636

3737
const buildHash = Module.SERENITYOS_COMMIT;
3838
const shortenedBuildHash = buildHash.substring(0, 7);
39-
headerDescriptionSpan.innerHTML = ` (built from <a href="https://github.com/serenityos/serenity/commit/${buildHash}">${shortenedBuildHash}</a>)`;
39+
headerDescriptionSpan.innerHTML = ` (built from <a href="https://github.com/LadybirdWebBrowser/ladybird/commit/${buildHash}">${shortenedBuildHash}</a>)`;
4040

4141
loadingContainer.style.display = "none";
4242
mainContainer.style.display = "";

test262/fetch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const LIBJS_DATA_URL =
2-
"https://raw.githubusercontent.com/SerenityOS/libjs-data/master";
2+
"https://raw.githubusercontent.com/LadybirdWebBrowser/libjs-data/master";
33

44
const fetchData = (path) => {
55
return fetch(`${LIBJS_DATA_URL}/${path}`, {

test262/main.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
} = metadata[dataIndex];
298298
const dateTime = DateTime.fromSeconds(commitTimestamp);
299299
const duration = Duration.fromMillis(durationSeconds * 1000);
300-
const serenityVersion = versions.serenity.substring(0, 7);
300+
const ladybirdVersion = versions.serenity.substring(0, 7);
301301
// prettier-ignore
302302
const libjsTest262Version = versions["libjs-test262"].substring(0, 7);
303303
const test262Version = versions.test262.substring(0, 7);
@@ -307,7 +307,7 @@
307307
Committed on ${dateTime.toLocaleString(DateTime.DATETIME_SHORT)}, \
308308
run took ${duration.toISOTime()}
309309
310-
Versions: serenity@${serenityVersion}, libjs-test262@${libjsTest262Version},
310+
Versions: ladybird@${ladybirdVersion}, libjs-test262@${libjsTest262Version},
311311
test262@${test262Version}, test262-parser-tests@${test262ParserTestsVersion}`;
312312
},
313313
},
@@ -375,7 +375,7 @@ test262@${test262Version}, test262-parser-tests@${test262ParserTestsVersion}`;
375375
</strong> for commit
376376
<code>
377377
<a
378-
href="https://github.com/SerenityOS/serenity/commits/${commitHash}"
378+
href="https://github.com/LadybirdWebBrowser/ladybird/commits/${commitHash}"
379379
target="_blank"
380380
rel="noopener noreferrer"
381381
title="View commits up to this point"
@@ -416,7 +416,7 @@ test262@${test262Version}, test262-parser-tests@${test262ParserTestsVersion}`;
416416
initializeSummary(
417417
document.getElementById("summary-test262"),
418418
last.run_timestamp,
419-
last.versions.serenity,
419+
last.versions.ladybird,
420420
last.tests.test262.duration,
421421
last.tests.test262.results
422422
);

wasm/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ <h2>Introduction</h2>
2020
<p>
2121
These are the results of the
2222
<a
23-
href="https://github.com/SerenityOS/serenity"
23+
href="https://github.com/LadybirdWebBrowser/ladybird"
2424
target="_blank"
2525
rel="noopener noreferrer"
26-
>SerenityOS</a
26+
>Ladybird</a
2727
>
2828
WebAssembly library, LibWasm, running the WebAssembly
2929
<a
@@ -39,10 +39,10 @@ <h2>Introduction</h2>
3939
If you have any questions or want to help out with improving these
4040
test scores, feel free to get in touch on the
4141
<a
42-
href="https://discord.gg/serenityos"
42+
href="https://join.slack.com/t/ladybirdbrowser/shared_invite/zt-2jsfmix9x-R44t0YyMPnJk9qzgf~Cvdg"
4343
target="_blank"
4444
rel="noopener noreferrer"
45-
>SerenityOS Discord server</a
45+
>Ladybird Slack server</a
4646
>.
4747
</p>
4848
</section>
@@ -58,23 +58,23 @@ <h2>Source code & Data</h2>
5858
<ul>
5959
<li>
6060
<a
61-
href="https://github.com/SerenityOS/serenity/blob/master/Tests/LibWasm/test-wasm.cpp"
61+
href="https://github.com/LadybirdWebBrowser/ladybird/blob/master/Tests/LibWasm/test-wasm.cpp"
6262
target="_blank"
6363
rel="noopener noreferrer"
6464
>Test Runner</a
6565
>
6666
</li>
6767
<li>
6868
<a
69-
href="https://github.com/SerenityOS/serenity/blob/master/Userland/Libraries/LibWasm"
69+
href="https://github.com/LadybirdWebBrowser/ladybird/blob/master/Userland/Libraries/LibWasm"
7070
target="_blank"
7171
rel="noopener noreferrer"
7272
>LibWasm</a
7373
>
7474
</li>
7575
<li>
7676
<a
77-
href="https://github.com/SerenityOS/libjs-website"
77+
href="https://github.com/LadybirdWebBrowser/libjs-website"
7878
target="_blank"
7979
rel="noopener noreferrer"
8080
>This website</a
@@ -85,15 +85,15 @@ <h2>Source code & Data</h2>
8585
<ul>
8686
<li>
8787
<a
88-
href="https://github.com/SerenityOS/libjs-data/blob/master/wasm/results.json"
88+
href="https://github.com/LadybirdWebBrowser/libjs-data/blob/master/wasm/results.json"
8989
target="_blank"
9090
rel="noopener noreferrer"
9191
>Results over time, used for the graphs below</a
9292
>
9393
</li>
9494
<li>
9595
<a
96-
href="https://github.com/SerenityOS/libjs-data/blob/master/wasm/per-file-master.json"
96+
href="https://github.com/LadybirdWebBrowser/libjs-data/blob/master/wasm/per-file-master.json"
9797
target="_blank"
9898
rel="noopener noreferrer"
9999
>Per-file results of the <code>master</code> branch</a

wasm/main.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,12 @@
265265
} = metadata[dataIndex];
266266
const dateTime = DateTime.fromSeconds(commitTimestamp);
267267
const duration = Duration.fromMillis(durationSeconds * 1000);
268-
const serenityVersion = versions.serenity.substring(0, 7);
268+
const ladybirdVersion = versions.serenity.substring(0, 7);
269269
return `\
270270
Committed on ${dateTime.toLocaleString(DateTime.DATETIME_SHORT)}, \
271271
run took ${duration.toISOTime()}
272272
273-
Versions: serenity@${serenityVersion}`;
273+
Versions: ladybird@${ladybirdVersion}`;
274274
},
275275
},
276276
},
@@ -337,7 +337,7 @@ Versions: serenity@${serenityVersion}`;
337337
</strong> for commit
338338
<code>
339339
<a
340-
href="https://github.com/SerenityOS/serenity/commits/${commitHash}"
340+
href="https://github.com/LadybirdWebBrowser/ladybird/commits/${commitHash}"
341341
target="_blank"
342342
rel="noopener noreferrer"
343343
title="View commits up to this point"

0 commit comments

Comments
 (0)