K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: PreviousFirst...89101112131415161718...LastNext
Current Page: 13 of 33
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: J.G.
Date: December 28, 2021 12:46PM

Quote
foliator
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.

Dear Gerry, I have worked on this for several hours and I finally solved the issue with Google images search:
create new string general.useragent.override.google.YOURCOUNTRYHERE (e.g. general.useragent.override.google.es)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.9) Gecko/20100101 Firefox/45.9
I hope this fact will help you in some way to solve your needs, thanks. J.

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

Quote
J.G.
Dear Gerry, I have worked on this for several hours and I finally solved the issue with Google images search:
create new string general.useragent.override.google.YOURCOUNTRYHERE (e.g. general.useragent.override.google.es)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.9) Gecko/20100101 Firefox/45.9
I hope this fact will help you in some way to solve your needs, thanks. J.

It didn't help, J.G., but thanks very much for your efforts in trying to solve the problem. Like I said earlier, Google is at least partly to blame -- perhaps mostly to blame. They are constantly messing around with their sites and making them harder and harder to access. My partner, who uses Pale Moon, was used to bookmarking his favorite YouTube videos until a few weeks ago, when none of his YouTube bookmarks worked. They brought up only blank pages, instead. I showed him how to work around that by bookmarking the page each video was on, instead of the video itself.

As for Gmail, I can sometimes solve the problem temporarily by clearing all my privacy data, exiting KM and then restarting it.

---
Gerry

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

Quote
foliator
It didn't help, J.G., but thanks very much for your efforts in trying to solve the problem. (...)

Sorry about that. I wonder if Thunderbird can be used meanwhile, waiting for some fix for KMeleon Goanna. ¬_¬

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: foliator
Date: December 29, 2021 05:13AM

Quote
J.G.
Quote
foliator
It didn't help, J.G., but thanks very much for your efforts in trying to solve the problem. (...)

Sorry about that. I wonder if Thunderbird can be used meanwhile, waiting for some fix for KMeleon Goanna. ¬_¬

Well, Gmail works most of the time, so I'll just keep using it with KM. I now go to Gmail right after starting the browser, because I'm more likely to login successfully in a new session. I still have TheWorld 7 as a backup browser, where Gmail never gives me any trouble, even though TW7 is at least 5 years old, and reporting Chrome 48 as its user agent. That's only half of Chrome's current version number! :O

i thought Google had started ignoring user agents a long time ago, but I guess I was wrong. It seems to detect spoofed user agents and try to reject them.

---
Gerry

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220101)
Posted by: roytam1
Date: January 01, 2022 01:05AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 50c54215f...cbefc77b3:
- imported changes from mozilla NSS:
- Bug 1737470 - Ensure DER encoded signatures are within size limits. r=jschanck,mt,bbeurdouche,rrelyea
- Bug 1735028 - check for missing signedData field r=keeler and bump patch version. (c0d865e51)
- partly import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1172080 - Part 2: Use ^ instead of ! to delimit originAttributes from the URI in nsIPrincipal.origin, r=bholley (929ef38df) (23896f6de)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 967494 - "Preference Composition/Spelling/Language is ignored, and changing spellcheck language in one composition window affects all open and new compositions" [r=ehsan] Bug 1157421 - Fix typo "suggesteed". r=ehsan (d48b61df9)
- namespaces (c9e3edbf1)
- Bug 1167409 - 3/4 - Change ScriptLoadRequeest::mLoading to mProgress. r=jandem (34377ba15)
- Bug 1104732 - having deferred scripts shouldn't cause async scripts to delay domcontentloaded, r?smaug (f6b3a5ad9)
- Bug 1138395 - Optimize nsDocument::mExpandoAndGeneration.expando out from the cc graphs when possible, r=mccr8 (d944130ab)
- Bug 874838 - Make CreateElem return Element. r=khuey (ac65a35cf)
- Bug 1194619 - fix comment r=dholbert (017a488a2)
- Bug 1137494 - Change the type given to type validation check. r=jgilbert (05885cc7c)
- Bug 1106138 - Remove the early unpremultiply in WebGLContext:confused smileyurfaceFromElementResultToImageSurface, and let the texel conversion code handle it instead. r=jgilbert (b8010b16b)
- Bug 1185815 - Hoist generation increment. r=jgilbert (f6a276b5e)
- Bug 1175931 - TexImageFromVideoElement uses GL_HALF_FLOAT if it does not support GL_HALF_FLOAT_OES which would be the case on non-ANGLE systems. Using GL_HALF_FLOAT_OES on a non OES system would result in an error when using TexImage2D. r=jgilbert (d692281f1)
- Bug 1184534 - Add support for target size retrieval to GLX backend. r=jgilbert (0e5ba1f8e)
- bug 1174705 - add GLContext::GetDefaultFramebuffer. r=jgilbert (99c0e70aa)
- Bug 1179935, introduce complex viewport projections to Compositor, remove PrepareViewport; r=mstange (1753d65d3)
- Bug 1184534 - Fetch viewport size from context in CompositorOGL, discard if changed during composition. r=nical (4f57bc4ed)
- Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical (4844e96ce)
- Bug 1033375 - Nudge simple linear gradients with hard stops to half-pixel gradient. r=nical (331ddd4fa)
- Bug 1185636 - Remove hard stop workaround for Cairo due to regressions. r=jrmuizel (ccefe7abc)
- Bug 1177807 - Mark cairo surface dirty in ReleaseBits. r=jrmuizel (ae9d508b9)
- Bug 1170390 - Detect 16bpp cairo xlib surface format. r=jrmuizel (25857ae30)
- Bug 1019063 - Check for ::CreateDCW failing when printing. r=dvander (7f54ba8d2)
- Bug 1170390 - Add gfxASurface::GetSurfaceFormat for retrieving precise surface format where necessary. r=jrmuizel (f70d11b29)
- Bug 1155626 - Don't assume that Factory::GetD2D1Device returns a non-null device and add some gfxCriticalLog. r=Bas (0c896a368)
- Bug 1182209 - Additional info with some critical errors. r=mchang CLOSED TREE (f4841baec) (e8f234939)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1185636 - Part 2 - Add some utility methods to Point and Size. r=jmuizelaar (67d447379)
- Bug 1185636 - Part 4 - Implement CSS border corners by splitting geometry instead of gradients with hard stops. r=mstange (e8e35023e)
- Bug 1185636 - add test for border-radius splits. r=jmuizelaar, r=mstange (091f0dae3)
- Bug 1185636 - Part 5 - fuzz some reftests to compensate for new border rendering approach. r=mstange (10412c6b0)
- Bug 1156536 - "BaseMargin<T>:confused smileyide casts enum SideT to T and adds to pointer". r=jmuizelaar (d9e7b2538)
- Bug 1172964 - Fix iteration bug in CopyBGRXSurfaceDataToPackedBGRArray. r=jrmuizel (27199b35c)
- Bug 1144147 - Warning fix in DrawTargetCairo.cpp. r=jrmuizel (a98227330)
- Bug 1171454 - Workaround for Cairo's source operator with alpha handling. r=jrmuizel (827bdd5f0)
- Bug 1169370 - Mark tree Cairo surface dirty after borrow. r=jrmuizel (69002f555)
- Bug 1151145 - Add assertions to detect unbalanced calls to CGContextSaveGState / CGContextRestoreGState. r=jrmuizel (9f7d5d6e0)
- Bug 1160335. Make DrawTargetCG's transform handling better. r=mstange (30429334d)
- Bug 1169126 - Part 1: Make DrawTargetCG::CopySurface able to handle all SourceSurface types. r=gw280 (afbbd895f)
- Bug 1169126 - Part 2: Add webgl reftest for captureStream(). r=jgilbert (2b980e81e)
- Bug 1169126 - Part 3: Add canvas 2d reftest for captureStream(). r=gw280 (a6be999ce)
- Bug 1175286. Remove unnecessary CGContextSave/Restore pair from ClearRect. (2f07cd4b0)
- Bug 1151145 - Make sure we don't call CGContextSaveGState without calling CGContextRestoreGState in DrawTargetCG:confused smileytrokeRect. r=jrmuizel (c301b1834)
- Bug 1153609: Push layers for cleartype when trying to draw cleartype glyphs to a transparent layer. r=jrmuizel (8c7d7aead)
- Bug 1178816 - Fix a crash when DrawTargetD2D1 fails to initialize. r=milan (5e08c929a)
- Bug 1169039 - Check for NULL in every function that uses CreateEffect(). r=mstange (791a77faa)
- Bug 1168189 - Force D2D1 CopySurface to use DrawBitmap like D2D. r=bas (b14307c05)
- Bug 1161642 - Utilize primitive blends where available for faster blending on D2D 1.1. r=bas (26dbe0886)
- Bug 1130195: Don't immediately crash if we can't allocate image. Carry r=bas (a4f6dd644)
- Bug 1160070 - Used BitmapBrush instead of ImageBrush when no sampling bounds. r=bas (fc0bb0683)
- Bug 1166585 - Check for CreateFilter() call returning NULL. r=mstange (35fadc74f)
- Bug 1168427 - Add a PostScale method to Moz2D's Matrix class. r=Bas (e40fe2f6b)
- add missing namespace (c696ec9e3)
- Bug 1097464 - Part 1 - Remove Z value from 3D transforms for D3D9. r=roc,matt.woodrow (10a7691bd)
- Bug 1097464 - Part 2 - Snap translation for 3d transforms. r=roc (0c0078960)
- Bug 1151617 - Add some basic reftests for async scrollbar positioning on B2G and Linux w/APZ. r=tn,botond (d17187621) (3ab112ba1)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1151617 - Add async-zooming tests for async scrollbar positioning. r=tn,botond (b05201e85)
- Bug 1161206 - Add a scrolling test with native mousewheel event synthesization. r=mstange (1f4ee0121)
- Bug 1161634 - Enable the test_wheel_scroll on Linux as well. r=mstange (64a23bacb)
- Bug 1164218 - Enable some guinea pig tests to run in chaos mode. r=botond (b05caafa5)
- Bug 1186004 - Split the asyncPanZoom reftest sandbox condition into asyncPan and asyncZoom. r=mstange (3ec461116)
- Bug 1097464 - Part 3 - Fix and add reftests. r=roc (6d67df3fb)
- Bug 1097464 - Part 4: Fix preserve3d wording for layer flags. r=roc (d18108671)
- Bug 1172239. Expand height change hint to its components. r=heycam (04454fa9c)
- Bug 1172239. Make vertically-resizing scrollframes reflow their percent-height descendants if necessary, and remove nsChangeHint_NeedDirtyReflow for height changes. r=bz (fe20fb8aa)
- Bug 1172239. Use nsChangeHint_UpdateComputedBSize to only dirty intrinsic sizes when necessary. r=bz (7d6adafb1)
- Bug 1179078 - Recover from parse errors inside image values in border-image properly. r=dholbert (874c593d8)
- Bug 1190635. Don't early-return for an mHeight change, since width changes can add extra change hints. r=heycam (2dd5b9271)
- Bug 1179288. Make position:fixed induce a stacking context. r=heycam (99d01e332)
- Bug 1172239. Add NS_FRAME_DESCENDANT_INTRINSIC_ISIZE_DEPENDS_ON_BSIZE#. r=bz (22fb22820)
- Bug 1172239. Ensure nested overflow:auto elements are tested. r=bz (049347625)
- namespaces (737dff870)
- Bug 1174510 - Fix fallback from cursor formats that we don't support or that fail to decode to other cursor files. r=seth (34fb64864)
- Bug 1202029 - Use the containing block for determining perspective for transformed elements. r=dbaron (3bd60a8a9)
- Bug 1097464 - Part 5: Fix preserve3d wording for nsIFrame. r=roc (5e5457f02)
- cleanup (6306774fc)
- Bug 1138895 - Use proper origin for CSP fast path cache. r=geekboy (394c64963)
- Bug 1175122 - Add more assertions to the in-tree content policy implementations to ensure that they receive external content policy types; r=baku (37021992d)
- Bug 1177651 - Add areas covered by MozMousePixelScroll listeners to the dispatch-to-content region. r=dvander (6f68653fd)
- Bug 1205466, make HasApzAwareListeners check faster, r=masayuki (8ccb3cfe2)
- Bug 1191539 - DisplayPort should ForceInside frameRect to match compositor DisplayPort. r=kats (fb95b17f4)
- attempt to fix misspatch (31dc4dcb4)
- Bug 1182551 - Don't set STATE_IS_BROKEN on HTTP pages when mixed content is allowed by default. r=smaug (7e0a5e6fa) (7b4edb5ee)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1181920. Persist XUL attributes off a scriptrunner. r=peterv (4b29b8efa)
- Bug 1156100 - Mark XULDocument::CachedChromeStreamListener::mDocument as an nsRefPtr; r=baku (0a5b7bd5b)
- Bug 1168823 - Repair XML syntax highlighting. r=jst (83fd915e3)
- Bug 1157059 - Avoid calling AddRef on the pointer enclosed in an nsCOMPtr in nsBindingManager:grinning smileyoProcessAttachedQueue(); r=baku (6e13d9beb)
- Bug 1177816 - Dump a message when the service worker for test_request_context receives an unexpected context value; r=baku (b44d39184)
- Bug 1168903 part 1: Give nsSMILValue a move constructor & move reassignment operator. r=birtles (ba7ee0bed)
- Bug 1168903 part 2: Use Move() instead of nsSMILValue:confused smileywap() to populate outparams from temp variables in SMIL functions. r=birtles (a4858c958)
- Bug 1180048 - Switch warning about having a zero length axis to a LAYOUT_WARNING. r=dholbert (19d405908)
- Bug 1175289 - Part 1: Add LAYOUT_WARNING. r=mats (fd4d1bdd9)
- Bug 1175289 - Part 2: Disable "Subdocument container has no frame" warning by default. r=mats (8ce582bf5) (de52ef406)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1178664 - Part 1 - Make Animation interface EventTarget inheritance. r=smaug (0ea50ab93)
- Bug 1178664 - Part 2 - webidl for AnimationPlaybackEvent. r=smaug (3a5d86f40)
- Bug 1150808 - Implement Animation.reverse(). r=smaug r=birtles (9ce9fc4db)
- Bug 1178664 - Part 3 - Implement Animation.onfinish event. r=bbirtles, r=smaug (9139c4227)
- Bug 1178664 - Part 4 -Implement Animation.oncancel event. r=bbirtles, r=smaug (415b068e6)
- Bug 1175751 - Apply playback rate to compositor animations. r=bbirtles (0ffd9cb90)
- Bug 1181905 - Animation::IsPlaying should check playbackRate != 0 to stop playing on compositor animation. r=bbirtles (e3a2fd2f4)
- Bug 1208385 part 0 - Fix up some references to Web Animations spec; r=heycam (fca9626d4)
- Bug 1203009 part 1 - Rename sequence number to animation index; r=heycam (cd7dc513f)
- Bug 1203009 part 2 - Remove {CSSAnimation,CSSTransition}::OwningElement() getter; r=heycam (4f49c63b1)
- Bug 1203009 part 3 - Add mNeedsNewAnimationIndexWhenRun flag to CSSAnimation and CSSTransition; r=heycam (73a45b5a7)
- Bug 1195523: Use type-safe LinkedList instead of PRCList to manage AnimationCollection objects. r=birtles (35b233981)
- Bug 1194037 part 1 - Make nsAutoAnimationMutationBatch batch multiple elements at once; r=smaug (83f808043)
- Bug 1194037 part 2 - Make WillRefresh no longer call FlushAnimations; r=dholbert (449b0fbd5)
- Bug 1194037 part 3 - Add Animation::HasEndEventToQueue(); r=dholbert (b1ddc33d3)
- Bug 1203009 part 4 - Implement new composite ordering; r=heycam (4c571e608)
- Bug 1203009 part 5 - Remove IsUsingCustomCompositeOrder; r=heycam (242d0142c)
- Bug 1203009 part 6 - Add tests for new composite order; r=heycam (5f8711177) (cbefc77b3)

* 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 20220101)
Posted by: AvHmt
Date: January 01, 2022 02:12PM

@roytam1 Thank you very much for your work. I wish a happy new year 2022.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220101)
Posted by: J.G.
Date: January 01, 2022 04:15PM

@roytam1 thank you very much for all the efforts you do for this project!
I wish you a good New Year 2022 with all the good things of life!
I also wish you all users and staff a good 2022. Thank you all!
smiling smileysmiling smileysmiling smiley

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220101)
Posted by: Windows2000Forever
Date: January 02, 2022 04:39AM

With some Unofficial updates and kernel mods this is still a great browser for Win2K. Thank you so much for developing this epic browser. Google chrome can go to heck!tongue sticking out smiley

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: my
Date: January 06, 2022 10:30AM

Quote
J.G.

Dear Gerry, I have worked on this for several hours and I finally solved the issue with Google images search:
create new string.

Change the string
Preferences -> Finding Websites -> Search Engines
Change
https://cse.google.com/cse?cx=partner-pub-2698861478625135:3033704849&ie=UTF-8&q=
and install it search



All with the holidays!

Options: ReplyQuote
Re: K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211204)
Posted by: J.G.
Date: January 06, 2022 03:58PM

Quote
my
Quote
J.G.
Dear Gerry, I have worked on this for several hours and I finally solved the issue with Google images search:
create new string.
Change the string
Preferences -> Finding Websites -> Search Engines
Change
https://cse.google.com/cse?cx=partner-pub-2698861478625135:3033704849&ie=UTF-8&q=
and install it search

All with the holidays!

Nice fix indeed, thanks! Nice New Year 2022! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220108)
Posted by: roytam1
Date: January 07, 2022 11:30PM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git cbefc77b3...640cd329f:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 895274 part.2 Define event messages as anonymous enum with EventMessageList.h r=smaug (44a28d5da)
- Bug 895274 part.1 Rename WidgetEvent::message to WidgetEvent::mMessage r=smaug (1a1651a54)
- Bug 895274 part.170 Rename NS_ANIMATION_EVENT_START to eAnimationEventFirst r=smaug (e3bedfd02)
- some cleanup (c496de395)
- Bug 1186582 - AskPermission should check for prompt exceptions; r=fabrice (e7fc39d0a)
- Bug 1170314 - Make console.timeStamp to add also Gecko profiler markers if Gecko profiler is active, r=baku,benwa (7e78b02c1)
- Bug 1178172 - Fix all compile errors in dom/base on non-unified build. r=baku (ffc87d5ae)
- namespace (93bb2e778)
- Bug 1001158 - Handle an invalid distribution.ini gracefully, r=gijs (260ab12f2)
- Bug 1157760: Remove incorrect MOZ_ASSERT in nsMessageManagerSH<Super>::Enumerate. r=bz (e1d86db8a)
- Bug 1148694 patch 1 - Stop creating a CharsetRule object when parsing @charset rules. r=dbaron (5d3b4a237)
- Bug 1148694 patch 2 - Remove interface and implementation of CSSCharsetRule. r=dbaron (e687d6a51)
- Bug 1148694 patch 3 - remove tests affected by removal of CSSCharsetRule. r=dbaron, r=khuey (84e04ec3c)
- Bug 958778 - De-holder nsIXPConnect::GetWrappedNativePrototype(). r=gabor (e862b0197)
- non-EME part of Bug 1160445 - Add detailed logging for EME promise failures (90c5ae1a1)
- Bug 1191305 - Alphabetize some includes; r=froydnj (6bc41455c)
- Bug 1188640 - Add ChromeOnly MutationObserver.mergeAttributeRecords to speed up devtools, r=bz,bgrins (5f07c777f)
- namespace (0e90aac16) (e283739a5)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1198078 - Add support for TYPE_INTERNAL_SERVICE_WORKER; r=ckerschb,tanvi (8142909b2)
- Bug 1143575. Ensure we schedule another composite if ImageHost has peding images. r=nical (abffec6d0)
- Bug 1143575. Add a bias value to ImageHost to avoid unpredictable results when image times and compositor times are closely aligned. r=nical (04e4fc721)
- Bug 1192571 - Make sure we reparent all TextureSources when dragging a tab between windows. r=jrmuizel (11e95722a)
- Bug 1186264 - Add error check to GrallocTextureHostOGL::GetAsSurface() r=nical (6643ecbb9)
- Bug 1154648 - Rename static gonk nsWindow:grinning smileyispatchInputEvent. r=mwu (3ad0815ee)
- Bug 1160102 - use VsyncDisplay interface to turn on/off vsync. r=kats (297cf1fd9)
- Bug 1138288 - Refactor nsWindow/nsScreen for multiple screen/window case. r=mwu (fd523025d)
- Bug 1138287 - Part 1: Extract nsScreenGonk/nsScreenManagerGonk implementation to a separate file. r=mwu (2e80b14f9)
- Bug 1156140 - Choose different code path for boot animation based on device capability. r=mwu (6bb6ae33c)
- Bug 1163681 - Fix fence handling r=mwu (17ad50611)
- Bug 1160877 - Fix gonkDisplay stop anim condition. r=mwu, a=me (01e9a8709)
- Bug 1165200 - Fix GonkDisplay::QueueBuffer() for bootAnim. r=mwu, r=sotaro (de40d86bb)
- Bug 1167531 - Uninitialised value uses relating to GonkDisplayJB::GonkDisplayJB. r=mwu. (e9a6f41e8)
- Bug 1138287 - Part 2: Support multi-screen on Gonk platform. r=mwu, r=sotaro, r=jgilbert, r=mattwoodrow (f2db52c92)
- Bug 1138287 - Part 3: Add an option to set screen ID in windowWatcher.openWindow. r=roc (d6d502481)
- Bug 1148009; [webvr] Move distortion vertex struct into more generic system; r=jrmuizel (2e0270721) (8ef963eef)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1144012 - Part 1: Create HwcDevice wrapper. r=sotaro (dcb5bca6c)
- Bug 1143522 - Convert cliprect coordinate in gonk code. r=botond (4b5bfe61b)
- Bug 1144012 - Part 2: Use wrapper in HwcComposer2D. r=sotaro (783cbca1a)
- Bug 1169093 - Do not use HWC when a region of layer is too small r=mattwoodrow (bf77e1a55)
- Bug 1155797 - P1: extract format BPP util function. r=mwu (06f3b96f5)
- Bug 1155797 - P2: show a black solid color frame if we don't have the bootAnim. r=mwu (2e6dda6d2)
- Bug 1153395 - Disable Hardware Vsync on Non Kit-Kat devices. r=mwu (e7ec09cee)
- Bug 1151489. Enable software vsync on all b2g versions. r=kats (597cdc85f)
- Bug 1155797 - P3: turn on vsync for kk, l and up. r=mwu (3e8187e50)
- Bug 1144012 - Part 3: Wrap vsync code. r=sotaro (4eb4af3d8)
- Bug 1144012 - Part 4: Remove the usage of mHwc from GonkDisplayICS. r=sotaro (ad5e257f0)
- Bug 1187048 - Code clean up around nsScreenGonk's EGLSurface handling r=mwu (eecdaf1ef)
- Bug 1188877 - Fix LayerComposite:confused smileyetClearRect() calling r=mwu (d748f2c50)
- Bug 1180657 - Use hwc directly on GonkDisplayICS. r=sotaro (55d2699aa)
- Bug 1163905 - b2g.neterror.url should use a relative URL. r=fabrice (abefb3d0b)
- Bug 1186000 - Support screen mirroring to HDMI display on gonk r=mwu,mattwoodrow (3df30f9dd)
- Bug 1186031 - Fix SetDispAcquireFence() calling r=nical (d561ef18c)
- Bug 1191457 - Revert SetDispAcquireFence() calling change r=nical (46bc14d4c)
- Bug 1192352 - Fix fence handling of display mirroring r=nical (fb686f922)
- Bug 1170966 - Check quad's effective region before drawing. r=nical, a=me (d85277b8e)
- Bug 1186236 - Fix drawQuad culling bug. r=nical (4fd64fb71)
- Bug 1192192 - fix quad culling method. r=nical (03c59a942)
- Bug 1179933, add Layer::ReplaceEffectiveTransform for temporary transform changes; r=mstange (c9e0c919a)
- Bug 1151937; [webvr] change deviceId/hardwareId to simple values; r=jrmuizel CLOSED TREE (f4f2332ab)
- Bug 1151904; fix Linux OVR library typo to use lowercase lib; r=me (7580c527b)
- Bug 1179944, [webvr] support Oculus 0.6.0 runtime and rendering; r=mstange (954bbb49c)
- Bug 633097 - Fix jittering animated text by disallowing flattening into a container layer that has animated text. r=mwoodrow (7eada20c4)
- Bug 914457 - Part 1: Use an empty clip rect for layers with an empty visible region (7b2462a5f)
- Bug 914457 - Part 2: Implement Crashtest (f6f6fcfaa)
- Bug 1149923 - Let 2D mask effect can check whether to use IntermediateSurface or not in its own logic. r=roc (f90c6f19c)
- Bug 1177018 - When finding a painted layer for a display item, include event regions in a layer's visible region. r=tn (ccedfcc38)
- Bug 1200158 - Define PaintedLayerData::AccumulateEventRegions() out of line. r=mstange (8fcfe35fd)
- Bug 1200158 - Avoid expensive computations involving the maybe-hit region in hot code paths. r=mstange (871c0944c)
- Bug 1201548 - When testing whether the visible rect intersects event regions in FindPaintedLayerFor(), only use the bounds of the event regions. r=mstange (976798e33)
- Bug 1180295 - Rip out call to setContentDocumentFixedPositionMargins. r=rbarker (c24ed7a7f)
- Bug 1166301 - Use the correct format flags for printing fixed position data in the layers dump. r=kats (a51d7b42a)
- Bug 1166301 - Store a flag on Layer to tell fixed background layers apart from fixed position layers. r=mattwoodrow (c9d1c1c63)
- Bug 1166301 - Annotate fixed background layers with scroll metadata for the animated geometry root of the frame they're the background of. r=mattwoodrow (0f3f8a715)
- Bug 1097464 - Part 6: Handle preserves-3d by compositor. r=roc (b231219b9)
- Hoist scroll info items above inactive blur containers. (bug 1193557 part 1, r=mstange) (d6212d65c)
- Ensure scroll info layers have a dispatch-to-content region. (bug 1193557 part 2, r=kats) (97fe0e4d7)
- Bug 1145143 - Check if buffer size is correct before calling the update. r=nical (fc4019b45)
- Bug 1145143 - When we fail to UpdateRenderTarget, report the size as well. r=bas (885668a28)
- Bug 1161670, cache D3D11 ShaderResourceView on TextureSourceD3D11; r=bas,jrmuizel (5fbd7d741)
- Bug 1188700, [webvr] Fix VR distortion compositing in d3d11/gl to take into account rendertarget size and transform; r=kip (47a73c37a)
- Allow wheel tests finer control over the refresh driver. (bug 1140293, r=mstange) (c47d17d0a)
- Bug 1164274 - Disable the wheel-scroll test on Mulet for intermittent failures. r=mstange (24ba31ab6)
- Bug 1172648 - Full-stack APZ mochitest for bug 1151667. r=kats (19b3fbd74)
- Bug 1173580 - Full-stack APZ layerization mochitest. r=kats (df7d6efc1)
- Bug 1175585 - Full-stack mochitest for wheel transactions. r=kats (b2e00b916)
- Bug 961289 - Add an initial mochitest (for bug 982141) that exercises the APZ testing framework. r=ehsan,kats,BenWa,ted (9e0eea39f)
- Bug 1151663 - Extract some helper functions for writing APZ mochitests into a separate file. r=kats (e0a565ca4)
- remaining Bug 1151663 - Fix reconstruction of APZC tree structure in APZ mochitests. r=kats (f9836eb45)
- part of Bug 1139155 - Add a basic sanity test to exercise touch-based scrolling on B2G. r=botond (0b1673810)
- part of Add a test case for bug 1193557, r=kats. (157e5d8d0)
- Bug 1166649 - Fix GrallocTextureClient.cpp unified build bustage. r=nical (42d01ef5e)
- namespace (0096c7a24)
- Bug 1181085 - Don't accumulate ImageCompositeNotifications when we're compositing to a DrawTarget. r=nical (e7ad9e485)
- Bug 1186159 - Add an APZ minimap. r=kats (576b74a94)
- Bug 1167215 - Composite on every vsync until the scheduled one. r=roc (6ff8f84ca) (f553544f3)
- partly import changes from tenfourfox:
- TLDs, HSTS, tzdata (fd2b82f13) (1dc23de62)
- remove backup files (8becf49a7)
- partly import changes from tenfourfox:
- M1739352 M1732572(partial) M1717318(partial) M1586061 (03ffdeadb)
- M1737515 M1730120 M1737009 (fd2b82f13) (3e837f054)
- mport changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1089363 - Fix for zh-TW download image dialog. r=glandium (538a52585)
- add missind decode of XDRInterpretedFunction (ec14febbd)
- Bug 1173818 - Make jArray.h assert bound checks. r=wchen. (37249b49b)
- Bug 1067325 - Control syntax highlighting via a class. r=hsivonen (3b98d8657)
- Bug 1151048. Disable speculative tokenization in the parser if it's failing too much. r=hsivonen (6e5f5b471)
- Bug 1154188 - Unbreak build on non-SPS platforms after bug 1153737 r=bsmith (4f8ae49bb)
- Bug 1121982 - Update PSM to use NSS name constraints (11b174a51)
- Bug 1183822 - fix OCSP verification failures (r=keeler) (80edeb32e)
- align script() call to one argument as in FF/TFF (abbba186d) (99f10c413)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1160164 - Run "all the tests" when invoking xpcshell's mach command with no arguments instead of passing "all" to the test resolver.;r=ahal DONTBUILD (5583e3bce)
- Bug 1171602 - Run mochitest using mach from a tests.zip, r=chmanchester (083d01f4c)
- Bug 1178850 - Generate naive method bindings in annotation processor; r=snorp (8f8a14e3d)
- Bug 1192079 - Support inner classes in generated JNI wrapper; r=snorp (1eefd6a4f) (640cd329f)

* 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 20220108)
Posted by: J.G.
Date: January 08, 2022 12:14AM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220108)
Date: January 09, 2022 06:08AM

@roytam1

I left a bug report but K-Meleon on Goanna doesn't seem to load Oracle cloud authentication. I have yet to test it with Okta but I suspect it's the same. K-Meleon Goanna, New Moon and Pale Moon all get past the initial handshakes and get to the login screen, but do not proceed further. MyPal and Firefox 52.9 ESR both complete authentication. K-Meleon Gecko doesn't even get to the login screen.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220108)
Posted by: J.G.
Date: January 09, 2022 09:53PM

Quote
Richard Saunders
@roytam1 I left a bug report but K-Meleon on Goanna doesn't seem to load Oracle cloud authentication. I have yet to test it with Okta but I suspect it's the same. K-Meleon Goanna, New Moon and Pale Moon all get past the initial handshakes and get to the login screen, but do not proceed further. MyPal and Firefox 52.9 ESR both complete authentication. K-Meleon Gecko doesn't even get to the login screen.

MyPal/Palemoon runs Goanna engine v4.8, not v3.5, so some issues are expected for KMeleon. :mad:
Note: Mypal was discontinued because its developer infringed the MPL license regarding Pale Moon code.



Edited 4 time(s). Last edit at 01/09/2022 11:31PM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220108)
Posted by: roytam1
Date: January 10, 2022 12:04PM

Quote
J.G.
Quote
Richard Saunders
@roytam1 I left a bug report but K-Meleon on Goanna doesn't seem to load Oracle cloud authentication. I have yet to test it with Okta but I suspect it's the same. K-Meleon Goanna, New Moon and Pale Moon all get past the initial handshakes and get to the login screen, but do not proceed further. MyPal and Firefox 52.9 ESR both complete authentication. K-Meleon Gecko doesn't even get to the login screen.

MyPal/Palemoon runs Goanna engine v4.8, not v3.5, so some issues are expected for KMeleon. :mad:
Note: Mypal was discontinued because its developer infringed the MPL license regarding Pale Moon code.

> infringed the MPL license

no, not really.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220108)
Posted by: Kris_88
Date: January 14, 2022 08:34AM
Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220108)
Posted by: J.G.
Date: January 14, 2022 11:54PM

Quote
Kris_88
Temporary solution for Google. http://kmeleonbrowser.org/forum/read.php?9,155798

@Kris_88 thanks, it works good! I hope @roytam1 could use this tweak in some way! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: 4td8s
Date: January 15, 2022 03:43AM

Quote
roytam1

for youtube going to mobile version, it is intended as normal version trends to freeze the browser. if you think it is still feel good to use normal version, then please go to about:config and change general.useragent.override.youtube.com to "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0"

this tweak works fine in KM but recently the youtube "channel" pages (ex. youtube.com/c/youtubeusername) no longer display correctly in KM after clicking on a link to view a user's youtube channel (not a youtube video)



Edited 1 time(s). Last edit at 01/15/2022 03:45AM by 4td8s.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: Kris_88
Date: January 15, 2022 04:42AM

Quote
4td8s
this tweak works fine in KM but recently the youtube "channel" pages (ex. youtube.com/c/youtubeusername) no longer display correctly in KM after clicking on a link to view a user's youtube channel (not a youtube video)

Set 'general.useragent.override.youtube.com' to 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/60.0'
And, probably, you will have to increase the value of 'dom.max_script_run_time'.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.2 on Goanna 3.5.0 (Build 20210313)
Posted by: RJJIII
Date: January 15, 2022 12:40PM

Roytam,

1. Thanks this is fantastic!

2. Where should bug reports go? I think you're the main active developer on K-Meleon now, correct? How could we do bug reports so that it works best for you.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220115)
Posted by: roytam1
Date: January 15, 2022 01:20PM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 640cd329f...afea1b3ff:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- missing of Bug 1130096 - Convert embedding/components/windowwatcher/ to Gecko style (883cc280e)
- Bug 1114299 - Pass window features up from the content process via nsCString. r=smaug (017de6dc8)
- Bug 1114299 - Be more strict about which window chromeFlags we compute from content. r=smaug (71e9f4959)
- Bug 1159034 - Only fake no-alpha for the backbuffer. - r=kamidphish (2bc4bcf14)
- Bug 1184786 - Fix LastColorAttachment(). r=jgilber (b320f23de)
- Bug 1184786 - Fix ReadBuffer parameter validation. r=jgilber (7c6fac544)
- Bug 1151736 - More information to pick up with crash reports. r=jgilbert (cd26cb6cb)
- Bug 1151736 - Lose context on OOM instead of crashing. r=jgilbert (904e2d98a)
- Bug 1176153. Have binding code grab the array buffer view type for ArrayBufferView arguments, so consumers don't have to manually use JSAPI to do it. Use the new setup in WebGL code. r=smau (3a93669ee)
- Bug 1182347 - Implement OriginAttributesPattern. r=sicking,f=allstars.chh (10eb6487c)
- Bug 922212 - Add console.dirxml. r=bgrins, r=mrbkap (85ebd7e39)
- Bug 1176341 - De-holder nsIXPConnect::CreateSandbox. r=baku,gabor (d27b571d5)
- Bug 1156005 - Mark the nsIAtom members of NodeInfo::NodeInfoInner as MOZ_NON_OWNING_REF; r=baku (3c17318c4)
- Bug 1156006 - Mark NodeInfo::mDocument as MOZ_NON_OWNING_REF; r=baku (67ad08801)
- Bug 1169129 - Make DOMException::Create(nsresult, nsCString) accept nsACString. r=bholley (22e2f4e5e)
- Bug 1156099 - Mark the atom members of NodeInfo as nsCOMPtr's; r=baku (83dca3dde)
- Bug 1176757 - Throw a DataCloneError when attempting to invoke 'cloneNode' on a 'ShadowRoot' and associated mochitest. r=wchen (decac1493)
- Bug 1169044 - Patch 6 - Update web-platform-tests expected data. r=jgraham (def441a11)
- Bug 1169044 - Patch 7 - Set mObserver in URLSearchParams. a=bustage. (80bd7a589)
- Bug 1181259 Remove stray debugging printf from Cache API. r=froydnj (8b030de0a)
- Bug 1173439 P1 Store URLs as UTF8 strings in Cache instead of UTF16. r=ehsan (ad3120be5)
- Bug 1180765 - Bump the caches.sqlite version numbers because of the field that was added in bug 1169044; r=jdm (c40b57eab)
- Bug 1173439 P2 Parse Response URL query as a separate field. r=ehsan (3b5c9641b)
- Bug 1173439 P3 Use url query field for database matching and Request creation. r=ehsan (18969bd6c)
- Bug 1173439 P4 Remove Request url field from Cache API database. r=ehsan (00e45614d)
- Bug 1173439 P5 Cache should index on a hash instead of the url itself. r=ehsan (eafb8d1a1)
- Bug 1177916 - URLSearchParams::GetParentObject should not return nullptr, r=smaug (c44513ab6)
- Bug 1177916 - URL should be a nsWrapperCache object, r=smaug (67c3f7221)
- Bug 1121773 - Conditionally include SiteSpecificUserAgent files on mobile/android. (37db816f1) (34074a23e)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1145017. Use the new proto setup for custom element prototypes when possible. r=wchen,bholley (67789348c)
- Bug 1183450, properly wrappercache URL object, r=baku (ce6ef8436)
- space cleanup (2de44c12c)
- Bug 1155477 - Convert nsINode:confused smileylots::mChildNodes to an nsRefPtr; r=baku (721d52f31)
- Bug 1156009 - Mark nsChildContentList::mNode as MOZ_NON_OWNING_REF; r=baku (acaba6531)
- remaining of 1155477 (d1dc03fc0)
- spacing like gecko, even if bad (7ff16eeae)
- Bug 1155475 - Mark nsINode:confused smileylots::mWeakReference as MOZ_NON_OWNING_REF; r=baku (59b241ae6)
- Bug 1156011 - Mark nsINode::mFirstChild as MOZ_NON_OWNING_REF; r=baku (5255acaa5)
- Bug 1156013 - Mark nsINode::mSubtreeRoot as MOZ_NON_OWNING_REF; r=baku (4da7e61cf)
- Bug 1156012 - Mark nsINode::m{Next,Previous}Sibling as MOZ_NON_OWNING_REF; r=baku (33022b4e0)
- Bug 1156010 - Mark nsINode::mParent as MOZ_OWNING_REF; r=smaug (3c975656a)
- fix typo (c06ca0d92)
- Bug 1165184 - Move nsChildContentList to its own header. r=peterv (408a2cb2e)
- Bug 1167390 - Mark nsNodeWeakReference::mNode as MOZ_NON_OWNING_REF. r=smaug (5a2ab3838)
- missing bit 1117172 part 3 (ab0b032b9)
- Bug 1184065, properly support WrapperCache on DestinationInsertionPointList, r=wchen (4afc484a7)
- missing bit of Bug 1095098 - followup - add back some static analysis attributes lost in a rebase; r=me (08d509ef7)
- Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 (826d1f5ca) (43fb101b1)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1166488 - Eliminate ServiceWorkerRegistrationBase::mCCDummy. r=smaug (a82dedc28)
- Bug 1167375 - make nsTWeakRef use a nsRefPtr internally. r=nfroyd (f1e9def06)
- Bug 1156966 - Avoid writing 0's to mEmptyHdr in nsTArray since it triggers TSan warnings. r=nfroyd (b4d068d1b)
- Bug 1155968 - Place imports on separate lines. r=khuey (bfd1d2e30)
- Bug 1155968 - Whitespace fixes in xpidl.py to comply with PEP8. r=khuey (b3e787594)
- Bug 1155968 - Move statements to their own lines. r=khuey (c55cb4c90)
- Bug 1155968 - Fix indentation warnings to comply with PEP8. r=khuey (a4d98d541)
- Bug 1155968 - Fix variable use before initialization. r=khuey (108654e6e)
- Bug 1155968 - Fix correct number of empty lines between objects to comply with PEP8. r=khuey (595d69ae4)
- Bug 1155968 - Remove semicolons at ends of statements (PEP8). r=khuey (ab4007ec8)
- Bug 1155968 - Remove trailing whitespace in header.py. r=khuey (48e38de7e)
- Bug 1155968 - Change '==' and '!=' to 'is' and 'is not' to comply with PEP8. r=khuey (f45edd3ba)
- spacing (a26387129)
- Bug 1181297 - Add debug descriptor to nsINode. r=smaug (624cce14d)
- missing part of Bug 1181130 - Part 3 (6fe0bbb81)
- Bug 1155477 follow-up: Fix nsINode::ChildNodes() (88e44bc63)
- Bug 1163916 (part 1)
- Avoid a static nsDebugImpl constructor. r=froydnj. (f05047d11)
- Bug 1163916 (part 2)
- Avoid a static constructor for kCompressedBufferLength. r=froydnj. (cb6d85364)
- Bug 1146416 - Move remote anonymous temporary file opening to the main thread. r=roc (1ed85bfa5) (b4c337a45)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1175600. Add getRelativePath/setRelativePath to nsIFile. r=froydnj (93515cbda)
- bug 1171124 - Swap some XP_MACOSX for XP_DARWIN in nsLocalFileUnix. r=froydnj (1928918ac)
- Bug 1192230 - clean up reference-counting in xpcom/; r=erahm (11528cd9f)
- missing bit of Bug 1138293 - Use malloc/free/realloc/calloc (365fb9991)
- Bug 1175601. Make nsIFile.getRelativeDescriptor work with paths with aths with arbitrary numbers of segments, not just 32. r=froydnj (a4b5ea11d)
- Bug 1175600 followup. Add getRelativePath to ye othere nsIFile implementatione so as to de-bust ye olde CLOSED TREE (b23dfee9e)
- Bug 1159604 - Use fallible allocations in nsLinebreakConverter.cpp (as the code expects). r=smaug (498f30023)
- Bug 1139547 - Fix unsequenced variable modmification/access error. r=botond,bsmedberg (a8460ecff)
- Bug 1167380 - Mark (Read/Write)SegmentsState::m(Source/Sink) as MOZ_NON_OWNING_REF and mark as MOZ_STACK_CLASS. r=froydnj (a1f2dc2ae)
- Bug 1137464 - add missing include for nsICloneableInputStream.h to nsStreamUtils.cpp; r=bkelly (dddd1831c)
- Bug 1026761 - CID 749761: nsAStreamCopier:tongue sticking out smileyrocess can use sourceCondition, sinkCondition uninitialized. r=froydnj (a728f2b3e)
- Bug 1189423 - part 1 - Add MOZ_COUNT_CTOR/DTOR for nsXPTCStubBase. r=froydnj (208b578bb)
- Bug 1189423 - part 2 - Remove superfluous |new| result check. r=froydnj (b58d8b1fd)
- Bug 1151506 - Null-check the count parameter in GetConstantCount. r=froydnj (6e89f6635)
- Bug 1171603 - Better size check in nsTSubstring::ReplacePrep. r=ehsan (f17bb9c07)
- Bug 603201 - Enable primitive receivers in [[Get]]. r=jorendorff (24e6b04e2)
- revert/align malloc functions to bug 1156317 21 April 2015 (89de8cbad)
- Bug 1081260 - Update the malloc counters if we successfully recover from OOM; r=jonco (c3a03f041)
- Bug 1196210 - Fix an incomplete assertion in the nursery; r=jonco (84140599a)
- Bug 1198826 - Increment (plain) gcNumber on all GCs, r=terrence (a45b9d65c)
- Bug 1184578 - Fix the nursery profiling print statement; r=sfink (f03accbe4)
- Bug 1188878 - Ensure RematerializedFrames are cleared from Debugger instances on Ion bailout failure. (r=jandem) (0cad2e549)
- pointer style (96793b3b3)
- some leftover (7685205e9)
- pointer style (5dc480bd4)
- Bug 1145781 - Unlazify functions when getting their debug scopes. (r=jimb) (f86c2a1b6)
- Bug 1148388 - Handle lost accesses in missing Debugger scopes for block objects. (r=jimb) (9c1734834)
- Bug 1118865 - Relax assertion in DebugScopeProxy::isMagicMissingArgumentsValue. (r=nbp) (7b46b3929)
- Bug 1193046 - Clear prevUpToDate on younger frames when toggling frame debuggeeness off->on. (r=jimb) (f93459582)
- Bug 1188334 - Fix this one weird case with creating debug block scopes of 0-variable block scopes that come from deprecated let exprs inside generators. (r=jimb) (69cc9afe9)
- code style (dc626020e)
- Bug 1135703 - Ensure that lastProfilingFrame gets set appropriately on ALL JitActivations when profiling is turned on or off. r=shu (64665fe96)
- missing init, taken from TFF (dc9544999)
- pointer style (84478dba2)
- cleanup (6e2dd6ae3)
- reposition due to misspatch (738769d65)
- Bug 1191758 - Rework JS::FormatStackDump() to fix OOM handling r=terrence (680e5f8d2)
- Bug 1195545 - Add instruction reordering pass to IonMonkey, r=sunfish. (ba1441975) (16aec83f0)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1153153: IonMonkey: Repoint the block instead of deleting the block for andor statements, r=bhackett (00fd49f31)
- pointer style (5eb699fff)
- back out barrier check like in FF and TFF (57b37fc09)
- put back inlining failure abort reason (d694cac7b)
- Bug 1196579, bug 1196587, bug 1196589 - Fix some unboxed array bugs, r=jandem. (34f6e97ed)
- Bug 1138676 - Watch for groups with lazy protos in PropertyReadNeedsTypeBarrier, r=jandem. (577d48da0)
- Bug 1138676 - Watch for groups with lazy protos in PropertyReadNeedsTypeBarrier, r=jandem. (53a8b3bc2)
- Bug 1198090 - Use AutoInitGCManagedObject when creating UnboxedLayout in TryConvertToUnboxedLayout() r=terrence (02d85ed7a)
- Bug 1195452 - Make UnboxedLayout::makeNativeGroup() handle OOM when propagating property types r=bhackett (127ac3143) (99fe0d1a1)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1152512 - Use the latest JavaScript version when parsing AutoConfig files. r=mrbkap (1f68c0fc8)
- Bug 1138059 - Tweak XPCOMUtils.defineLazyGetter behavior to avoid weird behavior in weird cases. r=mak. (9adbc6d75)
- Bug 1171013 - Extend defineLazyModuleGetter to support user-defined proxy objects. r=mfinkle (aa469e579)
- Bug 1171904 - Remove --enable-js-crash-diagnostics and just use the NIGHTLY defines; r=sfink (b47e0d9ca)
- Pointer style (01a808b27)
- Bug 1176568. Fix the proto cycle checking to work correctly for inner/outer globals. r=waldo (78cd2558d)
- Bug 1144452. Print the global in JSObject::dump. r=waldo (1c00520a1)
- Bug 1191482 - Improve WeakCache sweep code and add assertions r=terence (5ca525c46)
- Bug 1188836 - Fix compacting GC zone selection by passing total arenacount to ShouldRelocateZone() r=terrence (11c95eb99)
- Bug 1188936 - Release/protect relocated arenas earlier r=terrence (1700c2a6e)
- pointer style (6e3e502d7)
- do not start private by default (86b11721d)
- Bug 1153707 jsval is wrongly passed to XPT Javascript method on ppc/32 and SPARC/32 r=bobbyholley (a02e2f6d9)
- Bug 1170859- MIPS64: Fix copy u32 type arg to argument register. r=froydnj (c489e99b4)
- Bug 1155154 - Part 1 - Fix the check for duplicate filters when one filter is a subtring of another one. r=smaug (e442c3c0c)
- Bug 1155154 - Part 2 - Rename extension filter. r=smaug (8f9b4d21e)
- Bug 1155154 - Part 3 - Ignore file extension filters with characters that can be interpreted by the file picker. r=smaug (cf972fd8f)
- Bug 1186603 - Add a "Contains" method for string classes and use it in HTMLInputElement. r=nfroyd (c5d5f51e8) (48a663d7c)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 559303 - Consolidate strBuf and longStrBuf in the tokenizer. r=wchen. (b385e7635)
- Bug 489820 part 1 - Make charRefBuf non-growable and have the same lifetime as the tokenizer. r=wchen. (5c9a2c402)
- Bug 489820 part 2 - Grow buffers to the worst-case size before tokenizing; fix comments. r=wchen. (7dad72a9a)
- Bug 1176668 - Fix overflow avoidance in numeric character reference handling. r=wchen. (f9cdb2b5b)
- Bug 1171309 - Remove PREF_Init()'s return value. r=bsmedberg. (245dd4436)
- Bug 916101 - Show entire pref name when wanring about size, r=mossop (61245be0f)
- add back crashrep, it is not defined anyway (4995d8d3e)
- Bug 1195123: Restructure logic (pulling out "!") for SVG image rejection, to make it clearer that it matches the comment. r=longsonr (57e3698f6)
- Bug 629682 - Add a better warning message for SVG-as-an-image external resources being blocked. r=dholbert (35ea836e4)
- remove useless cast (abb30e8ac)
- add internal CSP preload check from TFF (14c4d843e)
- Bug 1167650 - Expose DOMRequest and DOMCursor to workers. r=bent (468365262)
- Bug 1154041 - Enable child process memory report logging by default on B2G. r=erahm (141254fc5)
- namespace (515b42704)
- Bug 1164587 - Get rid of Fault() in the cycle collector. r=smaug (9587d4971) (afea1b3ff)

* 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 20220115)
Posted by: Paco
Date: January 15, 2022 10:18PM

Roytam1 thank you very much for your constant effort to keep the browser alive

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220115)
Posted by: J.G.
Date: January 17, 2022 10:04AM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20220115)
Posted by: Hangar0
Date: January 17, 2022 11:35PM

winxp sp3 32b, thank you Roytam1 smiling smiley KM76.4.5-Goanna-20220115.7z


Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: J.G.
Date: January 18, 2022 04:08PM

Quote
Kris_88
Quote
4td8s
this tweak works fine in KM but recently the youtube "channel" pages (ex. youtube.com/c/youtubeusername) no longer display correctly in KM after clicking on a link to view a user's youtube channel (not a youtube video)
Set 'general.useragent.override.youtube.com' to 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/60.0'
And, probably, you will have to increase the value of 'dom.max_script_run_time'.

This worked for me, however I have set rv:42.0 to 60.0 for the UA:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: gecko
Date: January 20, 2022 08:26AM

I have a serious issue with Windows 11, only K-Meleon75.0 original release launches, all the Goanna mods don't launch. Any help, did anybody else test with Windows 11? Any way to debug this?



Edited 1 time(s). Last edit at 01/20/2022 08:26AM by gecko.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: Kris_88
Date: January 20, 2022 03:59PM

Quote
J.G.
This worked for me, however I have set rv:42.0 to 60.0 for the UA:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0
In fact, it works as I wrote. It seems that the rv: is ignored, only Firefox/60.0 is important.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: J.G.
Date: January 21, 2022 12:18AM

Quote
gecko
I have a serious issue with Windows 11, only K-Meleon75.0 original release launches, all the Goanna mods don't launch. Any help, did anybody else test with Windows 11? Any way to debug this?

Here no problem with W11. Antivirus blocking perhaps? Disable AV for a while and try it again. :mad:



Edited 1 time(s). Last edit at 01/21/2022 12:19AM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: gecko
Date: January 21, 2022 07:51AM

Quote
J.G.
Quote
gecko
I have a serious issue with Windows 11, only K-Meleon75.0 original release launches, all the Goanna mods don't launch. Any help, did anybody else test with Windows 11? Any way to debug this?

Here no problem with W11. Antivirus blocking perhaps? Disable AV for a while and try it again. :mad:
Windows Defender (Microsoft Defender) is disabled.
UAC also.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.4 on Goanna 3.5.0 (Build 20210821)
Posted by: J.G.
Date: January 21, 2022 03:43PM

Quote
gecko
Quote
J.G.
Quote
gecko
I have a serious issue with Windows 11, only K-Meleon75.0 original release launches, all the Goanna mods don't launch. Any help, did anybody else test with Windows 11? Any way to debug this?
Here no problem with W11. Antivirus blocking perhaps? Disable AV for a while and try it again. :mad:
Windows Defender (Microsoft Defender) is disabled.
UAC also.
Perhaps some missing Microsoft Visual C++ Redistributable Runtime?
Try https://github.com/abbodi1406/vcredist to install latest ones. :s
Note: a reboot may be needed.



Edited 1 time(s). Last edit at 01/21/2022 03:47PM by J.G..

Options: ReplyQuote
Pages: PreviousFirst...89101112131415161718...LastNext
Current Page: 13 of 33


K-Meleon forum is powered by Phorum.