WofWca

Results 297 issues of WofWca

TODO: - [ ] Don't tween when the video is paused.

In Delta Chat desktop we show the 3 recently used WebXDC apps, which relies on `get_chat_media`, which is quite expensive. Hopefully adding `LIMIT 3` makes it faster. https://github.com/deltachat/deltachat-desktop/blob/d32e85ec1353730a512cbdfff6c9c4dba5816dd4/packages/frontend/src/components/screens/MainScreen/MainScreen.tsx#L170-L181 Marking this...

jsonrpc
cffi

- Operating System (Linux/Mac/Windows/iOS/Android): All - Core Version: 1.160.0 - Client Version: 1.59.2 ## Expected behavior `get_full_chat_by_id` is fast-ish ## Actual behavior `get_full_chat_by_id` takes ~1 second to complete for a...

jsonrpc

- **refactor: move "switch to archive on selectChat"** - **refactor: simplify `selectChat`** Let's stop providing this unused async API and be more React'ive. This fixes a bunch of React linter...

- **refactor: remove duplicate `will-navigate`** - **refactor: harden WebXDC navigation check** - **WIP**

The handlers' code is exactly equivalent. `will-frame-navigate` fuly covers `will-navigate`. `will-navigate` is simply a subset of `will-frame-navigate`. https://www.electronjs.org/docs/latest/api/web-contents#event-will-frame-navigate : > Unlike will-navigate, will-frame-navigate is fired > when the main frame...

- **refactor: separate WebXDC "open src code link" fn** - **feat: WebXDC: "Open link?" dialog for HTTP links** Partially addresses https://github.com/deltachat/deltachat-desktop/issues/5785. TODO: - [ ] Address the TODOs, mainly the...

The relevant Chromium commit: https://source.chromium.org/chromium/chromium/src/+/33c9a1f7a52a0ede7cc158b4c58f2bbfe8f187e1. It was made in 2023-09. Apparently what this has been leading to was that Chromium would actually try to resolve `~NOTFOUND` to an address, instead...

For the Electron version, it has no effect anymore starting from Electron 39: https://www.electronjs.org/blog/electron-39-0#deprecated---host-rules-command-line-switch. For the Tauri version, it depends on the WebView version. Also see Electron upgrade MR: https://github.com/deltachat/deltachat-desktop/pull/5843....