I liked Firefox 28, not Firefox 29 and up.
I made a patch for Mozilla, and you can do it too
11–20 of 38 posts
Re: I made a patch for Mozilla, and you can do it too
#12...but can I patch the look and feel of the user interface, or are we not permitted to patch superficial things that affect "branding" and user experience? I liked Firefox 28, not Firefox 29 and up.
Re: I made a patch for Mozilla, and you can do it too
#13I wonder how much of his positive experience is due the fact that he decided to contribute to Servo instead of one of the "main" Mozilla projects (Gecko, SpiderMonkey, Firefox etc). Less hairy codebase, smaller community, github-based, and probably lot more suitable low-hanging fruits.
Contributing to Servo has its downsides too: things move quickly and can break, and many things are really unstable and unfinished.
Re: I made a patch for Mozilla, and you can do it too
#14I've been working with new contributors for some years now. Here are some advices: - find a mentor. It will helps a lot (use http://www.joshmatthews.net/bugsahoy/); - for the first bugs, writing code is not usually the hard part. Understanding bugzilla and writing tests are; - ask for a commit access level 1 early to have access to the try servers (to run the tests); - finish what you start. Bug is fixed when it land…
#developers will be another usual place to ask for help, but for beginner questions come to #introduction
But on the weekend, be patient, the chance of getting an answer is pretty low but some people do volunteer on the weekend.
Lastly, check out http://codefirefox.com/ to get started.
The best way to get started is to fix something you spot as bug.
Re: I made a patch for Mozilla, and you can do it too
#15Unfortunately it took quite a long time, the Mozilla process is quite confusing to a newcomer, even one with a lot of open source project experience. I definitely second the recommendation of finding a mentor.
Re: I made a patch for Mozilla, and you can do it too
#16I wonder how much of his positive experience is due the fact that he decided to contribute to Servo instead of one of the "main" Mozilla projects (Gecko, SpiderMonkey, Firefox etc). Less hairy codebase, smaller community, github-based, and probably lot more suitable low-hanging fruits.
Re: I made a patch for Mozilla, and you can do it too
#17...but can I patch the look and feel of the user interface, or are we not permitted to patch superficial things that affect "branding" and user experience? I liked Firefox 28, not Firefox 29 and up.
Also, if your proposal is around reverting something to a pre-29 state, it has probably already been discussed a lot.
Re: I made a patch for Mozilla, and you can do it too
#18...but can I patch the look and feel of the user interface, or are we not permitted to patch superficial things that affect "branding" and user experience? I liked Firefox 28, not Firefox 29 and up.
Re: I made a patch for Mozilla, and you can do it too
#19What's kind of skills for programming with Mozilla?
C++, Javascript, Python... or Rust ! :)