Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D137741
This commit is contained in:
@@ -6,5 +6,3 @@ UITour
|
|||||||
|
|
||||||
.. js:autoclass:: Mozilla.UITour
|
.. js:autoclass:: Mozilla.UITour
|
||||||
:members: none
|
:members: none
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -805,4 +805,3 @@ The listener should return a view update object.
|
|||||||
|
|
||||||
This step is the same as step 5 above. Bundle a CSS file in your extension and
|
This step is the same as step 5 above. Bundle a CSS file in your extension and
|
||||||
declare it in the top-level ``stylesheet`` property of your view template.
|
declare it in the top-level ``stylesheet`` property of your view template.
|
||||||
|
|
||||||
|
|||||||
@@ -34,4 +34,3 @@ The parsers are for detecting the field type more accurately based on the near c
|
|||||||
* _parseCreditCardExpirationDateFields
|
* _parseCreditCardExpirationDateFields
|
||||||
|
|
||||||
* related type: ``cc-exp``, ``cc-exp-month``, ``cc-exp-year``
|
* related type: ``cc-exp``, ``cc-exp-month``, ``cc-exp-year``
|
||||||
|
|
||||||
|
|||||||
@@ -53,4 +53,3 @@ Most of this procedure is done in `makensis.mk <https://searchfox.org/mozilla-ce
|
|||||||
|
|
||||||
|
|
||||||
If this is an official build running on Mozilla automation infrastructure, then after this the installers will be signed, like other build products. Release engineering owns that process, it's not within the scope of this documentation.
|
If this is an official build running on Mozilla automation infrastructure, then after this the installers will be signed, like other build products. Release engineering owns that process, it's not within the scope of this documentation.
|
||||||
|
|
||||||
|
|||||||
@@ -34,5 +34,3 @@ This is the procedure that determines when one of the two cleanup prompts is sho
|
|||||||
2. Look for an existing installation by searching the registry for any copies of Firefox that are registered for potential file type associations. If none exist, show the reinstall prompt.
|
2. Look for an existing installation by searching the registry for any copies of Firefox that are registered for potential file type associations. If none exist, show the reinstall prompt.
|
||||||
3. Check if the existing installation is for the same channel that's being installed now. If not, don't show either prompt.
|
3. Check if the existing installation is for the same channel that's being installed now. If not, don't show either prompt.
|
||||||
4. Check the version of Firefox that the default profile we found in step 1 was last used with. This information comes from the profile's compatibility.ini file. If that version is more than 2 versions behind the current version, show the paveover prompt. Otherwise, don't show either prompt. Information about the current version is taken from `<https://product-details.mozilla.org/1.0/firefox_versions.json>`_.
|
4. Check the version of Firefox that the default profile we found in step 1 was last used with. This information comes from the profile's compatibility.ini file. If that version is more than 2 versions behind the current version, show the paveover prompt. Otherwise, don't show either prompt. Information about the current version is taken from `<https://product-details.mozilla.org/1.0/firefox_versions.json>`_.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -51,4 +51,3 @@ Currently, regeneration rewrites the original project files. **If
|
|||||||
you've made any customizations to the projects, they will likely get
|
you've made any customizations to the projects, they will likely get
|
||||||
overwritten.** We would like to improve this user experience in the
|
overwritten.** We would like to improve this user experience in the
|
||||||
future.
|
future.
|
||||||
|
|
||||||
|
|||||||
@@ -306,4 +306,3 @@ value:
|
|||||||
'MainProcessSingleton': ('service,@mozilla.org/main-process-singleton;1', ProcessSelector.MAIN_PROCESS_ONLY),
|
'MainProcessSingleton': ('service,@mozilla.org/main-process-singleton;1', ProcessSelector.MAIN_PROCESS_ONLY),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -38,4 +38,3 @@ to build the tree.
|
|||||||
Piecing it all together, we have frontend files that are parsed into data
|
Piecing it all together, we have frontend files that are parsed into data
|
||||||
structures. These data structures are fed into a build backend. The output
|
structures. These data structures are fed into a build backend. The output
|
||||||
from build backends is used by builders to build the tree.
|
from build backends is used by builders to build the tree.
|
||||||
|
|
||||||
|
|||||||
@@ -162,5 +162,3 @@ proper solution. If you can provide a patch, a regression range or
|
|||||||
assist in verifying that the developer's patches work for your platform,
|
assist in verifying that the developer's patches work for your platform,
|
||||||
that would help a lot towards getting your bugs fixed and checked into
|
that would help a lot towards getting your bugs fixed and checked into
|
||||||
the tree.
|
the tree.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -86,4 +86,3 @@ See also
|
|||||||
- :ref:`Style panel <page_inspector_ui_tour_rules_view>`
|
- :ref:`Style panel <page_inspector_ui_tour_rules_view>`
|
||||||
- :doc:`Tools <../index>`
|
- :doc:`Tools <../index>`
|
||||||
- `New Developer Tools in Firefox 11 Aurora <https://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora>`_ (blog post)
|
- `New Developer Tools in Firefox 11 Aurora <https://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora>`_ (blog post)
|
||||||
|
|
||||||
|
|||||||
@@ -224,4 +224,3 @@ Service workers can be unavailable for several reasons:
|
|||||||
- If you are using a Private Browsing window.
|
- If you are using a Private Browsing window.
|
||||||
- If your History preference is set to "Never Remember History" or "Always use private browsing mode".
|
- If your History preference is set to "Never Remember History" or "Always use private browsing mode".
|
||||||
- If the ``dom.serviceWorkers.enable`` preference is set to false in ``about:config``.
|
- If the ``dom.serviceWorkers.enable`` preference is set to false in ``about:config``.
|
||||||
|
|
||||||
|
|||||||
@@ -286,4 +286,3 @@ See also
|
|||||||
- `Understanding WCAG <https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG>`_
|
- `Understanding WCAG <https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG>`_
|
||||||
- `WAI-ARIA basics <https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics>`_
|
- `WAI-ARIA basics <https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics>`_
|
||||||
- `Accessibility APIs: A Key To Web Accessibility <https://www.smashingmagazine.com/2015/03/web-accessibility-with-accessibility-api/>`_ by Léonie Watson
|
- `Accessibility APIs: A Key To Web Accessibility <https://www.smashingmagazine.com/2015/03/web-accessibility-with-accessibility-api/>`_ by Léonie Watson
|
||||||
|
|
||||||
|
|||||||
@@ -87,4 +87,3 @@ See also
|
|||||||
- `Color universal design <https://jfly.uni-koeln.de/color/>`_
|
- `Color universal design <https://jfly.uni-koeln.de/color/>`_
|
||||||
- `WCAG success criterion 1.4.1: Use of color <https://www.w3.org/TR/WCAG21/#use-of-color>`_
|
- `WCAG success criterion 1.4.1: Use of color <https://www.w3.org/TR/WCAG21/#use-of-color>`_
|
||||||
- `WCAG success criterion 1.4.11: Non-text contrast <https://www.w3.org/TR/WCAG21/#non-text-contrast>`_
|
- `WCAG success criterion 1.4.11: Non-text contrast <https://www.w3.org/TR/WCAG21/#non-text-contrast>`_
|
||||||
|
|
||||||
|
|||||||
@@ -157,4 +157,3 @@ On macOS, this similar code will add a new item to the **Tools** menu:
|
|||||||
parent.appendChild(makeTheTea);
|
parent.appendChild(makeTheTea);
|
||||||
|
|
||||||
.. image:: browser-console-modify-ui-osx.png
|
.. image:: browser-console-modify-ui-osx.png
|
||||||
|
|
||||||
|
|||||||
@@ -72,4 +72,3 @@ You can use the same technique to debug `popups created by add-ons <https://exte
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
This change is not persistent across browser restarts. When you close the browser toolbox, the setting will be cleared.
|
This change is not persistent across browser restarts. When you close the browser toolbox, the setting will be cleared.
|
||||||
|
|
||||||
|
|||||||
@@ -96,4 +96,3 @@ Watermark:
|
|||||||
|
|
||||||
Changeset:
|
Changeset:
|
||||||
`7ae377917236 <https://hg.mozilla.org/mozilla-central/rev/7ae377917236>`_
|
`7ae377917236 <https://hg.mozilla.org/mozilla-central/rev/7ae377917236>`_
|
||||||
|
|
||||||
|
|||||||
@@ -200,4 +200,3 @@ Watermark:
|
|||||||
|
|
||||||
Changeset:
|
Changeset:
|
||||||
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
||||||
|
|
||||||
|
|||||||
@@ -238,4 +238,3 @@ Watermark:
|
|||||||
|
|
||||||
Changeset:
|
Changeset:
|
||||||
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
||||||
|
|
||||||
|
|||||||
@@ -311,4 +311,3 @@ Watermark:
|
|||||||
sha256:7ae16a834e0883a95b4e0d227193293f6b6e4e4dd812c2570372a39c4c04897b
|
sha256:7ae16a834e0883a95b4e0d227193293f6b6e4e4dd812c2570372a39c4c04897b
|
||||||
Changeset:
|
Changeset:
|
||||||
`5572465c08a9+ <https://hg.mozilla.org/mozilla-central/rev/5572465c08a9>`_
|
`5572465c08a9+ <https://hg.mozilla.org/mozilla-central/rev/5572465c08a9>`_
|
||||||
|
|
||||||
|
|||||||
@@ -270,4 +270,3 @@ Watermark:
|
|||||||
|
|
||||||
Changeset:
|
Changeset:
|
||||||
`5572465c08a9+ <https://hg.mozilla.org/mozilla-central/rev/5572465c08a9>`_
|
`5572465c08a9+ <https://hg.mozilla.org/mozilla-central/rev/5572465c08a9>`_
|
||||||
|
|
||||||
|
|||||||
@@ -128,4 +128,3 @@ Watermark:
|
|||||||
sha256:5ca245813db96628aab1c78b803355eb2aa8c575839c67eb7d7bde177898df88
|
sha256:5ca245813db96628aab1c78b803355eb2aa8c575839c67eb7d7bde177898df88
|
||||||
Changeset:
|
Changeset:
|
||||||
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
||||||
|
|
||||||
|
|||||||
@@ -312,4 +312,3 @@ Watermark:
|
|||||||
|
|
||||||
Changeset:
|
Changeset:
|
||||||
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
`e91b2c85aacd <https://hg.mozilla.org/mozilla-central/rev/e91b2c85aacd>`_
|
||||||
|
|
||||||
|
|||||||
@@ -106,4 +106,3 @@ Watermark:
|
|||||||
sha256:c8dd4bb69972b58e59fcbe6870499206463a5e330fda25f1214893595a1c01d0
|
sha256:c8dd4bb69972b58e59fcbe6870499206463a5e330fda25f1214893595a1c01d0
|
||||||
Changeset:
|
Changeset:
|
||||||
`ffa775dd5bd4 <https://hg.mozilla.org/mozilla-central/rev/ffa775dd5bd4>`_
|
`ffa775dd5bd4 <https://hg.mozilla.org/mozilla-central/rev/ffa775dd5bd4>`_
|
||||||
|
|
||||||
|
|||||||
@@ -13,4 +13,3 @@ After you click the icon to disable breakpoints, the appearance of the breakpoin
|
|||||||
|
|
||||||
.. image:: disable_breakpoints.png
|
.. image:: disable_breakpoints.png
|
||||||
:class: border
|
:class: border
|
||||||
|
|
||||||
|
|||||||
@@ -16,4 +16,3 @@ Also, when you view the details of a DOM node in the code panel, objects that yo
|
|||||||
|
|
||||||
.. image:: highlight_dom_node.png
|
.. image:: highlight_dom_node.png
|
||||||
:class: border
|
:class: border
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,3 @@ There are three ways to open the debugger:
|
|||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/yI5SlVQiZtI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/yI5SlVQiZtI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|||||||
@@ -20,4 +20,3 @@ The **Pretty print source** icon is available only if the source file is minifie
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Currently Firefox `does not support <https://bugzilla.mozilla.org/show_bug.cgi?id=1010150>`_ pretty printing inline Javascript.
|
Currently Firefox `does not support <https://bugzilla.mozilla.org/show_bug.cgi?id=1010150>`_ pretty printing inline Javascript.
|
||||||
|
|
||||||
|
|||||||
@@ -106,4 +106,3 @@ This is a very useful timesaver when stepping through your code. Previously you
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
There is also a new option in the context menu for the actual code in the source pane — *Hide inline preview*/*Show inline preview* — which allows you to turn the inline variables on/off.
|
There is also a new option in the context menu for the actual code in the source pane — *Hide inline preview*/*Show inline preview* — which allows you to turn the inline variables on/off.
|
||||||
|
|
||||||
|
|||||||
@@ -32,4 +32,3 @@ In the video above we load https://mdn.github.io/devtools-examples/sourcemaps-in
|
|||||||
//# sourceMappingURL=main.js.map</pre>
|
//# sourceMappingURL=main.js.map</pre>
|
||||||
|
|
||||||
In the Debugger's :ref:`source list pane <debugger-ui-tour-source-list-pane>`, the original CoffeeScript source now appears as "main.coffee", and we can debug it just like any other source.
|
In the Debugger's :ref:`source list pane <debugger-ui-tour-source-list-pane>`, the original CoffeeScript source now appears as "main.coffee", and we can debug it just like any other source.
|
||||||
|
|
||||||
|
|||||||
@@ -51,4 +51,3 @@ See also
|
|||||||
********
|
********
|
||||||
|
|
||||||
- `Debugging variables with watchpoints in Firefox 72 <https://hacks.mozilla.org/2019/12/debugging-variables-with-watchpoints-in-firefox-72/>`_
|
- `Debugging variables with watchpoints in Firefox 72 <https://hacks.mozilla.org/2019/12/debugging-variables-with-watchpoints-in-firefox-72/>`_
|
||||||
|
|
||||||
|
|||||||
@@ -794,4 +794,3 @@ Add a sidebar to an existing tool:
|
|||||||
sidebar.addTab("tab1", "chrome://browser/content/.../tab1.xhtml", true);
|
sidebar.addTab("tab1", "chrome://browser/content/.../tab1.xhtml", true);
|
||||||
sidebar.addTab("tab2", "chrome://browser/content/.../tab2.xhtml", false);
|
sidebar.addTab("tab2", "chrome://browser/content/.../tab2.xhtml", false);
|
||||||
sidebar.show();
|
sidebar.show();
|
||||||
|
|
||||||
|
|||||||
@@ -205,4 +205,3 @@ This chart lists colors and CSS variables as implemented in the dark theme and l
|
|||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
Not yet finalized. See `bug 916766 <https://bugzilla.mozilla.org/show_bug.cgi?id=916766>`_ for progress.
|
Not yet finalized. See `bug 916766 <https://bugzilla.mozilla.org/show_bug.cgi?id=916766>`_ for progress.
|
||||||
|
|
||||||
|
|||||||
@@ -892,4 +892,3 @@ Keyboard shortcuts for the :doc:`Eyedropper <../eyedropper/index>`.
|
|||||||
- :kbd:`Shift` + :kbd:`arrow keys`
|
- :kbd:`Shift` + :kbd:`arrow keys`
|
||||||
- :kbd:`Shift` + :kbd:`arrow keys`
|
- :kbd:`Shift` + :kbd:`arrow keys`
|
||||||
- :kbd:`Shift` + :kbd:`arrow keys`
|
- :kbd:`Shift` + :kbd:`arrow keys`
|
||||||
|
|
||||||
|
|||||||
@@ -28,4 +28,3 @@ When you stop holding the mouse down, the rectangle that was displayed on screen
|
|||||||
|
|
||||||
.. image:: resizable_measuring_area.png
|
.. image:: resizable_measuring_area.png
|
||||||
:class: border
|
:class: border
|
||||||
|
|
||||||
|
|||||||
@@ -172,5 +172,3 @@ Using the Call Stack view
|
|||||||
*************************
|
*************************
|
||||||
|
|
||||||
Finally, you can switch to the Call Stack view, see where the objects are being allocated, and jump to that point in the Debugger.
|
Finally, you can switch to the Call Stack view, see where the objects are being allocated, and jump to that point in the Debugger.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -50,4 +50,3 @@ Examples used in the Memory tool documentation.
|
|||||||
|
|
||||||
- :doc:`Monster example <monster_example/index>`
|
- :doc:`Monster example <monster_example/index>`
|
||||||
- :doc:`DOM allocation example <dom_allocation_example/index>`
|
- :doc:`DOM allocation example <dom_allocation_example/index>`
|
||||||
|
|
||||||
|
|||||||
@@ -78,4 +78,3 @@ So the structure of the memory allocated on the JavaScript heap is an object con
|
|||||||
|
|
||||||
.. image:: monsters.svg
|
.. image:: monsters.svg
|
||||||
:class: center
|
:class: center
|
||||||
|
|
||||||
|
|||||||
@@ -76,4 +76,3 @@ You need to flip these two to ``true`` in Release/Beta to test the feature in Fi
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The 3-pane inspector is already enabled in Nightly/Developer edition before Firefox 62.
|
The 3-pane inspector is already enabled in Nightly/Developer edition before Firefox 62.
|
||||||
|
|
||||||
|
|||||||
@@ -22,4 +22,3 @@ You will also see an ``overflow`` badge next to the node causing the overflow.
|
|||||||
.. image:: overflow_badge.png
|
.. image:: overflow_badge.png
|
||||||
:alt: HTML Pane: Overflow badge
|
:alt: HTML Pane: Overflow badge
|
||||||
:class: center
|
:class: center
|
||||||
|
|
||||||
|
|||||||
@@ -255,4 +255,3 @@ Finally, here are a few tips for making effective use of the Fonts tab:
|
|||||||
:class: border
|
:class: border
|
||||||
|
|
||||||
- You'll also notice in the above screenshot that the font in the ``font-family`` font stack that is actually applied to the inspected element is underlined. This makes it easy to see exactly what is being applied where, when font stacks are specified.
|
- You'll also notice in the above screenshot that the font in the ``font-family`` font stack that is actually applied to the inspected element is underlined. This makes it easy to see exactly what is being applied where, when font stacks are specified.
|
||||||
|
|
||||||
|
|||||||
@@ -472,4 +472,3 @@ See also
|
|||||||
|
|
||||||
- Complete list of Page Inspector :ref:`Keyboard shortcuts <keyboard-shortcuts-page-inspector>`.
|
- Complete list of Page Inspector :ref:`Keyboard shortcuts <keyboard-shortcuts-page-inspector>`.
|
||||||
- The Inspector also includes a number of specialized tools for working with particular CSS features, such as colors, fonts, and animations. To read about these see the list of :doc:`how to guides <../../index>`.
|
- The Inspector also includes a number of specialized tools for working with particular CSS features, such as colors, fonts, and animations. To read about these see the list of :doc:`how to guides <../../index>`.
|
||||||
|
|
||||||
|
|||||||
@@ -25,5 +25,3 @@ Each line contains:
|
|||||||
- standard DOM events
|
- standard DOM events
|
||||||
- `jQuery events <https://api.jquery.com/category/events/>`_
|
- `jQuery events <https://api.jquery.com/category/events/>`_
|
||||||
- `React events <https://facebook.github.io/react/docs/events.html>`_
|
- `React events <https://facebook.github.io/react/docs/events.html>`_
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -187,4 +187,3 @@ See also
|
|||||||
- `labs.jensimmons.com <https://labs.jensimmons.com/>`_ — lots of interesting grid examples.
|
- `labs.jensimmons.com <https://labs.jensimmons.com/>`_ — lots of interesting grid examples.
|
||||||
- `Grid by Example <https://gridbyexample.com/>`_ — CSS Grid learning resources from Rachel Andrew.
|
- `Grid by Example <https://gridbyexample.com/>`_ — CSS Grid learning resources from Rachel Andrew.
|
||||||
- `CSS Grid Layout <https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout>`_ — MDN CSS Grid Layout references and tutorials.
|
- `CSS Grid Layout <https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout>`_ — MDN CSS Grid Layout references and tutorials.
|
||||||
|
|
||||||
|
|||||||
@@ -29,4 +29,3 @@ The color picker includes an eyedropper icon: clicking this icon enables you to
|
|||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/0Zx1TN21QOo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/0Zx1TN21QOo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|||||||
@@ -31,5 +31,3 @@ With the node picker
|
|||||||
:width: 20
|
:width: 20
|
||||||
|
|
||||||
To select an element in the page itself, activate the "node picker" by clicking its icon: |image1| (also called the *Select Element* icon). After that, as you move the mouse around the page, the element under the mouse is highlighted. Click the element to select it:
|
To select an element in the page itself, activate the "node picker" by clicking its icon: |image1| (also called the *Select Element* icon). After that, as you move the mouse around the page, the element under the mouse is highlighted. Click the element to select it:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,3 @@ If you hover over a `transform <https://developer.mozilla.org/en-US/docs/Web/CSS
|
|||||||
|
|
||||||
.. image:: transform.png
|
.. image:: transform.png
|
||||||
:class: center
|
:class: center
|
||||||
|
|
||||||
|
|||||||
@@ -23,4 +23,3 @@ The Animation inspector enables you to:
|
|||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/0vSIuKaqD8o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/0vSIuKaqD8o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|||||||
@@ -91,4 +91,3 @@ JavaScript Content
|
|||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("click", toggleSelection);
|
document.addEventListener("click", toggleSelection);
|
||||||
|
|
||||||
|
|||||||
@@ -115,4 +115,3 @@ JavaScript Content
|
|||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("click", animateChannel);
|
document.addEventListener("click", animateChannel);
|
||||||
|
|
||||||
|
|||||||
@@ -225,5 +225,3 @@ The cubic Bézier editor includes a number of presets, grouped under "Ease-in",
|
|||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jx-J2Yy0aSg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jx-J2Yy0aSg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -87,4 +87,3 @@ If you're seeing these problems, consider whether you can reduce the number or s
|
|||||||
|
|
||||||
- can you allocate memory lazily, when it is actually needed, instead of up front?
|
- can you allocate memory lazily, when it is actually needed, instead of up front?
|
||||||
- if allocating memory in a loop, can you reuse a single allocation in every loop iteration?
|
- if allocating memory in a loop, can you reuse a single allocation in every loop iteration?
|
||||||
|
|
||||||
|
|||||||
@@ -128,4 +128,3 @@ To display this view, click the gear icon on the right-hand end of the performan
|
|||||||
|
|
||||||
.. image:: performance_menu_invert_call_tree.png
|
.. image:: performance_menu_invert_call_tree.png
|
||||||
:class: center
|
:class: center
|
||||||
|
|
||||||
|
|||||||
@@ -45,4 +45,3 @@ Note: in Windows, the ``start-debugger-server`` call will only have one dash:
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
By default, and for security reasons, the ``devtools.debugger.force-local`` option is set. If you want to debug a Firefox instance from an external machine, you can change this option, but only do this on a trusted network or set a strong firewall rule to lock down which machines can access it.
|
By default, and for security reasons, the ``devtools.debugger.force-local`` option is set. If you want to debug a Firefox instance from an external machine, you can change this option, but only do this on a trusted network or set a strong firewall rule to lock down which machines can access it.
|
||||||
|
|
||||||
|
|||||||
@@ -193,4 +193,3 @@ The Toolbox, and the tools it hosts, work in just the same way as they do when a
|
|||||||
|
|
||||||
.. image:: remote-debugging-debugger.png
|
.. image:: remote-debugging-debugger.png
|
||||||
:class: center
|
:class: center
|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,3 @@ You can connect the developer tools to Gecko-based runtimes like Firefox Desktop
|
|||||||
- :doc:`Firefox Desktop <debugging_firefox_desktop/index>`
|
- :doc:`Firefox Desktop <debugging_firefox_desktop/index>`
|
||||||
- Firefox for Android :doc:`over USB <../about_colon_debugging/index>`
|
- Firefox for Android :doc:`over USB <../about_colon_debugging/index>`
|
||||||
- :doc:`Thunderbird <thunderbird/index>`
|
- :doc:`Thunderbird <thunderbird/index>`
|
||||||
|
|
||||||
|
|||||||
@@ -206,4 +206,3 @@ To select a network, click the list box that's initially labeled "No throttling"
|
|||||||
|
|
||||||
.. image:: rdm_throttling.png
|
.. image:: rdm_throttling.png
|
||||||
:class: center
|
:class: center
|
||||||
|
|
||||||
|
|||||||
@@ -223,4 +223,3 @@ Advanced settings
|
|||||||
Enable a panel within the debugger to debug workers.
|
Enable a panel within the debugger to debug workers.
|
||||||
|
|
||||||
Note: This option got removed from the UI in Firefox 56, because this version ships with a :doc:`new Debugger UI <../debugger/index>`, but it can still be enabled for the old UI by setting the preference ``devtools.debugger.workers`` to ``true``.
|
Note: This option got removed from the UI in Firefox 56, because this version ships with a :doc:`new Debugger UI <../debugger/index>`, but it can still be enabled for the old UI by setting the preference ``devtools.debugger.workers`` to ``true``.
|
||||||
|
|
||||||
|
|||||||
@@ -10,4 +10,3 @@ Under the *Cache Storage* type within the :doc:`Storage Inspector <../index>` yo
|
|||||||
|
|
||||||
.. image:: cache_storage_detail.png
|
.. image:: cache_storage_detail.png
|
||||||
:class: border
|
:class: border
|
||||||
|
|
||||||
|
|||||||
@@ -40,4 +40,3 @@ The context menu for each cookie includes the following commands:
|
|||||||
|
|
||||||
.. image:: cookie_table_widget_context.png
|
.. image:: cookie_table_widget_context.png
|
||||||
:class: border
|
:class: border
|
||||||
|
|
||||||
|
|||||||
@@ -144,4 +144,3 @@ Keyboard shortcuts
|
|||||||
******************
|
******************
|
||||||
|
|
||||||
- :ref:`Source editor shortcuts <keyboard-shortcuts-style-editor>`
|
- :ref:`Source editor shortcuts <keyboard-shortcuts-style-editor>`
|
||||||
|
|
||||||
|
|||||||
@@ -125,4 +125,3 @@ The command has the following optional parameters:
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Thanks to Eric Meyer for his enthusiasm for our screenshot feature, and help! Small portions of this section have been borrowed from his `Firefox’s :screenshot command <https://meyerweb.com/eric/thoughts/2018/08/24/firefoxs-screenshot-command-2018/>`_ article.
|
Thanks to Eric Meyer for his enthusiasm for our screenshot feature, and help! Small portions of this section have been borrowed from his `Firefox’s :screenshot command <https://meyerweb.com/eric/thoughts/2018/08/24/firefoxs-screenshot-command-2018/>`_ article.
|
||||||
|
|
||||||
|
|||||||
@@ -142,4 +142,3 @@ Storage Inspector
|
|||||||
- Right-click the column headers to open a menu allowing to toggle the display of the columns.
|
- Right-click the column headers to open a menu allowing to toggle the display of the columns.
|
||||||
- Right-click an entry and click "Delete *name*" to delete it or "Delete All" to delete all entries.
|
- Right-click an entry and click "Delete *name*" to delete it or "Delete All" to delete all entries.
|
||||||
- Select an entry to see the parsed value of it in the sidebar.
|
- Select an entry to see the parsed value of it in the sidebar.
|
||||||
|
|
||||||
|
|||||||
@@ -9,5 +9,3 @@ This article lists different resources for developers to check web documents.
|
|||||||
- `W3C CSS Validator <https://jigsaw.w3.org/css-validator/>`_ validates CSS stylesheets.
|
- `W3C CSS Validator <https://jigsaw.w3.org/css-validator/>`_ validates CSS stylesheets.
|
||||||
- `W3C Link Checker <https://validator.w3.org/checklink>`_ checks for broken links in HTML documents.
|
- `W3C Link Checker <https://validator.w3.org/checklink>`_ checks for broken links in HTML documents.
|
||||||
- `HTML Tidy <https://www.html-tidy.org/>`_ tool finds errors in HTML documents, and can automatically fix some errors.
|
- `HTML Tidy <https://www.html-tidy.org/>`_ tool finds errors in HTML documents, and can automatically fix some errors.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -88,4 +88,3 @@ See also
|
|||||||
********
|
********
|
||||||
|
|
||||||
- `HTML5 Parser-Based View Source Syntax Highlighting <https://hsivonen.iki.fi/view-source/>`_ (Blog post)
|
- `HTML5 Parser-Based View Source Syntax Highlighting <https://hsivonen.iki.fi/view-source/>`_ (Blog post)
|
||||||
|
|
||||||
|
|||||||
@@ -138,4 +138,3 @@ See also
|
|||||||
********
|
********
|
||||||
|
|
||||||
- `console <https://developer.mozilla.org/en-US/docs/Web/API/console>`_
|
- `console <https://developer.mozilla.org/en-US/docs/Web/API/console>`_
|
||||||
|
|
||||||
|
|||||||
@@ -24,4 +24,3 @@ When you use the split console with the debugger, the console's scope is the cur
|
|||||||
|
|
||||||
.. image:: split-console-show-debug.png
|
.. image:: split-console-show-debug.png
|
||||||
:class: center
|
:class: center
|
||||||
|
|
||||||
|
|||||||
@@ -23,4 +23,3 @@ To set an iframe as the target for the developer tools:
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The iframe context picker button feature is enabled by default (if it has been disabled the iframe button is never displayed). The feature can be re-enabled from the Settings menu, using the "Select an iframe as the currently targeted document" checkbox.
|
The iframe context picker button feature is enabled by default (if it has been disabled the iframe button is never displayed). The feature can be re-enabled from the Settings menu, using the "Select an iframe as the currently targeted document" checkbox.
|
||||||
|
|
||||||
|
|||||||
@@ -193,4 +193,3 @@ multiple axes:
|
|||||||
The most common choice is: not much stability risk, not an immediate
|
The most common choice is: not much stability risk, not an immediate
|
||||||
reverse engineering risk, moderate to high difficulty of exploitation:
|
reverse engineering risk, moderate to high difficulty of exploitation:
|
||||||
"land whenever".
|
"land whenever".
|
||||||
|
|
||||||
|
|||||||
@@ -147,4 +147,3 @@ Other advices
|
|||||||
extract substrings in known positions in the string. For instance,
|
extract substrings in known positions in the string. For instance,
|
||||||
{{JSxRef("String.slice", "aString.slice(-1)")}} returns the last
|
{{JSxRef("String.slice", "aString.slice(-1)")}} returns the last
|
||||||
letter in ``aString``, or the empty string if ``aString`` is empty.
|
letter in ``aString``, or the empty string if ``aString`` is empty.
|
||||||
|
|
||||||
|
|||||||
@@ -8,4 +8,3 @@ SVG practices
|
|||||||
Check `SVG
|
Check `SVG
|
||||||
Guidelines <https://developer.mozilla.org/docs/Mozilla/Developer_guide/SVG_Guidelines>`__ for
|
Guidelines <https://developer.mozilla.org/docs/Mozilla/Developer_guide/SVG_Guidelines>`__ for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
|
|||||||
@@ -27,4 +27,3 @@ Sources
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
* `Configuration (YAML) <https://searchfox.org/mozilla-central/source/tools/lint/cpp-virtual-final.yml>`_
|
* `Configuration (YAML) <https://searchfox.org/mozilla-central/source/tools/lint/cpp-virtual-final.yml>`_
|
||||||
|
|
||||||
|
|||||||
@@ -165,4 +165,3 @@ This section tracks some patches; they are currently not used, but we may want t
|
|||||||
- `mapAnyOf() <https://reviews.llvm.org/D94127>`_ (`Example of usage <https://reviews.llvm.org/D94131>`_)
|
- `mapAnyOf() <https://reviews.llvm.org/D94127>`_ (`Example of usage <https://reviews.llvm.org/D94131>`_)
|
||||||
- `Make cxxOperatorCallExpr matchers API-compatible with n-ary operators <https://reviews.llvm.org/D94128>`_
|
- `Make cxxOperatorCallExpr matchers API-compatible with n-ary operators <https://reviews.llvm.org/D94128>`_
|
||||||
- `CXXRewrittenBinaryOperator <https://reviews.llvm.org/D94130>`_
|
- `CXXRewrittenBinaryOperator <https://reviews.llvm.org/D94130>`_
|
||||||
|
|
||||||
|
|||||||
@@ -13,4 +13,3 @@ or seriously develop one we can land and run internally. While being written fo
|
|||||||
matcher-cookbook.rst
|
matcher-cookbook.rst
|
||||||
adding-a-check.rst
|
adding-a-check.rst
|
||||||
advanced-check-features.rst
|
advanced-check-features.rst
|
||||||
|
|
||||||
|
|||||||
@@ -171,4 +171,3 @@ Discussion is best started on the `dev-builds mailing
|
|||||||
list <https://lists.mozilla.org/listinfo/dev-builds>`__. Questions are
|
list <https://lists.mozilla.org/listinfo/dev-builds>`__. Questions are
|
||||||
best raised in `#build <https://chat.mozilla.org/#/room/#build:mozilla.org>`__ on `Matrix <https://chat.mozilla.org/>`__. Please
|
best raised in `#build <https://chat.mozilla.org/#/room/#build:mozilla.org>`__ on `Matrix <https://chat.mozilla.org/>`__. Please
|
||||||
file bugs in *Firefox Build System :: General*, blocking `Bug 901840 <https://bugzilla.mozilla.org/show_bug.cgi?id=901840>`__
|
file bugs in *Firefox Build System :: General*, blocking `Bug 901840 <https://bugzilla.mozilla.org/show_bug.cgi?id=901840>`__
|
||||||
|
|
||||||
|
|||||||
@@ -257,4 +257,3 @@ of "Application Binary".
|
|||||||
|
|
||||||
.. |WinDbg in Start Menu| image:: img/windbg-in-startmenu.png
|
.. |WinDbg in Start Menu| image:: img/windbg-in-startmenu.png
|
||||||
:width: 50%
|
:width: 50%
|
||||||
|
|
||||||
|
|||||||
@@ -499,5 +499,3 @@ See also
|
|||||||
- Copyright Information: © 1998-2008 by individual mozilla.org
|
- Copyright Information: © 1998-2008 by individual mozilla.org
|
||||||
contributors; content available under a `Creative Commons
|
contributors; content available under a `Creative Commons
|
||||||
license <https://www.mozilla.org/foundation/licensing/website-content.html>`__
|
license <https://www.mozilla.org/foundation/licensing/website-content.html>`__
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -430,5 +430,3 @@ number of different "trains" on a regular schedule.
|
|||||||
**Uplift** - the action of taking parts from a newer version of a
|
**Uplift** - the action of taking parts from a newer version of a
|
||||||
software system (mozilla-central or mozilla-beta) and porting them to an
|
software system (mozilla-central or mozilla-beta) and porting them to an
|
||||||
older version of the same software (mozilla-beta or mozilla-release)
|
older version of the same software (mozilla-beta or mozilla-release)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,3 @@ Description
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
Atomically add a 32 bit value.
|
Atomically add a 32 bit value.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -51,5 +51,3 @@ PR_POLL_EXCEPT. When PR_Poll() returns, one calls PR_ConnectContinue()
|
|||||||
on the socket to determine whether the nonblocking connect has completed
|
on the socket to determine whether the nonblocking connect has completed
|
||||||
or is still in progress. Repeat the PR_Poll(), PR_ConnectContinue()
|
or is still in progress. Repeat the PR_Poll(), PR_ConnectContinue()
|
||||||
sequence until the nonblocking connect has completed.
|
sequence until the nonblocking connect has completed.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -36,5 +36,3 @@ Description
|
|||||||
:ref:`PR_Delete` deletes a file with the specified pathname ``name``. If
|
:ref:`PR_Delete` deletes a file with the specified pathname ``name``. If
|
||||||
the function fails, the error code can then be retrieved via
|
the function fails, the error code can then be retrieved via
|
||||||
:ref:`PR_GetError`.
|
:ref:`PR_GetError`.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -48,5 +48,3 @@ call ``PR_IntervalNow()`` in a sequence that looks like this:
|
|||||||
if (PR_FAILURE == rv) break; /* likely an interrupt */
|
if (PR_FAILURE == rv) break; /* likely an interrupt */
|
||||||
}
|
}
|
||||||
PR_Unlock(data->mutex);
|
PR_Unlock(data->mutex);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -90,4 +90,3 @@ lines are a stronger lifetime relationship.
|
|||||||
label = "Synced Contexts";
|
label = "Synced Contexts";
|
||||||
"BrowsingContext" "WindowContext";
|
"BrowsingContext" "WindowContext";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -354,4 +354,3 @@ FAQ
|
|||||||
Personal preferences regarding the degree may differ, but in doubt such
|
Personal preferences regarding the degree may differ, but in doubt such
|
||||||
inconsistencies should be considered acceptable. They should not block a bug
|
inconsistencies should be considered acceptable. They should not block a bug
|
||||||
from being closed.
|
from being closed.
|
||||||
|
|
||||||
|
|||||||
@@ -285,4 +285,3 @@ When the list of supported numbering systems needs to be updated, run ``make_int
|
|||||||
$ # make_intl_data.py requires yaml.
|
$ # make_intl_data.py requires yaml.
|
||||||
$ export PYTHONPATH="$topsrcdir/third_party/python/PyYAML/lib3/"
|
$ export PYTHONPATH="$topsrcdir/third_party/python/PyYAML/lib3/"
|
||||||
$ python3 ./make_intl_data.py numbering
|
$ python3 ./make_intl_data.py numbering
|
||||||
|
|
||||||
|
|||||||
@@ -1038,4 +1038,3 @@ The environment variable ``MOZ_IPC_MESSAGE_LOG`` controls the logging of IPC mes
|
|||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
The preceeding ``P`` and the ``Parent`` or ``Child`` suffix are required when listing individual protocols in ``MOZ_IPC_MESSAGE_LOG``.
|
The preceeding ``P`` and the ``Parent`` or ``Child`` suffix are required when listing individual protocols in ``MOZ_IPC_MESSAGE_LOG``.
|
||||||
|
|
||||||
|
|||||||
@@ -734,5 +734,3 @@ Pausing for the debugger is not a panacea. Since the environmental varaiables a
|
|||||||
|
|
||||||
.. _Child Process Debugging Tool: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool
|
.. _Child Process Debugging Tool: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool
|
||||||
.. _.childdbg: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/-childdbg--debug-child-processes-
|
.. _.childdbg: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/-childdbg--debug-child-processes-
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ contains general information about layout and the layout team at Mozilla.
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
AccessibleCaret
|
AccessibleCaret
|
||||||
|
|
||||||
|
|||||||
@@ -120,4 +120,3 @@ Who do I contact for help or to report issues?
|
|||||||
|
|
||||||
You can ask questions in
|
You can ask questions in
|
||||||
`#build <https://chat.mozilla.org/#/room/#build:mozilla.org>`__.
|
`#build <https://chat.mozilla.org/#/room/#build:mozilla.org>`__.
|
||||||
|
|
||||||
|
|||||||
@@ -14,4 +14,3 @@ which can help with this.
|
|||||||
engines
|
engines
|
||||||
rust-engines
|
rust-engines
|
||||||
external
|
external
|
||||||
|
|
||||||
|
|||||||
@@ -243,5 +243,3 @@ Something Else?
|
|||||||
|
|
||||||
If you make another change not described here that turns out to be simple or
|
If you make another change not described here that turns out to be simple or
|
||||||
common, please include an update to this file in your patch.
|
common, please include an update to this file in your patch.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -75,4 +75,3 @@ outside of the taskgraph (for replacement tasks).
|
|||||||
|
|
||||||
As a side-effect, this phase also expands all ``{"task-reference": ".."}`` and
|
As a side-effect, this phase also expands all ``{"task-reference": ".."}`` and
|
||||||
``{"artifact-reference": ".."}`` objects within the task definitions.
|
``{"artifact-reference": ".."}`` objects within the task definitions.
|
||||||
|
|
||||||
|
|||||||
@@ -112,4 +112,3 @@ In the example below, we install uBlock, set a pref, and pass the
|
|||||||
"heavy": {"max_urls": 10}
|
"heavy": {"max_urls": 10}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,3 @@ directories.
|
|||||||
|
|
||||||
.. automodule:: mozfile
|
.. automodule:: mozfile
|
||||||
:members: extract, extract_tarball, extract_zip, move, remove
|
:members: extract, extract_tarball, extract_zip, move, remove
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,3 @@
|
|||||||
.. automethod:: moznetwork.get_ip
|
.. automethod:: moznetwork.get_ip
|
||||||
|
|
||||||
.. autoclass:: moznetwork.NetworkError
|
.. autoclass:: moznetwork.NetworkError
|
||||||
|
|
||||||
|
|||||||
@@ -10,4 +10,3 @@ SystemResourceMonitor
|
|||||||
mozsystemmonitor.resourcemonitor.SystemResourceMonitor is class used to
|
mozsystemmonitor.resourcemonitor.SystemResourceMonitor is class used to
|
||||||
measure system resource usage. It is useful to get a handle on what an
|
measure system resource usage. It is useful to get a handle on what an
|
||||||
overall system is doing.
|
overall system is doing.
|
||||||
|
|
||||||
|
|||||||
@@ -21,4 +21,3 @@ Indices and tables
|
|||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
|
|||||||
@@ -131,4 +131,3 @@ a WebExtension API:
|
|||||||
possible -- extensions ared started relatively early in the browser
|
possible -- extensions ared started relatively early in the browser
|
||||||
startup process so any unnecessary work done during extension startup
|
startup process so any unnecessary work done during extension startup
|
||||||
contributes directly to sluggish browser startup.
|
contributes directly to sluggish browser startup.
|
||||||
|
|
||||||
|
|||||||
@@ -387,4 +387,3 @@ the ``unregister`` method.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -92,5 +92,3 @@ TODO:
|
|||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
* mention the special webidl extended attribute used in the WebIDL definitions
|
* mention the special webidl extended attribute used in the WebIDL definitions
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -31,4 +31,3 @@ in particular.
|
|||||||
webext-storage
|
webext-storage
|
||||||
other
|
other
|
||||||
reference
|
reference
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user