Witold Filipczyk
ab4a08218f
[quickjs] DupValue
2023-01-21 17:04:00 +01:00
Witold Filipczyk
c71e501edf
[quickjs] FreeRuntime
2023-01-21 15:38:53 +01:00
Witold Filipczyk
ee32e59e77
[quickjs] Removed constructor
2023-01-21 15:37:05 +01:00
Witold Filipczyk
4b5e2fe808
[quickjs] window removed DupValue
2023-01-21 15:36:47 +01:00
Witold Filipczyk
8f2adc56f0
[quickjs] Removed location constructor
2023-01-21 15:31:49 +01:00
Witold Filipczyk
4426fd5def
[quickjs] Removed console constructor
2023-01-21 15:28:20 +01:00
Witold Filipczyk
67e18b0e69
[quickjs] Removed history constructor
2023-01-21 15:26:57 +01:00
Witold Filipczyk
36c9a713ba
[quickjs] Removed navigator constructor
2023-01-21 15:25:21 +01:00
Witold Filipczyk
94c4ed5866
[quickjs] removed unibar constructor
2023-01-21 15:23:21 +01:00
Witold Filipczyk
17bb51cc6f
[quickjs] Removed screen constructor
2023-01-21 15:06:32 +01:00
Witold Filipczyk
8038a999e2
[quickjs] DupValue
2023-01-21 15:06:11 +01:00
Witold Filipczyk
19ad7b1940
[quickjs] JS_DupValue
2023-01-21 14:23:25 +01:00
Witold Filipczyk
c0ff7ed930
[quickjs] More debug
2023-01-21 14:05:22 +01:00
Witold Filipczyk
fc3fdaa665
[quickjs] compilation fix
2023-01-21 09:06:33 +01:00
Witold Filipczyk
079f91a344
[smjs] delete first
2023-01-20 18:09:00 +01:00
Witold Filipczyk
d2bbe4cf0a
[ecmascript] Compilation fixes
2023-01-20 18:03:02 +01:00
Witold Filipczyk
02c8c6e0b1
[document] clear element_map
2023-01-20 17:14:32 +01:00
Witold Filipczyk
1b3ac6029b
[spidermonkey] delete
2023-01-20 17:03:44 +01:00
Witold Filipczyk
cf0a41a308
[smjs] doubled alloc
2023-01-20 17:03:22 +01:00
Witold Filipczyk
b114aab952
[ecmascript] leaks
2023-01-20 16:54:03 +01:00
Witold Filipczyk
a9f09d131d
[intl] LANGUAGE was allocated by malloc, so it must be released by free
2023-01-20 16:44:31 +01:00
Witold Filipczyk
0d5a600b33
[select] kill_timer
2023-01-20 11:25:52 +01:00
Witold Filipczyk
fc13186415
[smjs] delete smjs_global_object on cleanup
2023-01-20 10:59:26 +01:00
Witold Filipczyk
f428a27812
[smjs] JSAutoRealm
2023-01-19 19:21:47 +01:00
Witold Filipczyk
c8138381a4
[spidermonkey] JSAutoRealm
2023-01-19 18:52:18 +01:00
Witold Filipczyk
54f1426e43
[status] Introduced print_screen_status_delayed.
...
For cases when status is updated often. For example
uploads or downloads.
2023-01-18 21:35:50 +01:00
Witold Filipczyk
02f9682e79
[xhtml] encoding is usually known
2023-01-17 21:08:55 +01:00
Witold Filipczyk
123a053b55
[smjs] Assertion failure
2023-01-11 19:34:51 +01:00
Witold Filipczyk
acf7527624
[idn] Back to idn2_to_ascii_8z
...
Previous function did not work under DOS for me.
2023-01-03 17:16:03 +01:00
Witold Filipczyk
39843fafe2
[docker] updated djgpp build
2023-01-03 17:11:21 +01:00
Witold Filipczyk
224b328ef0
[man] Changes in old elinks.1.in about ~/.config
2023-01-03 16:05:13 +01:00
Witold Filipczyk
452dff6ecf
[docker] alpine-static updated (libidn2 and libunistring)
2023-01-02 19:33:39 +01:00
Witold Filipczyk
db09b70a0d
[smjs] Assume url is utf-8 encoded.
...
Before failed for goto-url-hook and idn domains.
2023-01-02 17:34:33 +01:00
Witold Filipczyk
8cb69b3832
[meson] libidn2
2023-01-02 17:09:24 +01:00
rkd77
1cf5593928
Merge pull request #206 from kdudka/idn2
...
Port ELinks to libidn2
2023-01-02 10:36:49 +01:00
Robert Scheck
b8ae8297e8
Port ELinks to libidn2
...
Bug: https://bugzilla.redhat.com/1098789
2023-01-02 09:28:34 +01:00
Witold Filipczyk
2f6cac0243
[ecmascript] Moved add_to_ecmascript_string_list to util/string.h
2023-01-01 09:04:20 +01:00
rkd77
f2fa1d40e2
Merge pull request #205 from thesamesam/mujs-build-fixes
...
Fix build failures with mujs
2023-01-01 08:38:15 +01:00
Sam James
5cb6021918
Fix build failures with mujs
...
Closes: https://github.com/rkd77/elinks/issues/204
Signed-off-by: Sam James <sam@gentoo.org>
2022-12-31 21:06:57 +00:00
Witold Filipczyk
aa8d798981
[test] Strange endif . Refs #203
2022-12-30 09:35:41 +01:00
Witold Filipczyk
eadf6512eb
[mujs] document.write
2022-12-28 21:19:49 +01:00
Witold Filipczyk
2c8ea13ec5
[quickjs] document.write again
2022-12-28 21:14:28 +01:00
Witold Filipczyk
764b0af2ba
[ecmascript] Rewritten document.write
...
string list instead of single string.
2022-12-28 21:05:59 +01:00
Witold Filipczyk
dae3d1cdc4
[test] 1 One 2 Two 3 Three
...
Now is:
1
2
3
One
Two
Three
but ought to be:
1
One
2
Two
3
Three
2022-12-28 19:38:19 +01:00
Witold Filipczyk
1c87b361b2
[SITES] Info about mailing list
...
I changed my mind and added mailing list.
2022-12-28 08:35:11 +01:00
Witold Filipczyk
846a6a7187
[.config] Add trailing / to xdg_config_home. Refs #202
2022-12-27 11:49:54 +01:00
Witold Filipczyk
201e6c055a
[select] Start redrawing terminal also without libevent. Refs #201
2022-12-26 19:02:36 +01:00
Witold Filipczyk
d7dacd2dbc
[config] Commented unused functions
2022-12-26 17:52:14 +01:00
Witold Filipczyk
7ea7cacade
[.config] Read/write configuration from ~/.config/elinks . Refs #199
...
Note, configs and other files from ~/.elinks/ are not moved
to ~/.config/elinks/ automatically. You must do it yourself.
ELINKS_CONFDIR and HOME_ETC also are no longer supported.
2022-12-26 17:48:55 +01:00
Witold Filipczyk
86a54ca33d
[po] POTFILES regenerated. Refs #200
...
import os
if __name__ == '__main__':
for f in os.popen('git ls-files', 'r'):
f = f.rstrip()
if f.endswith(('.c', '.cpp', '.h', '.inc')):
print(f)
2022-12-26 12:48:33 +01:00