[Webkit-unassigned] [Bug 55445] New: LegacyWebArchive::create(Frame*) does not generate content for subframes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 28 20:25:02 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55445
Summary: LegacyWebArchive::create(Frame*) does not generate
content for subframes
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: alice.liu at apple.com
I'm unsure if this is a bug, but
for a given webpage, calling LegacyWebArchive::create(Frame*) does not generate the same webarchive content as LegacyWebArchive::create(Node*) where the webpage's main frame is passed to the former, and the webpage's main frame's document node is passed to the latter.
this is observable if you try to create a webarchive of a page with iframes, like one's facebook homepage via LegacyWebArchive::create(Frame*) instead of LegacyWebArchive::create(Node*).
I've checked throughout the webkit opensource projects that are built on mac, and it seems that the only place we use LegacyWebArchive::create(Frame*) is from DumpRenderTree::dump(), in the case for "dumpSourceAsWebArchive".
--
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