rkd77

Results 210 comments of rkd77

Added --enable-gettext to ./configure It chooses system gettext In meson it is -Dgettext=true

I updated code to mozjs-17.0. Is this version maintained in Debian?

I don't know C++ nor SpiderMonkey. In the future it is possible, but not now.

I would rather switch to QuickJS . It is C and has smaller memory footprint, but first I want to finish libdom "migration". I stopped on tables. JS is rather...

I spent too much time on SpiderMonkey to give up now. It compiles with mozjs52, but segfaults. I have no idea yet, how to resolve it. If you know, please...

yes, either mozjs78 or quickjs, but do not expect too much.

You need also libsqlite3-dev and libxml++5.0.1.GIT or higher. I doubt libmozjs-91-dev has any influence on build process. And add CC=g++ to ./configure invocation. meson builds are faster.

set document.uri_passing.echo = "echo %c >> /tmp/echo.txt" Are you sure that command you are running, does not treat # as comments ? I can see in /tmp/echo.txt #

There are at least 3 different actions related to passing uri: frame-external-command link-external-command tab-external-command About which of them we are talking about? I tested link-external-command and it adds #fragment .

I don't know what for is frame-external-command. I changed tab-external-command. Similar code to action triggerred by G.