Search completed in 0.83 seconds.
12 results for "1.0.1":
Browser Detection and Cross Browser Support - Archive of obsolete content
ArchiveWebBrowser Detection and Cross Browser Support
gecko branch tags browser branch tag netscape 6.0 contained m18 rather than the rv value netscape 6.1 0.9.2 netscape 6.2 0.9.4 netscape 6.2.1 0.9.4 netscape 6.2.2 0.9.4.1 netscape 6.2.3 0.9.4.1 compuserve 7 0.9.4.2 netscape 7.0 1.0.1 netscape 7.01 1.0.2 as you can see, all versions of netscape 6.2 and compuserve 7 were created from the 0.9.4 branch.
... geckogetrv() examples branch tag geckogetrv() 0.9.2 0.0902 0.9.4 0.0904 0.9.4.1 0.090401 0.9.4.2 0.090402 1.0.1 1.0001 1.0.2 1.0002 2.2.0 2.02 2.12.36 2.1236 geckogetrv() returns values which can be compared using greater than, less than, etc.
...nt.tolowercase(); var rvstart = ua.indexof('rv:'); var rvend = ua.indexof(')', rvstart); var rv = ua.substring(rvstart+3, rvend); var rvparts = rv.split('.'); var exp = 1; for (var i = 0; i < rvparts.length; i++) { var val = parseint(rvparts[i]); rvvalue += val / exp; exp *= 100; } return rvvalue; } // determine if the browser is any gecko // branch >= 1.0.1 or netscape 6.2.x/compuserve 7 // built after august 1, 2002 var rv = geckogetrv(); var found = false; if (rv >= 0) { // gecko browser if (navigator.productsub > '20020801') { if (rv >= 1.0001) { found = true; } else if (rv >= 0.0904 && rv < 0.0905) { if (navigator.vendor == 'netscape6' || navigator.vendor == 'cs 2000 7.0') { found = true; ...
Mozilla's DOCTYPE sniffing - Archive of obsolete content
ArchiveWeb StandardsMozilla s DOCTYPE sniffing
almost standards mode was created after 1.0 and 1.1alpha, but before 1.0.1 and 1.1beta.
...in 1.0 and 1.1alpha and earlier (but not in 1.0.1 or 1.1beta), the presence of an xml declaration triggered full standards mode.
Gecko's "Almost Standards" Mode
MozillaGecko Almost Standards Mode
as of mozilla 1.0.1 and 1.1 beta, there is a new rendering mode referred to as "almost standards" mode.
...this means that sliced-images-in-tables layouts are less likely to fall apart in gecko-based browsers based on the rendering engine found in mozilla 1.0.1 or later when in either "quirks" or "almost standards" mode.
Install.addFile - Archive of obsolete content
ArchiveMozillaXPInstallReferenceExamplesInstall.addFile
var xpisrc = "file.txt"; initinstall( "adding a file", "testfile", "1.0.1.7", 1); f = getfolder("program"); setpackagefolder(f); addfile(xpisrc); if (0 == getlasterror()) performinstall(); else cancelinstall(); ...
addFile - Archive of obsolete content
ArchiveMozillaXPInstallReferenceInstall ObjectMethodsaddFile
example var xpisrc = "file.txt"; initinstall("adding a file", "addfile", "1.0.1.7", 1); f = getfolder("program"); setpackagefolder(f); addfile(xpisrc); if (0 == getlasterror()) performinstall(); else cancelinstall(); ...
Learn XPI Installer Scripting by Example - Archive of obsolete content
ArchiveMozillaXPInstallScripting by example
var xpisrc = "cd_ripper.exe"; var xpidoc = "readme_cdrip"; initinstall("my cd ripper", "cdrip", "1.0.1.7"); f = getfolder("program"); setpackagefolder(f); addfile(xpisrc); addfile(xpidoc); if (0 == getlasterror()) performinstall(); else cancelinstall(); the example above shows this minimal installation.
Microsoft Internet Explorer - MDN Web Docs Glossary: Definitions of Web-related terms
GlossaryMicrosoft Internet Explorer
ie has gone through many releases and currently stands at version 11.0.12, with desktop, mobile, and xbox console versions available.
Mozilla Web Developer FAQ
MozillaMozilla Web Developer FAQ
the almost standards mode was introduced in mozilla 1.1 beta and mozilla 1.0.1.
Python binding for NSS
MozillaProjectsNSSPython binding for NSS
release information release 1.0.1 release date 2017-02-28 scm tag pynss_release_1_0_1 source download https://ftp.mozilla.org/pub/mozilla.org/security/python-nss/releases/pynss_release_1_0_1/src/ change log add tls 1.3 cipher suites ssl_cipher_info.py now attempts to enable tls 1.3 fix build issue in setup.py.
Firefox user agent string reference - HTTP
WebHTTPHeadersUser-AgentFirefox
firefox os version number gecko version number 1.0.1 18.0 1.1 18.1 1.2 26.0 1.3 28.0 1.4 30.0 2.0 32.0 2.1 34.0 2.2 37 2.5 44 it's easy to find the correspondences by looking at the mercurial repository names: repositories starting by mozilla-b2g are the release repositories for firefox os, and have both firefox os and gecko versions in their ...
Link prefetching FAQ - HTTP
WebHTTPLink prefetching FAQ
camino builds as of march 2003 are based on mozilla 1.0.1, and therefore do not support prefetching.
The "codecs" parameter in common media types - Web media technologies
WebMediaFormatscodecs parameter
av01.0.15m.10 av1 main profile, level 5.3, main tier, 10 bits per color component.