1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
Commit Graph

7180 Commits

Author SHA1 Message Date
Witold Filipczyk
ffa57c6ed1 [quickjs] Removed map_csses 2024-10-27 12:58:06 +01:00
Witold Filipczyk
efaebe2010 [sftp] Sort entries 2024-10-26 17:16:03 +02:00
Witold Filipczyk
88a5fb1512 [docker] meson setup 2024-10-26 09:17:11 +02:00
Witold Filipczyk
3064db9331 [quickjs] Removed map_elements 2024-10-25 17:31:10 +02:00
Witold Filipczyk
b5997d4fa8 [quickjs] Removed map_collections
It was too complicated with no gains.
2024-10-24 18:11:18 +02:00
Witold Filipczyk
68697e6480 [spidermokey] function spidermonkey_release_all_runtimes 2024-10-23 16:03:19 +02:00
Witold Filipczyk
88fdf42ade [spidermonkey] Free strings allocated in get_elements_by_class_name 2024-10-22 16:09:49 +02:00
Witold Filipczyk
14c9eff83c [quikcjs] Free strings allocated by get_elements_by_class_name 2024-10-22 15:47:47 +02:00
Witold Filipczyk
166f58b9c0 [meson] meson.source_root() -> meson.project_source_root() 2024-10-21 12:32:58 +02:00
Witold Filipczyk
a4dde7e203 [meson] meson_version >=1.0.1 2024-10-21 12:24:44 +02:00
Witold Filipczyk
a8d424d79d [meson] check: true for xxd command 2024-10-20 17:13:49 +02:00
Witold Filipczyk
5930ba0d56 [meson] Removed -Dcombining from build scripts 2024-10-20 15:53:46 +02:00
Witold Filipczyk
686e7f0713 [meson] Removed unneeded msys2 option 2024-10-20 15:48:17 +02:00
Witold Filipczyk
0adac6bb78 [quickjs] do not compile collection2.c and other compilation fixes 2024-10-20 08:49:57 +02:00
Witold Filipczyk
ba943f0439 [mujs] Commented unused function 2024-10-20 08:41:52 +02:00
Witold Filipczyk
4fb847aec8 [http] casts 2024-10-20 08:41:17 +02:00
Witold Filipczyk
11e3267bc3 [mujs] console.warn 2024-10-19 08:38:59 +02:00
Witold Filipczyk
730267b5ec [quickjs] console.warn 2024-10-19 08:34:10 +02:00
Witold Filipczyk
597280940d [spidermonkey] console.warn 2024-10-19 08:30:40 +02:00
Witold Filipczyk
539bb84e1e [mujs] document.currentScript 2024-10-18 19:19:54 +02:00
Witold Filipczyk
c0971a6079 [quickjs] document.currentScript 2024-10-18 19:11:28 +02:00
Witold Filipczyk
17f7d907a5 [spidermonkey] document.currentScript 2024-10-18 18:43:39 +02:00
Witold Filipczyk
9c03006bc4 [test] document.currentScript.html 2024-10-18 18:17:05 +02:00
Witold Filipczyk
942f889399 [spidermonkey] enum instead of hardcoded numbers 2024-10-17 16:51:46 +02:00
Witold Filipczyk
115e01d8aa [option] Change default for document.cache.memory.size to 10M
1M was too small.
2024-10-17 15:41:33 +02:00
Witold Filipczyk
5fe661c1b8 [spidermonkey] Two different objects in HTMLCollection
Silly, but tests passed.
2024-10-16 19:57:01 +02:00
Witold Filipczyk
c4b9ebe651 [quickjs] nodelist similar to htmlcollection 2024-10-16 15:32:10 +02:00
Witold Filipczyk
426ce3fd6f [quickjs] Pass getElementsByClassName_2 2024-10-15 17:15:58 +02:00
Witold Filipczyk
2436774bf2 [test] test case getElementsByClassName ... 2024-10-14 19:49:24 +02:00
Witold Filipczyk
5fe7ef2a94 [test] fragment.firstChild.html 2024-10-13 17:38:24 +02:00
Witold Filipczyk
5f795dbc27 [js] Zero first character of integrity attribute
I did not test it.
2024-10-12 18:28:44 +02:00
Witold Filipczyk
e7faa3d300 [ecmascript] Added ecmascript.check_integrity option
In current implementation integrity check can slowdown,
so make it optional.
2024-10-12 17:44:07 +02:00
Witold Filipczyk
de0977cd7b [quickjs] Removed some maps. Tests passed again. 2024-10-11 13:47:56 +02:00
Witold Filipczyk
019af02645 [quickjs] Do not free runtime on exit (to cheat tests) 2024-10-10 17:41:43 +02:00
Witold Filipczyk
2f4829947b [quickjs] Check whether interpreter is existing in document event handler 2024-10-10 17:15:27 +02:00
Witold Filipczyk
791b0ca9e6 [quickjs] One runtime for all
I don't know why tests fail.
2024-10-10 16:43:40 +02:00
Witold Filipczyk
5b6b488e4a [spidermonkey] check for deleted interpreters in document event handler 2024-10-10 16:24:07 +02:00
Witold Filipczyk
bb2124bef6 [quickjs] option change hooks 2024-10-10 15:43:36 +02:00
Witold Filipczyk
7d05730ac7 [spidermonkey] option change hook to not read option too often 2024-10-10 15:32:51 +02:00
Witold Filipczyk
0ac1329d65 [quickjs] Added options ecmascript.quickjs.gc_threshold and ecmascript.quickjs.memory_limit 2024-10-09 15:43:54 +02:00
Witold Filipczyk
1497f8a0b8 [spidermonkey] Added the ecmascript.spidermonkey.memory_limit option
128M by default.
2024-10-09 15:33:50 +02:00
Witold Filipczyk
24d3c00a1c [combine] Drop the rest of combine characters 2024-10-09 15:17:43 +02:00
Witold Filipczyk
c8d28d8558 [quickjs] Increased memory limit to 128MiB 2024-10-08 16:14:27 +02:00
Witold Filipczyk
d29cad5bd0 [spidermonkey] Increased memory limit to 128MiB 2024-10-08 16:13:35 +02:00
Witold Filipczyk
96a3f22a3c [spidermonkey] bump mozjs to 128 2024-10-07 20:23:21 +02:00
Witold Filipczyk
aa7cafdad7 [combining] Drop CONFIG_COMBINE and meson option 'combining'
It was broken by design. It seems that without this option,
texts with combining characters are also displayed.
There are issues with dialogs, but with -Dcombining=true
dialogs also were "mis-displayed".
2024-10-07 15:37:56 +02:00
Witold Filipczyk
81e505663a [combining] I guess CONFIG_COMBINE is not needed. Refs #324
To verify build with -Dcombining=false
2024-10-06 09:32:52 +02:00
Witold Filipczyk
9616e6cad6 [NEWS] Info about 0.17.1.1 2024-10-05 09:35:14 +02:00
rkd77
71dbfc62be
Merge pull request #333 from dimitry-ishenko-ubuntu/fix-hooks-py
[python] Fix hooks.py detection
2024-10-04 08:15:32 +02:00
Dimitry Ishenko
c6776e447a [python] Fix hooks.py detection 2024-10-03 16:29:53 -04:00