[Webkit-unassigned] [Bug 54380] [Qt]tst_QWebPage::modified() asserts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 03:50:29 PST 2011


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





--- Comment #5 from Aparna Nandyal <aparna.nand at wipro.com>  2011-03-01 03:50:29 PST ---
FrameLoader::clear cannot directly replace 

d->frame->loader()->activeDocumentLoader()->writer()->begin(absolute);
d->frame->loader()->activeDocumentLoader()->writer()->end();

1. It does not actually clear the view
2. It destroys the Document object which gets created in QWebFrame::QWebFrame

Another observation I have is, the current code with DocumentWriter::begin() and DocumentWriter::end() doesnt seem to be clearing the view in all scenarios. If the url is being loaded and setUrl is called before the loading is completed, then the view is not cleared, it acts like QWebFrame::load

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