From 50c10e22a2a094f9d46edd56eb64d12f7652246f Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 29 Apr 2021 11:14:49 -0400 Subject: Remove Mozilla/Developer_guide (#691) --- files/it/_redirects.txt | 1 - files/it/_wikihistory.json | 7 -- files/it/mozilla/developer_guide/index.html | 145 ---------------------------- 3 files changed, 153 deletions(-) delete mode 100644 files/it/mozilla/developer_guide/index.html (limited to 'files/it') diff --git a/files/it/_redirects.txt b/files/it/_redirects.txt index b75776e4e3..fddf1029d9 100644 --- a/files/it/_redirects.txt +++ b/files/it/_redirects.txt @@ -360,7 +360,6 @@ /it/docs/DOM:window.stop /it/docs/Web/API/Window/stop /it/docs/DOM_Inspector /it/docs/orphaned/Tools/Add-ons/DOM_Inspector /it/docs/Dare_una_mano_al_puntatore /it/docs/conflicting/Web/CSS/CSS_Basic_User_Interface/Using_URL_values_for_the_cursor_property -/it/docs/Developer_Guide /it/docs/Mozilla/Developer_guide /it/docs/Estensioni:Comunità /it/docs/Estensioni/Comunità /it/docs/Firefox_1.5 /it/docs/Mozilla/Firefox/Releases/1.5 /it/docs/Firefox_1.5_per_Sviluppatori /it/docs/Mozilla/Firefox/Releases/1.5 diff --git a/files/it/_wikihistory.json b/files/it/_wikihistory.json index 9c94668148..07933364fa 100644 --- a/files/it/_wikihistory.json +++ b/files/it/_wikihistory.json @@ -972,13 +972,6 @@ "MarcoAGreco" ] }, - "Mozilla/Developer_guide": { - "modified": "2019-03-23T23:26:03.365Z", - "contributors": [ - "chrisdavidmills", - "bskari" - ] - }, "Mozilla/Firefox": { "modified": "2019-09-10T14:58:45.333Z", "contributors": [ diff --git a/files/it/mozilla/developer_guide/index.html b/files/it/mozilla/developer_guide/index.html deleted file mode 100644 index 288d4e19ac..0000000000 --- a/files/it/mozilla/developer_guide/index.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: Developer Guide -slug: Mozilla/Developer_guide -tags: - - Developing Mozilla - - NeedsTranslation - - TopicStub -translation_of: Mozilla/Developer_guide ---- -

Whether you're an old hand or just getting started, articles you can find starting from this page will help you while you're working on Mozilla development.

- - - - - - - -
-

Documentation topics

-
-
- Getting Started
-
- A step-by-step beginner's guide to getting involved with Mozilla.
-
-
-
- Working with Mozilla Source Code
-
- A code overview, how to get the code, and the coding style guide.
-
- Build Instructions
-
- How to build Firefox, Thunderbird, SeaMonkey, or other Mozilla applications.
-
- Development process overview
-
- An overview of the entire Mozilla development process.
-
- Managing multiple profiles
-
- When working with prerelease versions of Firefox, it's often helpful to have multiple Firefox profiles, such as one for each channel, or for different kinds of testing.
-
- Automated Testing
-
- How to run Mozilla's automated tests, and how to write new tests.
-
- How to submit a patch
-
- After getting your patch written, you need to get it checked into the tree. This article explains the review process and how to get your patch approved.
-
- Getting documentation updated
-
- How to ensure that documentation is kept up to date as you develop.
-
- Mozilla modules and module ownership
-
- This article provides information about Mozilla's modules, what the role of a module owner is, and how module owners are selected.
-
- Code snippets
-
- Useful code samples for a wide variety of things you might need to figure out how to do.
-
- Mozilla development strategies
-
- Tips for how to make the most of your time working on the Mozilla project.
-
- Debugging
-
- Find helpful tips and guides for debugging Mozilla code.
-
- Performance
-
- Performance guides and utilities to help you make your code perform well (and to play nicely with others).
-
- The Mozilla platform
-
- Information about the workings of the Mozilla platform.
-
- Adding APIs to the navigator object {{ gecko_minversion_inline("9.0") }}
-
- How to augment the {{ domxref("window.navigator") }} object with additional APIs.
-
- Interface Compatibility
-
- Guidelines for modifying scriptable and binary APIs in Mozilla.
-
- Customizing Firefox
-
- Information about creating customized versions of Firefox.
-
- Virtual ARM Linux environment
-
- How to set up an ARM emulator running Linux for testing ARM-specific, but not necessarily platform-specific, code. Useful for mobile developers.
-
- Obsolete Build Caveats and Tips
-
- A place to put build tips which are no longer relevant to building the latest version of the code from main but are relevant when building old codebases.
-
-
-

Tools

-
-
- Bugzilla
-
- The Bugzilla database used to track issues for Mozilla projects.
-
- MXR
-
- Browse and search the Mozilla source code repository on the Web.
-
- Bonsai
-
- The Bonsai tool lets you find out who changed what file in the repository, and when they did it.
-
- Mercurial
-
- The distributed version-control system used to manage Mozilla's source code.
-
- Tinderbox
-
- Tinderbox shows the status of the tree (whether or not it currently builds successfully).  Check this before checking in and out, to be sure you're working with a working tree.
-
- Crash tracking
-
- Information about the Socorro and Talkback crash reporting systems.
-
- Performance tracking
-
- See performance information for Mozilla projects.
-
- Callgraph
-
- A tool to help perform static analysis of the Mozilla code by generating callgraphs automatically.
-
- Developer forums
-
- A topic-specific list of discussion forums where you can talk about Mozilla development issues.
-
- Mozilla Platform Development Cheat Sheet
-
- Brian Bondy's list of frequently referenced information for platform developers.
-
-
-

 

-- cgit v1.2.3-54-g00ecf