Confirmed users
538
edits
(→Target Milestone: Version: explication) |
(How to read User Agent string information) |
||
Line 1: | Line 1: | ||
Here you find suggestions how to use '''''Bugzilla''''' for several questions without an answer in ''Mozilla'' [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines Bug writing guidelines]. | Here you find suggestions how to use '''''Bugzilla''''' for several questions without an answer in ''Mozilla'' [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines Bug writing guidelines]. | ||
== How to read User Agent string information == | |||
Menu 'Help → about SeaMonkey' shows something like <br /> | |||
: User-Agent: <span style="color:#800080"> Mozilla/5.0 </span> ( <span style="color:#008000"> Windows NT 6.1 </span>; <span style="color:#808000"> WOW64 </span> ; <span style="color:#000080">rv:41.0 </span> ) <span style="color:#008080"> Gecko/20100101 </span> <span style="color:#c0c0c0"> Firefox/41.0 </span> <span style="color:#ff0000"> SeaMonkey/2.38 </span> | |||
<span style="color:#ff00ff"> Build-Identifikator: 20150923195647 </span> <br /> | |||
You can find an explication on [https://developer.mozilla.org/en-US/docs/Web/HTTP/Gecko_user_agent_string_reference MDN], [https://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/ hacks.mozilla.org] and [http://www.useragentstring.com/pages/SeaMonkey/ useragentstring.com] | |||
* <span style="color:#800080"> '''Mozilla/5.0''' </span>: Mozilla token <!-- What ever 5-0 might mean --> | |||
* <span style="color:#008000"> '''Windows NT 6.1''' </span> : Platform identifier shows on what operating system that SeaMonkey version is used. | |||
** Windows explained at [https://en.wikipedia.org/wiki/Windows_NT#Releases Wikipedia] | |||
* <span style="color:#808000"> '''WOW64''' </span> : operating system and SeaMonkey details: | |||
** WOW64: 32 bit SeaMonkey [https://en.wikipedia.org/wiki/Software_build build] on [https://en.wikipedia.org/wiki/64-bit_computing 64 bit] Windows | |||
** x64: 64 bit SeaMonkey build on 64 bit Windows | |||
* <span style="color:#008080"> '''Gecko/20100101''' </span> : [https://en.wikipedia.org/wiki/Gecko_%28software%29 Gecko] [https://en.wikipedia.org/wiki/Web_browser_engine rendering engine] version | |||
* <span style="color:#c0c0c0"> '''Firefox/41.0''' </span> : Firefox version what is basis of this SeaMonkey version | |||
* <span style="color:#ff0000"> '''SeaMonkey/2.38''' </span> : SeaMonkey version | |||
* <span style="color:#ff00ff"> '''Build-Identifikator:''' 20150923195647 </span> : Unique timestamp of the build | |||
== How to use attached sample documents for multiple Bug Reports == | == How to use attached sample documents for multiple Bug Reports == |