install.js, install.rdf, flashgotService.js are reporting rc3 as rc2.
diff:
rc3:
Code: Select all
96 typesWhitelistRx: /\b(?:x(?:ht)?ml|image|css|j(?:ava(?:script)?|son)|shockwave)\b/i,
100 return this.downloadInterface = "nsIHttpActivityObserver" in CI ? CI.nsICancelable : CI.nsIWebBrowserPersist;
Code: Select all
96 typesWhitelistRx: /\b(?:x?html|image|css|j(?:ava(?:script)?|son)|shockwave)\b/i,
100 return this.downloadInterface = "nsIHttpActivityObserver" in CI ? CI.nsIProgressEventSink : CI.nsIWebBrowserPersist;