vmihalko / t2_polkit

Other
0 stars 0 forks source link

WIP: Add duktape as javascript engine. - [closed] #244

Closed vmihalko closed 1 year ago

vmihalko commented 5 years ago

In GitLab by @yetist on Jul 24, 2019, 17:53

Merges dev-duktape -> master

I don't know if there is a chance to use duktape as the js backend for polkit.

I saw this email on the mailing list.

But some things have changed now:

  1. Duktape can be found in popular distributions.
    • Fedora: 2.2.0
    • Archlinux: 2.3.0
    • Debian / Ubuntu: 2.3.0

https://pkgs.org/download/duktape

  1. This PR provides a new option --with-duktape to enable build with duktape. If you don't add this option, it will still compile with mozjs as before.
  2. Now it uses the system's duktape dynamic library.
  3. This PR migrates the code to duktape-2.0.0+, and when duktape is updated, it will automatically get a new implementation.
vmihalko commented 3 years ago

In GitLab by @limachaves on Sep 14, 2021, 23:25

mentioned in commit limachaves/polkit@0e987b48d0e46c330e1a5959713300a6027d761d

vmihalko commented 3 years ago

In GitLab by @limachaves on Sep 15, 2021, 24:31

mentioned in commit limachaves/polkit@8ae786595f41f0340c0386c3b4fc997ecdf1e239

vmihalko commented 3 years ago

In GitLab by @limachaves on Sep 23, 2021, 02:17

mentioned in commit limachaves/polkit@493e0ae966061805300cdab923c4c6d813181a93

vmihalko commented 3 years ago

In GitLab by @limachaves on Sep 23, 2021, 18:31

Hi @jrybar, @yetist. Would you kindly help review !97? @hhoffstaette, @ferion11, would also please jump in, when possible, and help test that additional work too? Thanks!

vmihalko commented 3 years ago

In GitLab by @jrybar on Oct 5, 2021, 17:15

mentioned in commit limachaves/polkit@cd5d6da837fce95f8831a355dad88c83347c7337

vmihalko commented 3 years ago

In GitLab by @jrybar on Oct 5, 2021, 17:15

mentioned in commit limachaves/polkit@6856a704b70378948ef5f66e9b09555d97d4070b

vmihalko commented 3 years ago

In GitLab by @limachaves on Oct 22, 2021, 23:14

mentioned in commit limachaves/polkit@4415c59cba40149502a87af8add5c57b24db277f

vmihalko commented 3 years ago

In GitLab by @limachaves on Nov 3, 2021, 23:48

mentioned in commit limachaves/polkit@ab6211465a1ac76f188bd0e08a4420cb66653c4a

vmihalko commented 2 years ago

In GitLab by @limachaves on Dec 1, 2021, 05:28

mentioned in commit limachaves/polkit@74ba94569cdb1d69be6128719ed19135f2e8abea

vmihalko commented 2 years ago

In GitLab by @limachaves on Dec 3, 2021, 01:47

mentioned in commit limachaves/polkit@53ba51d3c25ffaaf625c270c0433bd207ee1b4d2

vmihalko commented 2 years ago

In GitLab by @limachaves on Dec 3, 2021, 23:21

mentioned in commit limachaves/polkit@271005ae94ea5e7084b39bfa286d08b2e9c38897

vmihalko commented 2 years ago

In GitLab by @limachaves on Dec 6, 2021, 21:05

mentioned in commit limachaves/polkit@4262c8a5c952e7f5d15d233c1cd2955086b622a9

vmihalko commented 2 years ago

In GitLab by @jrybar on Mar 14, 2022, 12:22

Finished in !97