You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Bugzilla is server software designed to help you manage software development, BMO, the Mozilla custom version, is used to track not only bugs and feature requests but also many other tasks across various teams
Copy file name to clipboardExpand all lines: src/data/firefox-focus.yaml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
-
name: Focus
2
-
summary: Focus is a privacy-focused browser from Mozilla, available for the Apple iPhone, iPad, iPod touch mobile devices and Android smartphones and tablets.
3
-
icon: target
1
+
name: Firefox Focus
2
+
summary: Firefox Focus is a privacy-focused browser from Mozilla, available for the Apple iPhone, iPad, iPod touch mobile devices and Android smartphones and tablets.
4
3
introduction: |
5
-
## About Focus
4
+
## About Firefox Focus
6
5
7
-
Focus is a privacy-focused browser from Mozilla, available for the Apple iPhone, iPad, iPod touch mobile devices and Android smartphones and tablets.
6
+
Firefox Focus is a privacy-focused browser from Mozilla, available for the Apple iPhone, iPad, iPod touch mobile devices and Android smartphones and tablets.
Copy file name to clipboardExpand all lines: src/data/spidermonkey.yaml
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
-
name: JavaScript Engine
2
-
summary: Get involved with the JavaScript Engine (SpiderMonkey) team
3
-
icon: language-javascript
1
+
name: SpiderMonkey
2
+
summary: Get involved with SpiderMoney the JavaScript Engine team
4
3
introduction: |
5
-
## About the Javascript Engine
6
-
7
-
Mozilla's JavaScript engine (named SpiderMonkey) the component responsible for taking JavaScript code written by programmers, and executing it efficiently.
8
-
9
-
SpiderMonkey is broken into a number of pieces:
10
-
11
-
* **The core JavaScript engine**: Defines the most basic pieces of JavaScript, like the interpreter, data types, the parser etc.
12
-
* **The JavaScript standard library**: These are all the extra pieces of JavaScript that make it the language people know as JavaScript.
13
-
* **The JIT compilers**: SpiderMonkey has two JIT compilers, Baseline and IonMonkey which work in concert to provide fast execution of JavaScript quickly.
14
-
4
+
## About SpiderMonkey
5
+
6
+
SpiderMonkey, Mozilla's JavaScript engine, is the component responsible for taking JavaScript code written by programmers, and executing it efficiently.
7
+
8
+
SpiderMonkey is broken into a number of pieces:
9
+
10
+
* **The core JavaScript engine**: Defines the most basic pieces of JavaScript, like the interpreter, data types, the parser etc.
11
+
* **The JavaScript standard library**: These are all the extra pieces of JavaScript that make it the language people know as JavaScript.
12
+
* **The JIT compilers**: SpiderMonkey has two JIT compilers, Baseline and IonMonkey which work in concert to provide fast execution of JavaScript quickly.
13
+
15
14
## How do I get Started
16
15
17
16
To help you get started, you will want to:
@@ -34,5 +33,5 @@ introduction: |
34
33
* [New to SpiderMonkey](https://wiki.mozilla.org/JavaScript:New_to_SpiderMonkey)
Copy file name to clipboardExpand all lines: src/data/thunderbird.yaml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: Thunderbird
2
2
summary: Thunderbird is a free and open-source cross-platform email client, news client, RSS and chat client.
3
-
icon: email
4
3
introduction: |
5
4
The Thunderbird project's website is at https://thunderbird.net
6
5
Our Matrix support channel is `#thunderbird:mozilla.org`, and our development channel is `#maildev:mozilla.org` at [Matrix](https://wiki.mozilla.org/Matrix)
0 commit comments