Confirmed users
355
edits
Nalexander (talk | contribs) |
Nalexander (talk | contribs) |
||
| Line 136: | Line 136: | ||
{{readonly}} | {{readonly}} | ||
* Finally landed fixes for the Proguard + stale .class file build issues ({{Bug|946083}}). | * Finally landed fixes for the Proguard + stale .class file build issues ({{Bug|946083}}). | ||
* Removed fennec_ids.txt from Robocop ({{Bug|969922}}). Don't refer to elements by name (like "gecko_layout"), always refer to them by id (like org.mozilla.gecko.R.gecko_layout). Bonus: compilation errors when you screw up! Super easy to refactor | * Removed fennec_ids.txt from Robocop ({{Bug|969922}}). Don't refer to elements by name (like "gecko_layout"), always refer to them by id (like org.mozilla.gecko.R.gecko_layout). Bonus: compilation errors when you screw up! Super easy to refactor with an IDE. | ||
* Removed almost all reflection from Robocop {{Bug|938821}}. Please don't re-introduce it. | * Removed almost all reflection from Robocop {{Bug|938821}}. Please don't re-introduce it. | ||
* Refreshed Eclipse project patches {{Bug|853045}} | * Refreshed Eclipse project patches {{Bug|853045}} | ||