[Webkit-unassigned] [Bug 122062] Web Inspector: content view in back/forward list multiple times won't restore earlier positions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 28 10:17:37 PDT 2013


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





--- Comment #9 from Brian Burg <burg at cs.washington.edu>  2013-09-28 10:16:36 PST ---
> > In the next few patches, I want to merge BackForwardEntry with the cookies used for restoring across inspector close/opens.
> 
> Where is the BackForwardEntry patch?

Oops, I meant to say "bug(s)". See https://bugs.webkit.org/show_bug.cgi?id=122063

> Making ContentViewController aware of specific ContentView subclasses would be a layering violation. The callback makes sense with how it is used by the sidebar. I do worry there are places where a resource content view will be shown that does not go through the sidebar and it will miss out of restore functionality. Adding a generic content view interface that each view can implement to provide a cookie and restore would be another approach. But getting the cookie from the contentView up-front to compare before it is shown would be a challenge.

So I'll keep the callback for now, but move to the cookie interface used for preserving content views across inspector close/open.

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