[Webkit-unassigned] [Bug 31158] New: [Qt][DRT] Replace queueScript by queueNonLoadingScript and queueLoadingScript method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 02:25:51 PST 2009


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

           Summary: [Qt][DRT] Replace queueScript by queueNonLoadingScript
                    and queueLoadingScript method
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonikitoo at webkit.org


qt drt's WorkQueue has the now obsolete queueScript method. It is being called
by no one now, and got replaced in mac DRT by queueNonLoadingScript and
queueLoadingScript.

$ vim LayoutTests/ChangeLog-2009-06-16 +8615

"
 * http/tests/navigation/fallback-anchor-reload.html: Removed use of
queueScript here for a
 script that can instead just be run immedidately.

 * http/tests/navigation/resources/testcode.js: Use queueNonLoadingScript
instead of
 queueScript for scripts that don't involve submitting a form. Use
queueLoadingScript
 for scripts that do involve submitting a form.
"

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