Mobile/Notes/12-Feb-2014: Difference between revisions

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 in an id.
* 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}}
Confirmed users
355

edits