1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/scripting/smjs
2006-09-25 23:43:32 +03:00
..
action_object.c SMJS: Add elinks.action 2006-06-10 18:11:37 +00:00
action_object.h SMJS: Add elinks.action 2006-06-10 18:11:37 +00:00
bookmarks.c SMJS: bookmark_folder_get_property: Reflow some code. 2006-06-11 00:37:31 +00: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 Introduced STRING_DIR_SEP for better portability 2006-07-02 08:44:52 +02:00
core.h Move smjs_elinks_object to elinks_object.h. 2005-12-24 03:48:57 +00:00
elinks_object.c SMJS: Better handle when the C code tries to call a badly defined method 2006-06-10 18:11:37 +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
globhist.c SMJS: Introduce elinks.globhist. 2006-05-03 13:52:58 +00:00
globhist.h SMJS: Introduce elinks.globhist. 2006-05-03 13:52:58 +00:00
hooks.c Garbage-collect SMJS objects before flushing caches. 2006-09-25 23:43:32 +03:00
hooks.h Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
keybinding.c Key name strings are const in read_key() and in its (indirect) callers. 2006-08-13 14:44:01 +03:00
keybinding.h Introduce get_action_from_keystroke and get_action_name_from_keystroke. 2005-12-24 06:54:01 +00:00
load_uri.c SMJS: Add the elinks.load_uri(uri, callback) interface. 2006-04-30 04:22:11 +00:00
load_uri.h SMJS: Add the elinks.load_uri(uri, callback) interface. 2006-04-30 04:22:11 +00:00
Makefile SMJS: Add elinks.action 2006-06-10 18:11:37 +00:00
smjs.c Change the SMJS scripting module name to Spidermonkey ECMAScript 2006-01-19 00:14:50 +01:00
smjs.h Initial skeleton for SpiderMonkey scripting backend. 2005-12-18 17:40:00 +00:00
view_state_object.c SMJS: Fix crash with elinks.vs and no document loaded 2006-06-11 02:33:41 +00:00
view_state_object.h SMJS: Add elinks.vs 2006-06-10 18:11:37 +00:00