K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: PreviousFirst...678910111213141516...LastNext
Current Page: 11 of 33
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211030)
Posted by: J.G.
Date: November 10, 2021 08:35PM

Quote
WasiFH
Just a comparison I don't understand why the older Goanna is better than the newer.
1. K-Meleon Goanna build 2020-12-12
1. K-Meleon Goanna build 2021-10-30
3. MyPal browser

I agree. Something seems to be wrong with website rendering. sad smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211030)
Posted by: orange
Date: November 11, 2021 06:28AM

Hello, Roytam has not solved the problem with images that are not displayed when searching on Google on Windows 7 Pro. I can install Chrome, Opera or Firefox but those browsers crash often on my old computer which is not performing and I have no money to buy a new one. Even the operating system itself loads and moves very slow..... sad smiley((((

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

Quote
cheetos1897
Cant load pages on zhihu.com
try this url
https://www.zhihu.com/question/22540456
this site uses some DOM properties that goanna3 can't handle.

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

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

Changelog:

In-tree changes:
- stdafx: include C++ algorithm header early and use std::min and std::max so gdiplus.h will have min and max to use after Bug 830801 was landed goanna3. (eab5b358)

Out-of-tree changes:
* update Goanna3 to git 00fee1e0a...413983e19:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan (20a3e9857)
- pointer style (b13f08224)
- Bug 1201271 - Warn about unused results for more methods of nsTArray. r=froydnj (c8fa9e836)
- Bug 1156398: Pass ProcessOrientation.cpp's unused-by-default bools to mozilla::unused. r=mwu (e1200be54)
- Bug 1159124 - Suppress -Wunused-exception-parameter warning in nsClipboard.mm. r=spohl (dc3c4c4d0)
- Bug 1152921 - Always initialize platform-specific booleans in PrintData before sending over IPC. r=mconley (45fb8cf07)
- Bug 1091112 - Serialize nsIPrintSettings options bitfield. r=jimm (17d38b152)
- Bug 1091112 - Add OS X-specific members to PrintData IPDL struct. r=jimm (62182eb24)
- Bug 1091112 - Proxy opening the print dialog on OS X to the parent. r=mstange (adf38a12a)
- Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl (9c4f43861)
- missing bits of Bug 1193038: Purposely leak StatisticsReport object and suppress the leak report r=glandium,mccr8,njn (cc0c1a908)
- Bug 1144580 - Whitelist pselect6 in content seccomp-bpf policy. r=kang (144c67d00)
- Bug 1144514 - Whitelist pread64 in content seccomp-bpf policy. r=kang (c01f7f65c)
- Bug 1055310 - Step 1: Convert seccomp-bpf policies to Chromium PolicyCompiler. r=kang (8fbf648ba)
- Bug 1055310 - Step 2: Move SIGSYS handling to Chromium TrapRegistry. r=kang (e80ff13a6)
- Bug 1055310 - Step 3: Move syscall interceptions into SandboxFilter.cpp. r=kang (59c0b2454)
- Bug 1004011 - Support SECCOMP_FILTER_FLAG_TSYNC if available. r=kang (cf97070a9)
- Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. (c9df97498)
- Bug 1189125 - Allow xpcshell to use GTK (r=karlt) (e363a27aa)
- Bug 830801 - Part 1. Set NOMINMAX define as default. r=mshal (88fa52e9e)
- Bug 830801 - Part 3. Remove NOMINMAX define from cpp source. r=mshal (c841b399f)
- Bug 1169433 - Remove UnicharSelfTest and turn NormalizationTest into a gtest. r=glandium,smontagu (625dcaf32)
- Bug 1170072 - Part 1. Make GetCharProps1 as static function. r=jfkthame (6ab8b7c4f)
- Bug 1183209 patch 2: update data generation tools to Unicode 8, r=jfkthame (78e91de20)
- Bug 1183209 patch 3: update generated data files to Unicode 8, and adapt internal XIDMOD types to the new types in Unicode's xidmodifications.txt, r=jfkthame (c9fea054f) (95440d2f9)
- missing bits from Bug 1162569 - default engine files should be in the omni.ja file, r=markh,glandium. (c7d628bdd)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- pointer style (4cb5b536b)
- Bug 1186696. Event handlers on JS-implemented webidl interfaces should have the same behavior as other event handlers: accept all values, convert non-objects to null. r=smaug (f61a308fb)
- Bug 983301 part 1. Handle JS-to-native conversion for Promise values via calling Promise::Resolve on whatever value was passed in (except if the type is nullable and the passed-in value is null or undefined). r=peterv (4aaf04c66)
- Bug 983301 part 2. Change Promise to not be distinguishable from any other type. r=peterv (0f463a834)
- Bug 1157848 - Fix leak in OwningNonNull constructor from already_AddRefed; r=bz (a2a0aaa7a)
- Bug 983301 Add a test for FetchEvent.respondWith(5). r=bz (5de2ea7d5)
- Bug 1166932 - Part 1: Copy the editor observers array before iterating over it; r=roc (db74b264d)
- Bug 1166932 - Part 2: Make sure that nsTextInputListener doesn't try to perform edit actions if it has been disconnected from the editor object; r=roc (7143bc782)
- Bug 1190823 - Move OwningNonNull.h to xpcom/base/; r=froydnj (77c373751)
- Bug 1163044 - Forward NS_MOUSE_ENTER_WIDGET into content process. r=smaug (46fcb7720)
- Bug 1182358 - RequestSyncService.jsm should use AlarmService instead nsITimer, r=nsm (d0eb0bcd4)
- Bug 1142609 - Fix PEP 8 E111/E113 warnings in dom/bindings's Python code. r=peterv (56bc4b865)
- Bug 1142609 - Fix PEP 8 E121 warnings in dom/bindings's Python code. r=peterv (93f8021f6)
- Bug 1142609 - Fix flake8's E122 warnings in dom/bindings's Python code. r=peterv (32f4cb3a2)
- Bug 1142609 - Fix PEP 8 E126 warnings in dom/bindings's Python code. r=peterv (fd7710f34)
- Bug 1142609 - Fix PEP 8 E124 warnings in dom/bindings's Python code. r=peterv (20d26ce01)
- Bug 1142609 - Fix PEP 8 E125 warnings in dom/bindings's Python code. r=peterv (817ae2eb6)
- Bug 1142609 - Fix PEP 8 E127 warnings in dom/bindings's Python code. r=peterv (031b0026f)
- Bug 1142609 - Fix PEP 8 E128 warnings in dom/bindings's Python code. r=peterv (ec4ab550e)
- Bug 1142609 - Fix PEP 8 E2xx warnings in dom/bindings's Python code. r=peterv (0a65500d3)
- Bug 1157588. Produce a better error message when someone tries to pass a mixin as an argument. r=peterv (33d91a9b0)
- Bug 1142609 - Fix PEP 8 E3xx warnings in dom/bindings's Python code. r=peterv (0cd9b0613)
- Bug 1176236. Make typed array arguments work for constructors of JS-implemented interfaces. r=peterv (31e3d3c82)
- Bug 1162956 part 1. Move forwardDeclareForType to be a method on ForwardDeclarationBuilder. r=peterv (8f5f3ff49)
- Bug 1162956 part 2. Forward-declare things as needed in example codegen. Also, use js/TypeDecls.h for the JSContext declaration and include BindingDeclarations.h so we get things like Optional (which are a pain to forward-declare). r=peterv (9192d061b)
- Bug 1166443. Example codegen should output the right signature for Wrap() when the object is not wrappercached. r=peterv (12ca80503)
- Bug 1177869. Fix example codegen to output the correct return type for WrapObject in the non-wrappercached case. r=peterv (0c44da02c)
- Bug 1025395. Output a #error instead of a nonexistent macro for the CC bits of example codegen, to make it clearer to people using it what they should do with CC. r=peterv (75dce91d4)
- Bug 1173913. Indicate what webidl generated files were generated from, if they were generated for a particular webidl file. r=peterv (aaa86dbe8)
- Bug 1165182 - Stop LE scans when Bluetooth adapter is disconnected from its owner. r=joliu (6a3dbc1ae)
- Bug 1176898 - Remove redundant DisconnectFromOwner of BluetoothDiscoveryHandle. r=btian (7ddae05ad)
- Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu (0572f1af1)
- Bug 1163499 - Part 1: Revise BluetoothGattInterface and result handler for daemon support. r=tzimmermann (e40f7703f)
- Bug 1163499 - Part 2: Add helpers for Bluetooth daemon GATT client support. r=tzimmermann (9c52b9b0b)
- Bug 1163499 - Part 3: Add GATT module for Bluetooth daemon. r=tzimmermann (730394aac)
- Bug 1163499 - Part 4: Add GATT and GATT client interfaces for Bluetooth daemon. r=tzimmermann (7aefc1c20)
- Bug 1163499 - Part 5: Support GATT profile when using Bluetooth daemon. r=tzimmermann (4e71b4901)
- Bug 1148506: Remove unused variable 'bool result' from code generated by getDeleterBody(), in Codegen.py. r=jorendorff (aa31f486d)
- Bug 1170971 - Part 1: Fix BluetoothGattReadParam unpacking in daemon backend. r=tzimmermann (78e8facce)
- Bug 1142609 - Fix PEP 8 E5xx warnings in dom/bindings's Python code. r=peterv (08f5edc45)
- Bug 1142609 - Fix PEP 8 E7xx warnings in dom/bindings's Python code. r=peterv (7fc970bff)
- Bug 1170971 - Part 2: Fix BluetoothGattAdvData unpacking in daemon backend. r=tzimmermann (4285509b2)
- Bug 603201 - Enable primitive receivers in [[Set]]. r=jorendorff (726d46b63)
- Bug 1174717 - Passing fallible when calling AppendElement method for Sequence types in bluetooth2. r=shuang (557d92545)
- pointer style (8f7275cf4)
- Bug 1192297 - Rephrase Proxy static methods to make it clearer that the handler->hasPrototype() case is the weird case. r=Waldo. (2e68353c3)
- Bug 1105045 - Outerize the receiver passed to proxy hooks. r=efaust. (c00a1db2f)
- Bug 603201 - Change GetProperty receiver argument to Value in JS. r=efaust (f5a87f31b)
- Bug 603201 - Change GetProperty receiver argument to Value in the browser. r=smaug (0b871d846)
- Bug 1175173 - Don't box primitive this values in {Object, Array}.prototype.toLocaleString. r=till (11a66b2b6)
- Bug 1179141 - Remove macro |BT_API2_LOGR|, r=joliu (792fbcde8)
- Bug 1161991: Gatt server neutral-backend interface; r=jocelyn (f093551c3) (2b0b985a1)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1206596: Make random_generateSeed visible, and let it generate wider seeds. r=fitzgen (6c94fd975)
- Bug 1159552 - Clear local arrays while discovering. r=jocelyn (912dd8429)
- Bug 1179682 - Remove |mName| from BluetoothReplyRunnable, r=joliu (541e01427)
- Bug 1186317 - [cleanup] Remove unused macros and unnecessary logs, r=shuang (38908d9fc)
- Bug 1181478 - Expose BluetoothGattServer object in BluetoothAdapter. r=btian, r=mrbkap, a=me (450cdb58e)
- Bug 1188394 - Fix warning: NS_ENSURE_TRUE(aTypes.Length()) failed, r=joliu (c898e6401) (413983e19)

* 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 20211113)
Posted by: cheetos1897
Date: November 13, 2021 02:51AM

KM shows a blank page visiting uefa.com

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113)
Posted by: orange
Date: November 13, 2021 05:35AM

Google Images not displaying results:

https://imgur.com/a/IRl6Icl

>>>>>>>>> K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113) and many other builds dont show images



Edited 1 time(s). Last edit at 11/13/2021 10:31PM by JohnHell.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113)
Posted by: roytam1
Date: November 13, 2021 12:08PM

Quote
orange
Google Images not displaying results:

https://imgur.com/a/IRl6Icl

>>>>>>>>> K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113) and many other builds dont show images

imgur now uses navigator.credentials property, which goanna3 does not support at the moment.



Edited 2 time(s). Last edit at 11/13/2021 10:31PM by JohnHell.

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

Quote
cheetos1897
KM shows a blank page visiting uefa.com

uefa now uses a `for` javascript syntax that is incompatible to current goanna3 engine. it shows "invalid for/in left-hand side" in javascript console.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113)
Posted by: orange
Date: November 13, 2021 01:31PM

Quote
roytam1
Quote
orange
Google Images not displaying results:

https://imgur.com/a/IRl6Icl

>>>>>>>>> K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113) and many other builds dont show images

imgur now uses navigator.credentials property, which goanna3 does not support at the moment.

You did not understand me. The address of Imgur ( imgur.com/a/IRl6Icl ) contains a screenshot with the fact that the IMAGES are not displayed when I search on Google. I uploaded the screenshot from another browser. It has nothing to do with the fact that I can't access Imgur, I didn't try to access it from Kmeleon.



Edited 1 time(s). Last edit at 11/13/2021 10:32PM by JohnHell.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113)
Posted by: J.G.
Date: November 13, 2021 02:21PM

Quote
orange
Quote
roytam1
Quote
orange
Google Images not displaying results:

https://imgur.com/a/IRl6Icl

>>>>>>>>> K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113) and many other builds dont show images
imgur now uses navigator.credentials property, which goanna3 does not support at the moment.
You did not understand me. The address of Imgur ( imgur.com/a/IRl6Icl ) contains a screenshot with the fact that the IMAGES are not displayed when I search on Google. I uploaded the screenshot from another browser. It has nothing to do with the fact that I can't access Imgur, I didn't try to access it from Kmeleon.

Google image search does not work, however, have you tried to see the images with DuckDuckGo?
I use DuckDuckGo and its image search works very good. :mad:
By the way, thanks @roytam1 for current update!



Edited 2 time(s). Last edit at 11/13/2021 10:32PM by JohnHell.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113)
Posted by: orange
Date: November 13, 2021 02:33PM

Quote
J.G.
Quote
orange
Quote
roytam1
Quote
orange
Google Images not displaying results:

https://imgur.com/a/IRl6Icl

>>>>>>>>> K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113) and many other builds dont show images
imgur now uses navigator.credentials property, which goanna3 does not support at the moment.
You did not understand me. The address of Imgur ( imgur.com/a/IRl6Icl ) contains a screenshot with the fact that the IMAGES are not displayed when I search on Google. I uploaded the screenshot from another browser. It has nothing to do with the fact that I can't access Imgur, I didn't try to access it from Kmeleon.

Google image search does not work, however, have you tried to see the images with DuckDuckGo?
I use DuckDuckGo and its image search works very good. :mad:
By the way, thanks @roytam1 for current update!

I tried now with Duckduckgo and Yes, the images are displayed. I use the Google search engine, I think it is more efficient than any other search engine, it is my favorite engine and I would be happy if Roytam would solve the problem with displaying images in Google search. Thanks!



Edited 1 time(s). Last edit at 11/13/2021 10:32PM by JohnHell.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211113)
Posted by: gege
Date: November 13, 2021 03:17PM

Hello smiling smiley
many thanks for your work
I want to see his historical videos on dailymotion, but their videos are not accessible with k-meleon.
would it be possible to remedy it? thanks in advance.
Gege

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

Quote
orange
I tried now with Duckduckgo and Yes, the images are displayed. I use the Google search engine, I think it is more efficient than any other search engine, it is my favorite engine and I would be happy if Roytam would solve the problem with displaying images in Google search. Thanks!

By far, Bing/Yahoo images results overcome Google, but by far, far, far, far.

Anyway, as I already said it before, don't marry with any engine, use a metasearch engine like Searx Instances (not only one serach engine results). You'd receive more results and save headaches.



Edited 1 time(s). Last edit at 11/13/2021 08:03PM by JohnHell.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211030)
Posted by: Mundi
Date: November 16, 2021 09:43AM

Quote
orange
Hello, Roytam has not solved the problem with images that are not displayed when searching on Google on Windows 7 Pro. I can install Chrome, Opera or Firefox but those browsers crash often on my old computer which is not performing and I have no money to buy a new one. Even the operating system itself loads and moves very slow..... sad smiley((((

Hi! This is a JavaScript related issue and until Roytam comes up with a definitive solution, you can fix it with the "magic" JavaScript button in the Privacy Toolbar (which is one of my favorite and distinctive K-Meleon tools):
When you search for images with Google, block JavaScript via that button and reload or refresh the page. From there it looks like Google Images would work without JavaScript, but since this problem only happens on entry to Google Images (on the first search), it's best to re-enable JavaScript to avoid other potential pitfalls and subsequent searches will display without problems.
I hope it serves as a temporary solution.
Regards.

Translated with www.DeepL.com/Translator (free version)

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

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

Changelog:

In-tree changes:
- winEmbed: update startup URL to www-archive version (9cbd5866)

Out-of-tree changes:
* update Goanna3 to git 413983e19...20d9ef889:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1202965 (part 1) - Add MOZ_UNUSED. r=froydnj. (457960f48)
- Bug 1200097 - Fix warnings in logalloc. r=glandium. (3f115e470)
- Bug 1200623 - Fix FdPrintf.o link error in --disable-optimize builds. r=glandium. (4f07a36e2)
- Bug 1202965 (part 2) - Use MOZ_UNUSED in FdPrintf.c. r=glandium. (2dd55aaa7)
- Bug 1203314 - Make operator<< a method on unused_t. r=froydnj This prevents operator overload resolution from failing when this file is included in a file that uses Chromium IPC logging. (80f5cf4c5)
- Bug 1014691 - Move APZ mochitests to gfx/layers/apz/test/mochitest. r=kats (b3e811b10)
- Bug 1014691 - Move TestAsyncPanZoomController.cpp to gfx/layers/apz/test/gtest. r=kats,glandium (7c7598033)
- Bug 1083101 - Add a memory arena to Moz2D. r=jrmuizel (986b49392)
- Bug 1083101 - Add a task scheduler to Moz2D. r=jrmuizel (58002f967)
- partial of Bug 1140675 - Disable failing tests on windows opt. r=me (8d4b5b761)
- Bug 1170081 - Add a tag to run only mochitests that use HTMLMediaElement::MozCaptureStream. r=cpearce. (fc9e19146)
- Bug 1189744 - Fix crash after GetOwnPropertyDescriptor failed to populate all fields of desc. r=jandem, a=abillings. (464905f1b)
- Bug 1184414 - X.[[SetPrototypeOf]](Y) should succeed if X.[[Prototype]] is already Y. r=jorendorff. (3c3b9767c)
- Bug 1240792 - Test that assignment to primitives throws in strict mode. r=jorendorff (5fe30b7d1)
- Bug 1172609 - Part 5: Add js::ResetTimeZone() function. r=waldo, r=ted (2f8021714)
- Bug 1172609 - Part 6: Add nsJSUtils::ResetTimeZone() function. r=ehsan (35c1bbeb2)
- Bug 1172609 - Part 7: Hal calls nsJSUtils::ResetTimeZone() when timezone changes. r=dhylands (fe55a0830)
- Bug 1150534 - Synchronously decode favicons before calling GetFrame. r=tn (4f1acc810)
- Bug 1168495 - Restrict updated region to fall within GTK window. r=jrmuizel (d92a71a5c)
- Bug 1180971 - Fix X11 SHM invalidation regions on HiDPI with GTK3. r=karlt (98cce94d0)
- Bug 1156182 - Prevent widgets from creating a LayerManager during shutdown. r=sotaro (4af6914c9)
- Bug 1194397 - Force gdk_window_ensure_native on gdk window creation. r=acomminos (06a6eb2d8)
- Bug 1190935 - Fix race condition in gtk window EndRemoteDrawingInRegion. r=nical (cc7468e81)
- Bug 1182972 - Fallback to GTK monitor scale factor when mGdkWindow is null. r=karlt (69326bcfd)
- Bug 1168843 - use thread-safe refcounting for shared memory surfaces to avoid shutdown crashes. r=jmuizelaar (1d9b0914e)
- Bug 1167786. Restrict bounds of drawn region to the nsShmImage bounds to avoid X errors. r=karlt (005464f91)
- Bug 1205045 - remove GTK calls from compositor thread. r=jmuizelaar (ce5753137)
- Bug 1120851 - Set candidate window position for prediction even if no composition. r=masayuki (5814e776e)
- Bug 1176843 - Don't query caret rect on layout change. r=masayuki (4673f14ff)
- Bug 1177171 - Round widget coordinates on GTK3. r=karlt (3cd3af1c1)
- Bug 1186017 part.1 Rename nsGtkIMModule to mozilla::widget::IMContextWrapper r=m_kato+kerlt (f2b60dcd2)
- Bug 1186017 part.2 Rename GetBoolName() in IMContextWrapper.cpp to ToChar() r=kerlt (dade4fd9d)
- bug 1182972 remove unused aRepaint parameter from NativeResize methods r=acomminos (ae76c8f99)
- bug 1182972 remove mNeedsMove/mNeedsResize logic; instead process changes immediately r=acomminos (9417b03dc)
- bug 1182972 no need to pass member variable bounds to NativeResize r=acomminos (422e57acc)
- Bug 1181000 - Use logical pixel to set IME candidate window. r=karlt (d6f78610a)
- Bug 1191213 nsBaseWidget::NotifyWindowMoved() shouldn't notify IME when native IME handler doesn't have focus r=m_kato (59ee4fc9c)
- Bug 1198861 - Improve aliasing information and type barrier handling for unboxed arrays, r=jandem. (9ea8fd1cd)
- Bug 1198861 - Improve type barrier logic to avoid unnecessary tests on primitive types, and fix redundant baseline stubs for SETELEM property adds, r=jandem. (f1f2252c0)
- Bug 1083101 - Win32 implementation of the JobScheduler. r=jrmuizel (https://github.com/mozilla/newtab-dev/commit/120cce1d)
- Bug 1083101 - rename gfx::Mutex into gfx::CriticalSection and move it to its own file. r=jrmuizel (https://github.com/mozilla/newtab-dev/commit/6198b794)
- Bug 1083101 - Make SyncObject's waiting jobs list lock-free. r=jrmuizel (https://github.com/mozilla/newtab-dev/commit/e27060d8) (60a7b63ca)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1209039 - Temporarily disable thread names in Moz2D to work around a static check failure CLOSED TREE. r=me (8c45ce9eb)
- missing bit of Bug 1198216 - Check for presence of ICU::Timezone::recreateDefault() (e047330f1)
- Bug 1233743 - Remove the Mutex typedef from gfx/2d. r=vlad (c1b5a3746)
- Bug 1083101 - Implement gfx:grinning smileyrawingJob. r=jrmuizel (22818c618)
- Bug 1083101 - Extend DrawCommand storage functionality and fix a bug with dashed stroke patterns. r=jrmuizel (11daecf61)
- Bug 1083101 - Make gfx:grinning smileyrawingCommand methods const. r=jrmuizel (f5099f18d)
- Bug 1127665 - Fix the condition of if-statement of name updating when the Bluetoooth device paired. r=btian (a751b7b6c)
- Bug 1128383 - [bluetooth2] Add adapter.onpairingaborted event handler, f=jocelyn, f=jaliu, r=shuang, r=bz (cc9fe48d9)
- Bug 1054756, part 3 - Implement Symbol.toPrimitive. Replace existing convert hooks with methods. r=jandem. (4c3db3ac3)
- Bug 1083101 - Make SyncObject's waiting jobs list lock-free. r=jrmuizel (a5793e016)
- pointer style (80bb87e64)
- Bug 1207006 - Remove the unhelpfully-confusing exceptionCodeIndented. r=bz (5fc73954b)
- pointer style (f46f24dfb)
- Bug 1145854 - Don't leak WrapperOwner::className's string. r=billm (6e83a9377)
- Bug 1187234 - Throw a TypeError when Array.isArray is passed a revoked proxy. r=efaust (75e166521)
- Bug 1164764 - Make all the various DeadObjectProxy handler methods call a single function to report a dead object, rather than repeating the same function call/arguments everywhere. r=evilpies (686daa9d2) (b34d60dba)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Pointer style (123e601e8)
- fix typo (609acf15f)
- Bug 1175538 - Ensure str_split result object has the right group. r=jandem (a2831dfea)
- Bug 1173100 - Cleanup OneUcs4ToUtf8Char a bit. r=Waldo (330503e3c)
- Bug 1199887 - Rename StringRegExpGuard::init(JSContext*, JSObject*) to initRegExp for clarity. r=evilpie (dd3b8bdc7)
- Bug 1199887 - Make str_replace_regexp_raw return a JSString*, rather than return its always-string result via outparam. r=evilpie (45f062b55)
- Bug 1199887 - Make str_replace_string_raw return a JSString*, rather than return its always-string result via outparam. r=evilpie (bc1d1f089)
- Bug 1139696 - Fix cross-compartment Map/Set structured cloning (r=evilpie) (97b6b3da2)
- Bug 789589 - Fix the ABO class hierarchy comment to be accurate, r=Waldo (88fb94723)
- Bug 789589 - Implement JS_NewDataView, r=Waldo (a6bbea944)
- Bug 789594 - Implement DataView cloning, r=Waldo (41ad7b157)
- Bug 1188612 - Transferable errors should become NS_DOM_DATA_CLONE_ERR, r=sfink (bdbf67c65)
- Bug 1179003 - Convert the infallible objectClassIs proxy hook into a fallible getBuiltinClass hook that indicates class type via outparam. r=efaust, r=bz on DOM bits, r=billm on IPC bits (61495dcc5)
- Bug 1191570 - Use ToPropertyKey everywhere ES6 says to use it. r=Waldo, r=jandem. (819417dea)
- Bug 1133377 - Make DataView constructor correctly handle undefined byteLength argument r=sfink (0fc942ba5)
- Bug 1199643 - Fix unsafe use of PerformanceGroup. r=jandem (2632d9f5d) (20d9ef889)

* 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 20211120)
Posted by: Paco
Date: November 20, 2021 09:26AM

Roytam1, thank you very much for your effort in maintaining
the active browser with most web

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211120)
Posted by: J.G.
Date: November 20, 2021 05:10PM

@Roytam1 thanks for the good work! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211120)
Posted by: Alex69
Date: November 21, 2021 08:10PM

Please fix the problem with images and scripts missing on : www.imdb.com. Works in every browser on Earth.It worked in K-meleon for many years. Translation is also broken for a long time. Useful feature, please get it back.

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

Quote
Alex69
Please fix the problem with images and scripts missing on : www.imdb.com. Works in every browser on Earth.It worked in K-meleon for many years. Translation is also broken for a long time. Useful feature, please get it back.

IMHO Kmeleon Goanna should center its efforts in obtain the maximum compatibility as possible, however currently there is only one maintaner and, despite our wishes are great, we can not ask him to increase his big amount of free non paid work. Again, @roytam1, thanks in advance for all the future versions! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211120)
Posted by: Igor
Date: November 22, 2021 12:52PM

@Roytam1 thanks!
There was a problem.
In the new version when opening the link https://account.mail.ru/login
a blank screen appears.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211120)
Posted by: roytam1
Date: November 22, 2021 02:18PM

Quote
Alex69
Please fix the problem with images and scripts missing on : www.imdb.com. Works in every browser on Earth.It worked in K-meleon for many years. Translation is also broken for a long time. Useful feature, please get it back.
did you ever try using non-goanna version of km76 to visit imdb? from my testing it doesn't work.
and yes imdb uses javascript syntax that gecko38/goanna3 can't understand.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211120)
Posted by: roytam1
Date: November 22, 2021 02:20PM

Quote
Igor
@Roytam1 thanks!
There was a problem.
In the new version when opening the link https://account.mail.ru/login
a blank screen appears.

it has a broken polyfill and returning a broken json to our engine.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211120)
Posted by: Igor
Date: November 23, 2021 01:22PM

roytam1, thanks for the reply.
Unfortunately, I have to work with (build 20211113), the page is displayed correctly.
My OS Vista x32.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211120)
Posted by: WasiFH
Date: November 26, 2021 03:21AM

Quote
J.G.
Quote
Alex69
Please fix the problem with images and scripts missing on : www.imdb.com. Works in every browser on Earth.It worked in K-meleon for many years. Translation is also broken for a long time. Useful feature, please get it back.

IMHO Kmeleon Goanna should center its efforts in obtain the maximum compatibility as possible, however currently there is only one maintaner and, despite our wishes are great, we can not ask him to increase his big amount of free non paid work. Again, @roytam1, thanks in advance for all the future versions! smiling smiley

I second J.G.
@roytam1, thank you very much for your effort and time

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

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 20d9ef889...8cdfd3201:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1170039: Fix printf format specifiers in GC stats. r=terrence (739a9203f)
- Bug 1169222 - Add --debugger option to jittests to run tests under the specified debugger r=terrence (7d7d6f93b)
- Bug 1170596 - JitSpewer: Always flush after dumping the graph to the files. r=bbouvier (cabece9da)
- Bug 1018628 - Part 3: Add test for default parameter with destructuring default value. r=jorendorff (923a193ea)
- Bug 1142816 - js/src/jsapi-tests/testGCHeapPostBarriers.cpp has leaks. r=erahm (cc543a475)
- Bug 1252075 - use UniquePtr instead of ScopedDeletePtr in testGCHeapPostBarriers; r=terrence (f58ddfed2)
- Bug 1168293 - Remove MOZ_GLUE_IN_PROGRAM from config/config.mk. r=mshal (93877bb3a)
- Bug 1179695 - Remove mWasAsync from WidgetQueryContentEvent. r=masayuki,nchen (734c1a93f)
- Bug 1185316 TabParent should flush pending IME notifications after child process handles all sending events r=smaug (d2eb7c359)
- Bug 1153586 - Prevent the same BUTTON_DOWN event from opening the dropdown menu again on platforms that don't consume the event. r=enndeakin (5b8bf9156)
- No bug - Add a bug number to the historical.html expectations. (9377c1ff6)
- Bug 1161950 - Remove support for createEvent("CloseEvent") / initCloseEvent, r=smaug (9f2e5b970)
- Bug 1161950 - patch 2 - fix the webplatform test, r=Ms2ger (04046e15a)
- Bug 1171294 - Stop warning if piTarget is null. r=smaug (5ab612a71)
- Bug 873923, add a method to allow popups to be anchored at a rectangle, r=tn,mark,khuey (08b7902c9)
- Bug 873923, anchored at popup test, r=test (36bb7091a)
- Bug 250091, support page up and page down in menulists, r=neil (6e455d5c6) (78b33706e)
- ported change from `dev' branch of rmottola/Arctic-Fox: Bug 1167607 - Alter behavior of AsyncEventDispatcher for dispatching chrome only event on chrome node. r=smaug (7c7bf799c)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- fix patch ordering coming from PM repo (3a8768f44)
- Bug 1119074 - If we're stopping event propagation from XUL popups, also stop them from crossing process boundaries r=smaug,felipe (965e2193e)
- Bug 1082145 - |js::WatchGuts| can leak |wpmap|. r=erahm (12c86f3d3)
- No Bug - Improve Interpreter stack accessor assertions. (rs=Waldo) (8ba7a702c)
- Bug 874842 - Return Event instead of nsIDOMEvent (748b57fd2)
- Bug 1165966 - Add test cases r=terrence (79a909d5b)
- Bug 1167025: Do not mix bool and int in bitwise-or in blendpsMask; r=sunfish (f0f23c0c4)
- Bug 1158323 - Make sure we set a base rect on document elements that have margins set. r=tn (c253a2ef8)
- Bug 1178847 - Move the code from ChromeProcessController::InitializeRoot to APZCCallbackHelper so it can be reused in the child process. r=botond (16d539bcb)
- Bug 1165966 - Add error checking when populating safepoints r=bhackett (c66d249d1)
- spacing and pointer style (cddc1bac4)
- Bug 1196027 - check the actual current marking mode instead of the permanent intention, r=terrence (eddcfd7fb)
- Bug 1206590: Move gcWeakMapList from JSCompartment to JS::Zone. r=terrence (7e5e0d505)
- Bug 1181908 part 1. Fix support for JSOP_OBJECT in scripts parsed on background threads by clearing the unboxedLayouts list on the background thread parsing compartment when merging the parse result to the target compartment. r=jandem (25c6a3b01)
- Bug 1163207 - Make RematerializedFrame store the real callee. (r=shu) (ce276e91c)
- Bug 1164448 - Handle unwound rectifier frames as exit frames in JitProfilingFrameIterator. r=jandem (bb639b4e2)
- Bug 1164448 - Add test. r=jandem (83f5cc608)
- Bug 1196497 - Don't assert that the replacer continues to pass IsArray during JSON.stringify. (If the replacer was a revocable proxy to an array, revoking the proxy would make the replacer no longer IsArray.) r=evilpie (442c3823f)
- Bug 1177247 - Prevent HandlePossibleViewportChange from clobbering a restored scroll position from forward/back navigation. r=botond (4202ac757)
- Bug 1182772, optimize ProcessGlobal out from CC graph (and also TabChild's EventListeners), r=mccr8 (ccb2278bf)
- Bug 1139155 - Add a mechanism to know when the APZ is done processing. r=botond (17328e5be)
- Bug 1171537 - Allow URIs to be the empty string in TabParent::RecvCreateWindow. r=billm. (e280e994c)
- Bug 1173219 - Return nsresults from TabParent::RecvCreateWindow to make opening windows more robust. r=billm (9f0633b15)
- Bug 1142817 - Use UniquePtr in testXDR_sourceMap. r=erahm (7ec437162) (7a25ca546)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1172785 - Switch to ECDSA for MTI suites, r=ekr (bfb0d4cd3)
- Bug 8607346 - Add -fvisibility-inlines-hidden to VISIBILITY_FLAGS to hide inline member functions. r=glandium (e5604fe00)
- Bug 1119072: Remove outdated comment. DONTBUILD (386a2eb0f)
- Bug 1142826 - js/src/jsapi-tests/testMutedErrors.cpp has leaks. r=luke (b980ccb65)
- Bug 1164101 - Avoid unreachable code warning in shell.js; r=bc (7d7faa019)
- Bug 1142820 - js/src/jsapi-tests/testPersistentRooted.cpp has leaks. r=jonco (7fcc2e586)
- Bug 1160182 - Handle extended functions in CreateLazyScriptsForCompartment. r=shu (5b51e9120)
- Bug 1145785 - Fix OOM crash in the ARM simulator's icache check. r=bhackett (db37ce2b0)
- Bug 1139856 - do not lose wakeups. r=luke (e10f7a491)
- Bug 1160146: Disable global sized deallocation for VS2015. r=glandium (353923945)
- Bug 1155965 - Part 2: Verify that CreateOffer/Answer has been called when SetLocal is called. r=drno (861c26dc7)
- Bug 1155965 - Part 1: Test-cases. r=drno (3a00ef585)
- Bug 1157766: mismatched DataChannel initial channel size in JSEP database breaks adding channels r=bwc (3071ab5ac)
- Bug 1161136: Ensure that mid is copied over before we disable answer m-sections. r=jesup (97ef20403)
- Bug 1096795 - Put a=rtcp in SDP when gathering ends. r=mt (8979c4634)
- Bug 1164582 - Report an error when the appdata portion of a webrtc msid is missing. r=mt (4f0af4d90)
- Bug 1164575 - Log SDP in SetLocalDescription. r=mt (c8685bab1)
- Bug 1160280: Put ssrc attributes in recvonly m-sections. r=ekr (17db960d0)
- Bug 911450: sndio webrtc audio backend, build integration bits r=jesup (68cad0300) (8cdfd3201)

* 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 20211127)
Posted by: J.G.
Date: November 27, 2021 08:25AM

@roytam1 thanks! smiling smiley smiling smiley

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

@roytam1
Thanks a lot!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: WasiFH
Date: November 28, 2021 07:34PM

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.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: Alex-Rus
Date: November 28, 2021 11:19PM

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
checked on W2K3 x32
KM76.4.5-Goanna-20211127
works for me

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.4.5 on Goanna 3.5.0 (Build 20211127)
Posted by: J.G.
Date: November 29, 2021 08:59PM

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:

Options: ReplyQuote
Pages: PreviousFirst...678910111213141516...LastNext
Current Page: 11 of 33


K-Meleon forum is powered by Phorum.