Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Connecting to WebCore Remotely
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
paldebojy...@gmail.com  
View profile  
 More options Sep 5 2012, 3:14 am
From: paldebojy...@gmail.com
Date: Wed, 5 Sep 2012 00:14:04 -0700 (PDT)
Local: Wed, Sep 5 2012 3:14 am
Subject: Connecting to WebCore Remotely

Hello All,

I am trying to use Web Inspector remotely, to do this I need to connect to
the WebCore using WebSocket. But when the WenInspector loaded function is
getting called to create a new web socket
socket = new WebSocket("ws://" + host + "/devtools/page/" + page);
WebCore is giving "page not found error"

It would be very helpful, if you can suggest me what parameter should I
provide in the WebSocket method, so that I can connect to the WebCore and
start communication. Another questions is whether do we need any specific
web server for this? Currently I am using apache tomcat.

Thanks in advance.

Regards,
Deb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yury Semikhatsky  
View profile  
 More options Sep 5 2012, 3:36 am
From: Yury Semikhatsky <yu...@chromium.org>
Date: Wed, 5 Sep 2012 11:36:19 +0400
Local: Wed, Sep 5 2012 3:36 am
Subject: Re: [Chrome DevTools] Connecting to WebCore Remotely

Hi Deb,

Although remote debugging protocol is implemented in WebCore, the Web
Socket server implementation is port-specific. You can find instructions
for Chromium on this page:
https://developers.google.com/chrome-developer-tools/docs/remote-debu...
In
case of Chromium you don't need any additional web server to connect to the
browser remotely. Which WebKit port are you using?

Thanks,
Yury


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
paldebojy...@gmail.com  
View profile  
 More options Sep 5 2012, 4:57 am
From: paldebojy...@gmail.com
Date: Wed, 5 Sep 2012 01:57:35 -0700 (PDT)
Local: Wed, Sep 5 2012 4:57 am
Subject: Re: [Chrome DevTools] Connecting to WebCore Remotely

Hello Yury,

Thanks for your answer, actually I am using GtkLauncher, and it doesn't
have any option to provide the port number. Is there any way to communicate
to the Webcore from my javascript/html file?

Regards,
Deb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yury Semikhatsky  
View profile  
 More options Sep 5 2012, 7:46 am
From: Yury Semikhatsky <yu...@chromium.org>
Date: Wed, 5 Sep 2012 15:46:16 +0400
Local: Wed, Sep 5 2012 7:46 am
Subject: Re: [Chrome DevTools] Connecting to WebCore Remotely

On Wed, Sep 5, 2012 at 12:57 PM, <paldebojy...@gmail.com> wrote:
> Hello Yury,

> Thanks for your answer, actually I am using GtkLauncher, and it doesn't
> have any option to provide the port number.

The bug about remote debugging server support in Gtk is still open:
wkbug.com/88094 so I believe it may no support remote debugging yet. But
you'd better clarify this with Gtk port maintainers.

> Is there any way to communicate to the Webcore from my javascript/html
> file?

If you mean connecting over the remote debugging protocol then no, we don't
expose any special bindings for that for regular pages. You should connect
over WebSocket protocol.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »