1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-04-18 00:47:36 -04:00

7312 Commits

Author SHA1 Message Date
Witold Filipczyk
a303e35d54 [soudermonkey] set images once 2024-11-24 15:58:45 +01:00
Witold Filipczyk
f4d01b3b1d [quikcjs] Assign document.images once 2024-11-23 18:58:25 +01:00
Witold Filipczyk
b4d81b0747 [docker] exit in case of build failure 2024-11-23 12:14:23 +01:00
Witold Filipczyk
e155378c10 [quickjs] Do not create location object every time
infinite2.html shows dialog box.
2024-11-22 16:59:35 +01:00
Witold Filipczyk
725231eb4f [djgpp] sys_root is not needed 2024-11-21 15:45:37 +01:00
Witold Filipczyk
30f4139b80 [js] compilation fix 2024-11-21 15:44:08 +01:00
Witold Filipczyk
2bfbcd600c [win32] Added a timer
Need testing.
2024-11-20 16:29:42 +01:00
Witold Filipczyk
6850e5a632 [quickjs] js code is compilable under Windows
For now without execution timeout.
2024-11-19 18:44:22 +01:00
Witold Filipczyk
af8ecb8632 [meson] check for open_memstream 2024-11-19 18:03:22 +01:00
Witold Filipczyk
2ce1d23ee4 [terminal] Variable plen was unused under Windows 2024-11-19 14:20:17 +01:00
Witold Filipczyk
66e11e1e9e [kbd] Hide Windows warning 2024-11-19 14:11:38 +01:00
Witold Filipczyk
6cdaa4aee8 [ssl] Hide warnings related to lack of inet_pton 2024-11-19 13:55:21 +01:00
Witold Filipczyk
a659d7529e [curl] interface -> inter_face
interface was already in use.
2024-11-19 13:41:28 +01:00
Witold Filipczyk
cfe1ab3c7d [socket] compilation fixes 2024-11-19 13:29:46 +01:00
Witold Filipczyk
27af8266a4 [curl] Allow to set outgoing interface
Command line option "bind-address" is reused for it.
2024-11-19 12:09:00 +01:00
rkd77
a6ad697fe4
Merge pull request #340 from fossdd/docker-deps
[docker] update dependencies
2024-11-18 16:56:59 +01:00
Witold Filipczyk
ad47abf180 [viewer] cast in non-utf8 2024-11-18 16:41:54 +01:00
Witold Filipczyk
5c3f8951de [intl] This function was unused in non-utf8 builds 2024-11-18 16:38:56 +01:00
Witold Filipczyk
2e7e1042e0 [win32] More casts 2024-11-18 16:21:31 +01:00
Witold Filipczyk
fb10c3f501 [win32] casts to intptr_t and removed unused functions 2024-11-18 16:08:28 +01:00
fossdd
e5aadddae9
[docker] update dependencies
Alpine Linux moved the .a file from the c-ares-static subpackage to the origin
c-ares. As c-ares-dev depends on c-ares, we can just drop the c-ares-static
dependency.

Ref: 400607034d
2024-11-18 15:36:12 +01:00
Witold Filipczyk
4dfe2a2b9f [bfu] end was unused for non UTF8 builds 2024-11-18 15:29:56 +01:00
Witold Filipczyk
17d6f1c755 [meson] -Wno-array-bounds 2024-11-17 15:05:24 +01:00
Witold Filipczyk
338d12d20b [mujs] Image.width and height in constructor 2024-11-16 19:11:34 +01:00
Witold Filipczyk
a29a9112b9 [quickjs] Image.width, Image.height in constructor 2024-11-16 18:56:12 +01:00
Witold Filipczyk
a9c89c0f6c [spidermonkey] Image.width and Image.height in constructor 2024-11-16 18:39:43 +01:00
Witold Filipczyk
a3571e6a91 [test] extended test for Image
It fails.
2024-11-16 18:06:12 +01:00
Witold Filipczyk
efc7049120 [js] test case new Image 2024-11-15 18:49:56 +01:00
Witold Filipczyk
02b02c2950 [mujs] interpreter->doc as doc in Image 2024-11-15 18:23:07 +01:00
Witold Filipczyk
4872ecbd52 [mujs] DocumentFragment constructor 2024-11-15 18:20:01 +01:00
Witold Filipczyk
ee1f176515 [quickjs] DocumentFragment constructor 2024-11-15 15:50:02 +01:00
Witold Filipczyk
90cd1c0bcc [spidermonkey] DocumentFragment constructor 2024-11-15 15:32:34 +01:00
Witold Filipczyk
6dcc6f469b [js] test case for new DocumentFragment 2024-11-15 15:12:37 +01:00
Witold Filipczyk
5462163846 [mujs] Document constructor
I'm not sure if js_copy(J, 0) is ok here.
2024-11-14 17:09:47 +01:00
Witold Filipczyk
d4b92f0f2b [quickjs] Document constructor 2024-11-14 16:41:34 +01:00
Witold Filipczyk
dc74e338d1 [spidermonkey] Document constructor
There were some issues with document constructor, so separate object Document.
2024-11-14 16:24:47 +01:00
Witold Filipczyk
4e13f17d82 [js] test case for new Document 2024-11-14 15:28:02 +01:00
Witold Filipczyk
211f69c801 [quickjs] modified getAttributeNode
Tests passed, I tested a few times.
2024-11-13 13:25:56 +01:00
Witold Filipczyk
2d682db535 [js] minor optimistation
There is no need to ref/unref this string.
2024-11-12 15:03:58 +01:00
Witold Filipczyk
5df5f9fc04 [ecmascript] corestring_dom_IMG 2024-11-11 18:21:59 +01:00
Witold Filipczyk
1256fc89aa [ecmascript] Try to execute code once and in order of appearance
If some code has not been loaded, then a code next to it, won't
be loaded either. At least I guess so.
2024-11-11 10:49:06 +01:00
Witold Filipczyk
27c82c09b7 [spidermonkey] Commented JS::SetWarningReporter 2024-11-10 17:29:47 +01:00
Witold Filipczyk
79f059f10b [spidermonkey] Experiment with "weird" implementation of HTMLCollection failed
Now it looks like nodeList.
2024-11-10 16:45:03 +01:00
Witold Filipczyk
0510b2e279 [mujs] Image constructor 2024-11-10 13:06:45 +01:00
Witold Filipczyk
acf5abd4b7 [quickjs] Image constructor 2024-11-09 19:47:56 +01:00
Witold Filipczyk
4892a07463 [spidermonkey] Image constructor
Needs more work.
2024-11-08 19:30:29 +01:00
Witold Filipczyk
25eb6677fd [html] Try to skip <![CDATA[ 2024-11-07 15:25:17 +01:00
Witold Filipczyk
bb9f95876e [mujs] Check NULL in element.removeChild 2024-11-06 15:27:21 +01:00
Witold Filipczyk
1d6fe91858 [mujs] The same "trick" as for quickjs. Do not free header 2024-11-06 15:24:49 +01:00
Witold Filipczyk
dc8f8d9b6d [quickjs] Allow any node type and check for NULL in removeChild 2024-11-06 15:22:36 +01:00