зеркало из https://github.com/mozilla/gecko-dev.git
Back out 3 changesets (bug 1220309
) for 2.3 robocop bustage in testPrivateBrowsing and testSessionHistory
CLOSED TREE Backed out changeset 1cf6f364d319 (bug1220309
) Backed out changeset f774157cf5f4 (bug1220309
) Backed out changeset bd4581fe6c9d (bug1220309
)
This commit is contained in:
Родитель
09828218c0
Коммит
8c377a5e03
|
@ -6,9 +6,9 @@ package org.mozilla.gecko;
|
|||
|
||||
import android.content.ComponentName;
|
||||
import android.content.Intent;
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.support.v4.app.FragmentActivity;
|
||||
|
||||
public class GeckoActivity extends AppCompatActivity implements GeckoActivityStatus {
|
||||
public class GeckoActivity extends FragmentActivity implements GeckoActivityStatus {
|
||||
// has this activity recently started another Gecko activity?
|
||||
private boolean mGeckoActivityOpened;
|
||||
|
||||
|
|
|
@ -31,14 +31,13 @@ constants_jar.extra_jars = [
|
|||
CONFIG['ANDROID_SUPPORT_ANNOTATIONS_JAR_LIB'],
|
||||
CONFIG['ANDROID_SUPPORT_V4_AAR_LIB'],
|
||||
CONFIG['ANDROID_SUPPORT_V4_AAR_INTERNAL_LIB'],
|
||||
CONFIG['ANDROID_APPCOMPAT_V7_AAR_LIB'],
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_INSTALL_TRACKING']:
|
||||
constants_jar.sources += ['java/org/mozilla/gecko/' + x for x in [
|
||||
'adjust/AdjustHelper.java',
|
||||
]]
|
||||
constants_jar.extra_jars += [
|
||||
constants_jar.extra_jars = [
|
||||
'gecko-thirdparty-adjust_sdk.jar',
|
||||
]
|
||||
else:
|
||||
|
|
|
@ -841,9 +841,6 @@
|
|||
<item name="android:paddingBottom">16dp</item>
|
||||
<item name="android:paddingLeft">8dp</item>
|
||||
<item name="android:paddingRight">8dp</item>
|
||||
|
||||
<!-- AppCompat sets Button text to all caps so we override that here. -->
|
||||
<item name="textAllCaps">false</item>
|
||||
</style>
|
||||
|
||||
<style name="TabQueueActivity" parent="android:style/Theme.NoDisplay" />
|
||||
|
|
|
@ -65,12 +65,7 @@ stumbler_jars_dir := $(DEPTH)/mobile/android/stumbler
|
|||
ANDROID_CLASSPATH_JARS += \
|
||||
$(wildcard $(jars_dir)/*.jar) \
|
||||
$(wildcard $(stumbler_jars_dir)/*.jar) \
|
||||
$(NULL)
|
||||
# We don't have transitive dependencies: these are the browser jar
|
||||
# dependencies inserted manually.
|
||||
ANDROID_CLASSPATH_JARS += \
|
||||
$(ANDROID_SUPPORT_V4_AAR_LIB) \
|
||||
$(ANDROID_SUPPORT_V4_AAR_INTERNAL_LIB) \
|
||||
$(ANDROID_RECYCLERVIEW_V7_AAR_LIB) \
|
||||
$(ANDROID_APPCOMPAT_V7_AAR_LIB) \
|
||||
$(NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче