1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/smjs
2005-12-28 06:37:00 +00:00
..
cache_object.c Add a read-only .uri property to the cache_entry class. 2005-12-28 06:37:00 +00: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 Factor the initialisation of smjs_elinks_global out of init_smjs and 2005-12-24 03:47:34 +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.location property to get and set the current URL. 2005-12-24 18:05:32 +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 Fix the comment heading to say ECMAScript instead of Ruby. 2005-12-22 23:45:12 +00:00
hooks.h Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
keybinding.c Factor intdup out of smjs_get_keymap_object. 2005-12-26 11:07:15 +00:00
keybinding.h Introduce get_action_from_keystroke and get_action_name_from_keystroke. 2005-12-24 06:54:01 +00:00
Makefile Introduce get_action_from_keystroke and get_action_name_from_keystroke. 2005-12-24 06:54:01 +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