K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: PreviousFirst...7891011121314151617...LastNext
Current Page: 12 of 33
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: AvHmt
Date: November 29, 2021 11:19PM

Quote
J.G.
Quote
WasiFH
Using the latest build of KMG 2021-11-27, just installed and found it closes or crashes instantly whenever i go to this site
https://www.sciencedirect.com/topics/neuroscience/mecobalamin
Any idea.

Checked on W11, it crashes always, I don't know why. :mad:

Page contains garbled incorrectly written script "client.js"
 “https://sdfestaticassets-eu-west-1.sciencedirectassets.com/prod/fa5b436ea38d9bcc1361f7f8bd1cd0ce13d3bbc0/client.js”. 


Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: roytam1
Date: November 29, 2021 11:30PM

Quote
WasiFH
Using the latest build of KMG 2021-11-27, just installed and found it closes or crashes instantly whenever i go to this site

https://www.sciencedirect.com/topics/neuroscience/mecobalamin

Any idea.

try disabling `dom.workers.enabled` in about:config

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: J.G.
Date: November 30, 2021 10:16AM

Quote
roytam1
Quote
WasiFH
Using the latest build of KMG 2021-11-27, just installed and found it closes or crashes instantly whenever i go to this site
https://www.sciencedirect.com/topics/neuroscience/mecobalamin
Any idea.
try disabling `dom.workers.enabled` in about:config

This config has worked for me. @roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: JohnHell
Date: November 30, 2021 02:10PM

Even if it works, I don't think is a good decision to disable some features.

In this case, workers may be used to display dynamic content. Even if fix this page, could break a few others.

It is as when was advised to disable CSP (Content Security Policy). True that most of the times is a pain, specially if you plan to inject scripts or styles, but isn't less true that that feature may prevent some wild hacked/cracked pages, or whatever, to inject content. True that on K-meleon that isn't likely to happen (it mostly could happen with WebExtensions/Extensions/add-ons, as a hacked/cracked page won't be stop by CSP), but isn't a good idea either, at least setting up that some preferences permanently.

Just I felt to point it out.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: AvHmt
Date: December 01, 2021 02:43AM

Quote
JohnHell
Even if it works, I don't think is a good decision to disable some features.

In this case, workers may be used to display dynamic content. Even if fix this page, could break a few others.

It is as when was advised to disable CSP (Content Security Policy). True that most of the times is a pain, specially if you plan to inject scripts or styles, but isn't less true that that feature may prevent some wild hacked/cracked pages, or whatever, to inject content. True that on K-meleon that isn't likely to happen (it mostly could happen with WebExtensions/Extensions/add-ons, as a hacked/cracked page won't be stop by CSP), but isn't a good idea either, at least setting up that some preferences permanently.

Just I felt to point it out.

Yes it's so, I personally when I meet a similar case to, i disable JavaScript, the text on the page can be to read and what is main on the background not runs bad javascript.
The internet contains many dangerous pages with spy javascript.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: roytam1
Date: December 01, 2021 07:13AM

Quote
J.G.
Quote
roytam1
Quote
WasiFH
Using the latest build of KMG 2021-11-27, just installed and found it closes or crashes instantly whenever i go to this site
https://www.sciencedirect.com/topics/neuroscience/mecobalamin
Any idea.
try disabling `dom.workers.enabled` in about:config

This config has worked for me. @roytam1 thanks! smiling smiley

a fix is pushed to goanna3 side and you may reset this entry in next build.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: JohnHell
Date: December 01, 2021 02:23PM

Quote
roytam1
Quote
J.G.
Quote
roytam1
Quote
WasiFH
Using the latest build of KMG 2021-11-27, just installed and found it closes or crashes instantly whenever i go to this site
https://www.sciencedirect.com/topics/neuroscience/mecobalamin
Any idea.
try disabling `dom.workers.enabled` in about:config

This config has worked for me. @roytam1 thanks! smiling smiley

a fix is pushed to goanna3 side and you may reset this entry in next build.

Great.

Users should understand that setting these preferences permanently isn't good and SHOULD REMEMBER to restore them after every update/upgrade.

How many of those disabling CSP have reset it again?, for example.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: roytam1
Date: December 03, 2021 11:30PM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 8cdfd3201...dd0f21a90:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1158344 part 1 - Use the an instruction which is not a beta node for hoisting bounds checks. r=sunfish (2174d2c83)
- Bug 1158344 part 2 - Do not produce upper bounds check if the condition is always verified. r=sunfish (dd93b1595)
- Bug 1160911 - JIT: precise shift right derived result range for all int32 input ranges. r=sunfish (87589affe)
- Bug 1055473 - Make WeakMap/Set.prototype a plain object. r=Waldo (07835bfde)
- Bug 1055473 - Actually disable the web-platform test ON CLOSED TREE (3e8601a23)
- Bug 1157239 - Give MGuardShape and friends a resultTypeSet. r=h4writer (63b4fedb7)
- Bug 1124870 - Use LookupPropertyPure instead of LookupProperty in IsCacheableDOMProxyUnshadowedSetterCall. r=evilpie (57dc89ac7)
- Bug 1162078 - Ignore timeouts for some CGC tests r=terrence DONTBUILD (ac4468c9d)
- Bug 967544 - make gServiceInterrupt Atomic; r=Waldo (bb34afcc6)
- Bug 1178998 - Identify which hang detector reports a hang. r=billm (b2f9d3184)
- Bug 1133391 - Remove unused variables in TabParent::RecvDispatchAfterKeyboardEvent. r=smaug. (a7a9b985f)
- Bug 1180125 part 0 - Fix an obvious bug in animation_utils.js; r=dbaron (f5729da0e)
- Bug 1183223 - Create a markers directory temporarily inside docshell/base where all marker logic should go into, r=smaug (56b821e0a)
- Bug 1183228 - Use separate files for AutoTimelineMarker and AutoGlobalTimelineMarker, r=smaug (38fbe5409)
- Bug 1183229 - Add a way to count the number of timeline-observed docshells outside of nsDocShell, r=smaug (ee6e7d081)
- Bug 1183231 - Maintain a list of timeline-observed docshells outside of nsDocShell, r=smaug (b2f6a778b)
- Bug 1183235 - Keep the dochsell-specific markers inside a ObservedDocShell managed list instead of nsDocShell, r=smaug (50d45b9b2)
- Bug 1137109 move the displaylist tracing inside nsViewManager:tongue sticking out smileyrocessPendingUpdates, r=benwa, mattwoodrow (2bebfe820)
- Bug 1184376 - Remove nsDocShell::AddProfileTimelineMarker, r=smaug (db31f7621) (496b2e34f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1187811 - Remove unused epoch time from RunFrameRequestCallbacks. r=bkelly (1b95c8766)
- remove kungFuDeathGrip (639834f5d)
- Bug 1180125 part 1 - Queue and dispatch CSS animation events as a separate step; r=dbaron (89880dbaf)
- Bug 1164330 - Rename time fraction to (iteration) progress; r=jwatt (0ddb9ef76)
- Bug 1139272 - Allow expensive style context assertions to be enabled with a pref. r=dbaron (943209ace)
- missing bit of Bug 847287 patch 3 (64b4c7288)
- Bug 1180125 part 2 - Move AnimationCommon classes out of CSS namespace; r=dbaron (205a71934)
- Bug 1189630 - Make browser_translation_exceptions.js wait for infobar to finish animating; r=florian (732c4657b)
- Bug 1180125 part 1b - Hook nsAnimationManager's list of events up to the cycle collector; r=dbaron (2733b7526)
- Bug 1180125 part 3 - Extract DelayedEventDispatcher; r=dbaron (0d42b1d87)
- Bug 1180125 part 4 - Move PseudoTypeAsString to AnimationCollection and reuse; r=dbaron (7acbc714c)
- Bug 1180125 part 5 - Move TransitionEventInfo to nsTransitionManager.h; r=dbaron (cac03f9f6)
- Bug 1180125 part 6 - Use DelayedEventDispatcher in nsTransitionManager; r=dbaron (bd0d834f1)
- Bug 1180125 part 7 - Queue transition events from CSSTransition::Tick; r=dbaron (e9f503aff)
- Bug 1180125 part 8 - Dispatch transition events from refresh driver; r=dbaron (90ebddaad)
- Bug 1196378 - js_delete should accept a const pointer like builtin delete, r=fitzgen (7342bdc0d)
- Bug 1196378 - Fix mismatched js_new/js_free in ShellPrincipals, r=fitzgen (bde74c00c)
- Bug 1199384 - Add shell function for writing a typed array to a file, r=sfink. (4086bd290)
- Bug 1215063 - Add os.path.isAbsolute() and as.path.join() shell utilities r=sfink (1706b965a)
- Bug 1161298 - missing length guard on SAB. r=bbouvier (17a168570)
- Bug 1160468 - Remove unnecessary pre-barrier when creating undepended string r=terrence (1c78c672f) (030734545)
- ported changes from mozilla upstream: Bug 1150805 - WorkerPrivate should use nsTObserverArray for the WorkerFeatures, r=bent CLOSED TREE (6aebd225b)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1147247 - Use PRErrorCodeSuccess constant instead of literal 0 to represent success in PSM xpcshell tests. r=dkeeler (493559944)
- bug 1151512 - only allow whitelisted certificates to be issued by CNNIC root certificates r=jcj r=rbarnes (cd2131810)
- bug 1157873 - remove certificates from CNNIC whitelist that aren't in the Pilot Certificate Transparency log r=rbarnes (a1a1a01a8)
- Bug 996872 - Reduce calls to getXPCOMStatusFromNSS() in PSM xpcshell tests. r=keeler relanding on a CLOSED TREE (c26cb3a1c)
- Bug 1149805 - Switch head_psm.js to Assert.jsm methods and add expected result strings. r=keeler (a97667d2f)
- bug 1102436 - remove PublicKeyPinningService::CheckChainAgainstAllNames r=Cykesiopka (2fdfc2694)
- Bug 1164409 - Reduce PSM xpcshell script code duplication. r=keeler (eaf339d67)
- Bug 1170431 - Pass buildid as input to pycert.py. r=gps (0ad7492ef)
- pointer and comment style (f659d45ec)
- add missing test of Bug 1138195 - Ensure that the bytecode analysis is consistent with the bindings. r=jandem (a4aa50c3e)
- And fix this to actually compile... Still bug 1160311. (f15aef67f)
- pointer style (d41e7fda2)
- Bug 1194139 - Fix includes order to make the SM style checker happy. (d02e8c839)
- pointer style (4ac1a858a)
- Bug 1193212 - Ensure properties deleted by setting Array#length are suppressed in active for..in iteration. r=jandem (b5b3b479d)
- Bug 1176712 - Cannot have two activities with same name and different filters. r=fabrice (231b5a89d)
- Bug 1161537 - Intermittent test_dev_mode_activity.html | Got error: undefined - expected PASS r=me (c1b0c88d0)
- Bug 1105766 - Part 1: Extend the GC allocation logic to work on Windows Phone. r=terrence (e17916f5b)
- Bug 1105766 - Part 2: A couple of additions to enable compilation on Windows Phone 8. r=terrence r=ehoogeveen (1d3d809fe)
- Bug 1189967 - Avoid including <string> from Char16.h. r=nfroyd (695a687bb)
- Bug 1345331: Include <intrin.h> at top-level before lz4.c can include it in a namespace. r=Waldo (63216582f)
- remove namespace (09dd2830c)
- Bug 1145056 - Coverity complains on every use of MutexAutoLock and GuardObjectNotifier. r=froydnj (0f891929d)
- Bug 1145056 - Assert that the guard notifier has been initialized. r=froydnj (061895ad3)
- spacing (56b8e1fea)
- Bug 1113300 - Add a way to use SegmentedVector like a stack. r=froydnj (2fdaf928e)
- bug 606080 - add SplayTree::LookupOrAdd r=froydnj (95591b341)
- Bug 1177541 - Remove warning if file is not found during deferred open. r=mcmanus (f15650a51)
- spaces and style (2b0558951) (2c42679c4)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1169680 - Don't merge image cache entries for blob URIs with different refs. r=tn (e92302f2b)
- pointer style (257a9dfea)
- Bug 1136768 - Tidy detection of possibly relocated types r=terrence (8e3df5395)
- Bug 1130640 - Don't unroll loops based on bounds using terms that have been discarded, r=jandem. (911c9b6ee)
- Bug 1158131 - Add local resource whitelisting for string bundle channels. r=snorp (d05af5eef)
- Bug 1153901 - Disable PlatformThread:confused smileyetName functions on builds with no SEH support. r=nfroyd (4d07581ba)
- missing bit of Bug 1170124 - Remove unnecessary type monitoring (d6d882389)
- pointer style (f6d3c6ae4)
- Bug 1143966 - Remove type specifier from AllocKind to avoid miscompilations on GCC. r=terrence (44c061df3)
- Bug 1052728 - Add telemetry to record GC phases that cause jank; r=sfink (f1e588798)
- space and pointer style (51d4d5e46)
- Bug 1118615 - Flash hangs displaying a camera/microphone access dialog in HiDPI mode, workaround. r=mstange (022d8139a)
- Bug 1118615 - Flash hangs in HiDPI mode on OS X running peopleroulette app, fix comments. r=fix-comments (83b2c4852)
- style cleanup (677ea587a)
- Bug 1152661 - Fix -Wuninitialized warnings about Operand member variables. r=jandem (5a464818f)
- align values to TenFourFox (48c2ac62b)
- style (a60da64d0)
- missing bit of Backout 7959ffacd30f (Bug 1176090) for being on top of a regression (be8e9cd57) (dd0f21a90)

* 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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: J.G.
Date: December 04, 2021 03:41PM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: Alex-Rus
Date: December 05, 2021 03:09AM

Quote
J.G.
Quote
WasiFH
Using the latest build of KMG 2021-11-27, just installed and found it closes or crashes instantly whenever i go to this site
https://www.sciencedirect.com/topics/neuroscience/mecobalamin
Any idea.

Checked on W11, it crashes always, I don't know why. :mad:

WTF?!
and for me now to !!! >-[ ]
W2K3 x32
PFM...

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: Alex-Rus
Date: December 05, 2021 03:20AM

Quote
Alex-Rus
WTF?!
and for me now to !!! >-[ ]
W2K3 x32
PFM...

under KM76.4.5-Goanna-20211204 works fine (first try, will see later)
profile old (by KM76.4.5-Goanna-20211127)

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: JohnHell
Date: December 08, 2021 07:02PM

Just in case it is missed, Google account login problems:

http://kmeleonbrowser.org/forum/read.php?3,155666,155666#msg-155666
http://kmeleonbrowser.org/forum/read.php?19,155669,155670#msg-155669



Edited 1 time(s). Last edit at 12/08/2021 07:04PM by JohnHell.

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: foliator
Date: December 09, 2021 05:24PM

@roytam1, I was not able to log in to Gmail until I changed the user agents for both google.com and mail.google.com listed in about:config. Here is what worked, based on an earlier suggestion by someone else:

general.useragent.override.google.com;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0

general.useragent.override.mail.google.com;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0

Oddly enough, if I specify a newer version of Firefox, Gmail's login form doesn't work.

---
Gerry



Edited 2 time(s). Last edit at 12/09/2021 05:59PM by foliator.

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: J.G.
Date: December 10, 2021 10:34PM

Quote
foliator
@roytam1, I was not able to log in to Gmail until I changed the user agents for both google.com and mail.google.com listed in about:config. Here is what worked, based on an earlier suggestion by someone else:
general.useragent.override.google.com;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
general.useragent.override.mail.google.com;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Oddly enough, if I specify a newer version of Firefox, Gmail's login form doesn't work.

Hi, the line below should be enough, because the other line is still applied in latest version:
general.useragent.override.google.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211211)
Posted by: roytam1
Date: December 10, 2021 10:56PM

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

Changelog:

In-tree changes:
- app: don't set DEBUG, fix linking with newer goanna3 (7c323631)

Out-of-tree changes:
* update Goanna3 to git dd0f21a90...153837ef4:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- pointer style (4cbc8f697)
- Bug 1173858 - Part 1: Add log module for layout. r=dholbert Add a log module for use by layout. An analog to NS_WARN_IF_FALSE is provided that has the same behavior as NS_WARN_IF_FALSE: it's debug only and emits a message prefixed with '[pid] WARNING', includes the condition being checked, file name and line number. (3aabc4c8f)
- Bug 1173858 - Part 2: Use LAYOUT_WARN_IF_FALSE to silence some verbose layout warnings by default. r=dholbert (2a7efec8f)
- Bug 1173858 - Part 3 - Reindent blocks that we've converted to use LAYOUT_WARN_IF_FALSE. r=dholbert (1460ed697)
- pointer style (72daf612c)
- Bug 1063147: Clarify comments about extensible strings. DONTBUILD r=jandem (036b9c9b4)
- Bug 1145882 - Part 2/2 - Add -v and --version. r=evilpie (8b2d03df1)
- Bug 1001975 - Enable -Wuninitialized warnings as errors. r=glandium (b74ec63bb)
- Bug 1183480 - Return old timeout value in setScriptTimeout(), r=bholley. (295a9098a)
- Bug 1155393 - Port the -Wno-inline-new-delete option from configure.in to the JS configure script; r=dholbert (a2ad6fafc)
- ad bug component (94bcaa0a1)
- NO BUG - Fix reStructuredText warnings (584b0b97a)
- missing parts of Bug 895248 - Move --enable-stdcxx-compat in build/unix/mozconfig.linux (814b5d8fb)
- style and namespaces (9f6bb417d)
- Bug 1136046 - Increase maximum capacity of js::HashMap and HashSet r=luke (bf1f96bc6)
- pointer style (5ac65529a)
- pointer style (f5623e2b7)
- Bug 1139570: JS GDB pretty-printer: Add a pretty-printer for js::InterpreterRegs. DONTBUILD r=ttromey (1c642e7fe) (90fdf91e1)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1181392 part 1 - Remove use of IsFinishedTransition from Animation::CanThrottle; r=dbaron (a1460a571)
- Bug 1181392 part 2 - Remove use of IsFinishedTransition from Animation::ComposeStyle; r=dbaron (69363e99a)
- Bug 1181392 part 3 - Remove use of IsFinishedTransition in KeyframeEffectReadOnly; r=dbaron (41b1dc12d)
- Bug 1181392 part 4 - Remove use of IsFinishedTransition from nsLayoutUtils; r=dbaron (4ce9c8a90)
- Bug 771367 - Refactor GetAnimationContent and GetAnimationCollection into CommonAnimationManager to hide atom and pseudo-element voodoo. r=bbirtles (699c8ae54)
- Bug 1181392 part 5 - Remove use of IsFinishedTransition from AnimationCollection::HasAnimationOfProperty; r=dbaron (fb261816f)
- Bug 1181392 part 6 - Remove use of IsFinishedTransition from nsTransitionManager:confused smileytyleContextChanged; r=dbaron (1a2241272)
- Bug 1181392 part 7 - Remove use of IsFinishedTransition from nsTransitionManager::ConsiderStartingTransition; r=dbaron (9b6e7f322)
- Bug 1181392 part 8 - Remove use of IsFinishedTransition from nsTransitionManager:tongue sticking out smileyruneCompletedTransitions; r=dbaron (3f31365ac)
- Bug 1181392 part 9 - Remove use of IsFinishedTransition from nsTransitionManager::FlushTransitions; r=dbaron (77374c339)
- Bug 1181392 part 10 - Remove KeyframeEffect::IsFinishedTransition; r=dbaron (6db3a358b)
- Bug 1188251 part 1 - Remove transitions cleanup from FlushTransitions; r=dholbert (3c0da49eb)
- Bug 1188251 part 2 - Check if a tick can be throttled in FlushAnimations using Animation::CanThrottle; r=dholbert (a1bdf30da)
- Bug 1188251 part 3 - Add AnimationCollection::RequestRestyle; r=dholbert (9a4c3fc6d)
- Bug 1188251 part 4 - Move throttling checks to AnimationCollection::RequestRestyle; r=dholbert (da289d243)
- Bug 1188251 part 5 - Move some assertions from FlushTransitions to RequestRestyle; r=dholbert (e41698092)
- Bug 1188251 part 6 - Unify FlushAnimations and FlushTransitions; r=dholbert (2ac375897)
- Bug 1188251 part 7 - Move WillRefresh to CommonAnimationManager; r=dholbert (df81a5ce3)
- Bug 1188251 part 8 - Remove call to Animation::Tick from CheckAnimationRule; r=dholbert (c7a0409b7)
- Bug 1188251 part 9 - Request restyles from Animation::Tick; r=dholbert (d0695155c)
- Bug 1061364 - Don't force transitions to refresh their style rule; r=dbaron (d6c6003d4)
- remove restyle on refresh (85a3c522c)
- Bug 1188251 part 10 - Remove throttling from EnsureStyleRuleFor; r=dholbert (726ce1c87)
- Bug 1188251 part 11 - Add RestyleType::Layer; r=dholbert (c7602af18)
- Bug 1188251 part 12 - Use RestyleType::Layer in UpdateCascade; r=dholbert (3a7639c8d) (32ae2dd91)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1194028 - Part 1: Implement Animation NotifyEffectTimingUpdate and KeyframeEffect SetTiming. r=bbirtles (ebdf90981)
- Bug 1194028 - Part 2: Use KeyFrameEffect SetTiming. r=bbirtles (770edf4ab)
- Bug 1187804 - Annotate fixed-position layers with the scroll id of the scroll frame that they are fixed with respect to. r=mattwoodrow (b37b8a9e6)
- Bug 1209471 - Fix group used for Array.concat result, r=jandem. (fa0aba56d)
- missing tests of Bug 1183623, redirect keyup events to keydown target when focus shifts from chrome to content in-between (15634dd01)
- Bug 1183623, redirect keyup events to keydown target when focus shifts from chrome to content in-between, r=smaug (7316efd4f)
- pointer style (daaa76131)
- Bug 1155238: use RelengAPI-based Tooltool server. r=coop (9501de0ac)
- Bug 1140182: JS GDB pretty-printers: Implement pretty-printer for js::AbstractFramePtr. r=sfink (02228c34e)
- Bug 1139535: In js/src/gdb: Remove workaround for 2012 GDB bug. DONTBUILD r=sfink (7e08a0070)
- Bug 1140179: Adapt to new JSObject structure, which indirects through the ObjectGroup. DONTBUILD r=sfink (9c93cf5f8)
- Bug 1141032: fix = instead of == in an assert in NativeRegexpMacroAssembler.cpp; r=h4writer (f07efb736)
- Bug 1137573 - OdinMonkey: Generalize alignment analysis to handle adds with multiple uses r=luke a=ryanvm (0c437d56c)
- spacing (6938ecef8)
- Bug 1151326 - Don't inline yields in legacy generators in Baseline. r=shu (89b09ea28)
- pointer style (12437a045)
- Bug 1151634 - Patch a valid return address for debug mode OSR from exception handler when profiling is enabled. (r=jandem) (0453d85b7)
- pointer style (3e4a597ca)
- Pointer style (d0e273439)
- pointer style (ec0540b7c) (eb5953764)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 865222 - Add MOZ_GUARD_OBJECT_NOTIFIER_PARAM to JSAutoCompartmentand JSAutoNullableCompartment; r=efaust (97d89fcd7)
- Bug 1131325 - Move system country code from nsIGfxInfo2 to a more appropriate location. r=aklotz,smichaud (afb055f6b)
- Bug 1192456 - Use perfect forwarding for DispatchWrapper rather than explicit move and copy constructors. r=terrence (bd30eb21e)
- Bug 1155726 - OdinMonkey: add new cache failure code for when storage initialization fails (r=janv) (60fb4de2a)
- Bug 1155292 - Add a check for properties found on non-native prototypes during Ion caching, r=jandem. (6864981f7)
- pointer style (28c86a2d7) (618cb9622)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- pointer style (73474b840)
- Bug 1152784 - Be more robust about possible intermediate wrappers in IsFrameId. r=bz (fb81861cc)
- pointer style (c0b667212)
- Bug 1180123 (part 1) - Report the size of the saved stacks sets. r=fitzgen. (e6c3a9609)
- Bug 1180123 (part 2) - Minor nursery report fixes. r=terrence. (172525db9)
- Bug 1181175 - Use RDTSC for Performance Monitoring instead of getrusage. r=jandem (b970bf5f1)
- Bug 1190436 - Part 1: Use more smart pointers in XPConnect. r=gabor (c80d65dee)
- Bug 1190436 - Part 2: Use an early return in XPCConvert::JSObject2NativeInterface. r=gabor (ef2123643)
- Bug 1161491 - schedulePreciseGC should use the normal GC triggering mechanisms, r=mccr8 (42cdfa847)
- pointer style (8a147bec5)
- Bug 1155773 - Remove gotos from XPCConvert::NativeArray2JS(). r=bholley (a8858d358)
- Bug 1164061 - WebRTC - move TMMBR behind pref r=jesup (36ba20713)
- Bug 1164061 - Backout signaling unittest changes for tmmbr r=jesup (f2fbd86be)
- Bug 1165520: Negotiate rtcp-fb r=jesup (449edaa83)
- Bug 1165129: Allow JS to reorder codecs in a local answer. Also means that we'll take the ordering more seriously when we see multiple codecs in a remote answer. r=jesup (c1ab58747)
- Bug 818640 - Test that using dynamic payload types < 96 works. r=mt (dfa3418cf)
- Bug 952145: Rollback support r=mt, r=smaug (28182262b)
- code style (ecaf69b5a)
- Bug 1187773 - Don't include heapapi.h from js/public. r=jorendorff (40179ec4e)
- pointer style (f6e3d0610)
- Bug 1196590 - Don't assume that objects without shapes are unboxed plain objects, r=jandem. (75cd29b7b)
- Bug 1194430 - Always mark the global jitcode table during major GCs. (r=djvj) (772e96665)
- Bug 1036574 - Revert horrible workaround in baseline IC for magic arg callee. (r=me) (b5f11337a)
- spurious spaces (80b22a36a) (d7187c26b)
- ported changes from mozilla upstream:
- Bug 1181175 - Telemetry for finding out how often our process is rescheduled to another CPU. r=jandem, r=bsmedberg
- Bug 1181175 - Get rid of test_compartments.js. r=yoric
- and fix js configure winver (153837ef4)

* 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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211211)
Posted by: J.G.
Date: December 10, 2021 11:06PM

@roytam1 thanks for latest version! smiling smiley

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: foliator
Date: December 11, 2021 06:20PM

Quote
J.G.
Quote
foliator
@roytam1, I was not able to log in to Gmail until I changed the user agents for both google.com and mail.google.com listed in about:config. Here is what worked, based on an earlier suggestion by someone else:
general.useragent.override.google.com;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
general.useragent.override.mail.google.com;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Oddly enough, if I specify a newer version of Firefox, Gmail's login form doesn't work.

Hi, the line below should be enough, because the other line is still applied in latest version:
general.useragent.override.google.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0

Thanks. Since I have only a 32-bit machine, I could probably omit the WOW64 specification, but I suppose it doesn't matter one way or the other.

---
Gerry

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: 4td8s
Date: December 16, 2021 05:29PM

this K-meleon Goanna build needs a serious bugfix

the Microsoft web site has stopped working few days ago and produces "MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING" error message. this problem is not only happening in K-meleon but also occuring with Palemoon, Seamonkey and some recent Firefox versions.

newly released Seamonkey, Palemoon & Firefox versions were offered to resolve this problem - see bugzilla 1745600 for more info

hopefully the next scheduled K-meleon Goanna build should include the fix from bug 1745600

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: roytam1
Date: December 17, 2021 09:18AM

Quote
4td8s
this K-meleon Goanna build needs a serious bugfix

the Microsoft web site has stopped working few days ago and produces "MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING" error message. this problem is not only happening in K-meleon but also occuring with Palemoon, Seamonkey and some recent Firefox versions.

newly released Seamonkey, Palemoon & Firefox versions were offered to resolve this problem - see bugzilla 1745600 for more info

hopefully the next scheduled K-meleon Goanna build should include the fix from bug 1745600
the actual bugfix is in https://bugzilla.mozilla.org/show_bug.cgi?id=966856 which is imported lately.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211218)
Posted by: roytam1
Date: December 18, 2021 02:36AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 153837ef4...8612ec640:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1194415 - Refactor BuildProgressFooter.draw() for minor |mach build| perf improvement, r=gps (3488ffb86)
- Bug 1153691 - intTestLogging() now adds timestamps and supports param substitution. r=rnewman (507a881c2)
- reenable asserts (97032f833)
- re-enable specific Windows optimization (7a581da03)
- Bug 1149815 - Pass storage function failure codes through to callers, r=asuth. (c54838b5d)
- Bug 1149373 - Ensure mozStorage async threads are shut down. r=bent (a511cfefc)
- namespace style (7a567650f)
- Bug 1193022 - clean up reference-counting in storage/; r=mak (49f115c52)
- Bug 1155193 Proxy release the Connection in mozStorageService::unregisterConnection(). r=asuth (bb9311ee5)
- bug 1189896 - Do not preallocate Sqlite connections caches for now. r=asuth (210115e89)
- Bug 1155846 - Comment out intentionally unreachable code and unused parameters in Prefetcher.jsm. r=billm (8757cba52)
- Bug 1166886 - Comment out some code that is supposed to be disabled (r=mconley) (ec5b2bd30)
- Bug 1040285 - Single Quotes should not be encoded in the path r=mcmanus,annevk (0a47fdc2f)
- Bug 1040285 - Single Quotes in HTTP request-uri Are Incorrectly Encoded as %27 r=MattN (dcce00624)
- Bug 1125989 - Avoid OS.File request lossage during worker shutdown, r=yoric (e8e8cab17)
- Bug 1164822 - Fix OS.File.remove not throwing with unexisting files. r=Yoric (dd57a069f)
- Bug 1123372 - Remove use of .toLocaleFormat() from Places. r=mak (fbfbd7fa0) (caf9d19ef)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1080319 - Remove the -remote option. r=bsmedberg (d83d3ffcc)
- bug 1171580 - Don't create a hidden window on iOS. r=froydnj (c3c4be38c)
- Bug 1138290 - New option in WindowWatcher.openWindow to open another toplevel window on b2g. r=roc (1d8ea9754)
- Bug 1067325 - Context menu actions for view source tabs. r=mconley (68494022e)
- Bug 1201533 - Remove the GetEastAsianWidth API and its supporting character-property data. r=smontagu (667a1e932)
- Bug 1201518 - Remove the (unused) HBGetEastAsianWidth callback from gfxHarfBuzzShaper. r=jdaggett (49dcca793)
- Bug 1170072 - Part 2. Use ICU instead of GetCharProps1 and its supporting data if ICU is turned on. r=jfkthame (af13908f3)
- Bug 1203412 - Fix a warning in intl/unicharutil/. r=emk. This change is for the following warning-as-error that shows up on "B2G L Emulator" builds: "error: call to 'sprintf' declared with attribute warning: sprintf is often misused; please use snprintf". (088d6d66d) (fce4bb738)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1153314 - Assign load group to IdP load channel, r=jib (2c78dcc17)
- Bug 1048048 - add preload content policy types for scripts (r=baku) (8dc3c1db1)
- Bug 1210941 P1 Create the LOAD_BYPASS_SERVICE_WORKER flag. r=jduell (59fcdd603)
- Bug 1173378 - crash in mozilla::net::HttpBaseChannel::OverrideSecurityInfo(nsISupports*), r=ehsan (de9772c35)
- Bug 1179399 - Add a flag to HttpBaseChannel indicating whether interception is occurring. r=mayhemer (58a874dc5)
- Bug 1168084 - Persist view source tab options. r=mconley (c48d492b2)
- Bug 1187399 - Add a js:grinning smileyefaultHasher specialization for mozilla::UniquePtr<T> that proxies the UniquePtr's raw pointer to PointerHasher. r=terrence (bfeed9936)
- Bug 1193459: Fix JS_DEPENDENT_TEMPLATE_HINT for clang-cl. r=jimb (9565eceaf)
- pointer style (329deb0ec)
- space and pointer style (844d8998a)
- Bug 1172503 - Delete unwarranted optimization to fix "Assertion failure: !!desc.object() == objHasOwn, at js/src/vm/NativeObject.cpp:1990". r=evilpie. (a97fe0bd4)
- pointer style (4c5f6eb6d) (968d2b4e7)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1149476 - Extend autospider.sh timeout and emit a log message, r=jonco (b94c4b8f2)
- Bug 1159999 - Suppress command echo for timeout failure setup. r=sphink (9fea5ed54)
- Bug 866301 - Part 1. Add unorm.h to system-headers. r=glandium (9c7a982e2)
- Bug 866301 - Part 2. Use in-tree ICU source code for gonk. r=glandium (6a6c51437)
- Bug 866301 - Part 3. Use system ICU for gonk-JB or later. r=glandium (2d3f73861)
- Bug 866301 - Part 4. Turn on Intl API for B2G. r=fabrice,waldo (e8ac69a34)
- Bug 1197918 - Use channel->Open2() in rdf/base/nsRDFXMLDataSource.cpp (r=sicking) (d86afc643)
- Bug 1195611 - Use channel->ascynOpen2 in rdf/base/nsRDFXMLDataSource.cpp (r=sicking) (c6653e192)
- Bug 1139177 - RSA public key size checking cleanups. r=keeler (9eec01885)
- bug 1141189 - implement skipping expensive revocation checks (OCSP fetching) for short-lived certificates r=rbarnes (708bd2f7e)
- Bug 1010068 - Disable OCSP for DV certificates in Firefox for Android r=keeler (2b197e15b)
- Bug 858928 - Switch XRE_StartupTimelineRecord() from PRTime to TimeStamp. r=froydnj (414afd85d)
- Bug 1136278, Part 1: Refactor algorithm identifiers in tests, r=keeler (5755b7bcb)
- Bug 1136278, Part 2: Refactor test SubjectPublicKeyInfo generation, r=keeler (1486716c6)
- Bug 1153738: Make ScopedPtr a minimal proper subset of std::unique_ptr, r=keeler (49a1784f2)
- Bug 1060112 - Don't treat OCSP responses omitting the requested certificate status as "unknown certificate" responses blocking the connection r=keeler (64f8a1c19)
- Bug 1145679 - Reject EV status for end-entity EV certs with overly long validity periods. r=keeler (d62b18d7c)
- Bug 891107 - Part 4: Show information about value in overflow error messages in js-ctypes. r=jorendorff (1a366fcd0) (ffc74f1c3)
- imported changes from mozilla NSS:
- Bug 966856 - mozilla::pkix: support SHA-2 hashes in CertIDs in OCSP responses r=jschanck,djackson (78d2f4a3) (f8a765944)
- security/pkix: align pkix with nss' mozpkix bug966856 fix (8612ec640)

* 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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211218)
Posted by: Paco
Date: December 18, 2021 08:02AM

Roytam1, thank you very much

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211218)
Posted by: cheetos1897
Date: December 19, 2021 02:36AM

Can not show results of google image search

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211218)
Posted by: J.G.
Date: December 19, 2021 09:22PM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211218)
Posted by: roytam1
Date: December 20, 2021 02:15AM

Quote
cheetos1897
Can not show results of google image search
you may turn off security.csp.enable in about:config for the time being as CSP is still WIP at the moment.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211218)
Posted by: Borut
Date: December 21, 2021 08:23AM

Just want to say that the current version (20211217) seems - for my needs - to be much better. This version apparently has no problems that previous ones had with some pages that I visit. It also seems to be stable and does not crash "out of the blue sky", which was oft the case before.

Whatever the reasons for this improvement (be it upstream corrections, or Roy's direct new coding), I would like to say a big thank you to Roy! Thank you for all your time and effort invested in keeping K-Meleon alive and usable.

Wishing you all a peaceful, relaxed time, perhaps with your friends and beloved ones at this time of the year and a happy and healthy New Year 2022! I also wish health, quality of life and perspective especially to millions and millions of human beings that just had a bad luck not to be born on a sunny side of the street, to put it mildly.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211225)
Posted by: roytam1
Date: December 24, 2021 11:33PM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 8612ec640...50c54215f:
- update NSS builtin certstore to Dec 2021 version from mozilla upstream. (9e2156453)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1159155 - Add telemetry probe for SHA-1 usage (r=keeler) (158224ce1)
- Bug 1143921 - Fix crash in Debugger.defineProperty when the descriptor contains {get: undefined}. r=efaust. (f786d7133)
- Bug 1151957 - Rewrite GDB extension for ignoring asm.js segmentation faults in Python, fixing some bugs and bringing it under test. r=jimb. (1665478ff)
- Bug 1153970 - Change js/src/gdb/run-tests.py to take an OBJDIR argument instead of a LIBDIR argument, since jorendorff can never guess which directory to pass for LIBDIR in fewer than six tries. r=jimb. (3919e23e9)
- pointer style and missing bit of Bug 1137523 - Unprefix most js_* functions. (538aca92c)
- Bug 1148750, part 17 - Remove ApplyOrDefaultAttributes. r=efaust. (d368ba23c)
- Bug 1156386 - UXTH instruction. r=dougc (62522247a)
- Bug 1122021 - make number_constants internal to js_InitNumberClass; r=jorendorff (1c9a7717a)
- pointer style (4fc25e5e3)
- code style (8292f47ee)
- Bug 1090695 - Reduce indent in Parser<ParseHandler>::expr. r=arai (34ee34f5e)
- Bug 1191486 - Generators should not have [[Construct]]; r=jorendorff (498d91bcb)
- Bug 1089045 - Part 1: Supply consistent modifiers to TokenStream. r=Waldo (c9a72d6e4)
- Bug 1089045 - Part 2: Tests for modifiers. r=Waldo (78e961dec)
- Bug 1089045 - Part 3: Add parser test for ES6 class. r=Waldo (e521c0821)
- Bug 1193606 - Clean up LazyFunction case of tryConvertFreeName and remove directlyInEval. (r=bhackett) (fec7726ba)
- Bug 1185961 - Properly install home object on methods in classes in lazy scripts. (r=shu) (989b62d69)
- pointer style (1eb70d0a1) (16239dad2)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1170842 - Part 1: Sort out ARB_framebuffer_object symbol queries. r=jgilbert (3cbaf14fc)
- Bug 1170842 - Part 2: Wrangle glGetInternalformativ symbols. r=jgilbert (f7a0c5cab)
- Bug 1114333 - "putImageData(imageData, 0, 0, 0, 0, 1, 1) unreasonably slow". r=bas (11043328c)
- Bug 1177271 - Add WebGLFormat format tables. - r=kamidphish (de39a313f)
- Bug 1156980 - Validate target in ImageData variants of TexImage2D/TexSubImage2D. r=jgilbert (7f2bdbaa9)
- Bug 1151930 - Check against updated length while appending. - r=kamidphish (fca204f81)
- Bug 896693 - Work around glCopyTexImage2D errors on framebuffers backed by IOSurface. r=jgilbert (8aaa916ac)
- Bug 1182371 - Misc WebGL cleanup. - r=kamidphish (05d1fff1d)
- Bug 1172992 - Send security info override from HttpChildChannel to the parent, r=jduell (c4480d779)
- Bug 1194847 - Part 1: Make it possible to tell whether the response of a channel has been synthesized; r=michal (e42b96400)
- Bug 1194847 - Part 2: Bypass CORS checks if the response of a channel has been synthesized; r=nsm (92b858d00)
- Bug 1183853 - Rename hasPermission() to permissionState(). r=mt,smaug (797b07991)
- Bug 1157250. Give PushSubscription an attribute serializer. r=nsm (dd3ee5547)
- Bug 1149271 - Remove subscriptionid. r=baku (0ecbdbfa6)
- Bug 1160333 - When denying permission, use the string 'PermissionDeniedError'. r=nsm (0c4628efb)
- Bug 1170817 - Fix unsubscribe() resolution value. r=dougt (ae7825429)
- Bug 1172667 - Use EXTRA_JS_MODULES for dom/push/ jsm files. r=dougt (e1fec67a6)
- Bug 1166350 - Patch 2 - Fix tests. a=bustage (6b72dfc46)
- Bug 1153504 - Add per-origin push quotas. r=nsm,mt,markh (c9cab6cb5)
- Bug 1183867 - Fix PushSubscription.unsubscribe() semantics r=mt resolve with false when subscription does not exist. true when successfully unregistered. reject with NetworkError in other cases. (6aa6804eb)
- BIN vs RESPATH (e2227b64e)
- Bug 1174420 - Package PushService launcher on B2G r=kitcambridge (b433c4eea)
- Bug 1184574 - Allow access to PushManager on ServiceWorker. r=kitcambridge,smaug,catalinb (6ceeb49fe)
- Bug 1170455 - Part 1: Reformat GetVertexAttrib function. r=jgilbert (7795a8d2a)
- Bug 1170455 - Part 2: Split vertex attribute functions into separate file. r=jgilbert (e18493902)
- Bug 1170455 - Part 3: Wrangle GetVertexAttribI symbols. r=jgilbert (e088f4e79)
- Bug 1170455 - Part 4: Track the type of the generic vertex attribute. r=jgilbert (f8cf490aa)
- Bug 1192071 - use llvm-symbolizer when running jit-tests under TSan; r=mshal (97dc9d659)
- Bug 1192278 - empower |make check-jit-test| to specify a subset of tests to run; r=terrence (9fe90b546)
- Bug 1154480 - Make new Uint8Array().set([], -1) throw a RangeError, not merely an Error. r=till (57345e639) (f9c3c72b8)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1183825 - Hide PushMessageData methods until we support sending push data. r=mt,smaug (c07f6b6c9)
- Bug 1186880 - Performance timing api in workers should output entries if preference is enabled. r=baku (642bd335a)
- Bug 1188091 - Fix the exposure of Push interfaces; r=dougt,bzbarsky,nsm Currently we don't check the dom.push.enabled pref in some cases for some of these interfaces. This patch unifies how all of these interfaces are exposed to Window, Worker, and ServiceWorker. (dbe4ebfcc)
- Bug 1188062 - Unship Request.context; r=baku (6ca2ebcf6)
- Bug 1162714 - Don't let YCM generate machc. r=ehsan (7c5f36c12)
- Bug 1160897 - Fixing .ycm_extra_conf for Fennec. r=ehsan (22adf0705)
- goanna->gecko (94b69bd6c)
- improve (e87b53162)
- Bug 1147939 - The expression decompiler can't assume that it's called directly from script. (r=bhackett) (4759a5210)
- Bug 1188609 - Remove mirroring support from RokuApp (Toolkit) r=snorp (81a0bb66a)
- Bug 1050749 - Expose BatteryManager via getBattery() returning a Promise. r=bz, r=baku, r=jgraham (67d2dd502)
- Bug 1182347 - Remove nsIPrincipal::cookieJar. r=sicking (855d0e8ce)
- remove double method, probably misspach (3c256c5b4)
- Bug 1182357 - Add an API to mint nsExpandedPrincipals. r=mrbkap (42de17cfd)
- Bug 1172080 - Part 1: Throw when requesting origin for poorly behaved URIs, r=bholley (c8410f3c6)
- Bug 1124126 - Retry database connection for the case of corrupted permissions.sqlite. r=bsmedberg (748e9205a) (9e4ed9857)
- partly ported changes from mozilla upstream:
- Bug 1250048 - CSP manifest-src doesn't override default-src. r=ckerschb,bkelly,ehsan (a80b31406b47) (without dom/fetch)
- Bug 1355801: Nonce should only apply to script and style. r=dveditz (92676fadb9e2)
- Bug 1247459 - Meta and header CSP are merged without a semicolon. r=ckerschb (a22e275b759f)
- Bug 1268327 - ReferrerPolicy should not be delivered through CSPRO r=tnguyen (0bed705c1430)
- Bug 1296027 - CSP: Include 'Source' within error message when logging to the console. r=freddyb,bgrins (cc2cbca41195) (50c54215f)

* 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



Edited 1 time(s). Last edit at 01/01/2022 01:01AM by roytam1.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211225)
Posted by: J.G.
Date: December 25, 2021 06:29PM

@Roytam1 thanks for latest version! Please enjoy these days of peace and love! smiling smiley

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: foliator
Date: December 27, 2021 06:31PM

Quote
J.G.
Hi, the line below should be enough, because the other line is still applied in latest version:
general.useragent.override.google.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0

Quote
foliator
Thanks. Since I have only a 32-bit machine, I could probably omit the WOW64 specification, but I suppose it doesn't matter one way or the other.

Actually, it turned out that it does matter, because Gmail kept telling me my browser might not be secure and it couldn't log me in. I did manage to log in eventually after several attempts, but removing WOW64 from the user agent string corrected the problem.

---
Gerry

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: J.G.
Date: December 27, 2021 09:01PM

Quote
foliator
Quote
J.G.
Hi, the line below should be enough, because the other line is still applied in latest version:
general.useragent.override.google.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Quote
foliator
Thanks. Since I have only a 32-bit machine, I could probably omit the WOW64 specification, but I suppose it doesn't matter one way or the other.
Actually, it turned out that it does matter, because Gmail kept telling me my browser might not be secure and it couldn't log me in. I did manage to log in eventually after several attempts, but removing WOW64 from the user agent string corrected the problem.

Very interesting, then "WOW64" should be removed at default useragent for better compatibility? :mad:
P.S., imho a deeper analysis of the current default and override useragents should be done someday.



Edited 5 time(s). Last edit at 12/27/2021 10:01PM by J.G..

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: foliator
Date: December 28, 2021 04:12AM

It looks like I spoke too soon, J.G., because I'm getting those "browser may not be secure" messages from Gmail again. Based on earlier problems I've had with Google on other browsers, including their own, it isn't necessarily the browser's fault; Google is at least partly to blame.

---
Gerry



Edited 1 time(s). Last edit at 12/28/2021 04:14AM by foliator.

Options: ReplyQuote
Pages: PreviousFirst...7891011121314151617...LastNext
Current Page: 12 of 33


K-Meleon forum is powered by Phorum.