Bug 1663884 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to poojanrathod from comment #3)
> Hi,
> 
> As you rightly suggested InputType.TYPE_NUMBER_FLAG_DECIMAL needs to needed in GeeckoEditable.java . But i was unable to find the right repository having the following code. Could you please point me in that direction?

GeckoView (Gecko) code base is managed by "mercurial" VCS and url is https://hg.mozilla.org/mozilla-central. But you can use "git" (see the following guide).

Contribution guide for is https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/geckoview-quick-start.html (if using git). When using this guide, we can build GeckoView and simple web browser (as known as GeckoView example). You can test your fix via GeckoView example web browser. This issue isn't related to Fenix (new Firefox).

Also, https://searchfox.org is source code index for our Mozilla products.  mozilla-central index is for https://hg.mozilla.org/mozilla-central, and indices of some mobile products are https://searchfox.org/mozilla-mobile/source/ into git repositories in https://github.com/mozilla-mobile/.
(In reply to poojanrathod from comment #3)
> Hi,
> 
> As you rightly suggested InputType.TYPE_NUMBER_FLAG_DECIMAL needs to needed in GeeckoEditable.java . But i was unable to find the right repository having the following code. Could you please point me in that direction?

GeckoView (Gecko) code base is managed by "mercurial" VCS and url is https://hg.mozilla.org/mozilla-central. But you can use "git" (see the following guide).

Contribution guide is for https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/geckoview-quick-start.html (if using git). When using this guide, we can build GeckoView and simple web browser (as known as GeckoView example). You can test your fix via GeckoView example web browser. This issue isn't related to Fenix (new Firefox).

Also, https://searchfox.org is source code index for our Mozilla products.  mozilla-central index is for https://hg.mozilla.org/mozilla-central, and indices of some mobile products are https://searchfox.org/mozilla-mobile/source/ into git repositories in https://github.com/mozilla-mobile/.

Back to Bug 1663884 Comment 4