Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

I want to build my own browser with firefox code

  • 3 antwoorden
  • 1 heeft dit probleem
  • 12 weergaven
  • Laatste antwoord van 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 antwoorden (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.