K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: PreviousFirst...1314151617181920212223Next
Current Page: 20 of 23
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: roytam1
Date: June 27, 2020 02:03AM

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

Changelog:

In-tree changes:
- rename xulrunner sdk patch (d7dd7257)
- update xulrunner sdk patch for https://github.com/roytam1/palemoon27/commits/ecb14f443a9e376546e04e65265aefc62c95d73a :
- workaround when NOMINMAX is defined
- made Accessible.h patch applicable again (72b7a720)
- MozUtils: fix build for https://github.com/roytam1/palemoon27/commits/ecb14f443a9e376546e04e65265aefc62c95d73a (e5060f59)
- bump kmver after goanna engine updated to https://github.com/roytam1/palemoon27/commits/ecb14f443a9e376546e04e65265aefc62c95d73a (82e2e15e)

Out-of-tree changes:
* update Goanna3 to git ecb14f443..40464b8c6:
- pref: add missing "devtools.serviceWorkers.testing.enabled" entry, fix devtools (2a9196609)
- bump Goanna milestone version (674e7b2b5)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1101651 - Part 2: Enable WebRTC unit tests to be built using standalone WebRTC library. r=jesup (3f95edcd1)
- Bug 996238 - Reformat gtest_utils.h. r=ekr (3c5887edb)
- Bug 1149240 - Write unit test for no digests. r=mt (b0191e0f1)
- Bug 996238 - ALPN support for WebRTC. r=ekr (c064e1826)
- Bug 1146462: Close ICE transports when m-sections are disabled. r=drno (ea6c0fbbb)
- fix patch issue (079a99568)
- add WebRTC code as of Bug 1101651 - Part 2: Enable WebRTC unit tests to be built using standalone WebRTC library. r=jesup (57afb3480)
- allow enabling WebRTC, but keep it disabled as default (d4fbf5c65) (18fd8ede8)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1101651 - Part 3: Update cppunitest.ini file. r=dminor (ee84778e0)
- Bug 1177887 - Deref *after* changing the value held by RefPtr. - r=waldo (d5171f34a)
- Bug 1119086 - already_AddRefed should define copy/move assignment operators. r=nfroyd (9e4431f30)
- Bug 1155059: Patch 0 - add do_AddRef() r=froydnj (b128156c9)
- Bug 1096093 - Add infrastructure for LookAndFeel metric caching, and allowing the parent process to send down cache to content process. r=jimm. (1c45a3b01)
- Bug 1153988 - create nsNullPrincipals directly, rather than going through do_CreateInstance; r=smaug (bf6f60873)
- Bug 1149280 part 1. Make nullprincipal creation faster. r=smaug (0ebf3b6c5)
- Bug 1149280 part 2. Drop the useless mScheme member of nsNullPrincipalURI. r=smaug (a3e0f165d)
- Bug 1162412 - Part 1 - don't treat plain facingMode constraint as required. r=jesup (8a2bd8ed4)
- Bug 1162412 - Part 2 - order devices by shortest fitness distance. r=jesup (a24175d0b)
- Bug 1162412 - Part 3 - treat plain values as exact in advanced. r=jesup (6a81a6126)
- Bug 1161433: reject empty gUM contraints with NotSupportedError. r=jib (e92264c39)
- Bug 1162720 - Test enumerateDevices. r=jesup, r=drno (495754307)
- Bug 1162720 - Rename CallbackRunnable::New to NewRunnableFrom. r=jesup (2b6dad718)
- Bug 1164292 - Hoist refcounting into nsJSPrincipals. r=gabor (0fe536dcc)
- Bug 1150045 - De-anonymize Expanded Principals. r=bholley (c469e4155)
- Bug 1132745 part 1: remove music.baidu.com from CSSUnprefixingService whitelist. r=miketaylr (e4088e511)
- Bug 1132745 part 2: Add Mozilla China team's requested additional domains to CSSUnprefixingService whitelist. r=miketaylr (3c5272527)
- Bug 1132745 followup: Fix a typo in a CSS Unprefixing Service whitelisted domain. (no review) (1c4dfb146)
- Bug 1162106: Add top .jp sites to CSS unprefixing service whitelist. r=dholbert (484868159)
- Bug 1164292 - Re-implement dumpImpl in terms of GetScriptLocation. r=gabor (da8dca812)
- Bug 1164292 - Rebrand nsBasePrincipal into mozilla::BasePrincipal and give it its own file. r=gabor (aa316e820)
- Bug 1164292 - Make all nsIPrincipal implementations inherit BasePrincipal and hoist some repeated code. r=gabor (47ec1edc8)
- Bug 1164292 - Switch nsIPrincipaleye popping smileyrigin to ACString. r=gabor (55fd6ffda)
- rearrange code (2e750c960)
- Bug 1157898 part 2. Make code of the form "NS_ENSURE_SUCCESS(rv.ErrorCode(), rv.ErrorCode());" use Failed and StealNSResult instead. r=peterv (359a431d6)
- Bug 1157898 part 5. Eliminate the remaining non-ErrorResult consumers of ErrorResult::ErrorCode and make it protected. r=peterv (89364a5ef)
- Bug 1158557 - Don't throttle rAF for documents with live static clones. r=smaug (8b11781df)
- Bug 1152551, part 1 - Remove leading tabs in dom/. r=baku (1853422ea)
- Bug 1150064, part 1 - Implement the Animation.finish() method. r=birtles, r=smaug (72ca03012)
- Bug 1150064, part 2 - Add Web Platform tests for the Animation.finish() method. r=birtles (05e90625d)
- Bug 1150807 part 1 - Fix SilentlySetCurrentTime to not set the start time when it is unresolved; r=jwatt (bc8f471ec)
- Bug 1150807 part 2 - Expose Animation::Cancel in WebIDL; r=smaug (f32332d44)
- Bug 1150807 part 3 - Call PostUpdate from Cancel; r=jwatt (391f56488)
- Bug 1150807 part 4 - Don't play/pause an idle animation when animation-play-state changes; r=jwatt (5eed021af)
- Bug 1150807 part 5 - Tests for Animation.cancel(); r=jwatt (ad6776e1d)
- Bug 1157989 part 1 - Line up methods in dom/animation/Animation with the API; r=jwatt (dc8874f43)
- Bug 1157989 part 2 - Make Silently* methods protected; r=jwatt (7039f1aaa)
- Bug 1157989 part 3 - Make LimitBehavior enum a scoped enum; r=jwatt (ffd876b36)
- Bug 1157989 part 4 - Make method comment style consistent; r=jwatt (e656f44ae) (40464b8c6)

* 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.1 on Goanna 3.4.6 (Build 20200627)
Posted by: J.G.
Date: June 27, 2020 07:38AM

@roytam1 thank you very much! grinning smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: vikmin
Date: June 27, 2020 11:26AM

@roytam1 thanks!
A small build error (20200613-20200627).
KM76.2-Goanna-20200606 > OK.


Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: nick
Date: June 27, 2020 06:02PM

Hi,

When developing this browser you must take into account the low speed of the internet, not just a weak PC. There are still many people who connect from a modem that has very low internet speed. YouTube, Facebook and other large sites are quite difficult to load and need to be optimized more. I hope you think about what I wrote here and not just delete the post without blinking.

Thank you and I appreciate your work. You have all my respect!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: JohnHell
Date: June 27, 2020 08:19PM

Quote
nick
When developing this browser you must take into account the low speed of the internet, not just a weak PC. There are still many people who connect from a modem that has very low internet speed. YouTube, Facebook and other large sites are quite difficult to load and need to be optimized more.

That doesn't belong to browsers development, but to sites development. Tell that exact same thing to those sites webmasters. There is the fault, not in the browser side.

Have a read and tell them to read too:
https://en.wikipedia.org/wiki/Progressive_enhancement

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: nick
Date: June 28, 2020 03:27AM

Quote
JohnHell
Quote
nick
When developing this browser you must take into account the low speed of the internet, not just a weak PC. There are still many people who connect from a modem that has very low internet speed. YouTube, Facebook and other large sites are quite difficult to load and need to be optimized more.

That doesn't belong to browsers development, but to sites development. Tell that exact same thing to those sites webmasters. There is the fault, not in the browser side.

Have a read and tell them to read too:
https://en.wikipedia.org/wiki/Progressive_enhancement

My message along with your link was sent to Google and Facebook. And know that this is not the first time I have sent them such messages about the need for additional optimization for old browsers/computers or for poor internet connections. They just don't care once there's "a lot of fish in the pond."

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: J.G.
Date: June 28, 2020 09:59AM

Quote
nick
Hi, When developing this browser you must take into account the low speed of the internet, not just a weak PC. There are still many people who connect from a modem that has very low internet speed. YouTube, Facebook and other large sites are quite difficult to load and need to be optimized more. I hope you think about what I wrote here and not just delete the post without blinking.Thank you and I appreciate your work. You have all my respect!

Just try disabling disk cache, move all cache to RAM and set compression to the max*:
about:config, set browser.cache.compression_level to 9
I have experienced big increased speed, variable while several computers are tested.
It depends on the hardware of course, however the differences for me were awesome.
I also have some enhanced privacy options, you can see them at the forum.
I hope this will help you in some way. smiling smiley

* CPU impact is low.



Edited 1 time(s). Last edit at 06/28/2020 10:07AM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: Borut
Date: June 28, 2020 10:55AM

Many thanks for keeping the engine up to date!!

Just a marginal note: When on Amazon (in my case amazon.de, but any amazon.* will do), in a customer review with image thumbnails, if I click on an image thumbnail in order to see the original image, nothing happens. When using "Goanna/20200605 K-Meleon/76.2" this works as expected.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: smiley
Date: June 28, 2020 04:03PM

Why don't you add the update check function to this browser?

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: gordon451
Date: June 29, 2020 02:06AM

Quote
smiley
Why don't you add the update check function to this browser?

Look in F2 Preferences > K-Meleon Plugins, down at the bottom is Update Checker "Occasionally looks for new K-Meleon releases". However--IIRC--it does not look at this thread, and probably could use an update itself.

____________________
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.1 on Goanna 3.4.6 (Build 20200627)
Posted by: siria
Date: June 29, 2020 02:33AM

Quote
gordon451
Quote
smiley
Why don't you add the update check function to this browser?

Look in F2 Preferences > K-Meleon Plugins, down at the bottom is Update Checker "Occasionally looks for new K-Meleon releases". However--IIRC--it does not look at this thread, and probably could use an update itself.

This UPDATE-CHECKER plugin is completely broken, it only checks the repo at Sourceforge (=up to KM76RC2-gecko). And still remember awhile back, when SF domain was down for awhile, it crashed the whole browser at startup due to a bug! (may have been fixed in last gecko builds, but not sure)
At any rate it's completely useless for Goanna builds, which are hosted elsewhere (meanwhile even the third domain), so all it does now is confuse users. IMO would better be removed completely, until getting fixed again some (far?) day.
By the way roytam1 posts those "weekly" updates usually on late Friday/Saturday, provided there were any engine updates at all.



Edited 1 time(s). Last edit at 06/29/2020 02:37AM by siria.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: nikolaev
Date: July 02, 2020 02:48PM

I have Kmeleon 76.2.1 but Youtube is loading very very hard. This include search results and loading of selected video. Before, Youtube was faster, but now it's a waste of time.......

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: siria
Date: July 02, 2020 06:39PM

YOUTUBE:

Quote
nikolaev
I have Kmeleon 76.2.1 but Youtube is loading very very hard. This include search results and loading of selected video. Before, Youtube was faster, but now it's a waste of time.......

Google again, as usual abusing its monopoly on some main sites to code them in a very specific way, so that they run well only on Google's own browser too.

Tip-1:
Setting Useragent string to googlebot helps for the moment (but can break again anytime soon):
https://msfn.org/board/topic/180462-my-browser-builds-part-2/page/91/?tab=comments#comment-1183430

Tip-2:
On single video pages, adding an url-parameter still works too:
www.youtube.com/watch?v=xxxxxxxx&disable_polymer=1
https://msfn.org/board/topic/181184-yt-may-not-work-on-old-browsers-anymore-starting-march-2020/page/9/#comments

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: rodocop
Date: July 02, 2020 11:33PM

Also one can try invidio.us at least for search and play one by one

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200627)
Posted by: J.G.
Date: July 03, 2020 07:27AM

Quote
nikolaev
I have Kmeleon 76.2.1 but Youtube is loading very very hard. This include search results and loading of selected video. Before, Youtube was faster, but now it's a waste of time.......

CPU, RAM, HDD speed? 1080p videos? Antivirus running? Defrag running? Whatever? I can't see videos over 360p in a good way but it's not due to KMeleon. Also video card settings seem to be important, just look what settings are on, some of them may cause low speed at youtube (e.g. vertical syncro, it works better for me while off). Anyway, I have tested Kmeleon Goanna in dozens of computers with dozens of different hardware from a single USB device and I have never noticed major problems but weird message about "browser will have no support soon", solved overriding useragent just I have said in some older posts. Please, just try @siria's always good recommendations or even set at about-config useragent.override for youtube = Mozilla/5.0 (Windows NT 10; WOW64; rv:62.0) Gecko/20100101 Firefox/62.0 if needed; also you can try setting compression to 9, no cache to HDD or disable prefetch. Just to finish, I can sure you that KMeleon can work fine in very old hardware proudly enough. Good luck with those settings! smiling smiley



Edited 2 time(s). Last edit at 07/03/2020 07:33AM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2.1 on Goanna 3.4.6 (Build 20200704)
Posted by: roytam1
Date: July 04, 2020 01:53AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 40464b8c6..32e7e53ea:
- import changes from mozilla upstream:
- Bug 1150906 - Fix "Assertion failure: !has(SHADOWABLE)" and subsequent GC crashes introduced in rev 034027f41aaf. r=Waldo. (f1f0ab8b9)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1144410 - Remove finished transitions when a frame transitions away from being display:none. r=birtles (a462476b4)
- Bug 1159082 - Rename *Readonly animation interfaces to *ReadOnly. r=smaug (bdb20bd01)
- Bug 1134019 - Extract MLS fallback to its own class for reuse - r=jdm (a21fd4a8e)
- Bug 1132229: Handle I/O errors in Bluetooth's daemon backend, r=shuang (1a669ca4c)
- Bug 1146355: Move Bluetooth legacy interface into sub-directory bluetooth1/, r=joliu (228f25961)
- parts missing of Bug 1153796: Share BluetoothInterfaceHelpers.{cpp,h} between Bluetooth v1 and v2, r=btian (731c22c4f)
- Bug 1152821: Move dom/bluetooth/bluetooth2/BluetoothCommon.h to dom/bluetooth, r=joliu (4dc2a17c6)
- Bug 1152821: Share BluetoothCommon.h between Bluetooth v1 and v2, r=joliu (3d091624e)
- Bug 1146355: Add Bluetooth v2 to Bluetooth build scripts, r=shuang (1dc627ef9)
- Bug 1139298: Replace type int with BluetoothGattStatus enum for GATT client callbacks. r=btian (ab1b8790d)
- Bug 1136514 - Add ReadRemoteRssi in GATT client. f=jocelyn, r=btian, r=mrbkap (8d14427a4)
- Bug 1114515 - Part 1: Revise BluetoothGattHALInterface for discovering all services and first characteristic/descriptor. r=btian (144ca4367)
- Bug 1114515 - Part 2: Add BluetoothUuid, BluetoothGattId[], BluetoothGattServiceId[] into bluetooth ipc protocol. r=btian (e03eb9e91)
- Bug 1137579 - [bluetooth2] Replace constant with |sizeof| in |StringToUuid| function, r=shuang (23167ced8)
- Bug 1133655 - Replace |DispatchBluetoothReply| with |DispatchReplySuccess| and |DispatchReplyError|, f=jocelyn, f=jaliu, r=shuang (03b95a69e)
- Bug 1137103 - Simplify Bluetooth signal distribution function, r=shuang (00107e42f)
- Bug 1114515 - Part 3: Implement GATT client DiscoverServices API. r=btian, r=mrbkap (d1196932e)
- Bug 1114515 - Par h4: Implement Service, Characteristic, Descriptor interfaces for GATT client DiscoverServices API. r=btian, r=mrbkap (c0b0dcc41) (e818475d3)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1260461 - Don't flush windows when shutting down due to a Windows log-out. r=jimm (4bf162fbb) (partly)
- Bug 1140951 - Implement start/stopNotifications for GATT client API. r=shuang, r=mrbkap (be9cb6d2b)
- Bug 1140952 - Implement read/write value of a characteristic for GATT client API (webapi part). f=jocelyn, r=shawnjohnjr, r=mrbkap (0ab564714)
- Bug 1146355: Added GATT support to Bluedroid backend, r=joliu (5489bc4bb)
- Bug 1146355: Import Bluetooth v2 implementation, r=joliu (95ab57af4)
- Bug 1146923: Merge |CONVERT| macros of Bluetooth backends, r=btian (45b9f3eb6)
- Bug 1146923: Rename |BluetoothDeviceType| to |BluetoothTypeOfDevice|, r=btian (16902a220)
- Bug 1146355: Prepare Bluetooth backend helpers to handle v1 and v2 implementations, r=brsun (fe3b393cb)
- Bug 1146923: Rename |BluetoothSspPairingVariant| to |BluetoothSspVariant|, r=btian (565d0c260)
- Bug 1146355: Support Bluetooth v1 and v2 in backend interfaces, r=joliu (f48d90ef1)
- Bug 1153796: Unify variants of |BluetoothInterface:confused smileyspReply|, r=btian (432a92f92)
- fix merge issue (5fe6fc7c9)
- Bug 1153796: Move dom/bluetooth/bluetooth2/BluetoothInterface.{cpp,h} to dom/bluetooth, r=btian (a54d5f184)
- Bug 1153796: Share BluetoothInterface.{cpp,h} between Bluetooth v1 and v2, r=btian (5c8c85615)
- Bug 1139298: Replace type int with BluetoothGattStatus enum for GATT client callbacks. r=btian (85d6f9129)
- Bug 1146923: Pass SSP variant as enum instead of string, r=btian (a4ba5b7a0)
- Bug 1146335: Prepare |BluetoothServiceBluedroid|, r=joliu (7d2d0d941)
- shuffle around (cbc309bbd)
- Bug 1132343 - Patch1: Add accept/reject method in BluetoothPairingHandle interface for supporting consent and displaypasskey pairing requests. r=shuang, r=mrbkap (f3ac07b7c)
- Bug 1146355: Prepare BlueZ for Bluetooth v2, r=brsun (a859d9406)
- Bug 1140952 - Implement read/write value of a characteristic for GATT client API (ipc part). f=jocelyn, r=btian (6db4c7044)
- Bug 1152653 - Implement BluetoothGatt.oncharacteristicchanged. r=jocelyn, r=mrbkap (2c18a4bb9)
- Bug 1015796 - Use sequence<DOMString> as the type of attribute |attrs| in BluetoothAttributeEvent instead of any. r=btian, r=mrbkap (c13bb62db)
- Bug 1153159 - Pass |promise| as a parameter in |BT_ENSURE_TRUE_RESOLVE| and |BT_ENSURE_TRUE_REJECT| macros. r=btian (4251f336e)
- Bug 1154235: Move dom/bluetooth/bluetooth2/BluetoothUtils.{cpp,h} to /dom/bluetooth, r=btian (7f7c24713)
- Bug 1153796: Share BluetoothInterfaceHelpers.{cpp,h} between Bluetooth v1 and v2, r=btian (0ba52bed9)
- Bug 1154235: Share BluetoothUtils.{cpp,h} between Bluetooth v1 and v2, r=btian (663fa02ce)
- Bug 1154235: Use |snprintf| in Bluetooth utililities, r=btian (02fdb8392)
- Bug 1138267 - Unregister bluetooth signal handlers in unlink. r=shuang, r=bz (7581ffbd6)
- Bug 1155718: Share BluetoothHfpMangerBase.h between Bluetooth v1 and v2, r=btian (9abcc5c6d)
- Bug 1155718: Share BluetoothHidManager.{cpp,h} between Bluetooth v1 and v2, r=btian (f1d2145ff)
- Bug 1155718: Share BluetoothProfileManagerBase.h between Bluetooth v1 and v2, r=btian (f5fb41643)
- Bug 1155082: Share BluetoothUUID.{cpp,h} between Bluetooth v1 and v2, r=btian (83c796e55)
- Bug 1155718: Share BlueoothRilListener.{cpp,h} between Bluetooth v1 and v2, r=btian (fd8d00f45)
- Bug 1155718: Share ObexBase.{cpp,h} between Bluetooth v1 and v2, r=btian (8480b01e7) (8c8f86638)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1152551, part 2 - Fix mode lines in dom/. r=jst (e25cd70b2)
- Bug 1152551, part 3 - Fix more mode lines in dom/. r=jst (d388a8b60) (b95132adf)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1155718: Share BluetoothSocketObserver.h between Bluetooth v1 and v2, r=btian (fb4ec3701)
- Bug 1154281: Remove references to UnixSocket.h from Bluetooth, r=btian (8d6bad2c9)
- Bug 1156352: Remove |UnixSocketRawData| from Bluetooth interfaces, r=btian (7a4b8fab5)
- Bug 1158081 - Patch (1/2): Define macro to declare SocketObserver functions, r=tzimmermann (e811da48a)
- Bug 1158081 - Patch (2/2): Simplify |BluetoothOppManager:confused smileyendObexData| function, r=tzimmermann (453344247) (791d84712)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- delete test (872468fa4)
- Bug 1144759 - Switch file picker to FileImpl (r=bent) (3b639943b)
- Bug 1158437 - dom::File should accept negative date values, r=smaug (dc8b4310f)
- Bug 1158537 - Remove unneeded FileImplTemporaryFileBlob::{mLength,mContentType} members; r=baku (e94f4d509)
- Bug 1137248 - Remove FetchEvent.default and FetchEvent.forwardTo. r=baku (5e9b56860)
- Bug 1146365 - Add support of union type for FetchEvent.respondWith. r=nsm, r=ehsan (f3b30bff2)
- Bug 1071821 - fullscr-toggler element needs to be hidden in DOM fullscreen. r=mconley (e8e23c42d)
- Bug 714675 - Fullscreen API should restore sidebar if it was open before entering fullscreen. r=mconley (f0f667e2b)
- Bug 515196 - Added padding to toolbar autohide. r=dao (cc218bef4)
- Bug 1110109 - Use Services.focus instead of Cc["@mozilla.org/focus-manager;1"].getService(Ci.nsIFocusManager). r=dao (ecebc5532)
- undo some Goanna changes (716c39e08)
- Bug 1083410 - Refactor manifest processor for Aurora compat. r=baku, r=ehsan (ded2ab1ac)
- Bug 1083410 - Obtain a web manifest. r=mconley. (7ba3ec04f)
- Bug 1065265 - Improve infrastructure dealing with moz-action: autocomplete results. r=mak (12ad6790a)
- Bug 1104165 - Switch to Tab doesn't work for some encoded URIs. r=dao (39b10823e)
- Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) (c794b62ff)
- Bug 1148466 - Use new keywords API in BookmarkHTMLUtils and BookmarkJSONUtils. r=ttaubert (bdc20acc1)
- Bug 946320 - [Australis] history widget missing a Tabs From Other Devices entry. r=Gijs (5eaa252a9) (b52ccf32d)
- import change from tenfourfox:
- closes #611: M1641303, update HSTS, TLDs (2b07a7a8d) (a655a38f4)
- UAO: change user agent for youtube to google bot, and for twitter to firefox 60 to get rid of nag screen (32e7e53ea)

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

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



Edited 2 time(s). Last edit at 07/04/2020 04:22PM by JohnHell.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: roytam1
Date: July 04, 2020 02:07AM

Quote
roytam1
and first post can't be updated:
A forbidden word has been used. Avoid dubious links and bad behavior. If after fix it you still have problems, report to administrators in Support thread. Error code: 0x02200001
here it comes again when I was pasting latest changelog, but thankfully first post can be updated without problem.



Edited 1 time(s). Last edit at 07/04/2020 02:37AM by roytam1.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: gordon451
Date: July 04, 2020 02:16AM

Quote
roytam1
... here is comes again ...

Ah yes, the dreaded anti-spam. It gets us all, sooner or later. But it will go away, we just have to wait it out.

____________________
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.5 (Build 20200530)
Posted by: siria
Date: July 04, 2020 03:04AM

(test / copied from https://msfn.org/board/topic/180462-my-browser-builds-part-2/?do=findComment&comment=1183911 )

this helps: BluetoothSocket@@Observer



Edited 1 time(s). Last edit at 07/04/2020 03:08AM by siria.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: J.G.
Date: July 04, 2020 11:44AM

@roytam1 thanks!
PS: please, current maintainer should be free of spam control!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: JohnHell
Date: July 04, 2020 04:27PM

Quote
roytam1
Quote
roytam1
and first post can't be updated:
A forbidden word has been used. Avoid dubious links and bad behavior. If after fix it you still have problems, report to administrators in Support thread. Error code: 0x02200001
here it comes again when I was pasting latest changelog, but thankfully first post can be updated without problem.


Specifically that error code couldn't be, as it was fixed when reported. When the message has an explicit code it will be returned, but there wasn't with this one.

This one was a word added years ago without no sense at all. Anyway it has been fixed and I pasted your log in your previous post.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: comp90
Date: July 05, 2020 10:04AM

Hi,
At the first start of the browser I received a question (if to accept the adblock found and I answered Yes). After accessing the YouTube videos, I still get ads. Why do I get ads if the browser has this adblock? I use Kmeleon 76.2.1

Thank you

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200613)
Posted by: inapht
Date: July 06, 2020 03:30PM

Quote
roytam1


it doesn't crash here, just stalls at 9%
https://i.imgur.com/qAqBJ48.png

successful test


Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: J.G.
Date: July 07, 2020 03:40PM

Quote
comp90
Hi, At the first start of the browser I received a question (if to accept the adblock found and I answered Yes). After accessing the YouTube videos, I still get ads. Why do I get ads if the browser has this adblock? I use Kmeleon 76.2.1 Thank you

Hi, please try Menu>Tools>Privacy> Block advertisement. :s

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: siria
Date: July 07, 2020 08:16PM

Quote
comp90
Hi,
At the first start of the browser I received a question (if to accept the adblock found and I answered Yes). After accessing the YouTube videos, I still get ads. Why do I get ads if the browser has this adblock? I use Kmeleon 76.2.1

Thank you

About the KM-plugin which asks at first start (called "Basic Adblock" or BAcool smiley:
http://kmeleonbrowser.org/forum/read.php?9,135175

What little I know about it from memory, at bottom of post:
http://kmeleonbrowser.org/forum/read.php?2,151541,152701#msg-152701

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: gordon451
Date: July 08, 2020 01:43AM

Quote
comp90
...
After accessing the YouTube videos, I still get ads. Why do I get ads if the browser has this adblock?
...

I don't use any ad blocking, but the only ads I see on Youtube are stitched into the videos. I'm not sure there's a way to remove those. I have never seen any "pop-up" ads on Youtube.

____________________
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.5 (Build 20200530)
Posted by: paul453
Date: July 08, 2020 04:18PM

Kmeleon 76.2.1 gives me an error when I want to upload files to Google Drive --- it tells me I have to use Google Chrome. In addition, when I right-click on the files in Google Drive to be able to manage them (move, delete, rename, etc.) the browser stuck and tells me that the script does not respond and asks me if I want to stop it or let it continue. I am using Windows xp sp3 32bit. Thx

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: gordon451
Date: July 09, 2020 02:33AM

Quote
paul453
Kmeleon 76.2.1 gives me an error when I want to upload files to Google Drive ...

Thanks for giving us the OS info, it always helps.

I'm not sure Google Chrome will fit on WinXP of any description, so I'm inclined to think maybe your problems might actually be in the Operating System rather than the browser. I think perhaps Google Drive needs a current OS (Win7++) as well as a good browser.

____________________
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.5 (Build 20200530)
Posted by: WasiFH
Date: July 09, 2020 03:25PM

Quote
gordon451
I don't use any ad blocking, but the only ads I see on Youtube are stitched into the videos. I'm not sure there's a way to remove those. I have never seen any "pop-up" ads on Youtube.

No, Adblock plus completely remove all those "stitched" ads/videos on youtube. I have been using it since a long time with my own custom filters/rules. I don't use the built-in Adblock dll, didn't spend time to understand its blocking way so I am not sure whether it will accept Adblock plus filters.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200530)
Posted by: siria
Date: July 09, 2020 04:16PM

ADBLOCK:

Quote
WasiFH
No, Adblock plus completely remove all those "stitched" ads/videos on youtube. I have been using it since a long time with my own custom filters/rules. I don't use the built-in Adblock dll, didn't spend time to understand its blocking way so I am not sure whether it will accept Adblock plus filters.

Interesting... Acc dev in 2015 it should work, except for inline ads:
http://kmeleonbrowser.org/forum/read.php?9,135175
Quote
Dorian
This plugin use adblock+ rules to block popup and external ads.
It doesn't block inline ads (## rules)
Rules must be in adblock.txt in your profile.
There is no cache, it can increase startup time if there is a lot of rules or/and your computer is slow.
Preferences
kmeleon.plugins.adblock.disabled = false
kmeleon.plugins.adblock.logging = true / Creates adblock.log with list of matching rules

Mind testing...?
And which of your rules block those in-video ads?

PS: am only familiar with ancient method in profilexxx/chrome/adblock.css
Strongly suspect this file may cover "inline ads ##", if syntax is in normal css

Options: ReplyQuote
Pages: PreviousFirst...1314151617181920212223Next
Current Page: 20 of 23


K-Meleon forum is powered by Phorum.