From 7bf3893425d55d66c43e6ce182d3281fc207be84 Mon Sep 17 00:00:00 2001 From: Nicolas Chevobbe Date: Wed, 6 Mar 2024 14:23:54 +0100 Subject: [PATCH 1/4] Fix links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acd8c88..d605ef5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ Help build the last independent browser. Write code, fix bugs, make add-ons, and ## Speak Up - [File bugs](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools&component=General) - [Discourse forum](https://discourse.mozilla-community.org/c/devtools) -- [Follow us on Twitter](https://twitter.com/FirefoxDevTools) -- [Join our chat rooms](https://chat.mozilla.org/#/group/+devtools-team:mozilla.org) +- [Follow us on Mastodon](https://mozilla.social/@FirefoxDevTools) or [Twitter](https://twitter.com/FirefoxDevTools) +- [Join our chat rooms](https://chat.mozilla.org/#/room/#devtools:mozilla.org) - [Mailing list](https://groups.google.com/forum/#!forum/mozilla.dev.developer-tools) From b9fea5135b5222bc16e46bcc75df6815aa8b7419 Mon Sep 17 00:00:00 2001 From: glob Date: Thu, 23 Oct 2025 20:16:40 +0800 Subject: [PATCH 2/4] Add 'VS Code Debugger for Firefox' (#52) * format with 'prettier' * add vs code debugger extension to helpers section - introduce new "Helpers" section for external development tools - add section headings to improve page structure and navigation - simplify feature icon sizing by removing percentage-based width constraint --- images/vscode.svg | 41 ++++ index.html | 564 +++++++++++++++++++++++++++++++++++----------- styles.css | 1 - 3 files changed, 470 insertions(+), 136 deletions(-) create mode 100644 images/vscode.svg diff --git a/images/vscode.svg b/images/vscode.svg new file mode 100644 index 0000000..c453e63 --- /dev/null +++ b/images/vscode.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 16cc437..a66027e 100644 --- a/index.html +++ b/index.html @@ -1,144 +1,438 @@ - - - Firefox Developer Tools - - - - - - + + + Firefox Developer Tools + + + + + - -
- -
-

Firefox Developer Tools

-

A set of tools for inspecting and editing web code.
- Our team works closely with the community and is always happy to
- welcome new contributors.

+ +
+ +
+

Firefox Developer Tools

+

+ A set of tools for inspecting and editing web code.
+ Our team works closely with the community and is always happy to
+ welcome new contributors. +

+
-
- -
- - - - - - - - - -
- - -

Get Involved

- Help build the last independent browser. Write code, fix bugs, make add-ons, and more. - -
- - -

Speak Up

- Feedback makes us better. Tell us how we can improve the browser and Developer tools. - -
-
+ +
+ + + + + + + + + +
+ + +

Get Involved

+ Help build the last independent browser. Write code, fix bugs, make + add-ons, and more. + +
+ + +

Speak Up

+ Feedback makes us better. Tell us how we can improve the browser and + Developer tools. + +
+
- -
-
- -
-
+ +
+
+

Features

+ +
+
- -
- -
- + +
+ + +
+ diff --git a/styles.css b/styles.css index 7a506af..cbc4773 100644 --- a/styles.css +++ b/styles.css @@ -165,7 +165,6 @@ footer { } .feature-icon { - width: 60%; max-width: 180px; margin-bottom: 10px; } From 958cdc2378b88a3ae34907bc628ba25a90e463d4 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Feb 2026 15:28:52 +0530 Subject: [PATCH 3/4] fix: Provide correct url for codetribute list Provide the correct url for the listing of good first bugs in codetribute for the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d605ef5..397fffd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Help us maintain an inclusive environment by following our [code of conduct](COD Help build the last independent browser. Write code, fix bugs, make add-ons, and more. - [Contributor docs](https://firefox-source-docs.mozilla.org/devtools) -- [Good first bugs](https://codetribute.mozilla.org/projects/devtools) +- [Good first bugs](https://codetribute.mozilla.org/projects/firefox-devtools) ## Speak Up - [File bugs](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools&component=General) From 466367a1119c523a358c873f4247caade7fb172a Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Feb 2026 15:30:10 +0530 Subject: [PATCH 4/4] fix: Fix codetribute URL Provide the correct url for the codetribute listing of good first bugs --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a66027e..eeaaf49 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@

Get Involved

>
  • - Good first bugs