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.
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
``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
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::

View File

@@ -35,10 +35,10 @@ The structure has the following fields:
Size, in bytes, of file's contents.
``creationTime``
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``
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

View File

@@ -33,10 +33,10 @@ The structure has the following fields:
64-bit size, in bytes, of file's contents.
``creationTime``
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``
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

View File

@@ -19,4 +19,4 @@ Description
May be defined as an ``int`` or a ``long``, depending 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
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
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
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
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
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),