Compatibility/System Addon/Roadmap: Difference between revisions
Jump to navigation
Jump to search
(an intend to implement was already published) |
(add platform filters for version 2) |
||
Line 4: | Line 4: | ||
* Ability to override user agent requests via JavaScript (navigator.userAgent) | * Ability to override user agent requests via JavaScript (navigator.userAgent) | ||
* Easier support for targeting specific platforms only (OSX/Linux/Windows, Fennec/Desktop, ...) | |||
* Richer console message, including a link to the webcompat report and instructions on how to disable the override | * Richer console message, including a link to the webcompat report and instructions on how to disable the override | ||
* Localization of the console log message | * Localization of the console log message |
Revision as of 17:39, 5 January 2017
These are features to implement and bugs to resolve for future versions:
Version 2
- Ability to override user agent requests via JavaScript (navigator.userAgent)
- Easier support for targeting specific platforms only (OSX/Linux/Windows, Fennec/Desktop, ...)
- Richer console message, including a link to the webcompat report and instructions on how to disable the override
- Localization of the console log message
Not yet assigned to a target version
- Ability to inject and override JS
- Ability to inject and override CSS
- Ability to listen to and apply DOM manipulations
General ToDos
- Determine what is and isn't possible today via XPCOM; file bugs where needed
- Develop infrastructure to validate if patches are still needed, or are still working (i.e., once a week)