Merge mc->Maple

This commit is contained in:
Benoit Girard
2012-03-08 10:22:42 -05:00
198 changed files with 5273 additions and 1604 deletions

View File

@@ -1820,6 +1820,9 @@ public class GeckoAppShell
return false;
}
public static void emitGeckoAccessibilityEvent (int eventType, String[] textList, String description, boolean enabled, boolean checked, boolean password) {
}
public static double[] getCurrentNetworkInformation() {
return GeckoNetworkManager.getInstance().getCurrentInformation();
}