no bug - replace dxr links by searchfox DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D246763
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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::
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>`__.
|
||||||
|
|||||||
@@ -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>`__.
|
||||||
|
|||||||
@@ -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>`__.
|
||||||
|
|||||||
@@ -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>`__.
|
||||||
|
|||||||
@@ -419,7 +419,7 @@ a sync reflow.
|
|||||||
### Writing tests to ensure you don’t add more unintentional reflow
|
### Writing tests to ensure you don’t 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),
|
||||||
|
|||||||
Reference in New Issue
Block a user