Bug 701374 - Show go or search icon in awesomescreen entry (r=mfinkle)

This commit is contained in:
Lucas Rocha
2011-11-24 16:54:39 +00:00
parent 29343d57d9
commit c683ba246f
15 changed files with 63 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ public class GeckoAppShell
public static native void onChangeNetworkLinkStatus(String status);
public static native void reportJavaCrash(String stack);
public static native void notifyUriVisited(String uri);
public static native boolean canCreateFixupURI(String text);
public static native void processNextNativeEvent();