[Webkit-unassigned] [Bug 9117] add support/match firefox's behavior for window, window.navigator and document js objects functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 25 18:17:45 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=9117

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
STP 170

window.navigator.oscpu:      undefined
window.navigator.productSub: 20030107
window.navigator.appVersion: 5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15
window.screenY:              25
window.screen.left:          undefined
document.compatMode:         BackCompat
document.dir:                ""
document.contentType:        text/html



Firefox Nightly 115.0a1 (2023-05-21) (64-bit)

window.navigator.oscpu:      Intel Mac OS X 10.15
window.navigator.productSub: 20100101
window.navigator.appVersion: 5.0 (Macintosh)
window.screenY:              -1415
window.screen.left:          -1630
document.compatMode:         BackCompat
document.dir:                <empty string>
document.contentType:        text/html



Chrome Canary Version 115.0.5788.0 (Official Build) canary (arm64)

window.navigator.oscpu:      undefined
window.navigator.productSub: 20030107
window.navigator.appVersion: 5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
window.screenY:              -1329
window.screen.left:          undefined
document.compatMode:         CSS1Compat
document.dir:                ""
document.contentType:        text/html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230526/838f6a30/attachment-0001.htm>


More information about the webkit-unassigned mailing list