Witold Filipczyk
f44f8be07d
[curl] check_bottom_halves in check_multi_info
...
Also sample ELOG
2025-05-06 15:56:38 +02:00
Witold Filipczyk
73fff45f01
[debug] ELOG for debugging purposes
...
ELOG can be defined to print information about called functions
2025-05-06 13:02:02 +02:00
Witold Filipczyk
f473a6c979
[config] Added bool document.browse.links.follow_reload option. Refs #376
...
When enabled clicking the left mouse button on links, following links
etc. will cause reload of the page. The same as link-follow-reload action.
2025-04-27 17:24:41 +02:00
Witold Filipczyk
2f640240c5
[draw] Moved y conditions before searching x of image
2025-04-19 19:37:14 +02:00
Witold Filipczyk
47839ceab2
[draw] Moved condition up
2025-04-19 17:35:58 +02:00
Witold Filipczyk
27360e09ca
[draw] Avoid crashing in drawing sixel images
2025-04-19 16:42:13 +02:00
Witold Filipczyk
a6f1d8a85e
[curl] parse cookies. Refs #372
2025-04-17 11:26:20 +02:00
Witold Filipczyk
041b1bbcc8
[mujs] window.scrollBy and scrollTo with one argument
2025-04-07 16:05:56 +02:00
Witold Filipczyk
288d7add8f
[quickjs] window.scrollBy with one argument, scrollTo too
2025-04-07 15:59:01 +02:00
Witold Filipczyk
c3b797f2a1
[spidermonkey] window.scrollBy(options) and window.scrollTo(options)
...
only instant.
2025-04-07 15:48:56 +02:00
Witold Filipczyk
f1d09e3a29
[mujs] window.scrollX and scrollY
2025-04-07 15:36:54 +02:00
Witold Filipczyk
372c44cbee
[quickjs] window.scrollX and scrollY
2025-04-07 15:31:45 +02:00
Witold Filipczyk
068de7fd48
[spidermonkey] window.scrollX and window.scrollY
2025-04-07 15:24:22 +02:00
Witold Filipczyk
1b58473559
[mujs] window.scroll
2025-04-07 15:13:27 +02:00
Witold Filipczyk
9d04b5041e
[quickjs] window.scroll the same in effect as scrollTo
2025-04-07 15:09:58 +02:00
Witold Filipczyk
aac0c95336
[spidermonkey] window.scroll the same as window.scrollTo
2025-04-07 15:06:19 +02:00
Witold Filipczyk
5cde898e29
[mujs] window.scrollTo(x, y)
2025-04-06 21:34:14 +02:00
Witold Filipczyk
4a237395bc
[quickjs] window.scrollTo(x, y)
2025-04-06 21:30:30 +02:00
Witold Filipczyk
0f625fdbf2
[spidermonkey] window.scrollTo(x, y)
2025-04-06 21:26:07 +02:00
Witold Filipczyk
c36fed8128
[js] typo
2025-04-06 21:10:03 +02:00
Witold Filipczyk
34b7765cb3
[mujs] window.scrollBy(dx, dy)
2025-04-06 21:08:24 +02:00
Witold Filipczyk
07932d3d12
[quickjs] window.scrollBy
2025-04-06 21:03:27 +02:00
Witold Filipczyk
febe10f4c6
[spidermonkey] window.scrollBy
2025-04-06 20:57:26 +02:00
Witold Filipczyk
2dad816a9a
[mujs] scrollByPages
2025-04-06 20:35:11 +02:00
Witold Filipczyk
379cf4d246
[quickjs] scrollByPages
2025-04-06 20:32:02 +02:00
Witold Filipczyk
a57a36d891
[spidermonkey] scrollByPages
2025-04-06 20:28:43 +02:00
Witold Filipczyk
5e476df4c0
[mujs] scrollByLines
2025-04-06 19:42:28 +02:00
Witold Filipczyk
3d9ec754ac
[quickjs] scrollByLines
2025-04-06 19:33:56 +02:00
Witold Filipczyk
5f63394b98
[spidermonkey] scrollByLines
2025-04-06 19:24:33 +02:00
Witold Filipczyk
9524a577b5
[proxy] pre_format_html_hook also need to be changed
2025-04-06 13:10:24 +02:00
Witold Filipczyk
ecfc2e2bad
[mujs] Try to set prototypes
...
If you know how to fix element.prototype.html test, let me know.
2025-04-05 09:09:29 +02:00
Witold Filipczyk
cf239130eb
[mujs] Element.append
2025-04-03 18:59:13 +02:00
Witold Filipczyk
369c6489d5
[quickjs] Element.append
2025-04-03 18:38:00 +02:00
Witold Filipczyk
91a06a4e19
[spidermonkey] Element.append
2025-04-03 18:23:03 +02:00
Witold Filipczyk
f72cd6bf54
[js] return empty string instead of undefined in document.referrer
2025-04-03 16:27:30 +02:00
Witold Filipczyk
8ddb3d6fe7
[ecmascript] Placeholder code for getBoundingClientRect
...
I did not check it, guess top and left calculation
is wrong. It will be addressed later.
2025-04-02 19:34:23 +02:00
Witold Filipczyk
083546ba71
[js] Lazy deletion of timeouts
...
timeout_next is 0 for setTimeout
timeout_mext > 0 for setInterval
timeout_next < 0 for clearTimeout or clearInterval
These timeouts will be deleted on next timeout callback.
2025-04-01 17:05:16 +02:00
Witold Filipczyk
aa64757838
[ecmascript] Search for intervalId, not t->tid in clearInterval
...
A bit safer.
2025-04-01 16:37:12 +02:00
Witold Filipczyk
ed65b37141
[scripting] init guile before displaying version. Refs #373
2025-04-01 10:22:09 +02:00
Witold Filipczyk
3b4f830ee8
[quickjs] Element constructor
2025-03-31 12:16:12 +02:00
Witold Filipczyk
7f4a59c3df
[spidermonkey] element.prototype.matches test
...
Added the Element constructor, because it's side effect is
Element.prototype.
2025-03-31 11:58:43 +02:00
Witold Filipczyk
9c34cf81d3
[mujs] Element.src getter
2025-03-30 18:57:49 +02:00
Witold Filipczyk
1c4a39f6eb
[quickjs] Element.src getter
2025-03-30 18:54:28 +02:00
Witold Filipczyk
5b9e9de573
[spidermonkey] Element.src getter
2025-03-30 18:51:13 +02:00
Witold Filipczyk
fd75039e4f
[mujs] document.scripts
2025-03-30 18:37:13 +02:00
Witold Filipczyk
9a0e59a89b
[quickjs] document.scripts
2025-03-30 18:30:41 +02:00
Witold Filipczyk
9e1bd5a087
[spidermonkey] document.scripts
2025-03-30 18:21:16 +02:00
Witold Filipczyk
12683818e9
[mujs] NODEINFO
2025-03-30 13:52:26 +02:00
Witold Filipczyk
e0cdb132a1
[quickjs] NODEINFO
2025-03-30 13:17:00 +02:00
Witold Filipczyk
5da40e36d2
[soidermonkey] Try to display backtrace
...
It does not show anything. I don't know why.
2025-03-30 13:15:51 +02:00