1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-05 02:45:32 +00:00
elinks/src/scripting/smjs
Miciah Dashiel Butler Masters 97b5b9cfe1 Check for hooks.js before trying to load it.
Check file_exists(path) before calling smjs_do_file(path)
in smjs_load_hooks to fix an error message when there is no hooks.js,
reported by zas.
2006-01-02 18:53:13 +00:00
..
bookmarks.c Drop trailing whitespaces. 2006-01-02 00:15:20 +01:00
bookmarks.h Add elinks.bookmarks interface for reading bookmarks. 2005-12-29 07:05:31 +00:00
cache_object.c Drop trailing whitespaces. 2006-01-02 00:15:20 +01:00
cache_object.h Rename get_cache_entry_object to smjs_get_cache_entry_object for great 2005-12-20 22:13:29 +00:00
core.c Check for hooks.js before trying to load it. 2006-01-02 18:53:13 +00:00
core.h Move smjs_elinks_object to elinks_object.h. 2005-12-24 03:48:57 +00:00
elinks_object.c Add elinks.home property. 2005-12-29 14:19:09 +00:00
elinks_object.h Comment smjs_elinks_object. 2005-12-24 03:49:06 +00:00
global_object.c Make global_object a global with the new name smjs_global_object and 2005-12-24 03:40:59 +00:00
global_object.h Make global_object a global with the new name smjs_global_object and 2005-12-24 03:40:59 +00:00
hooks.c Understand a boolean true from elinks.goto_url_hook and 2005-12-28 07:12:09 +00:00
hooks.h Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
keybinding.c Drop trailing whitespaces. 2006-01-02 00:15:20 +01:00
keybinding.h Introduce get_action_from_keystroke and get_action_name_from_keystroke. 2005-12-24 06:54:01 +00:00
Makefile Add elinks.bookmarks interface for reading bookmarks. 2005-12-29 07:05:31 +00:00
smjs.c Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
smjs.h Initial skeleton for SpiderMonkey scripting backend. 2005-12-18 17:40:00 +00:00