[Webkit-unassigned] [Bug 28177] WebInspector: Migrate to DOMAgent (serialized access to DOM)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 11 09:13:11 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28177
Pavel Feldman <pfeldman at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34565| |review?
Flag| |
Status|UNCONFIRMED |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |pfeldman at chromium.org
|kit.org |
Ever Confirmed|0 |1
--- Comment #1 from Pavel Feldman <pfeldman at chromium.org> 2009-08-11 09:13:10 PDT ---
Created an attachment (id=34565)
--> (https://bugs.webkit.org/attachment.cgi?id=34565)
Step1: Most of the work done. Call for your comments.
The general idea of this patch is that we stop pushing live objects into the
frontend upon evaluation and console.dir requests. It also migrates to
WebInspector.DOMAgent.
Patch is not complete:
- it does not implement DOM search
- it breaks commandLineAPI's inspect(o).
But it already has a lot of changes and I would like to get initial feedback on
it.
I am fixing the ones above in the meanwhile.
What will happen after this change:
- More bugfixes if I miss anything
- Move search worker into the InjectedScript
- Look at debugging, database and the rest of the places that still push live
objects into the frontend
- Move InjectedScript into the isolated context and get rid of all the
"quarantine*" calls and support.
--
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