зеркало из https://github.com/mozilla/gecko-dev.git
Bug 562969 - enable crash reporting in Maemo release builds (branding patch) [r=ted r=pike]
This commit is contained in:
Родитель
1ba6f853d5
Коммит
7437bd356b
|
@ -53,6 +53,14 @@ ifdef LOCALE_MERGEDIR
|
|||
vpath book%.inc @srcdir@/en-US/profile
|
||||
endif
|
||||
|
||||
ifdef LOCALE_MERGEDIR
|
||||
vpath crashreporter%.ini $(LOCALE_MERGEDIR)/mobile/crashreporter
|
||||
endif
|
||||
vpath crashreporter%.ini $(LOCALE_SRCDIR)/crashreporter
|
||||
ifdef LOCALE_MERGEDIR
|
||||
vpath crashreporter%.ini @srcdir@/en-US/crashreporter
|
||||
endif
|
||||
|
||||
SUBMAKEFILES += \
|
||||
$(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/Makefile \
|
||||
$(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile \
|
||||
|
@ -146,6 +154,11 @@ libs:: $(UPDATER_INI)
|
|||
$(FINAL_TARGET)/updater.ini
|
||||
endif
|
||||
|
||||
ifdef MOZ_CRASHREPORTER
|
||||
libs:: crashreporter-override.ini
|
||||
$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)
|
||||
endif
|
||||
|
||||
ifdef WINCE_WINDOWS_MOBILE
|
||||
ifdef LOCALE_MERGEDIR
|
||||
SETUP_INI := $(firstword $(wildcard $(LOCALE_MERGEDIR)/installer/setup.ini) \
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# This file is in the UTF-8 encoding
|
||||
[Strings]
|
||||
# LOCALIZATION NOTE (CrashReporterProductErrorText2): %s is replaced with another string containing detailed information.
|
||||
CrashReporterProductErrorText2=Firefox has crashed. Unfortunately the crash reporter is unable to submit a crash report.\n\nDetails: %s
|
||||
CrashReporterDescriptionText2=Firefox has crashed. Your tabs will be listed on the Firefox Start page when you restart.\n\nPlease help us fix the problem!
|
||||
# LOCALIZATION NOTE (CheckSendReport): The %s is replaced with the vendor name.
|
||||
CheckSendReport=Send %s a crash report
|
||||
CheckIncludeURL=Include the page address
|
||||
Quit2=Quit Firefox
|
||||
Restart=Restart Firefox
|
Загрузка…
Ссылка в новой задаче