diff --git a/browser/base/content/test/browser_save_video.js b/browser/base/content/test/browser_save_video.js index 4e892fbe1c1..14b7f84f618 100644 --- a/browser/base/content/test/browser_save_video.js +++ b/browser/base/content/test/browser_save_video.js @@ -2,7 +2,7 @@ http://creativecommons.org/publicdomain/zero/1.0/ */ var MockFilePicker = SpecialPowers.MockFilePicker; -MockFilePicker.reset(); +MockFilePicker.init(); /** * TestCase for bug 564387 @@ -54,7 +54,7 @@ function test() { registerCleanupFunction(function () { mockTransferRegisterer.unregister(); - MockFilePicker.reset(); + MockFilePicker.cleanup(); destDir.remove(true); }); diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in index 9d06c90abb0..cef190fed00 100644 --- a/browser/installer/package-manifest.in +++ b/browser/installer/package-manifest.in @@ -14,7 +14,6 @@ ; Mac bundle stuff @APPNAME@/Contents/Info.plist @APPNAME@/Contents/PkgInfo -@APPNAME@/Contents/Plug-Ins/ @APPNAME@/Contents/Resources/ #endif diff --git a/config/rules.mk b/config/rules.mk index ab0b8542744..6efc99a15f4 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -373,6 +373,13 @@ ifdef MAPFILE OS_LDFLAGS += -MAP:$(MAPFILE) endif +else #!GNU_CC + +ifdef DEFFILE +OS_LDFLAGS += $(call normalizepath,$(DEFFILE)) +EXTRA_DEPS += $(DEFFILE) +endif + endif # !GNU_CC endif # WINNT diff --git a/content/html/content/test/test_bug500885.html b/content/html/content/test/test_bug500885.html index 5361c24da5d..0d9f36aa982 100644 --- a/content/html/content/test/test_bug500885.html +++ b/content/html/content/test/test_bug500885.html @@ -18,7 +18,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=500885 + + +
+