[Webkit-unassigned] [Bug 125664] Web Inspector: FIX Type Dependency Issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 15:56:13 PST 2013


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





--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2013-12-12 15:54:24 PST ---
• Runtime.RuntimeFrameId duplicates Network.FrameId
• Debugger.DebuggerSearchMatch duplicates Page.SearchMatch

One approach would be to just reverse the dependency, and define it in the lower domain. However I think this may need to addressed on a case by case basis:

    • FrameId doesn't belong in Runtime. Maybe a more generic type name should used.
    • SearchMatch doesn't need to be in a specific domain. Maybe we should have a place of shared types everywhere. E.g. a Type domain which has no commands, just very generic types.

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