[Webkit-unassigned] [Bug 29012] New: Add signals informing about operations on DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 09:20:49 PDT 2009


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

           Summary: Add signals informing about operations on DOM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pd at webkit.dobrogost.pl


QtWebKit is missing API that would tell when DOM manipulation was
started/finished or if it's being performed. loadStarted()/loadFinished()
signals of QWebFrame (and QWebPage) are not appropriate as there are async
requests (AJAX) which do not change url so they do not trigger these signals at
all. And observing requests with custom QNetworkAccessManager is not enough as
one does only know when some request was finished and not if DOM is ready (DOM
could have been modified as a part of handling response).

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