This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22557 - navigator.javaEnabled
Summary: navigator.javaEnabled
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 22406
  Show dependency treegraph
 
Reported: 2013-07-03 14:39 UTC by Ian 'Hixie' Hickson
Modified: 2013-07-09 20:11 UTC (History)
3 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2013-07-03 14:39:19 UTC
Examine how browsers implement navigator.javaEnabled, and spec it.
Comment 2 Boris Zbarsky 2013-07-04 04:18:55 UTC
That link will go stale when that file is changed, fwiw.  A more permanent one: http://hg.mozilla.org/mozilla-central/file/85d75ed04851/dom/base/Navigator.cpp#l611
Comment 3 Ian 'Hixie' Hickson 2013-07-09 05:23:54 UTC
Seems to just be true if navigator.mimeTypes contains "application/x-java-vm". Should straight-forward enough.