Witold Filipczyk
2fcf64e9bb
[xml] Set document->cp
2022-11-09 21:24:30 +01:00
Witold Filipczyk
c5569ccb27
[ecmascript] Implemented keyboardEvent in spidermonkey code.
...
It does not work well yet.
2022-11-09 19:21:16 +01:00
Witold Filipczyk
56ab960cce
[ecmascript] Added keydown and keyup code for eventListeners.
...
TODO: KeyEvent (keycode etc.)
2022-11-08 19:43:01 +01:00
Witold Filipczyk
d7f4f94a62
[click] Added eventListener. It works for these two test cases.
2022-11-07 20:59:19 +01:00
Witold Filipczyk
3330427738
[ecmascript] onkeyup and onkeydown
2022-11-03 19:30:57 +01:00
Witold Filipczyk
9b895b3681
[test] onkeydown.html
2022-11-03 18:51:00 +01:00
Witold Filipczyk
7724b18bc2
[quickjs] Missing file
2022-11-03 14:49:00 +01:00
Witold Filipczyk
aa8e3475e8
[mujs] addEventListener and removeEventListener in xhr
2022-11-02 18:22:57 +01:00
Witold Filipczyk
515ba5e458
[quickjs] addEventListener and removeEventListener in xhr
2022-11-02 16:40:10 +01:00
Witold Filipczyk
84c9a86ab3
[spidermonkey] Added code for xhr event listeners
2022-11-01 22:21:10 +01:00
Witold Filipczyk
feca5c4b80
[xhr] Added bool option ecmascript.allow_xhr_file
2022-10-31 20:25:32 +01:00
Witold Filipczyk
5e802064c9
[xhr] Added code for mujs
...
It does not work. If you know how to pass 'this' to functions
executed later, for example onload_run, let me know.
2022-10-30 20:18:42 +01:00
Witold Filipczyk
b2dba0b67b
[xhr] quickjs works for test case
2022-10-24 20:11:36 +02:00
Witold Filipczyk
6e9a242a35
[xhr] Still quickjs non-functional
2022-10-24 19:37:02 +02:00
Witold Filipczyk
0fb0f8d020
[xhr] Implementation of xhr for quickjs. Compiles, but does not work.
2022-10-23 19:50:48 +02:00
Witold Filipczyk
5f682c5a71
[xhr] false when init_string fails
2022-10-23 18:26:49 +02:00
Witold Filipczyk
ec1b71d208
[xhr] xhr.cpp copy from https://github.com/saghul/txiki.js
2022-10-23 13:30:18 +02:00
Witold Filipczyk
df02b88d7b
[xhr] call onreadystatechange when DONE
2022-10-18 19:16:49 +02:00
Witold Filipczyk
45c725f709
[xhr] static properties
2022-10-18 19:01:09 +02:00
Witold Filipczyk
315eb78a14
[color] Revert changes in bfu/style.c related to draw_text_node Refs #195
2022-10-17 21:42:51 +02:00
Witold Filipczyk
17aa5bcf29
[xhr] onloadend
2022-10-17 18:22:33 +02:00
Witold Filipczyk
c2bdd5a723
[color] Restore painting of trailing spaces
2022-10-17 10:04:46 +02:00
Witold Filipczyk
2129eadcbd
[intl] Added build option -Dcodepoint=true (--disable-codepoint)
...
Codepoint lookup slows down ELinks, so you can do not enable it
at compile time.
2022-10-16 19:26:20 +02:00
Witold Filipczyk
2e38104b40
[intl] is_codepoint_supported static
2022-10-16 18:38:55 +02:00
Witold Filipczyk
9e7257c3b7
[leds] Check return value of fscanf
2022-10-16 16:08:33 +02:00
Witold Filipczyk
4c775291c0
[color] Missing declaration
2022-10-16 16:06:48 +02:00
Witold Filipczyk
927fe10c6a
[cast] (unsigned char) for isspace
2022-10-16 16:04:00 +02:00
Witold Filipczyk
828d9e75cf
[draw] unicode_val_T in draw_box for UTF8
2022-10-16 15:58:06 +02:00
Witold Filipczyk
7135d6db08
[color] Draw background
2022-10-16 15:53:56 +02:00
Witold Filipczyk
f7c44b52fc
[color] draw background
2022-10-16 15:26:49 +02:00
Witold Filipczyk
c086cbe26e
[color] Removed code related to draw_text_node
...
This idea failed. Code was slow.
2022-10-16 15:18:34 +02:00
rkd77
d0537ce3c0
Merge pull request #194 from balducci/master
...
Fix typo which causes compilation error when CONFIG_GEMINI is undef
2022-10-14 14:25:50 +02:00
gabriele balducci
2fbecfabd1
Fix typo which causes compilation error when CONFIG_GEMINI is undef
2022-10-14 13:16:08 +01:59
Witold Filipczyk
39b914dee3
[tests] fixed build with -Dx=true
2022-10-13 16:56:40 +02:00
Witold Filipczyk
3276cb75a1
[tests] compilation fix
2022-10-13 15:53:54 +02:00
Witold Filipczyk
40884da51f
[ssl] Introduced option "connection.ssl.gemini_cert_verify"
...
gemini sites often have self-signed certificates.
This option allow to enable or disable verification
of certificates independently from https protocol.
2022-10-13 11:57:24 +02:00
Witold Filipczyk
c05e1567e1
[po] added scripts to generate elinks.pot
2022-10-12 18:14:28 +02:00
Witold Filipczyk
7130c42911
[po] Avoid accelerator conflict in pl.po
2022-10-09 20:26:23 +02:00
Witold Filipczyk
36b08e69d1
[po] meson target update-po
2022-10-09 17:24:08 +02:00
Witold Filipczyk
1140727fae
[meson] check-po target
...
Usage:
ninja check-po 2>&1 | less
2022-10-09 17:09:58 +02:00
Witold Filipczyk
2dc85a2060
[meson] compilation fix when neither openssl nor gnutls were enabled
2022-10-08 11:21:25 +02:00
Witold Filipczyk
766d0d655c
[tests] fixes in mime/backend
2022-10-08 11:10:54 +02:00
Witold Filipczyk
a801578d27
[tests] fixes
2022-10-08 11:05:15 +02:00
Witold Filipczyk
88c82224b0
[meson] build cookies/parsetst
2022-10-08 10:43:13 +02:00
Witold Filipczyk
6e83bbf23c
[tests] build_by_default: false for executables.
...
It does not work, but this as a meson issue.
2022-10-07 19:56:54 +02:00
Witold Filipczyk
917378f766
[tests] should_fail not needed
2022-10-07 15:53:20 +02:00
Witold Filipczyk
caf277ff3f
[tests] cheat in get-translated-uri test with leading //
2022-10-07 15:34:32 +02:00
Witold Filipczyk
6e336d2359
[tests] is_parallel: false
2022-10-07 08:35:06 +02:00
Witold Filipczyk
58387c5a50
[tests] sh -> bash in test-ftp-parser
2022-10-06 18:28:34 +02:00
Witold Filipczyk
c2e3d8fa8a
[dom] cast
2022-10-06 17:32:18 +02:00