Jump to content

My Browser Builds (Part 2)


Recommended Posts

New build of Firefox 45ESR:

Test binary:
SSE https://o.rthost.win/gpc/files1.rt/firefox-45.9.31-20210130-dc23e55b2-win32-sse.7z
IA32 https://o.rthost.win/gpc/files1.rt/firefox-45.9.31-20210130-dc23e55b2-win32-ia32.7z

repo: https://github.com/roytam1/mozilla45esr

Changes since my last build:
- nss: mozpkix: sync with UXP changes (removing vim line) (78cb4f030)
- import changes from mozilla nss repo:
 - Bug 1641480, TLS 1.3: tighten CCS handling in compatibility mode, r=mt
 - Bug 1672703, always tolerate the first CCS in TLS 1.3, r=mt
 - Bug 1663661 - Guard against NULL token in nssSlot_IsTokenPresent. r=jcj
 - Bug 1607449 - Lock cert->nssCertificate to prevent data race. r=jcj,keeler
 - Bug 1679290 - Don't hold slot lock when taking session lock r=bbeurdouche
 - Bug 1670769 - Remove 10 GeoTrust, thawte, and VeriSign root certs from NSS. r=kjacobs,KathleenWilson
 - Bug 1678166 - Add NAVER Global Root Certification Authority root cert to NSS. r=bbeurdouche,KathleenWilson
 - Bug 1678189 - December 2020 batch of root changes, NSS_BUILTINS_LIBRARY_VERSION 2.46. r=bbeurdouche (1dcd00026)
- import changes from tenfourfox:
 - #621: communities.apple.com (c32eff9f8)
 - #633: update pins, TLDs, HSTS, timezone data (7b437c98d)
 - #633: M1666072 M1556259 M1558023 M1578633 bad ports update M1678413 (0bb76284c)
 - #633: M1683964 M1683940 M1677590 (ef55596e7) (d1e8fb2d0)
- nss: sync with UXP changes (i.e. removing vim line) (ff5395449)
- import changes from mozilla nss repo:
 - Bug 1682863 - Revert nssSlot_IsTokenPresent to 3.58 after ongoing Fx hangs with slow PKCS11 devices. r=bbeurdouche
 - Bug 1680400 - Fix memory leak in PK11_UnwrapPrivKey. r=bbeurdouche (dc23e55b2)

Link to comment
Share on other sites


New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210130-126891b20-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210130-126891b20-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210130-126891b20-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.9.7.win64-git-20210130-126891b20-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1181395 - Avoid runtime conversion or copy of names of window classes on Windows. r=jimm (785d7c2c0)
 - Bug 1181912 - Remove the usage of nsString for window class names. r=jimm (2203f2d04)
 - Bug 1186259 - Record the path to GCC to avoid mismatched gcc/plugin versions, r=terrence (b4492623b)
 - Bug 1175622 - Use the right API when transitively marking object groups as unknown, r=jandem. (832057738)
 - Bug 1177013 - Change IPC locking to get transaction ID correct (r=dvander) (b665cc48c) (1cfa5bee0)
- nss: sync with UXP changes (i.e. removing vim line) (4dda426ad)
- import change from tenfourfox: #633: update TLDs, HSTS, timezone data (7b437c98d) (2e5493ebe)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1177013 - Don't allow prio messages while dispatching sync messages (r=dvander) (33130e842)
 - Bug 1177013 - Add-on install test changes (r=mrbkap) (adc25d1d7)
 - Bug 1177013 - Modernize test_cpows.xul (r=dvander) (77d7a5230)
 - Bug 1142109 - Process incoming urgent messages before sending (r=dvander) (261ab15a7)
 - Bug 1177013 - CancelCurrentTransaction IPC support (r=dvander) (ef63723f8)
 - Bug 1177013 - Fix big IPC comment (r=dvander) (3628041b4)
 - Bug 1144745 - Scale GTK widgets properly on HiDPI r=karlt (7923df05d)
 - Bug 1127752 - fixes for using Skia and OMTC with GTK3. r=jrmuizel (1e22d442d)
 - Bug 1165515 - Part 2: Add MOZ_LOG_TEST. r=froydnj (4a5a1e4be)
 - Bug 1171833 - Remove PL_DHashTableEnumerator use from nsPropertyTable. r=smaug. (7bcb19947) (d543e1fe5)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1145395 - Make some cosmetic improvements to nsHTMLEditor::CreateDOMFragmentFromPaste; r=ehsan (b7b165297)
 - Bug 1145395 - Return a DocumentFragment from nsHTMLEditor::ParseFragment; r=ehsan (05e314df6)
 - Bug 1145395 - Use the local fragment variable rather than *outFragNode; r=ehsan (908366bc0)
 - Bug 1145395 - Pass nsIContent& to nsHTMLEditor::StripFormattingNodes; r=ehsan (187bae854)
 - Bug 1145395 - Pass nsINode& to RemoveBodyAndHead in nsHTMLDataTransfer; r=ehsan (1a2448d65)
 - Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan (210ecf551)
 - Bug 1067788 - Part 1: Don't invalidate bidi cursor directionality duing a delete. r=smontagu (c029b4271)
 - Bug 1067788 - Part 2: Fixes to caret positioning in bidi text. r=smontagu (8fdb47aa7)
 - Bug 1067788 - part 3: Fix timeouts in test_reftests_with_caret.html. r=ehsan (dfe0547d2)
 - Bug 1067788 - Part 4: Update test_bug496275.html. Add setCaretBidiLevel method to Selection. r=smontagu r=ehsan (bcb737a2e)
 - Bug 1067788 - Part 5: Fix for parts of test_bug496275.html. r=smontagu (885f2dc7e)
 - Bug 1067788 - Fix non-unified bustage. r=ehsan (e141e2b81)
 - remove thickcaret preference not in FF (d96cb3aee)
 - Bug 1159263 - Add support to nsCaret to stop blinking after a set of cycles r=roc r=snorp (d07966610)
 - Bug 988143 - Enable Gecko Touch in Fennec, SelectionController mods, r=ehsan (71de5c15e)
 - Bug 988143 - Enable Gecko Touch in Fennec, Android specific nsCaret mods, r=ehsan (2a7b7058e)
 - Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan (653a7d3be)
 - Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret Scroll mods, r=ehsan (8830df1cd)
 - Bug 1153076 - Add NS_MOUSE_MOZLONGTAP support in Fennec, r=kats, tylin (bc14a39c5)
 - Bug 988143 - Enable Gecko Touch in Fennec, SelectionCarets mods, r=ehsan (af5c15f7b)
 - Bug 1164693 - Part 1: Directional caret should point in caret direction in bidi paragraphs. r=smontagu (2604fd0e1)
 - Bug 1164693 - Part 2: Frames in a non-bidi paragraph with newline shouldn't be marked as bidi. r=smontagu (e1de49c9b)
 - Bug 1143558 part 1 - Fix line break suppression when newline is significant. r=roc (adac6e4c3)
 - Bug 1143558 part 2 - Convert suppressed line break to whitespace. r=roc (f36789322)
 - Bug 1143558 part 3 - Reftests for line break suppression inside ruby. r=roc (4fadd0e17)
 - Bug 1137723 - Don't call ::IsBoxWrapped(this) with the current mParent intact b/c IsBoxWrapped uses GetParent() and it may have been destroyed while this frame is still sitting an overflow list waiting to be lazy re-parented. r=roc (22a8806ba)
 - Bug 1136010 - Don't coalesce style contexts added to RestyleManager::mContextsToClear. r=dbaron (81991b943)
 - Bug 1146103 - Use NS_WARNING instead of MOZ_ASSERT for bcoord check in ruby text container. r=dbaron (ec1af437e)
 - Bug 1146114 - Make assertion checking additional leading in ruby frame non-crash. r=dholbert (a775a1006)
 - Bug 1146107 - Replace MOZ_ASSERT with NS_WARN_IF_FALSE on isize check in ruby base container. r=dholbert (705a4c8e5)
 - Bug 1146103 followup - Add comment mentions upgrading warning and add crashtest for the assertion. (5820682fc)
 - Bug 1172789 (part 1) - Remove PL_DHashTableEnumerate() uses from nsLoadGroup. r=michal. (73c3202f9)
 - Bug 1172789 (part 2) - Remove PL_DHashTableEnumerate() uses from nsLoadGroup. r=michal. (6495530a4)
 - Bug 1172789 (part 3) - Remove PL_DHashTableEnumerate() uses from nsLoadGroup. r=michal. (d8a17dd64)
 - Bug 1173247 (part 1) - Remove PL_DHashTableEnumerate() uses from nsDiskCacheBindery. r=michal. (13b096297)
 - Bug 1173247 (part 2) - Remove PL_DHashTableEnumerate() uses from nsDiskCacheBindery. r=michal. (290bb2093)
 - Bug 1171830 - Remove PL_DHashTableEnumerator use from nsDocLoader. r=smaug. (3334d7120)
 - Bug 1172761 (part 1) - Remove PL_DHashTableEnumerator use from nsAtomTable. r=froydnj. (7b3be498e)
 - Bug 1172761 (part 2) - Remove PL_DHashTableEnumerator use from nsPersistentProperties. r=froydnj. (42f05514e)
 - Bug 1174625 - Overhaul PLDHashTable's iterator. r=froydnj. (4e1efd69d)
 - Bug 11746250 (follow-up) - Fix link errors on Linux and Android. r=me. (4a8ebc7df)
 - Bug 1173600 (part 3) - Add PLDHashTable::RemovingIterator. r=froydnj. (7c01103c9)
 - Bug 1174594 (part 1) - Remove uses of PL_DHashTableEnumerate from XPConnect. r=mrbkap. (4b2349650)
 - Bug 1174594 (part 2) - Use a more sensible type for UNMARK_{ONLY,AND_SWEEP}. r=mrbkap. (4dc043f58)
 - Bug 1174594 (part 3) - Remove ShutdownData. r=mrbkap. (0503b28cf) (dcf9e5848)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1175810 (part 1) - Remove PL_DHashTableEnumerator() use from nsScriptNameSpaceManager. r=bz. (e9ab9ba0a)
 - Bug 1176160 (part 1) - Remove simple uses of PL_DHashTableEnumerator() from rdf/. r=bsmedberg. (4c97b159f)
 - Bug 1176160 (part 2) - Remove uses of PL_DHashTableEnumerator() involving VisitorClosure from rdf/. r=bsmedberg. (170ee22a9)
 - Bug 1176160 (part 3) - Remove uses of PL_DHashTableEnumerator() from SweepForwardArcsEntries(). r=pike. (2442d92c5)
 - Bug 1175810 (part 2) - Remove PL_DHashTableEnumerate() uses from nsJSNPRuntime. r=bz. (58d6b5fbe)
 - Bug 1155836: Template on aComputeData in the DoGetStyle* helpers. r=dbaron f=bz (4f951a66b)
 - Bug 1144885 - Treat font-size-adjust: none as separate from font-size-adjust: 0. r=jdaggett (e7327b7db)
 - Bug 1144885 - Add reftests for font-size:0 and font-size-adjust:0. r=jdaggett (fb9d997c0)
 - Bug 1144885 followup - Remove spec links from reference, which the CSS test suite validator treats as an error. (40f92e039)
 - Bug 1147423 part 1 - [css-grid] Use a signed integer type for some line variables in preparation for negative implicit lines. r=dholbert (b810f12bf)
 - Bug 1147423 part 2 - [css-grid] Clamp grid lines to the -10000 .. 10000 range. r=dholbert (001e1f0bd)
 - Bug 1161325 - Make nsStyleVariables copy constructor behave more traditionally. r=dbaron (f612b94c1) (38a2cf920)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Tests for bug 645642, r=dbaron (aec12ff85)
 - Bug 645642: implement text-align: match-parent, r=dbaron (8fa823a0c)
 - Bug 1156222 - Check frame type instead of display type for ruby and simplify code. r=dholbert (69c93595e)
 - Bug 1149009 - Suppress line break inside text frame if it is directly contained by ruby content box. r=dbaron (3ed20e1af)
 - Bug 645642: use text-align: match-parent in list items, options and file inputs, r=dbaron (61b6b6ce2)
 - Move reftests for bug 645642 to w3-css/submitted and add CSS test metadata (75f0ec152)
 - Bug 1028716 part 1 - Remove the 'auto' value of the -moz-orient property, and add 'inline' (new initial value) and 'block'. r=dbaron (ac4be32f0)
 - Bug 1028716 part 2 - Handle the new orient values in <progress> and <meter> layout. r=smontagu (a5c7978a0)
 - Bug 1028716 part 3 - Widget updates to support the extended set of -moz-orient values. r=roc (7d8a90f9d)
 - Bug 1028716 - Reftests for <progress> and <meter> with various writing-mode and -moz-orient combinations. r=dbaron (3c0b7910b)
 - Bug 1028716 - Adjust the OSX fails-if condition for progress-orient-vertical.html to only apply to 10.6. (bd4e1665f)
 - Bug 1166584 - Always export HelpersCairo.h. r=jrmuizel (db3c2551f) (126891b20)

Link to comment
Share on other sites

New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.3.1-Goanna-20210130.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git 85c9d5cf2..126891b20:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1181395 - Avoid runtime conversion or copy of names of window classes on Windows. r=jimm (785d7c2c0)
 - Bug 1181912 - Remove the usage of nsString for window class names. r=jimm (2203f2d04)
 - Bug 1186259 - Record the path to GCC to avoid mismatched gcc/plugin versions, r=terrence (b4492623b)
 - Bug 1175622 - Use the right API when transitively marking object groups as unknown, r=jandem. (832057738)
 - Bug 1177013 - Change IPC locking to get transaction ID correct (r=dvander) (b665cc48c) (1cfa5bee0)
- nss: sync with UXP changes (i.e. removing vim line) (4dda426ad)
- import change from tenfourfox: #633: update TLDs, HSTS, timezone data (7b437c98d) (2e5493ebe)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1177013 - Don't allow prio messages while dispatching sync messages (r=dvander) (33130e842)
 - Bug 1177013 - Add-on install test changes (r=mrbkap) (adc25d1d7)
 - Bug 1177013 - Modernize test_cpows.xul (r=dvander) (77d7a5230)
 - Bug 1142109 - Process incoming urgent messages before sending (r=dvander) (261ab15a7)
 - Bug 1177013 - CancelCurrentTransaction IPC support (r=dvander) (ef63723f8)
 - Bug 1177013 - Fix big IPC comment (r=dvander) (3628041b4)
 - Bug 1144745 - Scale GTK widgets properly on HiDPI r=karlt (7923df05d)
 - Bug 1127752 - fixes for using Skia and OMTC with GTK3. r=jrmuizel (1e22d442d)
 - Bug 1165515 - Part 2: Add MOZ_LOG_TEST. r=froydnj (4a5a1e4be)
 - Bug 1171833 - Remove PL_DHashTableEnumerator use from nsPropertyTable. r=smaug. (7bcb19947) (d543e1fe5)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1145395 - Make some cosmetic improvements to nsHTMLEditor::CreateDOMFragmentFromPaste; r=ehsan (b7b165297)
 - Bug 1145395 - Return a DocumentFragment from nsHTMLEditor::ParseFragment; r=ehsan (05e314df6)
 - Bug 1145395 - Use the local fragment variable rather than *outFragNode; r=ehsan (908366bc0)
 - Bug 1145395 - Pass nsIContent& to nsHTMLEditor::StripFormattingNodes; r=ehsan (187bae854)
 - Bug 1145395 - Pass nsINode& to RemoveBodyAndHead in nsHTMLDataTransfer; r=ehsan (1a2448d65)
 - Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan (210ecf551)
 - Bug 1067788 - Part 1: Don't invalidate bidi cursor directionality duing a delete. r=smontagu (c029b4271)
 - Bug 1067788 - Part 2: Fixes to caret positioning in bidi text. r=smontagu (8fdb47aa7)
 - Bug 1067788 - part 3: Fix timeouts in test_reftests_with_caret.html. r=ehsan (dfe0547d2)
 - Bug 1067788 - Part 4: Update test_bug496275.html. Add setCaretBidiLevel method to Selection. r=smontagu r=ehsan (bcb737a2e)
 - Bug 1067788 - Part 5: Fix for parts of test_bug496275.html. r=smontagu (885f2dc7e)
 - Bug 1067788 - Fix non-unified bustage. r=ehsan (e141e2b81)
 - remove thickcaret preference not in FF (d96cb3aee)
 - Bug 1159263 - Add support to nsCaret to stop blinking after a set of cycles r=roc r=snorp (d07966610)
 - Bug 988143 - Enable Gecko Touch in Fennec, SelectionController mods, r=ehsan (71de5c15e)
 - Bug 988143 - Enable Gecko Touch in Fennec, Android specific nsCaret mods, r=ehsan (2a7b7058e)
 - Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan (653a7d3be)
 - Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret Scroll mods, r=ehsan (8830df1cd)
 - Bug 1153076 - Add NS_MOUSE_MOZLONGTAP support in Fennec, r=kats, tylin (bc14a39c5)
 - Bug 988143 - Enable Gecko Touch in Fennec, SelectionCarets mods, r=ehsan (af5c15f7b)
 - Bug 1164693 - Part 1: Directional caret should point in caret direction in bidi paragraphs. r=smontagu (2604fd0e1)
 - Bug 1164693 - Part 2: Frames in a non-bidi paragraph with newline shouldn't be marked as bidi. r=smontagu (e1de49c9b)
 - Bug 1143558 part 1 - Fix line break suppression when newline is significant. r=roc (adac6e4c3)
 - Bug 1143558 part 2 - Convert suppressed line break to whitespace. r=roc (f36789322)
 - Bug 1143558 part 3 - Reftests for line break suppression inside ruby. r=roc (4fadd0e17)
 - Bug 1137723 - Don't call ::IsBoxWrapped(this) with the current mParent intact b/c IsBoxWrapped uses GetParent() and it may have been destroyed while this frame is still sitting an overflow list waiting to be lazy re-parented. r=roc (22a8806ba)
 - Bug 1136010 - Don't coalesce style contexts added to RestyleManager::mContextsToClear. r=dbaron (81991b943)
 - Bug 1146103 - Use NS_WARNING instead of MOZ_ASSERT for bcoord check in ruby text container. r=dbaron (ec1af437e)
 - Bug 1146114 - Make assertion checking additional leading in ruby frame non-crash. r=dholbert (a775a1006)
 - Bug 1146107 - Replace MOZ_ASSERT with NS_WARN_IF_FALSE on isize check in ruby base container. r=dholbert (705a4c8e5)
 - Bug 1146103 followup - Add comment mentions upgrading warning and add crashtest for the assertion. (5820682fc)
 - Bug 1172789 (part 1) - Remove PL_DHashTableEnumerate() uses from nsLoadGroup. r=michal. (73c3202f9)
 - Bug 1172789 (part 2) - Remove PL_DHashTableEnumerate() uses from nsLoadGroup. r=michal. (6495530a4)
 - Bug 1172789 (part 3) - Remove PL_DHashTableEnumerate() uses from nsLoadGroup. r=michal. (d8a17dd64)
 - Bug 1173247 (part 1) - Remove PL_DHashTableEnumerate() uses from nsDiskCacheBindery. r=michal. (13b096297)
 - Bug 1173247 (part 2) - Remove PL_DHashTableEnumerate() uses from nsDiskCacheBindery. r=michal. (290bb2093)
 - Bug 1171830 - Remove PL_DHashTableEnumerator use from nsDocLoader. r=smaug. (3334d7120)
 - Bug 1172761 (part 1) - Remove PL_DHashTableEnumerator use from nsAtomTable. r=froydnj. (7b3be498e)
 - Bug 1172761 (part 2) - Remove PL_DHashTableEnumerator use from nsPersistentProperties. r=froydnj. (42f05514e)
 - Bug 1174625 - Overhaul PLDHashTable's iterator. r=froydnj. (4e1efd69d)
 - Bug 11746250 (follow-up) - Fix link errors on Linux and Android. r=me. (4a8ebc7df)
 - Bug 1173600 (part 3) - Add PLDHashTable::RemovingIterator. r=froydnj. (7c01103c9)
 - Bug 1174594 (part 1) - Remove uses of PL_DHashTableEnumerate from XPConnect. r=mrbkap. (4b2349650)
 - Bug 1174594 (part 2) - Use a more sensible type for UNMARK_{ONLY,AND_SWEEP}. r=mrbkap. (4dc043f58)
 - Bug 1174594 (part 3) - Remove ShutdownData. r=mrbkap. (0503b28cf) (dcf9e5848)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1175810 (part 1) - Remove PL_DHashTableEnumerator() use from nsScriptNameSpaceManager. r=bz. (e9ab9ba0a)
 - Bug 1176160 (part 1) - Remove simple uses of PL_DHashTableEnumerator() from rdf/. r=bsmedberg. (4c97b159f)
 - Bug 1176160 (part 2) - Remove uses of PL_DHashTableEnumerator() involving VisitorClosure from rdf/. r=bsmedberg. (170ee22a9)
 - Bug 1176160 (part 3) - Remove uses of PL_DHashTableEnumerator() from SweepForwardArcsEntries(). r=pike. (2442d92c5)
 - Bug 1175810 (part 2) - Remove PL_DHashTableEnumerate() uses from nsJSNPRuntime. r=bz. (58d6b5fbe)
 - Bug 1155836: Template on aComputeData in the DoGetStyle* helpers. r=dbaron f=bz (4f951a66b)
 - Bug 1144885 - Treat font-size-adjust: none as separate from font-size-adjust: 0. r=jdaggett (e7327b7db)
 - Bug 1144885 - Add reftests for font-size:0 and font-size-adjust:0. r=jdaggett (fb9d997c0)
 - Bug 1144885 followup - Remove spec links from reference, which the CSS test suite validator treats as an error. (40f92e039)
 - Bug 1147423 part 1 - [css-grid] Use a signed integer type for some line variables in preparation for negative implicit lines. r=dholbert (b810f12bf)
 - Bug 1147423 part 2 - [css-grid] Clamp grid lines to the -10000 .. 10000 range. r=dholbert (001e1f0bd)
 - Bug 1161325 - Make nsStyleVariables copy constructor behave more traditionally. r=dbaron (f612b94c1) (38a2cf920)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Tests for bug 645642, r=dbaron (aec12ff85)
 - Bug 645642: implement text-align: match-parent, r=dbaron (8fa823a0c)
 - Bug 1156222 - Check frame type instead of display type for ruby and simplify code. r=dholbert (69c93595e)
 - Bug 1149009 - Suppress line break inside text frame if it is directly contained by ruby content box. r=dbaron (3ed20e1af)
 - Bug 645642: use text-align: match-parent in list items, options and file inputs, r=dbaron (61b6b6ce2)
 - Move reftests for bug 645642 to w3-css/submitted and add CSS test metadata (75f0ec152)
 - Bug 1028716 part 1 - Remove the 'auto' value of the -moz-orient property, and add 'inline' (new initial value) and 'block'. r=dbaron (ac4be32f0)
 - Bug 1028716 part 2 - Handle the new orient values in <progress> and <meter> layout. r=smontagu (a5c7978a0)
 - Bug 1028716 part 3 - Widget updates to support the extended set of -moz-orient values. r=roc (7d8a90f9d)
 - Bug 1028716 - Reftests for <progress> and <meter> with various writing-mode and -moz-orient combinations. r=dbaron (3c0b7910b)
 - Bug 1028716 - Adjust the OSX fails-if condition for progress-orient-vertical.html to only apply to 10.6. (bd4e1665f)
 - Bug 1166584 - Always export HelpersCairo.h. r=jrmuizel (db3c2551f) (126891b20)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76

Link to comment
Share on other sites

If you use Bitdefender TrafficLight extension in your browser...

After recent update of TrafficLight, you're NOT able to download from rthost.win - so add rthost.win to the EXCEPTIONS list in the Bitdefender TrafficLight pop-up window (click first on the gear button...) - like me.

 

Thanks...

 

EDIT:

This download problem only occurs with the newest Bitdefender TrafficLight versions from addons.mozilla.org (I had the latest version 3.1.4), on Moebius browser (Serpent 55). 

With legacy version (Bitdefender TrafficLight for Firefox v. 0.2.4.1-signed.1-signed.xpi)  from web.archive.org, I've NO problem.

Edited by msfntor
Link to comment
Share on other sites

I have a couple of issues when installing extensions in Basilisk 52:
"Remove HTML Elements" extension triggers an error message:
"This add-on could not be installed because it appears to be corrupt."
Same .xpi installs in Firefox 52.9.0 successfully.

Another extension gives an error "(extension name) could not be installed because it is not compatible with Serpent 52.9.0"
I had the same issue with Firefox 52.9.0, which was fixed by installing "Disable Add-on Compatibility Checks" extension which deals with some of extensions.checkCompatibility preferences. "Disable Add-on Compatibility Checks" extension had no visible effect on Basilisk 52.9.0.

Any thoughts on how to fix "corrupt extension" and compatibility issues?

Link to comment
Share on other sites

Hi

4 hours ago, qjcf said:

I have a couple of issues when installing extensions in Basilisk 52:
"Remove HTML Elements" extension triggers an error message:
"This add-on could not be installed because it appears to be corrupt."
Same .xpi installs in Firefox 52.9.0 successfully.

Another extension gives an error "(extension name) could not be installed because it is not compatible with Serpent 52.9.0"
I had the same issue with Firefox 52.9.0, which was fixed by installing "Disable Add-on Compatibility Checks" extension which deals with some of extensions.checkCompatibility preferences. "Disable Add-on Compatibility Checks" extension had no visible effect on Basilisk 52.9.0.

Any thoughts on how to fix "corrupt extension" and compatibility issues?

the solution is in this post...

VistaLover

 

Link to comment
Share on other sites

7 hours ago, IXOYE said:
12 hours ago, qjcf said:

I have a couple of issues when installing extensions in Basilisk 52:
"Remove HTML Elements" extension triggers an error message:
"This add-on could not be installed because it appears to be corrupt."
Same .xpi installs in Firefox 52.9.0 successfully.

Another extension gives an error "(extension name) could not be installed because it is not compatible with Serpent 52.9.0"
I had the same issue with Firefox 52.9.0, which was fixed by installing "Disable Add-on Compatibility Checks" extension which deals with some of extensions.checkCompatibility preferences. "Disable Add-on Compatibility Checks" extension had no visible effect on Basilisk 52.9.0.

Any thoughts on how to fix "corrupt extension" and compatibility issues?

Hi

the solution is in this post...

VistaLover

 

Hi. As I understood maintainers of upstream projects which Basilisk 52 and 55 is derived from are going to drop .XPI extension format compatibility eventually? Can @roytam1 discard those changes to his builds from upstream projects and maintain XPI compatibility in his builds of Basilisk 52 and 55? If so, is he planning to?

Unfortunately, the solution proposed, i.e. Moon Tester Tool, moon-tester-tool-2.0.1.xpi didn't install either in Basilisk 52 and 55, gave compatibility error. Can something in install.rdf inside that xpi be edited to allow its installation?

Link to comment
Share on other sites

4 hours ago, RainyShadow said:

@qjcf

Try this modification with your extensions:

 


Thanks @RainyShadow! That worked for one extension that had manifest.json in its .xpi. Is there a way to do the same for those that have install.rdf in .xpi instead?

 

Also, what would you say re: my questions above about maintaining .xpi compatibility?

Link to comment
Share on other sites

Some online checks of https/o.rthost.win

 

https://sitecheck.sucuri.net/results/https/o.rthost.win

https://cspvalidator.org/#url=https://o.rthost.win/

https://mxtoolbox.com/emailhealth/o.rthost.win/

https://www.urlvoid.com/scan/o.rthost.win/ - Nothig found... Blacklist status: 0/35

https://www.virustotal.com/gui/home/url - One (of 83) engine detected this URL - Bitdefender...

http://trafficlight.bitdefender.com/info?url=https%3A%2F%2Fo.rthost.win%2F&language=en_US - We haven't seen any suspicious activity...

Link to comment
Share on other sites

OS: Windows Vista SP2 32-bit
Browser: Serpent v52.9.0 (2021-01-27) (32-bit)
BuildID=20210127235057
UA: Mozilla/5.0 (Windows NT 6.0; rv:68.0) Gecko/20100101 Goanna/4.8 Firefox/68.0 Basilisk/52.9.0

https://www.oracle.com/index.html

does NOT display in latest St52 (and I suspect the same happens with the rest of the UXP-based forks...); even when I fully disable uB0 (v1.16.4.28) and then concede to accepting cookies (in the pop-up window), the page apparently loads fully, but no content is being displayed (blank white tab) ... :realmad:
No warnings/errors are being generated in WebConsole, which makes troubleshooting a pain :angry: :( ...

5FdjuDp.jpg

I know that the site did work in the not-so-distant past in UXP, because I used NM28 to register there an Oracle account (so I could download archived Java JRE versions), but apparently Oracle have moved to Chromium-only JS/CSS code :realmad: , that isn't rendered anymore on latest UXP...
A kind soul should definitely pass the info along to "upstream", so they are made aware and possibly offer a solution (?) - though, if it involves Web Components/Custom Elements/Shadow DOM etc, we know it'll be a no go :(...

For the time being, I'll have to resort to 360EE (which, sadly, is something I do more often recently) :

4K42ziV.jpg

Edited by VistaLover
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...