commit 09e183e3f576d614c5816b3108515a7c4849df60 parent 0cad7cb5e6123200ac7f0b714b85ebece032f021 Author: Tooru Fujisawa <arai_a@mac.com> Date: Tue, 6 Jan 2026 02:26:28 +0000 Bug 2002872 - Part 3: Document the nsresult: query. r=asuth Differential Revision: https://phabricator.services.mozilla.com/D277690 Diffstat:
| M | docs/contributing/searchfox/searchfox_search.rst | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/docs/contributing/searchfox/searchfox_search.rst b/docs/contributing/searchfox/searchfox_search.rst @@ -167,6 +167,17 @@ Treat remainder of query as regular expression re:get\w+Value +``nresult:`` +^^^^^^^^^^^^ + +Show the `nsresult` definition for given hex or decimal notation. + +:: + + nsresult:0x80004005 + nsresult:80004005 + nsresult:2147500037 + Diagramming Features --------------------