-
In [2.31 release](https://webkitgtk.org/2021/01/12/webkitgtk2.31.1-released.html), WebKitGTK people moved proxy and TLS errors to `WebKitWebsiteDataManager`. We probably need to keep up with that. To …
-
Our `hint-mode` can still be greatly improved. We need to hint more elements and be better at filtering false positives.
Sources of inspiration:
- [ ] Aria roles ([spec](https://developer.mozilla…
-
To check whether user-inputted URL is an actual website, we check it doing DNS resolving. This is slow and fast typing can invalidate it. We need a local, fast-to-access, and user activity-based sourc…
-
We've got a bunch of poorly written, hard-coded callbacks in our codebase.
Today I discovered that cl-webkit has a generic way to handle callbacks. It's in the (unused!) callback.lisp file.
I was…
-
Now that #937 is merged, we have a cool ability to store sessions to the user-named files and restore them at will. The downside is that the default session gets cluttered with histories of other sess…
-
**Is your feature request related to a problem? Please describe.**
The default hinting mode is great with the ability to type in link text in addition to the hint labels in order to narrow down the r…
-
Since the lisp-repl "notebook" overhaul we've been having a bunch of javascript errors like:
```
[18:07:17] Warning: JavaScript error: GError: Domain: "WebKitJavascriptError", Code: 699, Message:…
-
The name of the parser: lisp
The command line you used to run ctags:
```
$ ctags --options=NONE source/*.lisp source/mode/*.lisp libraries/*/*.lisp
```
In the root dir of [Nyxt browser](htt…
-
- [x] Wiki and README updated to include installer method of un/installation
- [x] Seamless support in other *nix systems(FreeBSD, OpenBSD, ReactOS etc)
- [x] Use `.ini` file to customize install…
ghost updated
3 years ago
-
This started happening after redirection skipping fix. Some non-redirected pages stopped being recorded in history and thus history now often skips pages when going back.
To reproduce, open any pag…