diff --git a/docs/contributing/debugging/debugging_firefox_with_gdb.rst b/docs/contributing/debugging/debugging_firefox_with_gdb.rst index 9c3808b46fb3..ad506f42ed19 100644 --- a/docs/contributing/debugging/debugging_firefox_with_gdb.rst +++ b/docs/contributing/debugging/debugging_firefox_with_gdb.rst @@ -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 `__ - `Performance tools `__ - `Fun with gdb `__ by Steve Fink -- `Archer pretty printers for - SpiderMonkey `__ - (`blog - post `__) -- `More pretty - printers `__ - for Gecko internals (`blog - post `__) - -.. container:: originaldocinfo - - .. rubric:: Original Document Information - :name: Original_Document_Information - - - `History `__ - - Copyright Information: © 1998-2008 by individual mozilla.org - contributors; content available under a `Creative Commons - license `__ diff --git a/xpcom/docs/stringguide.rst b/xpcom/docs/stringguide.rst index 97613276a4a7..010bcc7bb262 100644 --- a/xpcom/docs/stringguide.rst +++ b/xpcom/docs/stringguide.rst @@ -1092,19 +1092,3 @@ Class Reference .. cpp:function:: void SetLength(size_type) .. cpp:function:: Result, 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 `_ -* 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 `_, -* 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