Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox source code for Android

I have recently seen the release of Firefox for Android. It appears that firefox has several awesome features and performance improvements. I want to know if the source code for the Android platform has been released and if so where can I get the latest source code?

like image 809
Shan Avatar asked Jan 15 '13 10:01

Shan


People also ask

How do I view source code in Firefox mobile?

Community Q&A Just press Ctrl + U and it will open in developer tools. You also can access developer tools by pressing F12.

Is Firefox Android open source?

Mozilla Firefox is free and open source software, built by a community of thousands from all over the world.

Where is the source code of Firefox?

To simply take a look at the Firefox source code, you do not need to download it. You can look at the source directly with your web browser using Searchfox (start at https://searchfox.org/mozilla-central/source for the complete firefox source code of branch HEAD).


1 Answers

It's hosted in a mercurial repository here:

  • http://hg.mozilla.org/mozilla-central/
  • https://github.com/mozilla/gecko-dev (Git mirror)

Hit the wiki pages here for instructions on building and usage:

  • https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/geckoview-quick-start.html
  • https://developer.mozilla.org/en-US/docs/Mozilla/Git
like image 191
Anup Cowkur Avatar answered Sep 28 '22 09:09

Anup Cowkur