webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

Add build ID if it's Firefox Nightly #71

Closed MDTsai closed 6 years ago

MDTsai commented 7 years ago

With build ID, it's possible to reduce the time to find new regression.

miketaylr commented 7 years ago

Great idea! Can you file this bug in Web Compatibility Tools::General? We'll have to make the changes in m-c, since the web extensions version won't have access to this, I think.

(I can help out if you'd like to write the patches as well.)

yfdyh000 commented 7 years ago

FYI: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/buildID

yfdyh000 commented 7 years ago

I think this should be implemented with javascript on webpage.

https://github.com/webcompat/webcompat.com/blob/2fa22118e5c2b23c552214c127d99d002e1c6353/webcompat/form.py#L99 uses ua_header.

yfdyh000 commented 7 years ago

In addition, os should get the build id too, like 15063 or more detail.

miketaylr commented 6 years ago

I think this should be implemented with javascript on webpage.

I think so too -- let me file a bug for webcompat.com.

miketaylr commented 6 years ago

Let's close this in favor of https://github.com/webcompat/webcompat.com/issues/2047.