Confirmed users
4,293
edits
Line 87: | Line 87: | ||
===== Update verify analysis ===== | ===== Update verify analysis ===== | ||
Linux output: | Linux output (no locale differences): | ||
diff -r source/firefox/defaults/pref/channel-prefs.js target/firefox/defaults/pref/channel-prefs.js | diff -r source/firefox/defaults/pref/channel-prefs.js target/firefox/defaults/pref/channel-prefs.js | ||
1,2c1,2 | 1,2c1,2 | ||
Line 100: | Line 100: | ||
Only in source/firefox/res: broken-image.gif | Only in source/firefox/res: broken-image.gif | ||
Only in source/firefox/res: loading-image.gif | Only in source/firefox/res: loading-image.gif | ||
* channel-prefs.js is fine - comment change ignorable, channel change is expected | * <tt>channel-prefs.js</tt> is fine - comment change ignorable, channel change is expected | ||
* the two xpm's were removed in {{bug|499226}} | * the two xpm's were removed in {{bug|499226}} but not added to removed-files.in | ||
* old-homepage-default.properties was removed in {{bug|504953}} | * <tt>old-homepage-default.properties</tt> was removed in {{bug|504953}} but not added to removed-files.in | ||
* the two gifs were converted to pngs in {{bug|420811}} | * the two gifs were converted to pngs in {{bug|420811}} but added to a section of removed-files.in which is #ifdef XP_MACOSX | ||
Mac output (no locale differences): | |||
Only in source/Firefox.app/Contents/MacOS/components: oji.xpt | |||
diff -r source/Firefox.app/Contents/MacOS/defaults/pref/channel-prefs.js target/Firefox.app/Contents/MacOS/defaults/pref/channel-prefs.js | |||
1,2c1,2 | |||
< //@line 2 "/builds/slave/macosx_build/build/browser/app/profile/channel-prefs.js" | |||
< pref("app.update.channel", "release"); | |||
--- | |||
> //@line 2 "/builds/moz2_slave/macosx_build/build/browser/app/profile/channel-prefs.js" | |||
> pref("app.update.channel", "beta"); | |||
Only in source/Firefox.app/Contents/MacOS: libwidget.rsrc | |||
Only in source/Firefox.app/Contents/MacOS: old-homepage-default.properties | |||
Only in source/Firefox.app/Contents: Plug-Ins | |||
Only in source/Firefox.app/Contents/Resources: firefox-bin.rsrc | |||
Contents of source/Firefox.app/Contents/Plug-Ins dir only in source or target | |||
1687563284 0 drwxr-xr-x 3 cltbld cltbld 102 Nov 2 15:59 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin | |||
1687563285 0 drwxr-xr-x 4 cltbld cltbld 136 Nov 12 15:24 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents | |||
1687563286 0 drwxr-xr-x 2 cltbld cltbld 68 Nov 12 15:24 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/MacOS | |||
1687563287 0 drwxr-xr-x 3 cltbld cltbld 102 Nov 2 15:59 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources | |||
1687563288 0 drwxr-xr-x 3 cltbld cltbld 102 Nov 12 15:24 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj | |||
1687563289 0 drwxr-xr-x 2 cltbld cltbld 68 Nov 12 15:24 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib | |||
* <tt>Contents/MacOS/components/oji.xpt</tt> - email out to ted and smichaud | |||
* <tt>Contents/MacOS/libwidget.rsrc</tt> was removed by {{bug|464315}} but not added to removed-files.in | |||
* <tt>Contents/Resources/firefox-bin.rsrc</tt> was removed by {{bug|363747}} but not added to removed-files.in | |||
* <tt>Contents/Plug-Ins</tt> was removed by {{bug|520494}}, only empty dirs left | |||
* <tt>channel-prefs.js</tt> and <tt>old-homepage-default.properties</tt> as for linux | |||
Win32 (no locale differences): | |||
Only in source/bin: .autoreg | |||
diff -r source/bin/defaults/pref/channel-prefs.js target/bin/defaults/pref/channel-prefs.js | |||
2c2 | |||
< pref("app.update.channel", "release"); | |||
--- | |||
> pref("app.update.channel", "beta"); | |||
Binary files source/bin/freebl3.chk and target/bin/freebl3.chk differ | |||
Binary files source/bin/nssdbm3.chk and target/bin/nssdbm3.chk differ | |||
Only in source/bin: old-homepage-default.properties | |||
Only in source/bin: removed-files | |||
Only in source/bin/res: broken-image.gif | |||
Only in source/bin/res: loading-image.gif | |||
Binary files source/bin/softokn3.chk and target/bin/softokn3.chk differ | |||
* <tt>.autoreg</tt> is a normal on windows, as are the three chk files | |||
* everything else as for linux | |||
= 3.0.z to 3.6.y = | = 3.0.z to 3.6.y = |