Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-27 Thread serge . stinckwich
Thank you guys for your contributions, but I think that this kind of discussions should be done on pharo-users mailing-list, not here. pharo-dev should be use only if you contribute to core-pharo. Thank you Envoyé de mon iPhone > Le 28 mai 2017 à 10:22, askoh a écrit : > > Wonderful contribu

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-27 Thread askoh
Wonderful contribution. Having full control of an internet browser will give Smalltalk more freedom to innovate. Now, can we make Pharo be a web server on demand? Then we can give anyone a URL and they can see the app or info we want to present. Pharo can communicate with anyone using a browse

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-27 Thread Alistair Grant
Hi Torsten and All, Quick Introduction for those not familiar with Pharo-Chrome: Pharo-Chrome enables Pharo to control and query Chrome / Chromium, in particular to retrieve the DOM of a page. This is useful as many modern pages are just a template which then loads some javascript to asynchrono

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-21 Thread Alistair Grant
Hi Torsten, On Fri, May 19, 2017 at 09:20:48PM +, Alistair Grant wrote: > > On Fri, May 19, 2017 at 10:50:41PM +0200, Torsten Bergmann wrote: > > Hi Alistair, > > > > cant look right now but two things: > > > > - there are also events in the protocol - if we could hook Pharo into them > >

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-19 Thread Alistair Grant
t;5 seconds wait" in Pharo Thanks for the tip (I'm still transitioning from VW 2.5 :-)). > > Bye > T. > > > > Gesendet: Freitag, 19. Mai 2017 um 17:51 Uhr > > Von: "Alistair Grant" > > An: pharo-dev@lists.pharo.org > > Betreff: Re: [P

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-19 Thread Torsten Bergmann
t" in Pharo Bye T. > Gesendet: Freitag, 19. Mai 2017 um 17:51 Uhr > Von: "Alistair Grant" > An: pharo-dev@lists.pharo.org > Betreff: Re: [Pharo-dev] Chrome DevTools Protocol and Pharo > > On Fri, May 19, 2017 at 01:50:28PM +0200, Torsten Bergmann wrote: > >

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-19 Thread Ben Coman
Would you be interested in trying it with BSD Licensed Chromium... https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md which could be packaged with a Pharo distribution. cheers -ben P.S. on the idea of an in-Image browser, this looks interesting... https://en.wikipedia.org/wi

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-19 Thread Alistair Grant
On Fri, May 19, 2017 at 01:50:28PM +0200, Torsten Bergmann wrote: > Alistair Grant wrote > > > This looks really interesting, thanks for making it available. I'm on > > linux, so I guess it will need some porting. > > I added support for Linux and tried on Ubuntu with Chromium. Works - see > sc

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-19 Thread Reg Krock via Pharo-dev
Smalltalk would be cool - but lots of work > (HTML + CSS parsing, JavaScript layer, drawing, ...) that would require time. > > Thx > T. > > >> Gesendet: Freitag, 19. Mai 2017 um 03:30 Uhr >> Von: askoh >> An: pharo-dev@lists.pharo.org >> Betreff:

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-19 Thread Torsten Bergmann
Yes - we should just redo what others do and show that if one uses Pharo for it it is easier, cleaner and usually done with less effort   Gesendet: Freitag, 19. Mai 2017 um 03:48 Uhr Von: "Ben Coman" An: "Pharo Development List" Betreff: Re: [Pharo-dev] Chrome DevTool

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-19 Thread Graham McLeod
Very cool. Thanks for sharing. Graham Torsten Bergmann wrote: Hi, I played around with remote controlling Google Chrome from Pharo using Chrome DevTools Protocol [1] (based on WebSockets). The video shows an example using latest Pharo 6 on Mac: https://www.youtube.com/watch?v=9F5FrQTEJWY Ini

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-18 Thread Esteban A. Maringolo
This is really cool! Thank you for doing it! El may. 18, 2017 4:21 PM, "Torsten Bergmann" escribió: > Hi, > > I played around with remote controlling Google Chrome from > Pharo using Chrome DevTools Protocol [1] (based on WebSockets). > > The video shows an example using latest Pharo 6 on Mac:

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-18 Thread Ben Coman
On Fri, May 19, 2017 at 3:20 AM, Torsten Bergmann wrote: > Hi, > > I played around with remote controlling Google Chrome from > Pharo using Chrome DevTools Protocol [1] (based on WebSockets). > > The video shows an example using latest Pharo 6 on Mac: > https://www.youtube.com/watch?v=9F5FrQTEJWY

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-18 Thread askoh
Torsten: Excellent. This is a great start towards the Smalltalk Internet Browser I had envisioned. Hopefully, this integration can be made standard in Pharo and other Smalltalks in many platforms. Perhaps, someone can connect all Smalltalk IDEs to a cloud where the different dialects can really wo

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-18 Thread Alistair Grant
Hi Torsten, On Thu, May 18, 2017 at 09:20:14PM +0200, Torsten Bergmann wrote: > Hi, > > I played around with remote controlling Google Chrome from > Pharo using Chrome DevTools Protocol [1] (based on WebSockets). > > The video shows an example using latest Pharo 6 on Mac: > https://www.youtube.c

Re: [Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-18 Thread nacho
Excellent! I love it. *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* ☎* (5411) 4542-6712* 📱* (54911) 6749-4721* On Thu, May 18, 2017 at 4:08 PM, Torsten Bergmann [via Smalltalk] < ml+s1294792n4947589...@n4.nabble.com> wrote: > Hi, > > I played around with remote controlling

[Pharo-dev] Chrome DevTools Protocol and Pharo

2017-05-18 Thread Torsten Bergmann
Hi, I played around with remote controlling Google Chrome from Pharo using Chrome DevTools Protocol [1] (based on WebSockets). The video shows an example using latest Pharo 6 on Mac: https://www.youtube.com/watch?v=9F5FrQTEJWY Initial Code is on GitHub [2] if someone is interested, requires OS