Compatibility/System Addon: Difference between revisions

Updated link after move
(added section/link for automated tests)
(Updated link after move)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
The WebCompat System add-on proposes to provide a site patching mechanism for Firefox users. A site patch is defined as an origin- or path-scoped block of JavaScript that runs in the context of a web page.
The WebCompat System add-on proposes to provide a site patching mechanism for Firefox users. A site patch is defined as an origin- or path-scoped block of JavaScript that runs in the context of a web page.


By using the go faster system add-ons infrastructure and delivery mechanism, we can add and remove top web property site patches via out of band updates (i.e., not tied to the release train cadence). The intention is to provide a means to fix urgent issues until outreach efforts are successful, or until platform bugs or regressions are shipping in release builds as fixed.
By using the system add-ons infrastructure and delivery mechanism, we can add and remove top web property site patches via out of band updates (i.e., not tied to the release train cadence). The intention is to provide a means to fix urgent issues until outreach efforts are successful, or until platform bugs or regressions are shipping in release builds as fixed.


== Use Cases ==
== Use Cases ==
Line 19: Line 19:
== Looking for source? ==
== Looking for source? ==


The development of our Go Faster Addon is [https://github.com/mozilla-extensions/webcompat-addon happening on GitHub].
The primary codebase is [https://searchfox.org/mozilla-central/source/browser/extensions/webcompat located in-tree at <code>browser/extensions/webcompat/</code>]


== Automated Tests ==
== Automated Tests ==
Line 27: Line 27:
== Other important documents ==
== Other important documents ==


* [[Compatibility/Go_Faster_Addon/Override_Policies_and_Workflows|Override Policies and Workflows]] - on when and how to add overrides and code injections.
* [[Compatibility/System_Addon/Interventions|WebCompat Interventions]] - on adding site patches.
* Currently deployed interventions across all channels are listed on GitHub with the [https://github.com/webcompat/web-bugs/issues?q=label%3Asitepatch-applied sitepatch-applied label]
* Currently deployed interventions across all channels are listed on Bugzilla with the [https://bugzilla.mozilla.org/buglist.cgi?f1=keywords&resolution=---&v1=webcompat%3Asitepatch-applied&o1=substring&query_format=advanced <code>webcompat:sitepatch-applied</code> keyword], or in the [https://searchfox.org/mozilla-central/source/browser/extensions/webcompat/data/interventions.json looking at the <code>interventions.json</code> file itself].


[[Category:Web Compatibility]]
[[Category:Web Compatibility]]
224

edits