[Webkit-unassigned] [Bug 43988] New: Web Inspector: Remote Web Inspector support for QtWebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 12:58:28 PDT 2010


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

           Summary: Web Inspector: Remote Web Inspector support for
                    QtWebKit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamey.hicks at nokia.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com



Jamey Hicks <jamey.hicks at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64366|                            |review?
               Flag|                            |


Created an attachment (id=64366)
 --> (https://bugs.webkit.org/attachment.cgi?id=64366)
patch to enable remote web inspector for Qt

Adds Qt support for remote Web Inspector.

Runs a web debug server on port 9222, as specified by property q_webDebugServerPort on QWebPage instances. All pages with that property set will be remotely inspectable.

URL for remote inspection of first QWebPage is http://localhost:9222/devtools/page/1 (where 1 is the number of the QWebPage instance).

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