Nico Weber
909c2a73c4
LibGfx+icc: Read and display lut16Type and lut8Type ICC tag types
2023-01-28 21:40:45 +00:00
Nico Weber
a0513a360a
LibGfx: Use AssertSize<> in ICC/Profile.cpp
2023-01-28 21:40:45 +00:00
Sam Atkins
53ebe607f8
LibWasm: Implement data.drop instruction
2023-01-28 22:57:25 +03:30
Sam Atkins
a2f42512c2
LibWasm: Move memory.init code together with other memory.foo impls
...
And add a spec link while I'm at it.
2023-01-28 22:57:25 +03:30
Sam Atkins
330911a274
LibWasm: Implement memory.copy instruction
2023-01-28 22:57:25 +03:30
Sam Atkins
42adba5ad4
LibWasm: Implement memory.fill instruction
2023-01-28 22:57:25 +03:30
Timothy Flynn
e96c64cdb4
AK: Add support for the new FlyString to StringView
2023-01-28 15:24:55 +00:00
Timothy Flynn
b61f8cd130
AK: Delete the StringView move-assignment operator for various types
2023-01-28 15:24:55 +00:00
Xexxa
c55a5add0f
Base: Add more emoji
...
🔗 💥 - U+1F517_U+200D_U+1F4A5 BROKEN CHAIN
🍄 🟫 - U+1F344_U+200D_U+1F7EB MUSHROOM (NON-POISONOUS)
🙂 ↕ - U+1F642_U+200D_U+2195 NODDING FACE
🙂 ↔ - U+1F642_U+200D_U+2194 SHAKING FACE
🍋 🟩 - U+1F34B_U+200D_U+1F7E9 LIME
🐦 🔥 - U+1F426_U+200D_U+1F525 PHOENIX
🧑 🧒 - U+1F9D1_U+200D_U+1F9D2 FAMILY: ADULT, CHILD
🧑 🧑 🧒 - U+1F9D1_U+200D_U+1F9D1_U+200D_U+1F9D2
FAMILY: ADULT, ADULT, CHILD
🧑 🧒 🧒 - U+1F9D1_U+200D_U+1F9D2_U+200D_U+1F9D2
FAMILY: ADULT, CHILD, CHILD
🧑 🧑 🧒 🧒 - U+1F9D1_U+200D_U+1F9D1_U+200D_U+1F9D2_U+200D_U+1F9D2
FAMILY: ADULT, ADULT, CHILD, CHILD
2023-01-28 15:22:14 +00:00
Xexxa
816b557460
Base: Remove U+FE0F from emoji-serenity.txt
2023-01-28 15:22:14 +00:00
Nico Weber
027c97d3b2
icc: Print profile size
2023-01-28 12:42:19 +01:00
Nico Weber
6c79201f43
LibGfx: Make PNGImageDecoderPlugin::icc_data() return data if present
2023-01-28 12:42:19 +01:00
Nico Weber
53f485c5f0
LibGfx: Process colorspace-related chunks in PNGLoader
...
This stores the data from all these chunks on PNGLoadingContext
but doesn't do anything with it yet.
2023-01-28 12:42:19 +01:00
Andreas Kling
2dc657c77e
AK: Add DeprecatedStringCodePointIterator
...
This is a safe iterator over the underlying code points. It will be used
in Jakt to assist in the migration away from DeprecatedString.
2023-01-28 09:50:52 +01:00
Linus Groh
0f4bbfdfb7
LibJS: Add spec comments to FunctionPrototype
2023-01-28 00:41:18 +00:00
Linus Groh
6d6ea1fffe
LibJS: Add spec comments to FinalizationRegistryPrototype
2023-01-28 00:41:18 +00:00
Linus Groh
2473940526
LibJS: Add spec comments to FinalizationRegistryConstructor
2023-01-28 00:41:18 +00:00
Linus Groh
39301cce70
LibJS: Add spec comments to DataViewPrototype
2023-01-28 00:41:18 +00:00
Linus Groh
814e7260f3
LibJS: Add spec comments to DataViewConstructor
2023-01-28 00:41:18 +00:00
Linus Groh
0f3899b24a
LibJS: Add spec comments to Completion
2023-01-28 00:41:18 +00:00
Linus Groh
e32265c896
LibJS: Add spec comments to BooleanConstructor
2023-01-28 00:41:18 +00:00
Linus Groh
02808948ec
LibJS: Add spec comments to BigIntPrototype
2023-01-28 00:41:18 +00:00
Linus Groh
7b139c6982
LibJS: Add spec comments to ArrayConstructor
2023-01-28 00:41:18 +00:00
Linus Groh
eefb73add2
LibJS: Add spec comments to ArrayBufferConstructor
2023-01-28 00:41:18 +00:00
Linus Groh
039cd353f1
LibJS: Implement the thisBooleanValue AO and use it in BooleanPrototype
2023-01-28 00:41:18 +00:00
Nico Weber
b5deccf859
LibGfx: Split ICC/Profile.{h,cpp} into several files
...
s15Fixed16Number and XYZNumber are somewhat awkwardly duplicated
in both Profile.cpp and TagTypes.cpp. Other than that, this is a
pure code move.
No behavior change.
2023-01-28 00:27:07 +00:00
Nico Weber
6d51d8ad32
LibGfx: Bump copyright year in ICC/Profile.{h,cpp}
2023-01-28 00:27:07 +00:00
Nico Weber
721b280849
LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}
2023-01-28 00:27:07 +00:00
MacDue
afb84df290
LibWeb: Add a few extra spec links to CanvasGradient
2023-01-28 00:26:48 +00:00
MacDue
f86b66dc2d
LibWeb: Throw exception if any canvas radial gradient radius is < 0
...
As per the specification:
https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-createradialgradient
2023-01-28 00:26:48 +00:00
Timothy Flynn
8dc4e05ecf
LibJS: Port Intl.DurationFormat to String
2023-01-28 00:13:59 +00:00
Timothy Flynn
4c8f7d76c4
LibJS: Port Intl.RelativeTimeFormat to String
2023-01-28 00:13:59 +00:00
Timothy Flynn
a824e1ac6a
LibJS: Remove last use of DeprecatedString from Intl.MathematicalValue
2023-01-28 00:13:59 +00:00
Timothy Flynn
a65bf16cd5
LibLocale: Remove last use of DeprecatedString from LibLocale
2023-01-28 00:13:59 +00:00
Timothy Flynn
9e4dbea0ee
LibJS: Use String::join and String::trim in Temporal AOs
2023-01-28 00:13:46 +00:00
Timothy Flynn
c59268d15b
AK: Add String::trim
2023-01-28 00:13:46 +00:00
Timothy Flynn
cccaa94767
AK: Add String::join
2023-01-28 00:13:46 +00:00
Timothy Flynn
79aaa2fe0f
AK: Allow the kernel to have access to StringBuilder::to_string
...
This is mostly to prevent String.h from acquiring ifdef-soup. In any
case, it's fine for the kernel to see this symbol as it is fallible.
2023-01-28 00:13:46 +00:00
Timon Kruiper
0d722b4111
Kernel/PCI: Pass DeviceIdentifier to get_BAR2 in BochsGraphicsAdapter
...
This change was forgotten in 1f9d3a3523
and broke the aarch64 build.
2023-01-27 20:47:08 +00:00
Timon Kruiper
58cfd46a5a
Kernel: Add Syscall.cpp to aarch64 build
2023-01-27 20:47:08 +00:00
Timon Kruiper
b941bd55d9
Kernel: Add Syscalls/execve.cpp to aarch64 build
2023-01-27 20:47:08 +00:00
Timon Kruiper
1fbf562e7e
Kernel: Add ThreadRegisters::set_exec_state and use it in execve.cpp
...
Using this abstraction it is possible to compile this file for aarch64.
2023-01-27 20:47:08 +00:00
Timon Kruiper
171a8ca478
Kernel/aarch64: Implement Processor::platform_string()
2023-01-27 20:47:08 +00:00
Timon Kruiper
12322670cb
Kernel: Use InterruptsState abstraction in execve.cpp
...
This was using the x86_64 specific cpu_flags abstraction, which is not
compatible with aarch64.
2023-01-27 20:47:08 +00:00
Timon Kruiper
5ffd53e2f2
Kernel: Add Syscalls/fork.cpp to aarch64 build
2023-01-27 20:47:08 +00:00
Timon Kruiper
6ad87f9409
Kernel: Add Syscalls/sigaction.cpp to aarch64 build
2023-01-27 20:47:08 +00:00
Timon Kruiper
80b722081b
Kernel: Add Syscalls/mmap.cpp to aarch64 build
2023-01-27 20:47:08 +00:00
Timon Kruiper
a146a19636
Kernel: Make Syscalls/ptrace.cpp buildable for aarch64
2023-01-27 20:47:08 +00:00
Timon Kruiper
cab725cdfb
Kernel/aarch64: Implement set_return_reg and capture_syscall_params
2023-01-27 20:47:08 +00:00
Timon Kruiper
293ece6fad
Kernel/aarch64: Add stub for copy_ptrace_registers_into_kernel_registers
2023-01-27 20:47:08 +00:00