Inspector WebSocket backend protocol update
Created attachment 123977 [details] Patch
Created attachment 123980 [details] Patch
Jocelyn, does this patch still apply, i.e. do we still need it? Apologies Leo, this one seems to have slipped through the cracks entirely. Hadn't noticed this patch since you uploaded it in January :(
Oh, yes! Else it won't be possible to use the remote inspector at all for webkit1 since our client also got the new protocol.
(In reply to comment #3) > Apologies Leo, this one seems to have slipped through the cracks entirely. Hadn't noticed this patch since you uploaded it in January :( My fault, I should have put myself on CC after I gave feedback to Leo about it on IRC :S
I admit I also somewhat forgot about it too. Do I need to rebase and retest, has a lot of stuff changed over the last few months?
There isn't probably much that changed, so it's more a matter of rebasing it and verify if it still works with a QtTestBrowser client.
Created attachment 163354 [details] Updated/rebased patch for updated websocket protocol version
Ok, I rebased the patch on current HEAD. I tested with QtTestBrowser---now with this patch I am able to connect to the remote web inspector both with QtTestBrowser and with a recent WebKit browser like Chrome v23. I don't remember the code super well as it was 9 months ago, so have a go at reviewing and I'll fix things up as they come up :)
Attachment 163354 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/qt/ChangeLog', u'Source/WebK..." exit_code: 1 Source/WebKit/qt/WebCoreSupport/InspectorServerQt.cpp:195: Tab found; better to use spaces [whitespace/tab] [1] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 163606 [details] Updated/rebased patch for updated websocket protocol version Tab removed
Comment on attachment 163606 [details] Updated/rebased patch for updated websocket protocol version Clearing flags on attachment: 163606 Committed r128731: <http://trac.webkit.org/changeset/128731>
All reviewed patches have been landed. Closing bug.