Open
Bug 1351097
Opened 8 years ago
Updated 2 years ago
Unreferenced resource://gre/modules/accessibility/AccessFu.jsm file
Categories
(Core :: Disability Access APIs, defect, P5)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: florian, Unassigned)
References
Details
My test from bug 1349005 indicates that resource://gre/modules/accessibility/AccessFu.jsm isn't referenced by any file shipped with Firefox desktop. Searching in mozilla-central shows that it's referenced by mobile/android/chrome/content/browser.js
Should this file be shipped only on android then?
Comment 1•8 years ago
|
||
The owner of accessfu is on leave. I'd support not shipping on desktop until we want it there for reasons. Yura are you aware of any gotchas?
Flags: needinfo?(yzenevich)
Comment 2•8 years ago
|
||
The only other use on desktop was within Eitan's screen reader emulator add-on, which is likely broken and out of date. I am fine to not ship in Desktop until we have a usecase for it there.
Flags: needinfo?(yzenevich)
Updated•7 years ago
|
Flags: needinfo?(eitan)
Priority: -- → P5
Comment 3•7 years ago
|
||
I think we should not ship this in Desktop.
OTOH, it is useful to test this with desktop mochitests. Can we not bundle it, but still have it around?
Flags: needinfo?(eitan)
Comment 4•7 years ago
|
||
(In reply to Eitan Isaacson [:eeejay] from comment #3)
> I think we should not ship this in Desktop.
>
> OTOH, it is useful to test this with desktop mochitests. Can we not bundle
> it, but still have it around?
Yes, it can be moved to TESTING_JS_MODULES and accessed from resource://testing-common/
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•