[chromium-dev] Re: novel use of v8 - CSS Scripting Layout

2009-07-24 Thread darrel karisch
when I use V8IsolatedWorld I cannot access the window from script, the value is undefined. I don't know what more security may be required beyond this. thanks for your analysis. Darrel --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: novel use of v8 - CSS Scripting Layout

2009-07-20 Thread darrel karisch
I notice that Greg Badros, www.badros.com/greg/doc/resume.html, is at Google now since March. I'd love to see him implement Constraint CSS (CCSS) in chrome, www.badros.com/greg/papers/css-uist99.pdf, and get the support and recognition it deserves. what is he working on?

[chromium-dev] Re: novel use of v8 - CSS Scripting Layout

2009-07-20 Thread darrel karisch
that's unfortunate. it's lamentable that CCSS can't find a home. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev

[chromium-dev] Re: novel use of v8 - CSS Scripting Layout

2009-07-20 Thread darrel karisch
The next step for your specification is to go to the W3C. yes, I've submitted a request to webkit.org a few days ago. I'm not advocating that anybody adopt the code. I merely wanted a POC for my own benefit and analysis before publicizing the proposal. I'd rather prefer to see some form of

[chromium-dev] Re: novel use of v8 - CSS Scripting Layout

2009-07-17 Thread darrel karisch
security is an issue no matter where javascript is executed. it is addressed here... http://groups.google.com/group/chromium-dev/browse_thread/thread/118689ceda861163 I'm using this execution in a parallel universe technique in my implementation.

[chromium-dev] novel use of v8 - CSS Scripting Layout

2009-07-16 Thread darrel karisch
I've produced a proposal for a CSS Scripting Layout specification. I've extended Chrome as a sample implementation. Of course, it relies heavily on v8 and I have gleaned a lot of useful knowledge from this group over the course of its development. I think it is a novel use of v8 and may be of