Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

I want to build my own browser with firefox code

  • 3 Antworten
  • 1 hat dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von COD3

more options

Hopefully this is the right place to ask this question. I want to build a browser stringing together code myself. To make things easy for me I intend to use an opensource project as foundation and just bring in my own code. I have laid out a workflow for the project (stages, coding and all). Is there any map/blueprint that details the entire firefox source? Is there any guide on how to do what I intend to do? There are docs available for such things if one is looking to build using chrome source code. I'll be building on windows, using NetBeans IDE. Where do I start in terms of taking code out and putting them into my project. I know like other software firefox is collection of files and folders, coupled with other functionalities.

Do I get the source code from git, openhub or do I just use the code from a downloaded copy. Which is better: get firefox and take out the parts I need and bring them into my project (copy code and paste it in) or get firefox and knock of the unwanted parts (just delete certain code). I intend to use Java, will that be possible?


As an example: torch browser is a chrome-based browser. I want to build a modern browser and say its a firefox-based browser. or do I just opt for chrome instead?

Hopefully this is the right place to ask this question. I want to build a browser stringing together code myself. To make things easy for me I intend to use an opensource project as foundation and just bring in my own code. I have laid out a workflow for the project (stages, coding and all). Is there any map/blueprint that details the entire firefox source? Is there any guide on how to do what I intend to do? There are docs available for such things if one is looking to build using chrome source code. I'll be building on windows, using NetBeans IDE. Where do I start in terms of taking code out and putting them into my project. I know like other software firefox is collection of files and folders, coupled with other functionalities. Do I get the source code from git, openhub or do I just use the code from a downloaded copy. Which is better: get firefox and take out the parts I need and bring them into my project (copy code and paste it in) or get firefox and knock of the unwanted parts (just delete certain code). I intend to use Java, will that be possible? As an example: torch browser is a chrome-based browser. I want to build a modern browser and say its a firefox-based browser. or do I just opt for chrome instead?

Alle Antworten (3)

more options

hi, this won't be a very simple task (&certainly beyond the scope of this forum - which is intended for end user support). but to get started you could take a look at https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build

more options

Also, there's a Mozilla Development forum over here: http://forums.mozillazine.org/viewforum.php?f=27 "Discuss building things with or for the Mozilla Platform."

more options

Thanks guys. I appreciate it.