[Webkit-unassigned] [Bug 86317] Seamless iframe should not announce a new browsing context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 23:45:17 PDT 2012


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2012-05-14 23:44:21 PST ---
The only bit that you'll need to check is HTMLIFrameElement::shouldDisplaySeamlesslyWithParent() or Document::shouldDisplaySeamlesslyWithParent().  Both return the same thing but can be asked from either side (depending which pointer you happen to have).

That single bool-returning function controls the entire operation of seamless.   Assuming the AX tree is sensitive to rendering tree changes, it should notice any dynamic update of seamless, but I'm happy to help you write tests for that if needed.

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