[Webkit-unassigned] [Bug 49468] [Qt] Assertion failure in DocumentLoader::commitData when loading a media document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 06:56:49 PDT 2011


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


Joe Wild <joseph.wild at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joseph.wild at nokia.com




--- Comment #4 from Joe Wild <joseph.wild at nokia.com>  2011-04-29 06:56:49 PST ---
https://bugs.webkit.org/show_bug.cgi?id=49468
Bug 49468 - [Qt] Assertion failure in DocumentLoader::commitData when loading a media document

Simon's suggestion to cancel the load in FrameLoaderClientQt::committedLoad
as is done in gtk is a good improvement.  Much better to do in platform
specific code that general webkit code.

Need to investigate further though.  Canceling here happens after the
canceled load is added to the history stack, leaving a wrong history stack.
Popping that element off the stack seems to fix the problem.  I just need
to verify that is the correct and best way to fix this history stack problem.

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