Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

I want to build my own browser with firefox code

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 9 προβολές
  • Τελευταία απάντηση από 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?

Όλες οι απαντήσεις (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.