Hi

I'm developing and Android application.
One of the features is to allow other delevopers to customize parts of my 
app with widgets.
I would like to implement that with HTML+JS but to do so in a 
sandbox/controlled environment.

Google Caja seems to be a good aproach.
Currently I have a local caja server and the loads the cajoled html with:

frame.code('http://<domain>/malicious.html', 'text/html').run();

This works fine but since the moment the request is made to the actual load 
of the content too much time is spent.

All the tests I made ES53 mode is used. *Can I force this usage at start?*Or 
should I use another approach?

Thank you,
Filipe Pinheiro

04-17 14:52:19.232: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.232: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.232: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.232: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.232: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.242: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.252: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.292: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.442: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[43] null
04-17 14:52:19.442: D: http://<domain>/caja.js [437] Unable to use SES.  
Switching to ES53.
04-17 14:52:19.482: D: http://<domain>/5356m/ses-single-frame.opt.js?debug=1 
[476] Uncaught Error: SES not supported, aborting taming frame initialization.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to