0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

Ecmascript: 8 last urls opened by window.open() remembered in a safer way.

This commit is contained in:
Witold Filipczyk
2006-04-02 17:00:55 +02:00
committed by Witold Filipczyk
parent 9cca645dac
commit c571aea567
4 changed files with 80 additions and 81 deletions

View File

@@ -54,6 +54,9 @@ struct ecmascript_interpreter {
* reset for each rerendering, and it sucks to do all the magic to preserve the
* interpreter over the rerenderings (we tried). */
int ecmascript_check_url(unsigned char *url, unsigned char *frame);
void ecmascript_free_urls(struct module *module);
struct ecmascript_interpreter *ecmascript_get_interpreter(struct view_state*vs);
void ecmascript_put_interpreter(struct ecmascript_interpreter *interpreter);