Re: [dev-servo] What should be the UserAgent of Servo?

2013-09-01 Thread Brendan Eich
Benjamin Smedberg August 31, 2013 3:38 PM For starters why don't we just duplicate the Firefox UA string? It'll get you the most compatible content, in general. +1 We are not trying to get web content bent around Servo, we're years from that mattering in the tw

Re: [dev-servo] What should be the UserAgent of Servo?

2013-09-01 Thread Tom Schuster
I thought the Mozilla/5.0 and like Gecko part are required by the web? Maybe we could get away with not exposing the platform. On Sun, Sep 1, 2013 at 10:24 AM, L. David Baron wrote: > On Saturday 2013-08-31 18:38 -0400, Benjamin Smedberg wrote: > > On 8/31/2013 3:51 PM, Tom Schuster wrote: > >

Re: [dev-servo] What should be the UserAgent of Servo?

2013-09-01 Thread L. David Baron
On Saturday 2013-08-31 18:38 -0400, Benjamin Smedberg wrote: > On 8/31/2013 3:51 PM, Tom Schuster wrote: > >I started implementing window.navigator and wondered which UserAgent we > >want to use. We should try to find the most minimal web compatible agent. > >That probably means something like this

Re: [dev-servo] What should be the UserAgent of Servo?

2013-09-01 Thread Simon Sapin
Le 31/08/2013 20:51, Tom Schuster a écrit : I started implementing window.navigator and wondered which UserAgent we want to use. We should try to find the most minimal web compatible agent. That probably means something like this: Mozilla/5.0 (X11; Linux x86_64) Servo/xxx like Gecko I would ju