Answer the question
In order to leave comments, you need to log in
What algorithm should be used to study the browser code?
What algorithm should be used to study the browser code? I want to understand how Firefox works and disassemble open source code for the purpose of self-education.
Answer the question
In order to leave comments, you need to log in
Start off by learning enough C/C++ to write a basic html parser.
It should be noted that this is a very broad topic.
For an introduction, there is a good article How the browser works or what happens behind the scenes ...
You can study the operation of browsers with simpler examples:
Servo
Servo is a prototype web browser engine written in the Rust language. It is currently developed on 64bit OS X, 64bit Linux, Android, and Gonk (Firefox OS).
there are also official manuals
https://developer.mozilla.org/en-US/docs/Introduction
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question