(In reply to Ms2ger from comment #27) > Comment on attachment 578799 [diff] [details] [review] > WIP - experimental prototype Again, thanks very much for jumping on this patch and giving me feedback, it's greatly appreciated :) > >--- a/content/base/public/nsIDocument.h > >+++ b/content/base/public/nsIDocument.h > > /** > >+ * Set the sandbox flags for this document. This should only happen at > >+ * at document load, the flags are immutable after being set at load time. > >+ * @ see nsDocShell.idl for the possible flags > > nsDocShell.idl doesn't exist. (Three times or so.) oops, sorry, will fix. > >--- a/content/base/src/nsFrameLoader.cpp > >+++ b/content/base/src/nsFrameLoader.cpp > >+ nsCOMPtr curDocShellItem(do_QueryInterface(mDocShell)); > > 'nsCOMPtr curDocShellItem = > do_QueryInterface(mDocShell);' thanks, will fix. > >+ // is this an