Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Performance

New issue 1857 by kpreid.switchb.org: Separate non-DOM tamed APIs from DOM
http://code.google.com/p/google-caja/issues/detail?id=1857

Currently, the environment of a guest is either:

  1. standard JS globals (and cajaVM, WeakMap, etc.), or
  2. that plus document, window, setTimeout & friends, and XMLHttpRequest.

There should be a way to provide facilities such as setTimeout and XMLHttpRequest _without_ the entire DOM taming.

This is natural for 'headless' sandboxes analogous to web workers, and would avoid the code size and initialization cost of Domado for applications which do not need it (well, provided that we make the guest frame code non-monolithic). It might also be a useful refactoring of domado.js.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- 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