Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put browser-compat info in front-runner for webextensions/api/* #5476

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- WebExtensions
- alarm
- alarms
browser-compat: webextensions.api.alarms.Alarm
---
<div>{{AddonSidebar()}}</div>

Expand All @@ -31,7 +32,7 @@ <h2 id="Type">Type</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms.Alarm")}}</p>
<p>{{Compat}}</p>

<p>{{WebExtExamples}}</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- WebExtensions
- alarms
- clear
browser-compat: webextensions.api.alarms.clear
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -49,7 +50,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms.clear")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- WebExtensions
- alarms
- clearAll
browser-compat: webextensions.api.alarms.clearAll
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -44,7 +45,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms.clearAll")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- alarms
browser-compat: webextensions.api.alarms.create
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -83,7 +84,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms.create")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- WebExtensions
- alarms
- get
browser-compat: webextensions.api.alarms.get
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -51,7 +52,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms.get")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- WebExtensions
- alarms
- getAll
browser-compat: webextensions.api.alarms.getAll
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -46,7 +47,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms.getAll")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Reference
- WebExtensions
- alarms
browser-compat: webextensions.api.alarms
---
<div>{{AddonSidebar}}</div>

Expand Down Expand Up @@ -51,7 +52,7 @@ <h2 id="Events">Events</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- WebExtensions
- alarms
- onAlarm
browser-compat: webextensions.api.alarms.onAlarm
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -64,7 +65,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.alarms.onAlarm")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- Type
- WebExtensions
browser-compat: webextensions.api.bookmarks.BookmarkTreeNodeUnmodifiable
---
<div>{{AddonSidebar()}}</div>

Expand All @@ -22,7 +23,7 @@ <h2 id="Type">Type</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.BookmarkTreeNodeUnmodifiable")}}</p>
<p>{{Compat}}</p>

<p>{{WebExtExamples}}</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Non-standard
- Reference
- WebExtensions
browser-compat: webextensions.api.bookmarks.create
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -59,7 +60,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.create")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- export
browser-compat: webextensions.api.bookmarks.export
---
<div>{{AddonSidebar()}}</div>

Expand All @@ -32,7 +33,7 @@ <h3 id="Parameters">Parameters</h3>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.export")}}</p>
<p>{{Compat}}</p>

<h2 id="Examples">Examples</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- get
browser-compat: webextensions.api.bookmarks.get
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -55,7 +56,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.get")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- getChildren
browser-compat: webextensions.api.bookmarks.getChildren
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -59,7 +60,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.getChildren")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- getRecent
browser-compat: webextensions.api.bookmarks.getRecent
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -57,7 +58,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.getRecent")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- getSubTree
browser-compat: webextensions.api.bookmarks.getSubTree
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -79,7 +80,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.getSubTree")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- getTree
browser-compat: webextensions.api.bookmarks.getTree
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -72,7 +73,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.getTree")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Non-standard
- Reference
- WebExtensions
browser-compat: webextensions.api.bookmarks
---
<div>{{AddonSidebar}}</div>

Expand Down Expand Up @@ -80,7 +81,7 @@ <h2 id="Events">Events</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks")}}</p>
<p>{{Compat}}</p>

<div class="hidden note">
<p>The "Chrome incompatibilities" section is included from <a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities"> https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities</a> using the <a href="/en-US/docs/Template:WebExtChromeCompat">WebExtChromeCompat</a> macro.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- move
browser-compat: webextensions.api.bookmarks.move
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -74,7 +75,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.move")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- onChanged
browser-compat: webextensions.api.bookmarks.onChanged
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -83,7 +84,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.onChanged")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- onChildrenReordered
browser-compat: webextensions.api.bookmarks.onChildrenReordered
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -66,7 +67,7 @@ <h3 id="reorderInfo">reorderInfo</h3>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.onChildrenReordered")}}</p>
<p>{{Compat}}</p>

<h2 id="Examples">Examples</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- onCreated
browser-compat: webextensions.api.bookmarks.onCreated
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -68,7 +69,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.onCreated")}}</p>
<p>{{Compat}}</p>

<div class="note"><strong>Acknowledgements</strong>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- onImportBegan
browser-compat: webextensions.api.bookmarks.onImportBegan
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -49,7 +50,7 @@ <h3 id="Parameters">Parameters</h3>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.onImportBegan")}}</p>
<p>{{Compat}}</p>

<h2 id="Examples">Examples</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Reference
- WebExtensions
- onImportEnded
browser-compat: webextensions.api.bookmarks.onImportEnded
---
<div>{{AddonSidebar()}}</div>

Expand Down Expand Up @@ -49,7 +50,7 @@ <h3 id="Parameters">Parameters</h3>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("webextensions.api.bookmarks.onImportEnded")}}</p>
<p>{{Compat}}</p>

<h2 id="Examples">Examples</h2>

Expand Down
Loading