no bug - replace dxr links by searchfox DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D246763
This commit is contained in:
Sylvestre Ledru
2025-04-28 08:41:34 +00:00
parent bbae8b3bd0
commit 624509cbfe
9 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ Description
:ref:`PR_EXTERN` is used to define externally visible routines and globals. :ref:`PR_EXTERN` is used to define externally visible routines and globals.
For syntax details for each platform, see For syntax details for each platform, see
`prtypes.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__. `prtypes.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.
The macro includes the proper specifications to declare the target The macro includes the proper specifications to declare the target
``extern`` and set up other required linkages. ``extern`` and set up other required linkages.

View File

@@ -20,7 +20,7 @@ Description
:ref:`PR_IMPLEMENT` is used to define implementations of externally visible :ref:`PR_IMPLEMENT` is used to define implementations of externally visible
routines and globals. For syntax details for each platform, see routines and globals. For syntax details for each platform, see
`prtypes.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__. `prtypes.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.
.. warning:: .. warning::

View File

@@ -35,10 +35,10 @@ The structure has the following fields:
Size, in bytes, of file's contents. Size, in bytes, of file's contents.
``creationTime`` ``creationTime``
Creation time per definition of :ref:`PRTime`. See Creation time per definition of :ref:`PRTime`. See
`prtime.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__. `prtime.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__.
``modifyTime`` ``modifyTime``
Last modification time per definition of :ref:`PRTime`. See Last modification time per definition of :ref:`PRTime`. See
`prtime.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__. `prtime.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__.
Description Description

View File

@@ -33,10 +33,10 @@ The structure has the following fields:
64-bit size, in bytes, of file's contents. 64-bit size, in bytes, of file's contents.
``creationTime`` ``creationTime``
Creation time per definition of :ref:`PRTime`. See Creation time per definition of :ref:`PRTime`. See
`prtime.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__. `prtime.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__.
``modifyTime`` ``modifyTime``
Last modification time per definition of :ref:`PRTime`. See Last modification time per definition of :ref:`PRTime`. See
`prtime.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__. `prtime.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtime.h>`__.
Description Description

View File

@@ -19,4 +19,4 @@ Description
May be defined as an ``int`` or a ``long``, depending on the platform. May be defined as an ``int`` or a ``long``, depending on the platform.
For syntax details for each platform, see For syntax details for each platform, see
`prtypes.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__. `prtypes.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.

View File

@@ -19,4 +19,4 @@ Description
May be defined in several different ways, depending on the platform. For May be defined in several different ways, depending on the platform. For
syntax details for each platform, see syntax details for each platform, see
`prtypes.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__. `prtypes.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.

View File

@@ -19,4 +19,4 @@ Description
May be defined as an unsigned ``int`` or an unsigned ``long``, depending May be defined as an unsigned ``int`` or an unsigned ``long``, depending
on the platform. For syntax details for each platform, see on the platform. For syntax details for each platform, see
`prtypes.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__. `prtypes.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.

View File

@@ -19,4 +19,4 @@ Description
May be defined in several different ways, depending on the platform. For May be defined in several different ways, depending on the platform. For
syntax details for each platform, see syntax details for each platform, see
`prtypes.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__. `prtypes.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.

View File

@@ -419,7 +419,7 @@ a sync reflow.
### Writing tests to ensure you dont add more unintentional reflow ### Writing tests to ensure you dont add more unintentional reflow
The interface The interface
[nsIReflowObserver](https://dxr.mozilla.org/mozilla-central/source/docshell/base/nsIReflowObserver.idl) [nsIReflowObserver](https://searchfox.org/mozilla-central/source/docshell/base/nsIReflowObserver.idl)
lets us detect both interruptible and uninterruptible reflows. A number lets us detect both interruptible and uninterruptible reflows. A number
of tests have been written that exercise various functions of the of tests have been written that exercise various functions of the
browser [opening tabs](http://searchfox.org/mozilla-central/rev/78cefe75fb43195e7f5aee1d8042b8d8fc79fc70/browser/base/content/test/general/browser_tabopen_reflows.js), browser [opening tabs](http://searchfox.org/mozilla-central/rev/78cefe75fb43195e7f5aee1d8042b8d8fc79fc70/browser/base/content/test/general/browser_tabopen_reflows.js),