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 Schus

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

2013-08-31 Thread Tom Schuster
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 - Tom ___ dev