-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hong
committed
Oct 5, 2024
1 parent
bb66ef3
commit aaea6d6
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Browser | ||
|
||
# Browser Engine | ||
|
||
* A browser engine (also known as a layout engine or rendering engine) from wiki media | ||
* [Web Browser Engine – Definition & Working](https://www.geeksforgeeks.org/web-browser-engine-definition-working/) | ||
* [Comparison_of_browser_engines](https://en.wikipedia.org/wiki/Comparison_of_browser_engines) | ||
* [Gecko](https://en.wikipedia.org/wiki/Gecko_(software)) | ||
* [Servo](https://servo.org/) | ||
* [Setting up your environment](https://book.servo.org/hacking/setting-up-your-environment.html) | ||
|
||
|
||
# Firefox | ||
|
||
* [Contributing to Mozilla projects](https://firefox-source-docs.mozilla.org/contributing/contributing_to_mozilla.html) | ||
* [Getting Set Up To Work On The Firefox Codebase](https://firefox-source-docs.mozilla.org/setup/index.html) | ||
* [writing-rust-code](https://firefox-source-docs.mozilla.org/writing-rust-code/index.html) | ||
* [wiki mozilla/Quantum](https://wiki.mozilla.org/Quantum) |