Backout 1ca8d5a931ac (bug 720799), e4781b684008 (bug 720795), 8a4e12d93a23 & 1fc8123a2ea4 (bug 720794) for bustage

This commit is contained in:
Ed Morley
2012-02-09 16:42:07 +00:00
parent 8491e32736
commit 2a5edc6b27
33 changed files with 61 additions and 832 deletions

View File

@@ -462,7 +462,6 @@ public:
nsGeoPositionAddress* GeoAddress() { return mGeoAddress; }
double Bandwidth() { return mBandwidth; }
bool CanBeMetered() { return mCanBeMetered; }
short ScreenOrientation() { return mScreenOrientation; }
protected:
int mAction;
@@ -488,7 +487,6 @@ protected:
nsRefPtr<nsGeoPositionAddress> mGeoAddress;
double mBandwidth;
bool mCanBeMetered;
short mScreenOrientation;
void ReadIntArray(nsTArray<int> &aVals,
JNIEnv *jenv,
@@ -544,8 +542,6 @@ protected:
static jfieldID jBandwidthField;
static jfieldID jCanBeMeteredField;
static jfieldID jScreenOrientationField;
public:
enum {
NATIVE_POKE = 0,
@@ -571,7 +567,6 @@ public:
VISITED = 21,
NETWORK_CHANGED = 22,
PROXIMITY_EVENT = 23,
SCREENORIENTATION_CHANGED = 24,
dummy_java_enum_list_end
};