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 23
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: roytam1
Date: November 04, 2019 12:19PM

next goanna engine will support SOCKS5 proxy with auth by using newProxyInfoWithAuth() API.
will someone want to make effort and get this setting in KM's pref dialog?

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: siria
Date: November 04, 2019 10:14PM

Quote
roytam1
next goanna engine will support SOCKS5 proxy with auth by using newProxyInfoWithAuth() API.
will someone want to make effort and get this setting in KM's pref dialog?

Am not familiar with that stuff, what it means and requires GUI-wise, which setting, which pref, and how other browsers handle that.
rodocop perhaps? He's using proxies.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: rodocop
Date: November 04, 2019 11:37PM

Well, my XUL knowledge is enough only for adding some boolean pref in GUI. I don't know much about new API and all that stuff. I can try, but... not sure

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: siria
Date: November 05, 2019 01:48AM

Quote
rodocop
Well, my XUL knowledge is enough only for adding some boolean pref in GUI. I don't know much about new API and all that stuff. I can try, but... not sure
XUL is feasable, not much clue either, but mainly a matter of spending enough time comparing and trial/error ;-) Have recently added the 2 new INT prefs in F2>Page Display for iframes and media. A bigger prob was to figure out how to get them working even if the prefs don't exist at all yet (like almost all "permissions.default.xxx"). And string prefs are "CharPref", easy if ANSI, but getting "complex" if unicode.

But here the biggest prob is: WHAT to add, and WHERE, what does it do, and how to word it understandably??

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: roytam1
Date: November 05, 2019 01:58AM

Quote
siria
Quote
rodocop
Well, my XUL knowledge is enough only for adding some boolean pref in GUI. I don't know much about new API and all that stuff. I can try, but... not sure
XUL is feasable, not much clue either, but mainly a matter of spending enough time comparing and trial/error ;-) Have recently added the 2 new INT prefs in F2>Page Display for iframes and media. A bigger prob was to figure out how to get them working even if the prefs don't exist at all yet (like almost all "permissions.default.xxx"). And string prefs are "CharPref", easy if ANSI, but getting "complex" if unicode.

But here the biggest prob is: WHAT to add, and WHERE, what does it do, and how to word it understandably??
KM's proxies dialog seems not even handling auth, BTW does foxyproxy work in KM?

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: siria
Date: November 05, 2019 05:14PM

Slightly offtopic here, but yet another killer for K-Meleon addons, shouldn't be overlooked.
Wouldn't have noticed myself but someone mentioned it in another forum (msfn):

WARNING - legacycollector.org forced to close too!

That was one of the very last Firefox-ADDON archives usable for K-Meleon and other forks too, since Mozilla killed nearly all last year, tens of thousands xpi-addons sad smiley

http://legacycollector.org/
Quote

Since starting this, end 2018, in response to Mozilla removing all legacy extensions from its add-ons site, with plans to expand to include more, similar "legacy" content, a few things have changed needing me to re-evaluate both the need for this site and my desire to run it.

Most importantly I've received several threats to my person for running legacycollector.org - not the kind of thing I signed up for.
But hey, Internet, if that is how you want to play ball, I'm out.

Considering this, I've decided to stop providing this free archive and void my plans.
This archive will be shut down in December 2019. Merry Christmas.

If you want to comment, please do it in that separate topic:
http://kmeleonbrowser.org/forum/read.php?9,151146
to not clutter roytams development thread too much.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: roytam1
Date: November 06, 2019 02:47AM

Quote
siria
Just wondering if the free domain service is secretly up to evil tricks again, domain folder views now only show 404 and the entry page has ads? The direct download links still seem to work, and LC too.

The new "parking" server will rewrite all requests to another domain's root.
I just don't care about that.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: siria
Date: November 06, 2019 03:06AM

oops sorry, actually my fault I had just forgotten the "o" prefix in the URL ;-)

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: roytam1
Date: November 06, 2019 03:09AM

Quote
siria
oops sorry, actually my fault I had just forgotten the "o" prefix in the URL ;-)

different subdomain goes to different servers/services.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191109)
Posted by: roytam1
Date: November 09, 2019 12:13AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 13f9e7fee..df039285e:
- bump versions (58723f645)
- ported bug1200802 (ef47f9b55)
- import changes from rmottola/Arctic-Fox:
- Bug 968520 - Explicitly specify the allocator for nsTArray_base functions. r=froydnj (8e11c1a0c)
- Bug 968520 - Add fallible variant of nsTArray:confused smileyetCapacity. r=froydnj (3a33bc53e)
- Bug 968520 - Add fallible variants of nsTArray::InsertElementsAt. r=froydnj (d52030d81)
- Bug 968520 - Add fallible variant of nsTArray::EnsureLengthAtLeast. r=froydnj (7f22637b6)
- Bug 968520 - Add fallible variant of nsTArray:confused smileyetLength. r=froydnj (a6f43b1b0)
- Bug 968520 - Add fallible variants of nsTArray::ReplaceElementsAt. r=froydnj (e17169b21)
- Bug 968520 - Add fallible variants of nsTArray::InsertElementAt. r=froydnj (0ed62209a)
- Bug 968520 - Add fallible variants of nsTArray::AppendElements. r=froydnj (c4f4d2a1e)
- Bug 968520 - Add fallible variants of nsTArray::AppendElement. r=froydn (3fbf72f7a)
- Bug 1165729 - Remove unnecessary template declaration for fallible nsTArray::AppendElement. r=froydnj (f72cc5efd)
- Bug 968520 - Make nsTArray::InsertElementSorted support moves. r=froydnj (217178725)
- Bug 968520 - Add fallible variants of nsTArray::InsertElementSorted. r=froydnj (f99e300b9)
- Bug 968520 - Add more fallible variants of nsTArray::InsertElementsAt. r=froydnj (218d4f025) (19841f19a)
- addendum to git rev 19841f19a1e0fc573b99c2b56f280109786a79db, fix moz_malloc/moz_realloc/moz_free for our tree (3b174064e)
- import changes from rmottola/Arctic-Fox:
- Bug 1140264 part 1 - Avoid expanding auto-hidden ruby annotations. r=dbaron (5b6ddba10)
- Bug 1140264 part 2 - Move and merge line breaking code in rbc reflow to reduce useless computation and fix undesired break point. r=dbaron (0d3aaad79)
- Bug 1140264 part 3 - Rename IsInlineDescendantOfRuby to ShouldSuppressLineBreak and exclude rbc/rtc from it. r=dbaron (e929b296b)
- Bug 1140264 part 4 - Reftest for this bug. r=dbaron (3aa19d44e)
- Bug 1141842 - Add LastOptionalBreakPriority to nsLineLayout to simplify some code. r=roc (81cc1dcd0)
- Bug 1137875 - Have the SharedFrameMetricsData hold a copy of the layers id. r=nical (81c657510)
- Bug 1133237 - When transitioning from a shadow layer tree that has plugins to a tree that does not, make sure the old plugins get hidden properly. r=roc (11ff16c17)
- Bug 1137875 - Have the LayerTransactionChild hold a copy of the layers id. r=nical (f9a090aad)
- Bug 1137875 - Clear shared frame metrics objects associated with a PLayerTransaction when it is destroyed. r=nical (c5037ee27)
- Bug 1119878 Part 1: Change SandboxTarget to hold sandbox target services to provide functions. r=aklotz, r=glandium, r=cpearce (7378d13e4)
- Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. r=billm, r=dvander, r=aklotz, r=cpearce (fa002f559)
- Bug 1149971 Part 1: Follow-up to bug 1119878 to fix broken IPDL tests. r=dvander (76b843d43) and some lines of fix of toolkit/xre/nsEmbedFunctions.cpp after Bug 1119878 Part 2. (5ec13acbd)
- import changes from rmottola/Arctic-Fox:
- Revert Bug 1125848 - Consolidate PCompositor's creation-destruction logic because of 10.7 MacOS bustage (ceda5a133)
- adapt assertion to be as introduced in Bug 1125848 (877071282)
- Bug 1160190 followup. Make ServiceWorker actually disabled on mulet so we can reopen the CLOSED TREE. r=bkelly (1a03ee7c2)
- Bug 1123846 - Restrict some activities to be provided by the system app r=ferjm (c7ca76805)
- fix header include order (01b1289df)
- Bug 1151644 - Don't disallow the basic compositor backend. r=jrmuizel (b70633afd)
- Bug 1155823 - Properly shutdown the CompositorVsyncDispatcher. r=kats (a3dee13e8)
- add gfxCrashReporterUtils as of 1180688 2015-07-13 (433fa6bdb)
- Bug 1029673 - Correctly report OMTC compositing in crash reports - r=Bas (87fc22936)
- Bug 1180688 - Detect whether the widget will be able to present frames with BasicCompositor on Mac. r=mstange (842ed309f) (eca52a3f8)
- import changes from rmottola/Arctic-Fox:
- Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro (bd9905d37)
- Bug 1180688 - Reset the appropriate widget states if creating a compositor fails. r=mstange (461339a0c)
- missing part of Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. (631e112dc) (df039285e)

* 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.2 on Goanna 3.4.4 (Build 20191109)
Posted by: Anonym
Date: November 09, 2019 02:42AM

@roytam1 thanks!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191109)
Posted by: J.G.
Date: November 09, 2019 08:58AM

@roytam1 thanks a lot! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: roytam1
Date: November 15, 2019 11:32PM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git df039285e..f9e56e1ed:
- import changes from rmottola/Arctic-Fox:
- Bug 1140767 - Build more files in security/manager in unified mode; r=dkeeler (11ab39c46)
- Bug 1141864. Replace a bunch nsAutoPtr.h includes with nsRefPtr.h (Adapted) (ce31bfbcc)
- Bug 1141689 - use services::GetObserverService more; r=ehsan (22e6fcf7e)
- Bug 1140162 - IPC Proxy for TextAttributes and DefaultTextAttributes, r=tbsaunde (31bb06b0d)
- Bug 1140499 - IPC Proxy for text/char bounds, r=tbsaunde (5441444db)
- Bug 1140534 - IPC Proxy for offsetAtPoint, r=tbsaunde (24ca5c668)
- Bug 1140895 - IPC Proxy for get/set/add/remove Selection, r=tbsaunde (35d3364b8)
- Bug 1140900 - IPC Proxy for ScrollSubstringTo*, r=tbsaunde (1f7de020f)
- Bug 1140917 - IPC Proxy for replace/insert/copy/cut/delete/paste, r=tbsaunde (b6fe2db79)
- Bug 1140917 followup: add missing MOZ_OVERRIDE annotations on new DocAccessibleChild method-decls. r=ehsan (47cce9086)
- Pointer style (b63b44d0a)
- Bug 1140636 - Test CPOW function identity. r=billm (6ada9597c)
- Bug 1134006 - Avoid IPC for domElement.QueryInterface(nsISupports) and nsIClassInfo. r=billm (753758b63)
- Bug 1096488 - Detect and handle switching from remote to non-remote pages and back in marionette.;r=automatedtester (048279bd5)
- Bug 1096488 - Test that switching browser remoteness leaves marionette in a usable state.;r=automatedtester (207aabadb)
- Bug 1138650 - Update remaining callsites to use newChannel2 in toolkit/devtools (r=jryans) (a4ffc704e)
- Bug 1138648 - Update remaining callsites to use newChannel2 in netwerk/ (r=sworkman) (cdf6612a9)
- bug 1135160 - implement link rel=preconnect r=smaug (cfac502ce)
- bug 1135160 - ioservice have speculative connect use proxy-resolve2() r=hurley (238b58f84)
- Bug 1140788 - Set headers to immutable. r=bkelly,ehsan (c48c12acf)
- Bug 1137037 - Determine the inner window ID in imgRequest::Init. r=baku (12aa73a7c)
- Bug 1137019 (Part 1) - Get rid of unused LockImage forwarding methods on imgRequest. r=baku (6ed5c7d25)
- Bug 1137019 (Part 2) - Replace imgRequest's image decoding methods with a single minimal method that updates an atomic. r=baku (adeb8797c) (f9e56e1ed)

* 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.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Anonym
Date: November 16, 2019 04:58AM

@roytam1 thanks!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: J.G.
Date: November 16, 2019 06:04AM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: KMfan2
Date: November 16, 2019 08:20AM

Flash site does not work properly



This is with Chrome



Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Shiro Naomi
Date: November 17, 2019 03:25AM

Hi roytam1

Could you add WebGL to this amazing browser?

Adding this up, can you fix this page too plz?
When i paste an image that i have copied, it comes out like this:

K-meleon

https://i.snipboard.io/iOQTan.jpg

Google Chrome

https://i.snipboard.io/awkT8B.jpg

https://snag.gy





Edited 3 time(s). Last edit at 04/23/2021 07:18PM by Shiro Naomi.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: rodocop
Date: November 17, 2019 05:47PM

Quote
Shiro Naomi
Could you add WebGL to this amazing browser plz?

Just open about:config page and search for 'webgl'

Then switch
webgl.disabled to false
and
webgl.force-enabled to true

Reload your site - it works now

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Shiro Naomi
Date: November 18, 2019 01:28AM

Quote
rodocop
Quote
Shiro Naomi
Could you add WebGL to this amazing browser plz?

Just open about:config page and search for 'webgl'

Then switch
webgl.disabled to false
and
webgl.force-enabled to true

Reload your site - it works now
I already have it like this, and nothing work sad smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: gordon451
Date: November 18, 2019 02:33AM

Quote
Shiro Naomi
I already have it like this, and nothing work sad smiley

Set your webgl config as so:



I've highlighted the "true" entries with red.

____________________
Understanding the scope of the problem is the first step on the path to true panic. [Florence Ambrose, "Freefall" 01372 January 22, 2007 http://freefall.purrsia.com/ff1400/fv01372.htm]

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: J.G.
Date: November 18, 2019 10:48AM

Quote
gordon451
Quote
Shiro Naomi
I already have it like this, and nothing work sad smiley
Set your webgl config as so:
I've highlighted the "true" entries with red.

Shouldn't be these options true by default? :s
PS. Do we need some extra config tweaks?



Edited 1 time(s). Last edit at 11/18/2019 10:53AM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Shiro Naomi
Date: November 18, 2019 12:26PM

Quote
gordon451
Quote
Shiro Naomi
I already have it like this, and nothing work sad smiley

Set your webgl config as so:



I've highlighted the "true" entries with red.
I already configured it like that also when rodocop told me what to do and it doesn't work either.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Zweiny
Date: November 18, 2019 01:09PM

amazing...
nice to see people are still working and developing k-meleon. :-)

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: gordon451
Date: November 18, 2019 03:29PM

Quote
Shiro Naomi
I already configured it like that also when rodocop told me what to do and it doesn't work either.

Try setting the pref "webgl.min_capability_mode" to "true", see if that does something constructive. Also make sure JS is enabled, WebGL uses it.

I found some info about WebGL at < https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API >. Also try this < https://webglreport.com/?v=1 >.

____________________
Understanding the scope of the problem is the first step on the path to true panic. [Florence Ambrose, "Freefall" 01372 January 22, 2007 http://freefall.purrsia.com/ff1400/fv01372.htm]

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Shiro Naomi
Date: November 19, 2019 12:29AM

Quote
gordon451
Quote
Shiro Naomi
I already configured it like that also when rodocop told me what to do and it doesn't work either.

Try setting the pref "webgl.min_capability_mode" to "true", see if that does something constructive. Also make sure JS is enabled, WebGL uses it.

I found some info about WebGL at < https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API >. Also try this < https://webglreport.com/?v=1 >.
I already have it

Quote
Edit
I downloaded the new version of firefox and obviously has more options, it works perfectly without configuring anything

https://i.snipboard.io/oysZ75.jpg




Edited 1 time(s). Last edit at 11/19/2019 04:03AM by Shiro Naomi.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: J.G.
Date: November 23, 2019 08:33AM

Quote
Shiro Naomi
I downloaded the new version of firefox and obviously has more options, it works perfectly without configuring anything

Have you tried to copy those more options to your current prefs.js file located at profile folder? :mad:

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: siria
Date: November 23, 2019 12:52PM

Just trying to avoid this gets forgotten already:

Quote
roytam1
next goanna engine will support SOCKS5 proxy with auth by using newProxyInfoWithAuth() API.
will someone want to make effort and get this setting in KM's pref dialog?

Quote
siria
Am not familiar with that stuff, what it means and requires GUI-wise, which setting, which pref, and how other browsers handle that.
rodocop perhaps? He's using proxies.

Quote
rodocop
Well, my XUL knowledge is enough only for adding some boolean pref in GUI. I don't know much about new API and all that stuff. I can try, but... not sure

XUL may be the lesser prob if just adding more stuff to existing kmpref-sheets, which contain already most necessary scripts and functions. Recently added more INT prefs to F2 > Page Display (file pref-display.xul), which needed new workarounds due to missing default prefs, and have also used hardcoded EN strings due to vanished translators. Those bits can be copied now for other easy stuff in the future. But if this proxy auth thing requires more, perhaps even password input etc., things get too complicated for us non-experts.

The first thing we need are tips and info about the GUI in other browsers, as example.
And which hopefully can be copied - if possible??

(TODO, HOWTO, proxy socks)



Edited 1 time(s). Last edit at 11/23/2019 12:57PM by siria.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Shiro Naomi
Date: November 24, 2019 03:20AM

Quote
J.G.
Quote
Shiro Naomi
I downloaded the new version of firefox and obviously has more options, it works perfectly without configuring anything

Have you tried to copy those more options to your current prefs.js file located at profile folder? :mad:
Yeah, its still the same, it doesn't work. sad smiley



Edited 1 time(s). Last edit at 11/24/2019 03:58AM by Shiro Naomi.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Slickone
Date: November 26, 2019 09:13PM

While I've noticed KM Goanna offers more support for sites that had stopped working correctly with KM Gecko, KM Goanna isn't as snappy as KM Gecko. Is that normal? Maybe just the disadvantage of having more up to date code?

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191116)
Posted by: Impure
Date: November 27, 2019 05:26AM

Numerous sites have stopped or are unresponsive to Goanna 3 (Tycho) engine recently. Unless KMeleon is ported to Goanna 4, i see a bleak future for the most loved browser.sad smiley

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


K-Meleon forum is powered by Phorum.