Confirmed users
355
edits
Nalexander (talk | contribs) |
|||
| Line 154: | Line 154: | ||
* 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 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. | ||
* Work in progress on moving Robocop to <tt>mobile/android/tests/browser/robocop</tt> and sanifying building it ({{Bug|938659}}) | |||
* Refreshed Eclipse project patches {{Bug|853045}} | * Refreshed Eclipse project patches {{Bug|853045}} | ||
** r+ on the meat | ** r+ on the meat | ||