Witold Filipczyk
ef1f8d10b7
[ecmascript] check_in_map_timer -> found_in_map_timer
2021-12-02 17:02:00 +01:00
Witold Filipczyk
98d970d606
[spidermonkey] clearTimeout
2021-12-01 20:47:25 +01:00
Witold Filipczyk
adddbf53fb
[quickjs] clearTimeout
2021-12-01 19:27:50 +01:00
Witold Filipczyk
29fba4bb33
[spidermonkey] element.closest
2021-12-01 16:46:44 +01:00
Witold Filipczyk
2e466eaf6a
[quickjs] Element.closest
2021-12-01 16:36:01 +01:00
Witold Filipczyk
701f66dc11
[systemd] clip.sh.service unit
2021-11-30 19:40:09 +01:00
Witold Filipczyk
3aa9483cd2
[quickjs] Set 64M memory limit for JSRuntime
2021-11-29 19:28:38 +01:00
Witold Filipczyk
0fd7386bf5
[quickjs] Show exceptions
2021-11-28 15:23:46 +01:00
Witold Filipczyk
c2991ffc27
[spidermonkey] element.matches
2021-11-27 19:37:07 +01:00
Witold Filipczyk
17a68b0cfd
[quickjs] element.matches
...
Also change querySelector and querySelectorAll.
They search from current node, not root.
2021-11-27 19:27:30 +01:00
Witold Filipczyk
73e84f3db4
[spidermonkey] localStorage.removeItem
2021-11-27 13:03:47 +01:00
Witold Filipczyk
114b8c3adb
[quickjs] localStorage.removeItem
2021-11-27 12:44:47 +01:00
Witold Filipczyk
aca8b1f7cd
[quickjs] Define window properties and functions in global object.
...
window.alert and alert both are functional
2021-11-26 20:18:46 +01:00
Witold Filipczyk
30dd9935d2
[quickjs] Call JS_GetGlobalObject in every init function
2021-11-26 19:54:29 +01:00
Witold Filipczyk
fa712cd0e5
[quickjs] namedItem return NULL for not found items
2021-11-26 15:53:11 +01:00
rkd77
2e3d6fc334
Merge pull request #133 from Strahinja/master
...
Update Serbian translation
2021-11-25 18:02:44 +01:00
Страхиња Радић
f2429b61ff
po/sr.po: Update to Serbian translation; AUTHORS: Update Strahinya Radich's email aaddress
...
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2021-11-25 17:40:01 +01:00
Witold Filipczyk
698ae6ef15
[quikcjs] attributes example fixes
2021-11-25 16:21:25 +01:00
Witold Filipczyk
9a3be156a7
[configure.ac] Added --with-quickjs option
...
Note, that if you pass both:
--with-spidermonkey \
--with-quickjs
you'll get compilation error
2021-11-24 17:18:02 +01:00
Witold Filipczyk
e7cc68f742
[quikcjs] compilation fix for 32bit systems
2021-11-22 10:41:33 +01:00
Witold Filipczyk
4617d7d8ef
[xml] missing files
2021-11-22 09:50:57 +01:00
Witold Filipczyk
14e60c35ab
[quickjs] nodelist as array
2021-11-21 16:27:01 +01:00
Witold Filipczyk
20362003bd
[quickjs] Added RETURN_JS macro for easier debugging
2021-11-20 17:29:00 +01:00
Witold Filipczyk
6ca8ea37a5
[localstorage] return NULL when key is not found
2021-11-20 17:27:58 +01:00
Witold Filipczyk
0e45f743a7
[link] cast to unsigned char . Refs #132
...
This bug was caused by changes unsigned char * -> char *
2021-11-19 15:31:05 +01:00
Witold Filipczyk
44c7cedfea
[spidermonkey] Commented lines with assertion
2021-11-18 20:56:51 +01:00
Witold Filipczyk
fa60e62f1c
[quickjs] initialize first
2021-11-17 19:08:22 +01:00
Witold Filipczyk
24524b0303
[quickjs] initialize first
2021-11-17 19:05:29 +01:00
Witold Filipczyk
d275140984
[quickjs] Moved initialization to the begining of function
...
Now test case (buildlogs) is successful
2021-11-17 17:42:22 +01:00
Witold Filipczyk
56870b5f38
[quickjs] htmlCollection as Array
2021-11-16 18:22:36 +01:00
Witold Filipczyk
0a088a090a
[quickjs] std::nothrow
2021-11-16 17:10:35 +01:00
Witold Filipczyk
98b3f14927
[quickjs] forms also as array
...
Sometimes it works, sometimes not.
2021-11-15 17:13:51 +01:00
Witold Filipczyk
be2a4d83b1
[quickjs] small success. Implementation of elements[i]
2021-11-14 20:45:56 +01:00
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