K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: PreviousFirst...1112131415161718192021...LastNext
Current Page: 16 of 23
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200307
Posted by: J.G.
Date: March 11, 2020 12:42PM

Quote
4td8s
Quote
J.G.
Quote
4td8s
due to the recent changes to the Youtube site this 2020, it's time to update the Firefox UA strings for KM-Goanna
like in "general.useragent.override.youtube.com" & "general.useragent.override.googlevideos.com", change Firefox version to at least 60.0 or higher for the Youtube, Hooktube & Invidious sites to work correctly this year
Yes, it works nice for me with current ESR FF UA string version 68.0. :s
roytam1 should incorporate the new UA strings for youtube & google sites in future KM 76.2 builds if he has not done it yet

With default installation, Youtube shows warning:
"We’ll stop supporting this browser soon. For the best experience please update your browser"
Anyway the site works nice for me [with FF override version modified to 62.0]. :s



Edited 1 time(s). Last edit at 03/22/2020 05:39AM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200314)
Posted by: roytam1
Date: March 14, 2020 12:00AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git fa6c62b3e..823a79830:
- Revert "Merge pull request #4 from roytam1/af-frontend-merge" (a25e90d83)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 828137, part 1 - Make Object.defineProperty fail on window elements. r=bz. (0e99de18f)
- Bug 828137, part 2 - Make [[Set]] always fail on window elements. With this change, `window[0] = null;` is a TypeError in strict mode code. r=bz. (ec813e6f9)
- Bug 1194270 - Tell the cycle collector about more fields of nsGlobalWindow. r=khuey (680fa0fc2)
- Bug 1145997 - Suppress GC in debugger GC callback r=sfink (b17bda8a1)
- Bug 1066812 - Set AbortOnError in the ContentProcess on initialization. r=billm. (0febc884c) (835407a36)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1141234 - Part 1: Abstract PossiblyFail into the OOM testing machinery; r=sfink (9c714f28b)
- Bug 1141234 - Part 3: Share the code to allocate a tenured thing; r=sfink (a9dcaee40)
- Bug 1141234 - Part 4: Move off-thread object allocation above unimplementable operations; r=sfink (fc1480920)
- Bug 1141234 - Part 5: Inline the one user of ShouldNurseryAllocate; r=sfink (5942d4ee0)
- Bug 1141234 - Part 6: Namespace the allocator into GCRuntime; r=sfink (3551d26d0)
- Bug 1141234 - Part 7: Reorder the allocator methods for clarity; r=sfink (37648e33b)
- Bug 1146216 - Remove MakeSlotArray(), because it's dead. r=terrence. (c875a96b4)
- No Bug - Document the allocation functions; r=sfink (37e33c324)
- Bug 1139152 - IonMonkey: Fix compiler issues with DebugOnly on CLOSED TREE (4752df20a)
- Bug 1120655 - Rename lastGC -> destroyingRuntime, r=terrence (aba50c1a0)
- Bug 1125101 - Incrementalise compacting GC by zones r=terrence (81b34a24e)
- Bug 1125101 - Check budget in incremental compaction r=terrence (04ec594b8)
- Bug 1143042 - Switch AllocKind iteration over to range-based for loops. r=terrence (bbe150576)
- Bug 1146662 - Refactor ArenasToUpdate::next to work with a range-based for loop. r=jonco (8180076a1)
- Bug 1148214 - Replace manual AllocKind range checks with a few centralized functions. r=terrence (e4df93103)
- pointer style (a5fc14f9e)
- Bug 1146696 - Don't assume there are no arenas available after last ditch GC. r=terrence (e0c6ac0ff)
- pointer style (944dfaf3f)
- Bug 1140166 - Move OOM GC up to the top level of the allocator; r=jonco (868f37fdf)
- Bug 1149135 - Don't create HashMapEntry on stack when adding to a HashMap r=luke (1534fefbd) (3861424cd)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1142434 - Remove moz_strdup/moz_strndup, nothing uses them. r=njn (80a83783f)
- Bug 1142434 - Remove moz_memalign/moz_valloc, nothing uses them. r=njn (a82dd581d)
- Bug 1147248 - GCC 4.9 needs this patch to use address sanitizer. r=glandium (07ab484ae)
- Bug 1145051: Replace uses of NS_ATTR_MALLOC with new MOZ_ALLOCATOR from mfbt/Attributes.h. r=glandium (d16d742c7)
- Bug 1145051: Don't include xpcom-config.h from mozalloc.h; it's unused. r=glandium (1334c1a1e)
- Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium (9bb03668f) (e419c1054)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1149015 - Part 1: Remove some use of expression closure from jstests ecma_7/. r=sfink (9e6dff3a8)
- Bug 1149015 - Part 2: Remove some use of expression closure from jstests js1_8_5/extensions. r=luke (d80e17569)
- pointer style (dc30e1d39)
- Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley (50af5e1dc)
- Bug 1079919 - Part 1: Support RegExp in Xray. r=bholley (d0f45192d)
- Bug 1079919 - Part 2: Make RegExp.prototype.toString to be a generic function. r=Waldo (526f2f611)
- Bug 1079919 - Part 3: Add test for RegExp.prototype properties in webconsole. r=fitzgen (e5d0382d4)
- Bug 1079919 - Part 4: Add Xray test for RegExp.prototype.toString. r=bholley (29abe5b23)
- Bug 1149015 - Part 3: Remove some use of expression closure from jit-test r=luke (393393b8b)
- Bug 1148899 - Rename isExprClosure/setIsExprClosure/EXPR_CLOSURE to isExprBody/setIsExprBody/EXPR_BODY. r=shu (2dc6c47a4)
- Bug 1005110 - Warn about unreachable expression after semicolon-less return. r=efaust (150e54ca0)
- Bug 1054755 - Part 0: Rename existing IsRegExp to IsRegExpObject. r=till (a3980bddf)
- Bug 1054755 - Part 1: Add Symbol.match. r=till (ea12f0adf)
- Bug 1054755 - Part 2: Implement IsRegExp. r=till (440d5f99d)
- Bug 1054755 - Part 3: Use IsRegExp in String.prototype.{contains,startsWith,endsWith}. r=till (ff022ec2b) (048ecfb23)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1216972 - AsyncShutdown for content processes. r=froydnj (7af834ad7)
- Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric (d6f694ae7)
- Bug 1025146 - Modernize ViewSourceUtils to be able to use outerWindowIDs to load document sources. r=jryans. (b37b0c536)
- Bug 1025146 - Make viewing the source of a page or frame via the context menu work with remote browsers. r=jryans. (0b29a6ef5)
- Bug 1025146 - Update ViewSource tests to account for refactor. r=jryans. (669f9f5ac)
- Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws (c60017f97)
- Bug 889835 - Use SitePermissions.jsm as the backend for Page Info's Permissions tab. r=jaws (938002b98)
- Bug 892378 - Let SitePermissions.jsm handle indexedDB's special use of UNKNOWN_ACTION and ALLOW_ACTION. r=jaws (68f107829)
- Bug 894877 - permissions.js onRadioClick tries to pass a host string to SitePermissions.remove, needs to be an nsIURI instead. r=jaws (ed6b34a52)
- Bug 1025146 - Modernize viewSource.js to use a frame script. r=jryans. (1e9c1a367)
- Bug 1158377 - Make link drag-and-drop work with view source windows o#pened on remote browsers. r=jryans. (54514d89f)
- try to cleanup some debugger files, remove apparent osx duplicates (698fe2a46)
- Bug 1165050 - Make deprecation warnings in viewSource.js point to the right URL for documentation. r=jryans. (51654351f) (823a79830)

* 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.5 (Build 20200314)
Posted by: Jayme
Date: March 14, 2020 12:52AM

@roytam1 Thank you for all the updates and Builds grinning smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200314)
Posted by: vikmin
Date: March 14, 2020 04:19AM

@roytam1 thanks!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200314)
Posted by: J.G.
Date: March 14, 2020 11:34AM

@roytam1 thanks! :cool:

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200314)
Posted by: rodocop
Date: March 16, 2020 09:31PM

Great job still is being done! Thank you Roy!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200314)
Posted by: J.G.
Date: March 17, 2020 02:06PM

Good results including sound effect at FishBowl test:
https://testdrive-archive.azurewebsites.net/performance/fishbowl/
(Firefox latest and Chrome latest unable to play sound on this test.)
403/555 points at HTML5 test:
https://html5test.com/
Overall score always >300 at Speed/Battle test:
http://www.speed-battle.com/speedtest_e.php
smiling smiley



Edited 2 time(s). Last edit at 03/17/2020 02:24PM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200321)
Posted by: roytam1
Date: March 21, 2020 04:23AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 823a79830..f875e0174:
- missed log of changes from `dev' branch of rmottola/Arctic-Fox in last rev:
- Bug 1067325 - Extract view source core to support tabs. r=mconley (6cc543c74)
- Bug 1067325 - Selection source in tab via frame scripts. r=mconley (b1c660e14)
- Bug 1168095 - Repair view source from sidebar pages. r=Gijs (69eb019b7)
- Bug 1168198 - Avoid popups for view source tabs. r=Gijs (0b87e7a52)
- Bug 1165599 - Restore basic external view source. r=jsantell (638d48dcc)
- Bug 1067325 - MathML source in tab. r=mconley (ec62fcfff)
- fix typo (b1f8263de) and import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1108382 - Part 11: Do not use non-standard flag argument of String.prototype.replace in services/. r=rnewman (5f5489886)
- Bug 1108382 - Part 1: Do not use non-standard flag argument of String.prototype.match/replace in browser/. r=gavin (521e635ee)
- Bug 1108382 - Part 4: Do not use non-standard flag argument of String.prototype.replace in build/pgo/. r=jandem (5b7ccea73)
- Bug 1108382 - Part 5: Do not use non-standard flag argument of String.prototype.replace in docshell/test/unit/. r=gavin (190ee614d)
- Bug 1108382 - Part 6: Do not use non-standard flag argument of String.prototype.replace in dom/. r=peterv (1d1b106e1)
- Bug 1108382 - Part 7: Do not use non-standard flag argument of String.prototype.replace in dom/mobileconnection/gonk/. r=echen (75900945a)
- Bug 1108382 - Part 8: Do not use non-standard flag argument of String.prototype.replace in dom/payment/. r=fabrice (488287230)
- Bug 1108382 - Part 9: Do not use non-standard flag argument of String.prototype.replace in js/src/. r=jandem (b83bb5035)
- Bug 1108382 - Part 12: Do not use non-standard flag argument of String.prototype.replace in testing/web-platform/tests/. r=jgriffin (f10414227) (15985b512)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1160428 - Fix theoretical take picture memory leak uncovered by coverity. r=aosmond (2b72701ba)
- Bug 1112469 - Part 2: Update the service workers in the parent and all child processes every day; r=nsm (d8eaeaedd)
- Bug 1112469 - Part 3: Add a unit test for ensuring that the nsIServiceWorkerManager.updateAllRegistrations() API works correctly; r=nsm (072b9ec24)
- Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus (794b17e4c)
- Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen (1b6dca51f)
- Bug 1148996 - Remove selected lightweight theme for mochitest and xpcshell tests;r=jmaher (0dc3f12a6)
- Bug 1112469 - Part 4: Disable periodic updates of service workers when running tests; r=nsm (9246723ec)
- Bug 1112469 - Part 5: Actually test the code path that handles the idle-daily message; r=nsm (e36f40711)
- Bug 1112469 follow-up: Disable the test everywhere for now since it seems that bug 1151974 hits more than just Windows (07456472e) (23315ea02)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1127380, part 1 - Initial implementation of AnimationPlayer.playbackRate. r=birtles, r=smaug (c63596c12)
- Bug 1109390 part 1 - Add tests for getting the startTime; r=jwatt (95c897961)
- Bug 1109390 part 2 - Remove some unneeded startTime tests; r=jwatt (0a1cfd600)
- Bug 1109390 part 3 - Clear the start time when playing a player; r=jwatt (602e1a61b)
- Bug 1109390 part 4 - Make DevTools animation actor wait for asynchronous pause; r=pbrosset (593f802c4)
- Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt (89c5dd416)
- Bug 1109390 part 6 - Generalize PendingPlayerTracker to support pausing as well; r=jwatt (ec2c7fa00)
- Bug 1109390 part 7 - Rename PendingPlayerTracker's Start* methods to Trigger*; r=jwatt (46a085548)
- Bug 1109390 part 8 - Rename Start* methods in AnimationPlayer to Trigger*; r=jwatt (f46c222d3)
- Bug 1109390 part 9 - Call Trigger* on pause-pending players; r=jwatt (8b72f2839)
- Bug 1109390 part 10 - Add an enum to AnimationPlayer to represent if we are pause-pending or play-pending; r=jwatt (9fb754d91)
- Bug 1109390 part 11 - Make IsPossiblyOrphanedPendingPlayer deal with pause-pending players too; r=jwatt (642e9133e)
- Bug 1109390 part 12 - Update IsPaused to handle pause-pending players as well; r=jwatt (9247d22f7)
- Bug 1109390 part 13 - Cancel pending pauses as well as pending plays; r=jwatt (a2c3708ba)
- Bug 1109390 part 14 - Update AnimationPlayer:grinning smileyoPlay to re-use the ready promise appropriately; r=jwatt (4e8eaff41)
- Bug 1109390 part 15 - Update AnimationPlayer:confused smileyetCurrentTime to cancel any pending pause tasks; r=jwatt (a822566a3)
- Bug 1109390 part 16 - Update IsCurrent to take a player parameter; r=jwatt (ba7aec3b6)
- Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt (0e4486eeb)
- Bug 1125455 patch 1 - Add boolean for whether an animation of a property wins in the CSS cascade. r=birtles (e43322414)
- Bug 1125455 patch 2 - Set mWinsInCascade for transitions based on whether there are animations. r=birtles (868dd989b)
- Bug 1125455 patch 3 - Add mochitests for animations overriding transitions. r=birtles (2c6da7b10)
- Bug 1125455 patch 4 - For main-thread application of transitions, don't apply transitions when animations are also running. r=birtles (234cc5b35)
- Bug 1125455 patch 5 - Add Animation::GetAnimationOfProperty. r=birtles (fbae3f252)
- Bug 1125455 patch 6 - Only search the properties list of the animation once when adding animations to the compositor. r=birtles (4cef6c912)
- Bug 1125455 patch 7 - For compositor-thread application of transitions, don't apply transitions when animations are also running. r=birtles (8ace81513)
- Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt (ca3e8cc89)
- Bug 1109390 part 20 - Add an options flag to GetAnimationsForCompositor to control; r=jwatt (8fc1333e2)
- Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt (e67f39ee1)
- Bug 1074630, part 1 - Implement Web Animations finishing behavior. r=birtles, r=smaug (35ae542f0)
- Bug 1074630, part 2 - CSS animations tests for Web Animations finishing behavior. r=birtles (4ea68bbde)
- Bug 1109390 part 22 - Add AnimationPlayer:tongue sticking out smileyauseAt to complete a pending pause; r=jwatt (4d21ad5dc)
- Bug 1109390 part 23 - Add aborted pause behavior; r=jwatt (cde050c71)
- Bug 1145246, part 1 - Rename Animatable.getAnimationPlayers() to Animatable.getAnimations(), but leave the old name an an alias for the new. r=birtles, r=smaug (51944e2d7)
- Bug 1143314 - Don't use very short transition/animation durations in test_animation_observers.html. r=birtles (0175c3c6f)
- Bug 1145912 - Make single_transition_reversed and multiple_transitions more robust. r=birtles (a751f2b37)
- small fix of missing bit 1143314 (03166361e)
- Bug 1145246, part 2 - Update Web Animations code and tests for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (353d517c5)
- Bug 1145246, part 3 - Update layout code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (0188d8049)
- Bug 1145246, part 4 - Update devtools code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=pbrosset (20d196cc5)
- Bug 1145246, part 5 - Remove the Animatable.getAnimationPlayers() alias for Animatable.getAnimations(). r=birtles, r=smaug (b6804f2f6)
- Bug 1145246, part 6 - Remove disabled code from AnimationPlayer::ComposeStyle. r=birtles (f7d5d6f7b)
- Bug 1145246, part 7 - Add more CSS animation tests to check currentTime clamping. r=birtles (7cc762bbb)
- Bug 1109390 part 24 - Use wallclock time when refreshing the style of animations that need to be synchronized with the compositor; r=jwatt (d7a0e4a84)
- Bug 1109390 part 25 - Make pausing asynchronous (a2121bcdb)
- Bug 1109390 part 26 - Add further tests for ready promise when pausing; r=jwatt (7a20f21c8)
- Bug 1109390 part 27 - Add further test to test_animations-pausing.html for cancelling a pause by setting the current time; r=jwatt (84ac66241)
- Bug 1109390 part 28 - Add tests for the AnimationPlayer.startTime when pausing asynchronously; r=jwatt (9f722dc20) (ef8889749)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1147491, part 1 - Fix playbackRate crash due to integer rounding causing divide-by-zero. r=dholbert (7726fc9ce)
- Bug 1147491, part 2 - Disable use of BaseTimeDurationeye popping smileyperator/ with floating point values. r=ehsan (073909011)
- Bug 1147491 - Partially backout part 2 while figuring out B2G orange. r=orange CLOSED TREE (b37b02f50)
- Bug 1147491, part 2 - Disable use of BaseTimeDurationeye popping smileyperator/ with floating point values. r=ehsan (ca7cffb4d) (f875e0174)

* 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.5 (Build 20200321)
Posted by: Rag
Date: March 21, 2020 05:26AM

roytam1
Many thanks!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200321)
Posted by: J.G.
Date: March 21, 2020 05:31PM

@RoyTam1 thankyou very much! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20191102)
Posted by: J.G.
Date: March 22, 2020 05:18AM

Quote
J.G.
Quote
4td8s
due to the recent changes to the Youtube site this 2020, it's time to update the Firefox UA strings for KM-Goanna
like in "general.useragent.override.youtube.com" & "general.useragent.override.googlevideos.com", change Firefox version to at least 60.0 or higher for the Youtube, Hooktube & Invidious sites to work correctly this year
Yes, it works nice for me with current ESR FF UA string version 68.0. :s

I tested it wrongly, maximum operative FF version for Youtube seems to be 62.0:
general.useragent.override.gaming.youtube.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:62.0) Gecko/20100101 Firefox/62.0
general.useragent.override.youtube.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:62.0) Gecko/20100101 Firefox/62.0 PaleMoon/27.9

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: roytam1
Date: April 04, 2020 12:14AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git f875e0174..842aa7563:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 847287 patch 1 - Add additional tests. r=birtles (10f885ee6)
- Bug 847287 patch 2 - Add flag for CSS properties that can be animated on the compositor. r=birtles (859fae81c)
- Bug 847287 patch 3 - Add assertions about consistency of the flags for animating on the compositor. r=birtles (bd7565728)
- Bug 1144973 - Ensure that StringifySavedFrameStack puts its stack string in the cx's compartment. r=bz (546bef57a)
- Bug 1147670 - Remove duplicate IsMarked/IsAboutToBeFinalized for off-thread use; r=jonco (b460a96ca)
- Bug 674779 - Per-component CPU monitoring, low-level. r=blassey, r=jandem (040bdbad7)
- Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop (59af11234)
- Bug 674779 - PerformanceStatsService data is not monotonic (wallpaper). r=yoric (32cecadf9)
- Bug 674779 - Deactivating subtest of test_measure for Windows XP. r=yoric (08833731a)
- Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong (8e0e04182)
- Bug 1024668 - Extract core logic of abouthealth.js into new WebIDL interface. r=bz,gps,wchen (52675144a)
- Bug 1046420 - Part 1: Make MozSelfSupport a Window property instead of a global property. r=bz,wchen (7d50f737d)
- goannaAppInfo -> geckoAppInfo for coherency with IDL (8f04e1cdd)
- Bug 1075160 - Support action: reset a pref to the default setting r=gfritzsche, r=bholley (d68725e18)
- Bug 1075157 - Support action: reset search. r=gfritzsche, r=florian, r=bholley (1c770639b)
- Bug 1149343 - Part 1: Unify prefs/blacklist for hardware acceleration video decoding. r=cpearce (6380c6d16)
- Bug 1158430 - A small construct to allow only sending errors and warnings once per statement. r=botond (219130127)
- Bug 1162530 - Part 1: Add versioning to graphics blocklist. r=jmuizelaar (7f344653c)
- Bug 1162530 - Part 2: We were not allowing webrtc to be blocklisted in the downloadable scenario at all, expicitly look for unknown OS, and some minor white space changes. r=jrmuizel (45389ab14)
- Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow) (22c4e7813)
- Add nsIGfxInfo::GetMonitor support for Windows. (bug 1175005 part 2, r=jimm) (307254292)
- Add nsIGfxInfo::ListMonitors support for OS X. (bug 1175005 part 3, r=mstange) (9b691de8d)
- Add nsIGfxInfo::GetMonitor support for Linux. (bug 1175005 part 4, r=nical) (a5cb518f2)
- Add APZ info to about:support. (bug 1146727, r=jrmuizel) (262235820)
- Bug 1146315 - Part 1: Create D3D media device on the ImageBridge thread. r=nical (3f930ad66)
- Bug 1146315 - Part 2: Release D3D11 YUV textures on the main thread. r=nical (9271a351f)
- Bug 1144900: Fix windows gfx out of memory assertion. r=Bas (73f7e963b)
- Bug 1147439: Report telemetry correctly for individual devices resetting. r=vladan (c19fb3322)
- Bug 1162587 - Part 1: Ensure consistent reporting of device reset until reinitialization. r=jrmuizel (eeb66799a)
- Bug 1162587 - Part 2: Abort painting a painted layer when a device reset has ocurred. r=jrmuizel (ae666232c) (be1329052)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao (8612e7067)
- Bug 1131107 - Part 13: Do not use non-standard flag argument of String.prototype.replace in toolkit/. r=gavin (8187e0a16)
- Bug 1159717 - Loading the search form from an empty search bar should send the purpose, r=markh. (6c736c167)
- Bug 1171730 - Funnelcake builds should use geo-specific defaults. r=florian (e67854137)
- Bug 1073212 - Filter searchplugins to find existing ones, and print out missing ones. r=Pike (2e93339b1)
- Bug 1111607 - Searchplugins should be picked up from en-US, if possible. r=glandium (87f81c3e6)
- remove another devtools duplicate (ec4e04bde)
- remove another devtools duplicate (4a5959615) (b418aff0b)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 847287 patch 4 - Add a method to nsRuleNode that reports the properties overriding a CSS animation. r=birtles (993741c96)
- Bug 847287 patch 5 - Add method to update animations on layer. r=birtles (32f2a293d)
- Bug 847287 patch 6 - Set mWinsInCascade for CSS Animations. r=birtles (6b511909d)
- Bug 847287 patch 7 - Dynamically update cascade results when animations start or stop being in effect. r=birtles (5ee6be671)
- Bug 847287 patch 8 - Only update transition manager's cascade results when an animation starts or stops being in effect. r=birtles (921be34b0)
- Bug 847287 patch 9 - Use fully-updated style rule for animations when updating cascade results for transitions. r=birtles (883af79a8)
- Bug 847287 patch 10 - Only call CheckNeedsRefresh if we might have changed mNeedsRefreshes, to make it cheaper to call EnsureStyleRuleFor more than once per refresh cycle. r=birtles (fe16261aa)
- Bug 847287 patch 11 - Only check that we can throttle animations once per refresh cycle (or invalidation of style rule), to make it cheaper to call EnsureStyleRuleFor more than once per refresh cycle. r=birtles (ccad05663)
- Bug 847287 patch 12 - Check mWinsInCascade for all callers of GetAnimationOfProperty/HasAnimationOfProperty. r=birtles (e64960b09)
- Bug 847287 patch 13 - Apply animations/transitions on the layer in the order that reflects how they override, rather than the opposite. r=birtles (4ad1ce381)
- Bug 1149848 - Stop calling NotifyAnimated (and thus repeatedly cycling layer activity) when sending OMT animations to the compositor. r=birtles (51fc3e010)
- Bug 1149848 patch 2 - Remove no-longer-needed flags to GetAnimationsForCompositor. r=birtles (1adf12a3a)
- rewrite to comply with Bug 1208465 - Part 2: Disable using Direct2D when 1.1 is unavailable. (b4599fe9a)
- Bug 1238028: When D2D 1.0 is not allowed disable D2D completely when not using 1.1. r=jrmuizel (d3eb2bace)
- Bug 1142260 - Re-sorted the prefs in gfxPrefs.h and added a big scary warning at the bottom of the list. r=kats (ca76ad66f)
- Bug 1150767 - Add pref for requiring hardware-backed GL. - r=jrmuizel (5972b4984)
- add comment (7ebc21fee)
- Bug 1164970 - Implement failIfMajorPerformanceCaveat. r=jgilbert, r=ehsan (5f9bea2f2) (842aa7563)

* 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.5 (Build 20200404)
Posted by: J.G.
Date: April 04, 2020 04:19AM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: WasiFH
Date: April 04, 2020 06:10AM

Thanks a lot.
For a layman like me , would it be more proper to writer some lines about the new realeases, I mean like:
e.g.,
- this function is improved
- this function is added
- Useragent is updated
- Memory leak is optimized
- etc

I will appreciate if you write some lines of these types, because 99.99% of this just fly over my head.
Anyhow your efforts to constantly update KM is really really appreciated, THANK YOU

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: gordon451
Date: April 05, 2020 02:25AM

I'm with @WasiFH on this.

I do read the list of... things, but generally the water is deeper than my height sad smiley

Quote

- Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow) (22c4e7813)
- Add nsIGfxInfo::GetMonitor support for Windows. (bug 1175005 part 2, r=jimm) (307254292)
- Add nsIGfxInfo::ListMonitors support for OS X. (bug 1175005 part 3, r=mstange) (9b691de8d)
- Add nsIGfxInfo::GetMonitor support for Linux. (bug 1175005 part 4, r=nical) (a5cb518f2)

I guess this is to let the browser have an idea of the screen monitor capabilities... I think?

The list @WasiFH is talking about doesn't have to be very long, maybe just the important ones?

____________________
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 20200404)
Posted by: roytam1
Date: April 05, 2020 03:55AM

Quote
gordon451
I'm with @WasiFH on this.

I do read the list of... things, but generally the water is deeper than my height sad smiley

Quote

- Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow) (22c4e7813)
- Add nsIGfxInfo::GetMonitor support for Windows. (bug 1175005 part 2, r=jimm) (307254292)
- Add nsIGfxInfo::ListMonitors support for OS X. (bug 1175005 part 3, r=mstange) (9b691de8d)
- Add nsIGfxInfo::GetMonitor support for Linux. (bug 1175005 part 4, r=nical) (a5cb518f2)

I guess this is to let the browser have an idea of the screen monitor capabilities... I think?

The list @WasiFH is talking about doesn't have to be very long, maybe just the important ones?

"shortening" changelog actually makes Release Engineering becoming more troublesome, which is what I actually want to prevent.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: siria
Date: April 05, 2020 04:42AM

Quote

-remove another devtools duplicate (ec4e04bde)
- remove another devtools duplicate (4a5959615) (b418aff0b)

Just the last days a new user has asked how to get devtools in KM, but as always no hope.
That's one of the absolute core functions which KM is missing.
I just keep suspecting it IS probably contained, buried somewhere in omni.ja, and we only don't know how to open it?

side-note: looks like Naruman got Mozilla PageInfo working in old KM74+1 already, inherited by KMG74! Got it once to open too while heavily experimenting with omni-files there, but after wasting endless time had to stop again. Assume it probably works outofbox in his old build, but can't check anytime soon. At any rate was excited to find that such stuff definitely IS possible to open too :-)

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: J.G.
Date: April 05, 2020 05:20AM

Quote
WasiFH
Thanks a lot.
For a layman like me , would it be more proper to writer some lines about the new realeases, I mean like:
e.g.,
- this function is improved
- this function is added
- Useragent is updated
- Memory leak is optimized
- etc
I will appreciate if you write some lines of these types, because 99.99% of this just fly over my head.
Anyhow your efforts to constantly update KM is really really appreciated, THANK YOU

You should notice this important advice at the end of every new changelog:
* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.
IMHO the good thing here is that KMGoanna works better and better each new release.
Anyway, I also understand your point of view and also @gordon451's one. smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: Paco
Date: April 06, 2020 01:13PM

Thankyou Roytam1 for the great work you do

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: rodocop
Date: April 06, 2020 07:49PM

siria,
naruman's PageInfo still works in any KM 75 Pro build.

roytam1,
all the respect to you as always!!!



Edited 1 time(s). Last edit at 04/06/2020 07:50PM by rodocop.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: siria
Date: April 06, 2020 08:02PM

Quote
rodocop
naruman's PageInfo still works in any KM 75 Pro build

Great! Any idea what it takes to make it work in official KM75 too?
And especially in KG76?

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: gordon451
Date: April 07, 2020 02:51AM

Quote
siria
...
Just the last days a new user has asked how to get devtools in KM, but as always no hope.
...

Reminds me of how M$ slowly removed all the toys from IE4-5-6... IE11 has devtools which I do not understand and therefore have no use for; and the "Performance Dashboard" which is cute but pointless. I liked being able to highlight a screen portion and view the underlying HTML, or to put a semi-permanent highlight over important text to show others. And yes, there was page info...

@roytam1 - if posting the changelog here helps you, then keep doing it! I'll just go with @J.G., "IMHO the good thing here is that KMGoanna works better and better each new release."

____________________
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 20200404)
Posted by: gordon451
Date: April 07, 2020 11:28AM

Ummm. Another bug in KM76.2-Goanna-20191026.

At Johns Hopkins Coronavirus interactive map KM is not showing me the country/continental outlines, and the cases graphic in the bottom right won't show. (I can get the red dots on the interactive map, and all the text entries in the scrolling lists.)

The site works well in IE11 (!!!!!!!!) and in Pale Moon 28.6.1.

FWIW, Deviant Art works well in Pale Moon now... smiling smiley So possibly the Johns Hopkins page is the same/similar technology?

____________________
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 20200404)
Posted by: fredv
Date: April 09, 2020 07:52AM

With K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404) the browser crashes after reading an e-mail in gmail and going back or select an action icon in gmail.
K-Meleon 76.2 on Goanna 3.4.5 (Build 20200321) works witout problem.
Will see if the next K-Meleon update works with gmail.



Edited 2 time(s). Last edit at 04/09/2020 07:52AM by fredv.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: siria
Date: April 09, 2020 03:33PM

OFFTOPIC:
Quote
gordon451
IE11 has devtools which I do not understand and therefore have no use for; and the "Performance Dashboard" which is cute but pointless. I liked being able to highlight a screen portion and view the underlying HTML, or to put a semi-permanent highlight over important text to show others. And yes, there was page info...

Just for curiosity, since I'm working on such stuff too (with macros of course), could you elaborate a bit more about details, looks and functions etc.? How other browsers do such stuff, GUI, how you're doing that in KM? E.g. are you selecting only 1 piece of text (rather easy and temporary, prob as usual just GUI), or several? Or how are you doing that "show others" thing?
For example just a few days ago tried to figure out how to highlight several text portions at once and permanently (result so far see attachment), wich finally works but only in most simple cases, otherwise a bit buggy and not sure I'll manage to fix it, so not sure if worth posting it.

But better in another topic, not here. Perhaps create a new one, or maybe in that recent devtools topic, seems related to me (http://kmeleonbrowser.org/forum/read.php?1,152024)



Edited 1 time(s). Last edit at 04/09/2020 03:59PM by siria.

Attachments: selectia_screen1.png (6 KB)  
Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: anonymous
Date: April 09, 2020 07:34PM

OFFTOPIC
@siria
Is forum search broken your K-Meleon? - It is possible to view the underlying HTML in some browsers. Here is an example: (external link).

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: gordon451
Date: April 10, 2020 02:43AM

Quote
siria
But better in another topic, not here. Perhaps create a new one, or maybe in that recent devtools topic, seems related to me (http://kmeleonbrowser.org/forum/read.php?1,152024)

Hi siria -

I've replied in that topic.

May your Passion-tide be happy and safe.

____________________
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]



Edited 3 time(s). Last edit at 04/10/2020 06:30AM by gordon451.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: rodocop
Date: April 12, 2020 05:00PM

Quote
siria
Quote
rodocop
naruman's PageInfo still works in any KM 75 Pro build

Great! Any idea what it takes to make it work in official KM75 too?
And especially in KG76?

For official 75 you need modified omni.ja with Pageinfo files and KmeleonMain.js updated by naruman (for his 74+) to make it work.

For any 76 we need completely rewritten js-component as the old one doesn't work as it should.



Edited 1 time(s). Last edit at 04/12/2020 05:01PM by rodocop.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200404)
Posted by: J.G.
Date: April 13, 2020 12:23PM

Browseraudit, latest KMGoanna: 0 critical issues, 392 passed. smiling smiley
https://browseraudit.com/

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.5 (Build 20200307
Posted by: ol
Date: April 16, 2020 10:32AM

Can I show all the images from the instagram page?
Not only small



Options: ReplyQuote
Pages: PreviousFirst...1112131415161718192021...LastNext
Current Page: 16 of 23


K-Meleon forum is powered by Phorum.