[Webkit-unassigned] [Bug 29803] QWebHistory autotest crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 04:57:32 PDT 2009


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


jedrzej.nowacki at nokia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40227|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from jedrzej.nowacki at nokia.com  2009-09-28 04:57:32 PDT ---
Created an attachment (id=40227)
 --> (https://bugs.webkit.org/attachment.cgi?id=40227)
create mainframe if needed

I'm not sure if it is the best solution. m_mainFrame can't be created in
QWebPage constructor (it should be a way to connect a frameCreated signal). 
In the patch, QWebPage::history() and QWebPage::currentFrame() call
QWebPagePrivate::createMainFrame() as a side effect. It is rather bad, why
history need a frame to work? Maybe it is better to modify WebCore::Page class
instead?

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