[Webkit-unassigned] [Bug 27771] Web Inspector: Reimplement Elements Panel so that its interaction with DOM is serialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 14:49:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27771


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ojan at chromium.org




--- Comment #3 from Ojan Vafai <ojan at chromium.org>  2009-07-30 14:49:52 PDT ---
At a high-level, this seems like the right approach to me. I think it will make
the code more maintainable for supporting both out of process and in process
inspectors.

As a followup task, we should also consider adding buffering of events we want
to push from the inspected page to the inspector. For example, mutation events
happen very frequently for some code/operations. We could likely get a
significant performance boost by buffering the events up before pushing them.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list