Compatibility/System Addon/Roadmap: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Console logging has disabled for v1)
(Re-order points)
Line 3: Line 3:
=== Version 2 ===
=== Version 2 ===


* Re-enable logging into a sites web console
* Re-enable and optimize the DevTools logging
** Richer console message, including a link to the webcompat report and instructions on how to disable the override
** Localization of the console log message
* 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, ...)
* 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 ===
=== Not yet assigned to a target version ===

Revision as of 02:17, 26 January 2017

These are features to implement and bugs to resolve for future versions:

Version 2

  • Re-enable and optimize the DevTools logging
    • Richer console message, including a link to the webcompat report and instructions on how to disable the override
    • Localization of the console log message
  • Ability to override user agent requests via JavaScript (navigator.userAgent)
  • Easier support for targeting specific platforms only (OSX/Linux/Windows, Fennec/Desktop, ...)


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)