Ngo Iok Ui (Wu Yu Wei)

Results 71 issues of Ngo Iok Ui (Wu Yu Wei)

--- - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub...

Part of #29088 This PR adds ReadableStream Constructor. `setup_readable_byte_stream_controller_from_underlying_source` and `setup_readable_stream_default_controller_from_underlying_source` are not implemented yet because there are lots of internal slots in controllers. We might need to discuss what's...

**Describe the new feature:** I was tracing a bug that caused the cursor to constantly reset to the default when in animation. And I found `current_pos` isn't set after initialized,...

B-feature-tracking
A-embedding

**Describe the new feature:** In #32572, we still need to use unsafe code to create `Funtion`. The `FunctionBinging` doesn't provide a safe way to create one. And considering many dom...

A-content/bindings
B-feature-tracking
C-assigned

**Describe the new feature:** I brought some topics in zulip about there's [too many threads](https://servo.zulipchat.com/#narrow/stream/416779-Performance/topic/Too.20many.20threads) which leads to [high memory usage](https://servo.zulipchat.com/#narrow/stream/416779-Performance/topic/High.20memory.20usage). It seems when there's a parallel work, we spawn...

B-feature-tracking
C-untriaged

**Describe the new feature:** I tried to add decoration to webview and it seems to be [possible](https://servo.zulipchat.com/#narrow/stream/263398-general/topic/Can.20we.20add.20custom.20shaders.20to.20webrender.3F/near/443217355) by extending compositor a bit. So now I would like to add such...

B-feature-tracking
C-untriaged

This variant seems like the right one for updating the web view's decoration. If not set, the radius will default to zero and clip with a regular rectangle. --- -...

**Describe the new feature:** With #32339, Servo now has a [generic channel](https://github.com/servo/servo/blob/main/components/shared/base/generic_channel.rs) that can select different channel implementation during runtime. This can help servo to use ipc channel if it's...

B-feature-tracking
B-newcomer