[Webkit-unassigned] [Bug 27541] Web Inspector: Split InspectorController into InspectorController and InspectorBackend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 10:22:48 PDT 2009


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


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33333|review?                     |review-
               Flag|                            |




--- Comment #5 from Timothy Hatcher <timothy at hatcher.name>  2009-07-23 10:22:48 PDT ---
(From update of attachment 33333)
What cleans up the plain pointer reference the InspectorBackend has to the
InspectorController? It looks like you want to make InspectorController not be
RefCounted anymore, but I don't see a change in the class inheritence.

Basically what guarentees the InspectorBackend has a valid InspectorController
reference still when InspectorBackend is RefCounted and can be wrapped to
JavaScript objects that have a GC lifetime?

Maybe InspectorController needs to stay RefCounted and still have RefPtr on
Page or when InspectorController goes away it disconnects from
InspectorBackend.

Otherwise patch looks great!

-- 
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