Witold Filipczyk
ad050ea68a
[quickjs] arithmetics.html usable again
2021-11-13 18:22:05 +01:00
rkd77
9f3d9dcef3
Merge pull request #131 from oelmekki/lua_api
...
[lua] expose reload() and goto_url() to lua api
2021-11-13 17:02:49 +01:00
Olivier El Mekki
edaf66fc60
[lua] expose reload() and goto_url() to lua api
...
Two api methods for lua scripting has been added.
`reload()` allows to refresh the document without triggering a new
html request. This commits expose that existing internal function to the
lua api.
One example where it is useful : making a lua hook that allows to edit a
local file we're browsing and see the change without having to perform a
full reload (thus losing the scrolling position). Or anything else that
allows to interactively modify the currently loaded document.
`goto_url()` allows to navigate to given url long after the page has been
loaded (so follow_url_hooks can't be used).
Example where it's useful : binding a key to load the latest archive.org
snapshot for current page (especially useful when using tor and being
constantly harassed by cloudflare).
2021-11-13 13:57:52 +01:00
Witold Filipczyk
38060fea51
[quickjs] scroll2.html works
2021-11-12 21:53:31 +01:00
Witold Filipczyk
28fba3eab3
[quicksjs] changed forms code, but still does not work
2021-11-11 20:43:59 +01:00
Witold Filipczyk
7d51951d5f
[quickjs] map in getCollection
2021-11-10 18:48:27 +01:00
Witold Filipczyk
28b8154aff
[test] alert -> window.alert for easier testing
2021-11-10 18:05:35 +01:00
Witold Filipczyk
edb71b8262
[quickjs[ fixes in getDoctype
2021-11-10 17:33:59 +01:00
Witold Filipczyk
10bfe65e05
[quickjs] remember elements nodes in map.
...
title.html example works
2021-11-09 18:44:12 +01:00
Witold Filipczyk
1342d7510a
[quickjs] quickjs_eval_boolback
2021-11-08 19:59:54 +01:00
Witold Filipczyk
5b725b3695
[quickjs] quickjs_eval_stringback
2021-11-08 19:42:07 +01:00
Witold Filipczyk
ddb626d521
[quickjs] Added interrupt handler.
2021-11-07 16:04:36 +01:00
Witold Filipczyk
09e6fb59da
[kbd] ui.double_esc option, based on PLD patch
2021-11-06 17:40:17 +01:00
Witold Filipczyk
6d4a573571
[quickjs] getElement works for test case
2021-11-05 18:58:15 +01:00
Witold Filipczyk
9d02cfdc46
[search] document.browse.search.ignore_history . Default 0
...
When enabled will ignore previous searches in the typeahead mode
available by (cursor up, cursor down).
2021-11-05 16:25:17 +01:00
Witold Filipczyk
8e47f62c9d
[quickjs] document.c
2021-11-04 19:58:57 +01:00
Witold Filipczyk
816063401f
Merge branch 'master' into quickjs
2021-11-04 16:54:03 +01:00
rkd77
b3541f250d
Merge pull request #129 from OliveThePuffin/patch-1
...
Update configure.ac
2021-11-04 16:48:38 +01:00
Samuel Clay
eda8aff38b
Fix misleading description on configure options
2021-11-04 08:31:54 -06:00
Witold Filipczyk
af9cf82e3d
[search] bool document.browse.search.beginning_only . Default 0
...
Whether typeahead searching should match only the beginnings of links.
2021-11-04 14:02:45 +01:00
Samuel Clay
2ff409d3af
Update configure.ac
...
Fix misleading description on configure options
2021-11-03 21:29:45 -06:00
Witold Filipczyk
81cd0282cf
[quickjs] input.c
2021-11-03 21:52:31 +01:00
Witold Filipczyk
01675c6270
[date] elinks-date-format.patch from PLD
2021-11-03 10:47:39 +01:00
Witold Filipczyk
26a319e581
[quickjs] form.c
2021-11-02 20:49:03 +01:00
Witold Filipczyk
a66a4bf995
[quickjs] forms.c
2021-11-01 18:13:33 +01:00
Witold Filipczyk
c7d525d1c0
[spidermonkey] forms class in separate file
2021-11-01 17:12:46 +01:00
Witold Filipczyk
a804233ea7
[spidermonkey] input in separate file
2021-11-01 16:58:38 +01:00
Witold Filipczyk
183dca1c10
[quickjs] window.c
2021-10-31 20:48:10 +01:00
Witold Filipczyk
307ec0d173
[quickjs] implementation.c
2021-10-30 19:19:39 +02:00
Witold Filipczyk
e15d58dfd1
[quickjs] element.c
2021-10-29 22:06:39 +02:00
Witold Filipczyk
85ec5fa83a
[quickjs] nodelist
2021-10-28 18:45:01 +02:00
Witold Filipczyk
fc031f170b
[quickjs] htmlCollection
2021-10-27 18:10:04 +02:00
Witold Filipczyk
6de8b3e378
[quickjs] attributes
2021-10-26 18:15:08 +02:00
Witold Filipczyk
88065002ff
[quickjs] JS_NewStringLen when length is known
2021-10-26 16:39:47 +02:00
Witold Filipczyk
a9b2cc9b42
[quickjs] localstorage
2021-10-25 18:43:39 +02:00
Witold Filipczyk
164d6b90ac
[ecmascript] localstorage-db.c moved
2021-10-25 17:43:07 +02:00
Witold Filipczyk
e8ae407c0f
[ecmascript] Moved css2xpath
2021-10-25 17:31:05 +02:00
Witold Filipczyk
44a286f8af
[spidermonkey] history.c
2021-10-25 17:22:42 +02:00
Witold Filipczyk
97daf0871a
[spidermonkey] collection in separate file
2021-10-25 17:13:46 +02:00
Witold Filipczyk
d6bb05ef3d
[spidermonkey] nodeList in separate file
2021-10-25 17:01:25 +02:00
Witold Filipczyk
4a6786df98
[spidermonkey] attributes in separate file
2021-10-25 16:51:07 +02:00
Witold Filipczyk
935d81a08b
[spidermonkey] attr in separate file
2021-10-25 16:42:06 +02:00
Witold Filipczyk
d274eef77f
[quickjs] Shorter function declarations
2021-10-24 18:11:36 +02:00
Witold Filipczyk
adbdf68bda
[quickjs] attr.c
2021-10-23 18:33:10 +02:00
Witold Filipczyk
a9037d878d
[quickjs] console
2021-10-22 18:47:09 +02:00
Witold Filipczyk
63f2415c5c
[quickjs] location
2021-10-22 16:10:40 +02:00
Witold Filipczyk
33eab7d910
[ecmascript] Move location_goto to ecmascript.c
2021-10-22 10:44:37 +02:00
Witold Filipczyk
46953a35bd
[quickjs] history
2021-10-21 17:17:26 +02:00
Witold Filipczyk
e73e66ffea
[quickjs] navigator
2021-10-20 20:00:19 +02:00
Witold Filipczyk
c2d1e2667a
[quickjs] unibar
...
I don't know yet how to use JS_GetOpaque and JS_SetOpaque.
2021-10-19 20:49:53 +02:00