File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 69
69
# Firefox 27
70
70
@DIR_MACOS@distribution/extensions/testpilot@labs.mozilla.com.xpi
71
71
72
- # Some users are ending up with unpacked chrome instead of omni.ja. This
73
- # causes updates to break badly, see bug 1063052. Removing the toplevel
74
- # chrome.manifest causes us to use the updated omni.ja.
75
- #ifndef MOZ_GTK
76
- @DIR_MACOS@chrome.manifest
77
- #ifdef XP_MACOSX
78
- @DIR_RESOURCES@chrome.manifest
79
- #endif
80
- #endif
81
-
82
72
# Mac OS X v2 signing removals
83
73
#ifdef XP_MACOSX
84
74
@DIR_MACOS@active-update.xml
Original file line number Diff line number Diff line change 803
803
804
804
; Removes various directories and files for reasons noted below.
805
805
!macro RemoveDeprecatedFiles
806
- ; Some users are ending up with unpacked chrome instead of omni.ja. This
807
- ; causes Firefox to break badly after upgrading from Firefox 31, see bug
808
- ; 1063052. Removing the chrome.manifest from the install directory causes
809
- ; Firefox to use the updated omni.ja so it won't crash.
810
- ${If} ${FileExists} " $INSTDIR\chrome.manifest"
811
- Delete " $INSTDIR\chrome.manifest"
812
- ${EndIf}
813
-
814
806
; Remove talkback if it is present (remove after bug 386760 is fixed)
815
807
${If} ${FileExists} " $INSTDIR\extensions\talkback@mozilla.org"
816
808
RmDir /r /REBOOTOK " $INSTDIR\extensions\talkback@mozilla.org"
You can’t perform that action at this time.
0 commit comments