K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: Previous1234567891011...LastNext
Current Page: 6 of 23
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190511)
Posted by: roytam1
Date: May 11, 2019 03:02AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 249ad075c..3a87e4659:
- import change from rmottola/Arctic-Fox:
- more pointerstyle to apply patches (bfb888a02)
- Bug 1144331 - Assert that gray buffering does not depend on isMarking (775d1d6b3)
- Bug 1144789 - Strongly type GrayBufferState enum and move to GCRuntime (48db96a71)
- pointer style (8e1f6b47f)
- Bug 1144794 - Move markBufferedGrayRoots to the GCRuntime (82a65b5d4)
- Bug 1144811 - Inline the start and end buffering gray roots methods on GCMarker (e5fa2fa45)
- Bug 1144817 - Move hasBufferedGrayRoots to GCRuntime (360528a61)
- Bug 1144832 - Move grayBufferState manipulation out of GCMarker (aae607d5b)
- Bug 1144834 - Move resetBufferedGrayRoots to GCRuntime (c80e490e3)
- Bug 1144920 - Move gray buffer clearing out of GCMarker (99495ce33)
- Bug 1144925 - Buffer gray roots using a CallbackTracer instead of the GCMarker (faae3bca3)
- Bug 1144931 - Move gray buffering code to RootMarking.cpp (c279e36bd)
- Bug 1144369 - Add a GC phase to track time spent buffering gray roots (e05c2eece)
- Bug 1142669 part 1 - Fix inliningMaxCallerBytecodeLength to return the correct value. (d5e4d1a84)
- Bug 1129977 - Fix bogus MarkOffThreadNurseryObjects assert when post-barrier verifier is used. (4d204fb5e)
- pointer style (8a3a7e129)
- pointer style (f6db66131)
- Bug 1142669 part 2 - Lower the script inlining size limit if off-thread compilation is not available. (ce4e3c5e6)
- Bug 1142669 part 3 - Limit the total inlined bytecode size to avoid excessive inlining. (a57fab6e2)
- Bug 1142669 part 4 - Fix some inlining issues and inline scripts with loops. (777fb2ec6)
- Bug 1142669 followup - Move OffThreadCompilationAvailable definition outside namespace block. (c4fd10799)
- Bug 1142669 part 5 - Lower inliningMaxCallerBytecodeLength from 10000 to 1500. (9f1c704a2)
- pointer style (d70a2a7be)
- Bug 1144743 part 1. Add a hasPollutedGlobalScope flag to scripts. (da965507f)
- Bug 1144743 part 2. Add an option to JS::CompileOptions for hasPollutedGlobalScope. (df6324dd4)
- Bug 1144743 part 3. Set hasPollutedGlobalScope when we're compiling scripts we know will be executed with a non-global scope without cloning them. (c2f264683)
- Bug 1144743 part 4. Set the hasPollutedGlobalScope flag correctly when compiling functions. (39fff6585)
- Bug 1144743 part 5. Set the hasPollutedGlobalScope flag correctly when cloning functions. (738f1d18a)
- Bug 1144743 part 6. Set the hasPollutedGlobalScope flag correctly when executing scripts. (b05d04d63) (d3e5fc8cf)
- ported from UXP: backport m-c 1510114: Fix Use-After-Free in the HTML5 Parser (3a87e4659)

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

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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190511)
Posted by: Anonym
Date: May 11, 2019 04:34AM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190511)
Posted by: aaa
Date: May 11, 2019 07:33AM

roytam1, www.minds.com failed on this

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190511)
Posted by: hermes
Date: May 11, 2019 11:23AM

@roytam1 Thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190511)
Posted by: roytam1
Date: May 11, 2019 03:18PM

Quote
aaa
roytam1, www.minds.com failed on this
no clue on this because the site uses newer syntax that KM-Goanna engine can't support.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190511)
Posted by: siria
Date: May 11, 2019 05:24PM

Quote
roytam1
Quote
aaa
roytam1, www.minds.com failed on this
no clue on this because the site uses newer syntax that KM-Goanna engine can't support.

Looks like not only the website code is very 'exclusive':
https://medium.com/@thesugarray/just-some-of-the-problems-with-minds-com-the-worst-social-media-site-a4cf9b07e875

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190518)
Posted by: roytam1
Date: May 18, 2019 01:43AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 3a87e4659..4a37a0ce8:
- import change from rmottola/Arctic-Fox:
- Bug 1144802 part 1. Add a JSOP_GIMPLICITTHIS which acts like JSOP_IMPLICITTHIS when the script hasPollutedGlobalScope and JSOP_UNDEFINED otherwise. (7b0f4bf1f)
- Bug 1144802 part 2. Add JIT and interpreter fast paths for JSOP_GIMPLICITTHIS when the script doesn't have a polluted scope. (7ed943ea9)
- Bug 1144802 part 3. Output JSOP_GIMPLICITTHIS whenever we have a JSOP_GETNAME in call context and don't know for a fact that we need an implicit this. (5b77362cc)
- Bug 1144802 part 4. Stop returning true from ByteCodeEmitter::needsImplicitThis based on the compileAndGo flag. (3961fb79d)
- Bug 1144802 part 5. Flag eval scripts as having a polluted scopechain when inside a with scope. (59c83ceb0)
- Bug 1144802 part 6. Remove the scopechain walk in BytecodeEmitter::needsImplicitThis, since consumers should now set hasPollutedGlobalScope as needed. (9df2cdacd)
- Bug 1144802 part 7. Remove the scopechain walk in the FunctionBox constructor, since consumers should now set hasPollutedGlobalScope as needed. (4c271aff8)
- Bug 1144802 part 8. Drop the scopechain member from GlobalSharedContext, since it's not needed anymore. (dc58199c2)
- Bug 1336791 - Allow readelf to print types without parentheses. (Fix FreeBSD) (cef15d006)
- pointer style (95722a23a)
- Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. (e5eb524b6)
- pointer style fix and cleanup (2c44d9120)
- Bug 1143802 - Forward jit level information to profiler frontend. (3eefdde2b)
- pointer style (8c639a731)
- Bug 1143860 - Add column number to PCToLineNumber. (7cdb37ad9)
- Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (2c13cb5fe)
- Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (3b8cfa5b5)
- Bug 1142669 part 6 - Don't inline scripts that are known to inline a lot of code. (73bcdf96d) (38409ecc5)
- import changes from tenfourfox:
- #551: update certs, pins, TLDs (bc5094b91) (without pins)
- #551: one last certbump (cb1e62033) (32174fa57)
- import change from rmottola/Arctic-Fox:
- Bug 1130439 - Trigger compacting GCs after the user becomes inactive (aa5936222)
- Bug 1139429 - Fix ICU configuration for SunOS/OpenSolaris. (a0e4467b4)
- Bug 1143521 - Remove IsPoisonedPtr stuff (341899b88)
- Bug 1142351 - Part 1: Collect telemetry about deprecated flag argument for String.prototype.{search,match,replace}. (3ad712689) (partly)
- Bug 1142351 - Part 2: Warn about deprecated flag argument for String.prototype (66c280d79)
- Bug 1083498 - Remove SpiderMonkey's nonstandard behavior for destructuring for..in loops in JS1.7. (428b6a0d1) (4a37a0ce8)

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

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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190518)
Posted by: Anonym
Date: May 18, 2019 06:04AM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190518)
Posted by: hermes
Date: May 18, 2019 02:08PM

@roytam1 Thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190518)
Posted by: J.G.
Date: May 18, 2019 11:37PM

@Roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190518)
Posted by: Игорь Веселуха (Republic of Belarus)
Date: May 23, 2019 01:01AM

Thanks

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190518)
Posted by: gordon451
Date: May 24, 2019 07:32AM

Hi roytam1 -

Web page Federal election: This is Australia as 100 people

This page displays properly in IE11 x64 and Pale Moon 26.4.1 x64.

My K-M is build 20190406, and shows images for a short time, then blanks them. As well, the text then becomes much larger and centered on the page.

I've copied the Error Console to Error Console. The Error Console does contain a large number of CSS alerts which I have not shown on the screenshot.



Given that both IE11 and Pale Moon are both much older than my K-M, is it possible the page is being affected by my about:config security configuration? Or is this just a strange XML/JS thing?

____________________
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 2 time(s). Last edit at 05/24/2019 07:38AM by gordon451.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190525)
Posted by: roytam1
Date: May 25, 2019 03:28AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 4a37a0ce8..8e9351569:
- import change from rmottola/Arctic-Fox:
- initialize webp with different mode depending on endianness (c47ba6f6e)
- pointer style (09a5f12ee)
- Bug 1139983 - Fail the alloc if the nursery is full in NoGC (a85408eef)
- Bug 1135963. Allow JS_InitializePropertiesFromCompatibleNativeObject to deal with objects that have different prototypes. (ec8d1799b)
- Bug 1066233 - Part 1: Parser suppoert for ES6 ClassExpressions. (04e536bb6)
- Bug 1066233 - Part 2: Emitter support for ES6 ClassExpressions. (7e141d412)
- Bug 1066233 - Part 3: Reflect.parse support for ES6 ClassExpressions. (30595e6df)
- Bug 1066233 - Followup: Address a forgotten review comment. (836b26f59)
- Bug 1066233 - Tests. (5df23d2e6)
- Bug 1143106 - Fix construction of singleton objects during parsing when unboxed objects are in use (1749494c6) (44d5f1a6a)
- ported change from mozilla upstream: bug1430268 (7bd4b2d31)
- import change from rmottola/Arctic-Fox:
- Bug 1143256 - Store object metadata using a weak map (38a6dc237)
- Bug 1143513 - Make nsFrameList compatible with range-based syntax and utils. (2c69cf891)
- Bug 1149854: Use range-based for loops when iterating over child frames in nsFlexContainerFrame.cpp. (5c1e258db) (8e9351569)

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

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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190525)
Posted by: Anonym
Date: May 25, 2019 03:52AM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190525)
Posted by: hermes
Date: May 25, 2019 11:24AM

@roytam1 Thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190525)
Posted by: J.G.
Date: May 27, 2019 12:26PM

@roytam1 thanks! :cool:

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: roytam1
Date: June 01, 2019 03:32AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 8e9351569..b73126108:
- import change from rmottola/Arctic-Fox:
- Bug 1136379. Clean up the nsPluginHost API a bit. (c39f45953)
- Bug 1137897 - Do not throw exception from nsPluginTag::GetMimeTypes if a plug-in has no MIME-Types. (9d77c7205)
- Bug 1103036 - Allow ContentChild to perform tasks during shutdown (342555d90)
- Bug 1140714 - Pass through remote NS_OpenAnonymousTemporaryFile failure to caller. (04f01ef2c)
- Bug 1124907 - Call SetCompositor() only when it is valid (2255eeda2)
- Bug 1145149 - Include IntegerPrintfMacros in PerfSpewer.cpp (0e755cae8)
- Bug 1146223 - IonMonkey: MIPS: Fix a typo in storeFloat32x3 (36dd95699)
- Bug 1143686 - Gtk3 - Render scrollbar thumb with margin. (384347c60)
- Bug 1143686 - Gtk3 - Render scrollbar thumb with margin. (8711babf3)
- Bug 1142074 - remove NS_{IMPORT,EXPORT}_STATIC_MEMBER_ These have been unused for quite some time, and we have other ways of flagging static variables for export/import now. Whatever GCC bugs necessitated these macros are long gone as well. (a829ba500)
- Bug 1139361 - Remove gTLSThreadID*, NS_TLS and mozilla::threads::ID. (4c21669cb)
- Bug 1138123 - remove xpcom/sample/ as a bygone relic (2a4e33835)
- cleanup MOZ_THROW_EXPORT inspired from current FireFox removing the MOZALLOC_EXPORT hack (534f81737)
- Bug 868814 - Fold mozalloc library into mozglue. (324250a8c)
- Bug 1119482, part 1 - Use CycleCollectedJSRuntime::Get() in the various CC wrapper methods. (3c8638c57)
- Bug 1119482, part 2 - Move HoldDropJSObjects.h from xpcom/glue to xpcom/base. (c8ef6be30)
- Bug 1119482, part 3 - Move the Hold and DropJSObjects implementations to a new HoldDropJSObjects.cpp file. (8a128cabd)
- Bug 1119482, part 4 - Move IsJSHolder into HoldDropJSObjects. (154720b0d)
- Bug 1141660 - Fix bustage from bug 868814 with --disable-replace-malloc (7f74490b2)
- Followup for bug 868814 - replace non-obvious #if with simpler alternative. (2a1520452)
- Bug 1132771 - Add a test for reading all moz.build files in filesystem traversal mode; (49dcae4ea)
- Bug 1132771 - Support and test for reading without a config object; (b5fa44ed3)
- Bug 1132771 - API to return moz.build files relevant for a set of paths; (5a53e692a)
- Bug 1134072 - Remove support for post-eval sandbox callback; (fb63d7eda)
- Bug 1132771 - Implement strongly typed named tuples; (7acf71487)
- Bug 1135984 - Avoid setting an empty GYP_DIRS in contexts when reading it. (fceaf9f93)
- Bug 1134072 - Support for sub-contexts; r=glandium (41a0c2197)
- Bug 1136456 - Remove leftovers from TIERS support in mozbuild.frontend.reader. (4d5180e25)
- Bug 1132771 - Pass special types down to sandboxes via metadata; (5126bd8a6)
- Bug 1132771 - Support reading relevant moz.build files; r=glandium (6f9d6107c)
- Bug 1132771 - Add Files to moz.build with ability to define Bugzilla component; r=glandium (d5416a6cc)
- Bug 1132771 - Implement file-info mach command; r=glandium (64b7f8fad)
- Bug 1132771 - Define some bug components; r=glandium (e4d2b4645)
- Bug 1139050 - Add moz.build BUG_COMPONENT metadata for xpcom/. (ea30ac906)
- Bug 1139050, part 2 - Move nsAlgorithm.h to xpcom/base. (21abdde35)
- Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory:Alloc/Realloc/Free. (5a00f0487)
- Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. (514d8e8eb)
- Bug 1120308 - tcp control channel for presentation api. (f3ee09a89)
- Bug 1125698 - Add ExpandErrorArguments() varargs helper function and remove uninitialized `dummy` va_list variable. (f9fdcd1db)
- Bug 1101627 - Add touch action regions. (6e86516f3)
- Bug 1092102 - Implement a WorkerDebuggerGlobalScope (4b3195921)
- Bug 1036967 - Introduce ScaleFactors2D. (2a80be7d6)
- Bug 1071018 - Work around an assertion (will be fixed properly in bug 1036967). (3f62cfa03)
- Bug 1023190 - Fix extra horizontal line when draw background image with repeat-x mode (5ab11f642)
- Bug 1135992 - Fix non-unified build failed in nsLayoutUtils.cpp. (8f8fcace8)
- Bug 1133492 - Extract some of nsPresShell into a separate TouchManager class. (9ac347878)
- Bug 1133492 - Extract some of nsPresShell into a separate TouchManager class. (37181a8a3)
- Bug 1122094 - Remove some unnecessary code. (6c3b1abe2)
- Don't async scroll overflowed single-line text boxes in APZ. (bug 1126090 part 6) (435d9d186) (365b9b17b)
- import change from rmottola/Arctic-Fox:
- revert PaleMoon HSCROLL (077a87aed)
- If APZ is enabled, do not handle wheel-event scrolling in layout. (bug 1126090 part 1) (8c0ba79d6)
- Factor out how APZ-aware events are dispatched from widgets. (bug 1126090 part 2) (fb6b7e57b)
- Events synthesized in the child process must be propagated back to the parent. (bug 1126090 part 3) (5a4c9439e)
- Translate coordinates in events synthesized from the child process. (bug 1126090 part 4) (5148f7fc2)
- Wait for all paints to flush before synthesizing scroll events. (bug 1126090 part 5) (b99a19995)
- Don't try to async scroll frames that have less than one pixel of scrollability. (bug 1126090 part 7) (475ffa090) (30bc5e7c6)
- import change from rmottola/Arctic-Fox:
- Bug 1148903 - Allow control characters to be rendered by user fonts. (679bff6bf)
- initialize webp with different mode depending on endianness (part 2) (cf2429214) (53ea38ac7)
- import change from rmottola/Arctic-Fox:
- Bug 914666 - Exclude the frame borders from the composition bounds. (7fd2f59c1)
- Bug 1137232 - Fix dumping of client layers so it doesn't get truncated. (926eb6c57)
- bug 1127794 - With remote content calculate and store plugin geometry updates prior to the end of the shadow layer transaction. (c40120d79) (b73126108)

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

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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: Anonym
Date: June 01, 2019 07:12AM

roytam1 thank you!
Problem:Language\Skin\Password



Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: J.G.
Date: June 01, 2019 06:30PM

@roytam1 thanks! :cool:

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: NKU
Date: June 03, 2019 11:23AM

Quote
Anonym
roytam1 thank you!
Problem:Language\Skin\Password

And full screen mode in Build 20190601 does not work.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: siria
Date: June 03, 2019 12:25PM

Just as little overview for this main thread

since build 20190601

http://kmeleonbrowser.org/forum/read.php?19,146213,149351#msg-149351
Quote
roytam1
mozalloc.dll is integrated into mozglue.dll now

Quote
Borut
I have made more tests and I can definitely say that the mouse rocker feature (i.e. for instance, press and hold the right button, while then pressing the left button, in order to go back) does not work at my place without this specific dll being present at start time

= new bug in kplugin mousegestures
=> FIX found by Borut: copy mozalloc.dll from previous build

- new bug in GUI language (see above, found by Anonym)
- new bug in GUI skin (by Anonym)
- new bug in Password manager (by Anonym)
- new bug in kplugin fullscreen (by NKU)

(_bug_ _howto_ some things broken since build 20190601, mozalloc.dll replaced)



Edited 1 time(s). Last edit at 06/03/2019 12:35PM by siria.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: roytam1
Date: June 04, 2019 03:24AM

Quote
siria
Just as little overview for this main thread

since build 20190601

http://kmeleonbrowser.org/forum/read.php?19,146213,149351#msg-149351
Quote
roytam1
mozalloc.dll is integrated into mozglue.dll now

Quote
Borut
I have made more tests and I can definitely say that the mouse rocker feature (i.e. for instance, press and hold the right button, while then pressing the left button, in order to go back) does not work at my place without this specific dll being present at start time

= new bug in kplugin mousegestures
=> FIX found by Borut: copy mozalloc.dll from previous build

- new bug in GUI language (see above, found by Anonym)
- new bug in GUI skin (by Anonym)
- new bug in Password manager (by Anonym)
- new bug in kplugin fullscreen (by NKU)

(_bug_ _howto_ some things broken since build 20190601, mozalloc.dll replaced)
alright that means KM need to be recompile.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: Anonym
Date: June 04, 2019 11:25AM

FIX found by Borut:copy mozalloc.dll from previous build => OK*)
thanks!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: roytam1
Date: June 04, 2019 03:48PM

Quote
siria
Just as little overview for this main thread

since build 20190601

http://kmeleonbrowser.org/forum/read.php?19,146213,149351#msg-149351
Quote
roytam1
mozalloc.dll is integrated into mozglue.dll now

Quote
Borut
I have made more tests and I can definitely say that the mouse rocker feature (i.e. for instance, press and hold the right button, while then pressing the left button, in order to go back) does not work at my place without this specific dll being present at start time

= new bug in kplugin mousegestures
=> FIX found by Borut: copy mozalloc.dll from previous build

- new bug in GUI language (see above, found by Anonym)
- new bug in GUI skin (by Anonym)
- new bug in Password manager (by Anonym)
- new bug in kplugin fullscreen (by NKU)

(_bug_ _howto_ some things broken since build 20190601, mozalloc.dll replaced)

build 20190601 replaced with mozalloc.dll back, those changes are backed out from goanna3 repo.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: Anonym
Date: June 04, 2019 05:24PM

@roytam1


Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: siria
Date: June 04, 2019 09:04PM

Quote
roytam1
build 20190601 replaced with mozalloc.dll back, those changes are backed out from goanna3 repo.

Great, thanks for quick fix! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190601)
Posted by: Borut
Date: June 05, 2019 09:23AM

Yes, many thanks!!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190608)
Posted by: roytam1
Date: June 08, 2019 02:51AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 8e9351569..6cd09e714:
- Reverted following changes in order to make KM happy:
- Bug 868814 - Fold mozalloc library into mozglue. (324250a8c)
- Bug 1141660 - Fix bustage from bug 868814 with --disable-replace-malloc (7f74490b2)
- Followup for bug 868814 - replace non-obvious #if with simpler alternative. (2a1520452)
- Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. (514d8e8eb) (e96afb6ea)
- import change from rmottola/Arctic-Fox:
- Bug 1138527 part 1 - Make ruby annotations have the same font inflation as its containing ruby frame. (088bbf5bc)
- Bug 1138527 part 2 - Reftest for application of font inflation to ruby. (41ae8c811)
- Bug 1097468 - Part1: expose |homescreen-webapps-manage| in Apps.webidl (b182f49b7)
- Bug 1097468 - Part 2: test for permission |homescreen-webapps-manage|. (1b097c139)
- Bug 943537 - In the GeckoContentController interface, take the modifiers for tap events in 'widget modifier' format rather than 'DOM modifier' format (4b7de6b31)
- Bug 943537 - Handle modifiers on tap events in RemoteContentController and ChromeProcessController. (2bbe91961)
- Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. (09a0c8e61)
- Bug 1139258 - Use ScreenIntSize in PBrowser:confused smileyhow/UpdateDimensions (2189f8921)
- Bug 1139575 - Don't set the fast motion flag on multitouch blocks. (5155bfd13)
- Bug 1137267 - Enable event-regions automatically when APZ is enabled, and allow the APZ code to assume event-regions are enabled always. (29d7e7d1c)
- Bug 1137267 - Remove unneeded flags to track touch listeners and touch caret. (cb6cc1139)
- Bug 1036967 - Use ScaleFactors2D instead of ScaleFactor where appropriate in APZ and surrounding code. (09ce986a9)
- Bug 1036967 - Remove ScaleFactor:confused smileycaleFactor(float, float). (87d13024c)
- Bug 1036967 - Followup to fix debug logging. (d01fca6e4)
- Bug 1036967 - Follow-up to fix debug logging. (776b4b65e)
- Bug 1149060. Fix dev pixels per CSS pixel and presshell resolution layer dumping after bug 1036967. (6d26e4d3c)
- Bug 1130982 - Reftest for this bug. (00bff9489)
- Bug 1130982 - Ensure the clip rect is appropriately adjusted for multi-framemetrics layers. (211d15a4d)
- Bug 1130982 - Fix a reftest so an element that's supposed to be scrollable actually is. (71dc992e2)
- Bug 1130982 - With multi-FrameMetrics on APZ platforms, do not apply clips to scroll ports of frames other than the bottom-most one on the layout side. (4d9342324)
- Fix APZ using incorrect scroll wheel deltas. (bug 1141728) (cad854639)
- Bug 1139675 - Update JS callers of nsIDOMWindowUtils.setResolution and getResolution in accessibility code. (28dffc78d)
- Bug 1136914 - Don't lose scale from parent document when descending into subdocument. (0d3cef358)
- Bug 1139283 - Move some properties from nsStyleDisplay to nsStylePosition. (ff61201ae)
- Bug 1125767. Centralize code into nsStylePosition::IsFixedPosContainingBlock. (f256191f4)
- temporary override -> MOZ_OVERRIDE again (ed8caa82d)
- Bug 1139675 - Add a couple of operator overloads to BaseSize. (a214c0eab)
- Bug 927995 - Handle antialias+preserveDrawingBuffer properly. (9ceaf6d0a)
- Bug 1142926 - Only notify the docshell of state changes when moving in and out of a transforming state across all APZCs. (153054d1e)
- Bug 1116806: Enable dom.ipc.plugins.asyncInit by default; (bf0e3464d)
- Bug 1143789. Remove unnecessary cast to BasicLayerManager. (fd30ade6c) (1cf10c95c)
- import change from rmottola/Arctic-Fox:
- Bug 1143518 - Remove the TryCapture path which is now obsolete. (5b1b50333)
- Bug 1112040 - Report invalid regular expressions to the console. (909f196ee)
- Bug 1143010 - Stopping a mochitest-browser run is rocket science. (c7c482690)
- Bug 1110487 P1 Fix some non-unified bustage before adding new code. (e8c3346a4)
- Bug 1140051 Avoid Cache shutdown assert when Manager alive, but not active (1fd5d21d2) (6cd09e714)

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

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

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190608)
Posted by: Anonym
Date: June 08, 2019 04:18AM

@roytam1 thanks!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190608)
Posted by: George_Hall
Date: June 08, 2019 06:20AM

K-Meleon 76.2 on Goanna 3.4.4 (Build 20190608)

Has either has zoom bug in either Zoom Macro or the browser engine which images can not be made smaller or bigger with the zoom macro.

Full Page Zoom and Zoom Text works fine it just has a problem with Zoom Images



Edited 1 time(s). Last edit at 06/08/2019 06:22AM by George_Hall.

Options: ReplyQuote
Pages: Previous1234567891011...LastNext
Current Page: 6 of 23


K-Meleon forum is powered by Phorum.