On Tue, Jan 27, 2009 at 12:04 PM, Søren Gjesse <sgje...@chromium.org> wrote:
> With regard to moving the DOM inspector out of process Sergey Ryazanov have
> filed https://bugs.webkit.org/show_bug.cgi?id=23502 with a rather large
> patch where the inspector access to the DOM is being factored to an
> interface layer which will allow us to move the DOM inspector
> out-of-process.

Wow, that's a serious patch. I see that the DOM facade is stateful...
will updates to the page DOM be asynchronous or synchronous?

I think for extensions we actually like the idea of separating the
code that interacts with the DOM and the privileged code that will run
in extensions, and having a high-level message-passing style API
between them.

- a

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to