[webkit-reviews] review requested: [Bug 43988] Web Inspector: Remote Web Inspector support for QtWebKit : [Attachment 64366] patch to enable remote web inspector for Qt

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


Jamey Hicks <jamey.hicks at nokia.com> has asked  for review:
Bug 43988: Web Inspector: Remote Web Inspector support for QtWebKit
https://bugs.webkit.org/show_bug.cgi?id=43988

Attachment 64366: patch to enable remote web inspector for Qt
https://bugs.webkit.org/attachment.cgi?id=64366&action=review

------- Additional Comments from Jamey Hicks <jamey.hicks at nokia.com>
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).


More information about the webkit-reviews mailing list