Open
Bug 881211
Opened 12 years ago
Updated 1 year ago
[meta] Stop exposing Gecko-specific interface objects to the Web when Web compat allows
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
References
Details
(Keywords: meta)
http://hg.mozilla.org/mozilla-central/annotate/f66d956d188e/dom/tests/mochitest/general/test_interfaces.html tests that various interface objects are exposed to the Web even though some of those interfaces are Gecko-specific—some even XUL-specific.
We should avoid exposing such interface objects, because Web authors may use them for inferring the engine supposedly more reliably than by sniffing the UA string, but if they do so, we may accidentally break sites when we change the set of interfaces that's supposed to be “private” to some degree.
Reporter | ||
Updated•6 years ago
|
Assignee: hsivonen → nobody
Status: ASSIGNED → NEW
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 1•5 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:hsinyi, maybe it's time to close this bug?
Flags: needinfo?(htsai)
Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(htsai)
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•