Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daniel l mc guire patch 1 #564

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
133 changes: 0 additions & 133 deletions .cargo/config.toml.in

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/README

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/close-pr.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .vscode/extensions.json

This file was deleted.

163 changes: 0 additions & 163 deletions .vscode/tasks.json

This file was deleted.

36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Simple Browser Firefox Codebase
![License: MPL](https://img.shields.io/badge/license-MPL-orange)
![Language: C++](https://img.shields.io/badge/language-c%2B%2B-hotpink)
![Lines of code](https://img.shields.io/badge/total_lines-25M%2B-lightgrey)
![GitHub Release](https://img.shields.io/github/v/release/Daniel-McGuire-Corporation/SimpleBrowser-Fire?include_prereleases&sort=semver)

We will stick with this version of firefox until no longer supported by Mozilla.
> <sub>Eventually all versions of Simple Browser will be firefox based</sub>
> <sub>(Simple Browser C# will still be updated and supported)</sub>


-------------------------------
## Simple Browser Firefox is still entirely firefox so the following apply

An explanation of the Firefox Source Code Directory Structure and links to
project pages with documentation can be found on the [relevent page on firefox-source-docs](https://firefox-source-docs.mozilla.org/contributing/directory_structure.html). (Will be updated with more elaborate info soon)

### Build Info
For information on how to build Firefox from the source code see the [relevent page on firefox-source-docs](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html).

### Questions?

If you have a question about developing Firefox, and can't find the solution on this repo, visit the [firefox-source-docs](https://firefox-source-docs.mozilla.org/)


If you still need help, you can also try asking your question on Mozilla Matrix at [chat.mozilla.org](https://chat.mozilla.org/#/room/#introduction:mozilla.org) if needed.


## Nightly development builds can be downloaded from:

[Releases](https://github.com/Daniel-McGuire-Corporation/SimpleBrowser-Fire/releases)

[Firefox official nightly](https://www.mozilla.org/firefox/channel/desktop/#nightly)
> [!NOTE]
> Keep in mind that nightly builds, which are used by DMC developers for development, and by Firefox developers for
> testing, may be buggy.
Loading