no bug - doc: remove some old content r=padenot DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D183734
This commit is contained in:
Sylvestre Ledru 2023-07-17 11:38:33 +00:00
Родитель b323fe0afa
Коммит 0bdc0e9eed
2 изменённых файлов: 0 добавлений и 35 удалений

Просмотреть файл

@ -258,26 +258,7 @@ See also
- `Mike Conley's blog post https://mikeconley.ca/blog/2014/04/25/electrolysis-debugging-child-processes-of-content-for-make-benefit-glorious-browser-of-firefox`
- `Debugging <https://developer.mozilla.org/En/Debugging>`__
- `Performance tools <https://wiki.mozilla.org/Performance:Tools>`__
- `Fun with
gdb <https://blog.mozilla.com/sfink/2011/02/22/fun-with-gdb/>`__ by
Steve Fink
- `Archer pretty printers for
SpiderMonkey <https://hg.mozilla.org/users/jblandy_mozilla.com/archer-mozilla>`__
(`blog
post <https://itcouldbesomuchbetter.wordpress.com/2010/12/20/debugging-spidermonkey-with-archer-2/>`__)
- `More pretty
printers <https://hg.mozilla.org/users/josh_joshmatthews.net/archer-mozilla/>`__
for Gecko internals (`blog
post <https://www.joshmatthews.net/blog/2011/06/nscomptr-has-never-been-so-pretty/>`__)
.. container:: originaldocinfo
.. rubric:: Original Document Information
:name: Original_Document_Information
- `History <http://bonsai-www.mozilla.org/cvslog.cgi?file=mozilla-org/html/unix/debugging-faq.html&rev=&root=/www/>`__
- Copyright Information: © 1998-2008 by individual mozilla.org
contributors; content available under a `Creative Commons
license <https://www.mozilla.org/foundation/licensing/website-content.html>`__

Просмотреть файл

@ -1092,19 +1092,3 @@ Class Reference
.. cpp:function:: void SetLength(size_type)
.. cpp:function:: Result<BulkWriteHandle<char_type>, nsresult> BulkWrite(size_type aCapacity, size_type aPrefixToPreserve, bool aAllowShrinking)
Original Document Information
-----------------------------
This document was originally hosted on MDN as part of the XPCOM guide.
* Author: `Alec Flett <mailto:alecf@flett.org>`_
* Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license.
* Thanks to David Baron for `actual docs <http://dbaron.org/mozilla/coding-practices>`_,
* Peter Annema for lots of direction
* Myk Melez for some more docs
* David Bradley for a diagram
* Revised by Darin Fisher for Mozilla 1.7
* Revised by Jungshik Shin to clarify character encoding issues
* Migrated to in-tree documentation by Nika Layzell