K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: Previous1234567891011...LastNext
Current Page: 5 of 23
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190406)
Posted by: roytam1
Date: April 06, 2019 05:29AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git d86d78c8b..4ed6f4941:
- import change from rmottola/Arctic-Fox:
- further pointer style tweak for patching (90943bf7a)
- Bug 1137910 part 1. Don't lose track of the original 'this' object in THIS_SAVEDFRAME, so we can actually do things based on the principal of the object we're working with. (0c6bf89dc)
- Bug 1137910 part 2. Give chrome callers that are indirectly (e.g. via nsIStackFrame) poking at content-captured stacks the content view of the stack. (9b9d8981d)
- more pointer style to pach easier (210ef0c78)
- even more pointer style (8dad567c6)
- Bug 1130576 - Rename JSPropertyOp -> JSGetterOp and JSStrictPropertyOp -> JSSetterOp. (0714aa290)
- Bug 1083359 - Part 1 - Add the asyncCause and asyncParent properties to the native SavedFrame object. (1c99ec1bc)
- more pointerstyle (21148a28d)
- Bug 1135827 - Don't root more times than necessary in js:confused smileyavedStacks::insertFrames. (904461ae0)
- comment fix (9401372c6)
- Bug 1083359 - Part 2 - Allow C++ code to provide an async stack when calling a JS function. (e5ce833fa)
- Bug 1133081, part 1 - Switch from js:tongue sticking out smileyropDesc to JSPropertyDescriptor for all users of js:confused smileytandardDefineProperty (mainly Object.defineProperty/Properties and the corresponding Debugger.Object methods). (4754703df)
- pointer style (58e1befc2)
- Bug 1133094 - Object.defineProperty() on scripted proxy incorrectly sets {[[Configurable]]: true} if it's missing. (c4da7e6c6)
- Bug 1133081, part 2 - Switch from js:tongue sticking out smileyropDesc to JSPropertyDescriptor for js:confused smileytandardDefineProperty implementation. (07efac725)
- Bug 1133081, part 3 - Switch from js:tongue sticking out smileyropDesc to JSPropertyDescriptor for more odds and ends. (119b5711e)
- more pointer style (b2c2a8383)
- Bug 1133294 - Object.getOwnPropertyDescriptor(obj, key) must always return either undefined or a complete property descriptor, even if obj is a proxy. (39bc723a7)
- Bug 1133081, part 4 - Reimplement the remaining PropDesc methods and delete PropDesc. (3b447fb7b)
- Bug 1130537 - Reimplement js:confused smileyetPropertyIgnoringNamedGetter to follow ES6 draft rev 32 9.1.9 [[Set]]. (7a681465a) (e1ef2cd0b)
- import change from rmottola/Arctic-Fox: Bug 1133081, part 5 - Remove non-asserting PropertyDescriptor accessors in favor of the new PropDesc-inspired asserting accessors. (9da3866fa)
import change from tenfourfox: #399: null check in FindNearestCommonAncestorFrame from PM 978 (23f303460) (d83c58e95)
- nss: update nss to hg rev e5e10a46b9ad with vc2013 hackfix (c532d18da)
- import change from rmottola/Arctic-Fox:
- some pointerstyle (5eafc4481)
- even more pointer style (8b1c94dd0)
- Bug 1138984 - Allow 'new' template objects to have dynamic slots (31cff4565) (593d1c056)
- import change from rmottola/Arctic-Fox:
- revert apparently PaleMoon specific change to CreateLazyScriptsForCompartment, so later FF patches apply smoothly (ed89197ec)
- Bug 1140428 - Warn when __noSuchMethod__ is used. (976c93809)
- Bug 1133759 - Always shrink GC buffers at the end of a shrinking GC, even if we don't compact (5d9fadcfa)
- pointerstyle tweaks again (26426837a)
- Bug 1125101 - Incrementalise compacting GC by zones (9badc2329)
- Bug 1136597 - Mark all relevant cross compartment debugger edges when sweeping. (Adapted) (964373773)
- some pointerstyle updates (1ff2d78b7)
- more pointer style (be38e9b5c)
- Bug 1135100 - Don't bother to check if things we don't relocate have been forwarded (8da001057)
- Bug 1135100 - Remove Cell* versions of various GC methods forcing callers to use correct type (a1d09d1fa)
- pointer style (6f7d4091e)
- Bug 1137573 - OdinMonkey: Alignment Mask Analysis (fd86305f3)
and removed addTelemetry hunk from rev 976c93809 (4ed6f4941)

* 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.1.1 on Goanna 3.4.4 (Build 20190406)
Posted by: J.G.
Date: April 06, 2019 07:03AM

@roytam1 thank you! :cool:

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190406)
Posted by: hermes
Date: April 06, 2019 10:52AM

@roytam1 Thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190406)
Posted by: Anonymous User
Date: April 06, 2019 07:57PM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190413)
Posted by: roytam1
Date: April 13, 2019 04:04AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 4ed6f4941..6e57ba34e:
- import change from rmottola/Arctic-Fox:
- Bug 1119303 - Use an oolCallVM to allocate SIMD objects when the nursery is full. (1eca977cb)
- Bug 1135547 - Fix checks for cases where type sets might be incomplete (2230e8b92)
- pointer style (8958871fc)
- Bug 1135038: Inline SIMD.check as guard unbox (e45b8a6a3)
- pointer style (623935182)
- Bug 1135039: Implement general SIMD swizzle and use it (84f609ecc)
- Bug 1135042: Inline SIMD loads in Ion (5ffb8fbc4)
- Bug 1135042: Inline SIMD stores in Ion (e91a020d1)
- Bug 1135042: Share more code between StoreTypedArray* classes (1c0f3a538)
- Bug 1137688 - Add eager simd unboxing phase. (adb5986c9) (9cc8d52f1)
- import change from rmottola/Arctic-Fox:
- Bug 1137780 - Add a skiplist enumerator for JitcodeGlobalTable for removing while traversing. (778c8fc85)
- Bug 1137780 - Fix marking JitcodeGlobalTable. (32b24d140)
- Bug 1139552 - Convert js::gc::AllocKind to an enum class and eliminate non-AllocKind indexing. (a28742322)
- some pointer style again (627097e2a)
- Bug 1140586 part 3. Drop the funobjArg of js::NewFunction and js::NewFunctionWithProto. (c9bcf8906)
- Bug 1140586 part 4. Stop passing non-null parents to js::NewFunctionWithProto when creating a native function via direct calls to that API. (8d6d2c9ba) (0b23a2783)
- import change from rmottola/Arctic-Fox:
- Bug 1140586 part 5. Split up js::NewFunction into several different APIs that are more clear in terms of what they do and don't need parents as much. (eeaab7e54)
- revert Bug 1125101 as upstream did (2d7c55203)
- Bug 1139832 - Restrict compacting GC zealousness to zeal collections (f860d0940)
- Bug 1140643 - JitcodeGlobalMap marking must participate in iterative weak reference marking. (289fd634a)
- Bug 1142282 part 1. Remove the parent argument of NewNativeObjectWithGivenProto. (5c7232530) (e6344bb64)
- import change from rmottola/Arctic-Fox:
- Bug 1142282 part 2. Remove the parent argument of NewNativeObjectWithGivenTaggedProto. (171e86a6a)
- Bug 1142282 part 3. Remove the parent argument of NewNativeObjectWithClassProto. (723605cc3)
- some pointer style (2436f031a)
- Bug 1134146 - Use whole cell store buffer entries for unboxed object updates (a787eb06e)
- Bug 1140888 - Make sure Ion code depending on unboxed layouts is invalidated when unboxed objects are converted to natives (bed2de826)
- Bug 1141379 - Remove unboxed layouts from the per-compartment list they are threaded through while we are still on the main thread (829535fec)
- Bug 1134969. Make DeepCloneObjectLiteral correctly handle setLastProperty failures. (2c4fc9847)
- some pointer style stuff (74ab89f4f)
- Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts (80f88401d)
- Bug 1143244: return false instead of nullptr, in failure case within js:angry smileyDRObjectLiteral(). (0f8e58801) (6e57ba34e)

* 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 1 time(s). Last edit at 04/13/2019 10:57PM by rodocop.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190413)
Posted by: Anonym
Date: April 13, 2019 04:17AM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190413)
Posted by: Impure
Date: April 13, 2019 05:30AM

Build hyperlink not Changed. tongue sticking out smiley




Fixed now. Moderator



Edited 2 time(s). Last edit at 04/13/2019 10:58PM by rodocop.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190413)
Posted by: hermes
Date: April 13, 2019 01:16PM

@roytam1 Thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190413)
Posted by: J.G.
Date: April 13, 2019 05:11PM

@roytam1 thanks smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190323)
Posted by: WasiFH
Date: April 18, 2019 11:14PM

Quote
roytam1
the site initialize indexeddb in wrong way.
Thank you for our reply and consideration.
That is so technical and I am not a technical person. But I also thought that something on the site hand was wrong.
How can firefox (and chrome, opera) displays that site's correctly? Can you help me by some adjustment in about:config or so? I really need that site to work and I had to use firefox 52 esr for this. My wish is that I could use my beloved and addicted browser K-Meleon.
Thanks and best wishes.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190323)
Posted by: siria
Date: April 19, 2019 01:02AM

Quote
WasiFH
Quote
roytam1
the site initialize indexeddb in wrong way.
Thank you for our reply and consideration.
That is so technical and I am not a technical person. But I also thought that something on the site hand was wrong.
How can firefox (and chrome, opera) displays that site's correctly? Can you help me by some adjustment in about:config or so? I really need that site to work and I had to use firefox 52 esr for this. My wish is that I could use my beloved and addicted browser K-Meleon.

Topic for your special prob with daraz.pk
http://kmeleonbrowser.org/forum/read.php?1,148823,149061#msg-149061

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190420)
Posted by: roytam1
Date: April 20, 2019 03:07AM

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 6e57ba34..b68d61fda:
- dom: change `override` to `MOZ_OVERRIDE` to match ArcticFox (a5f7ce22e)
- import change from rmottola/Arctic-Fox:
- Bug 1141905 part 1. Make it possible to CreateScopeObjectsForScopeChain with a given non-global scope chain terminator. (f511987e7)
- Bug 1141905 part 2. Make the 5-arg version of CreateScopeObjectsForScopeChain non-static so it can be called from multiple files, and move it to a possibly-saner location. (8eb583d35)
- Bug 1141905 part 3. Use CreateScopeObjectsForScopeChain in DebuggerFrame_evalWithBindings. (00ccdc430)
- Bug 1141905 part 4. Add some assertions about what enclosingScope can return for non-scope objects. (efcdac5da)
- Bug 1137844 - Part 0 - Add docs for Debugger.Memory.prototype.onGarbageCollection (5db93db6c)
- pointer style (c329881dc)
- Bug 1137844 - Part 1: Make {get,set}HookImpl not rely on a Debugger instance in the 'this' slot (934d19578)
- Bug 1137844 - Part 2: Add a Debugger.Memory.prototype.onGarbageCollection getter/setter pair. (4ea252a53)
- Bug 1137844 - Part 3: Fire the Debugger.Memory.prototype.onGarbageCollection hook after GCs (3f549a594)
- Bug 1137844 - Part 4: Test the Debugger.Memory.prototype.onGarbageCollection hook (1e82dc1ea) (9dcfc17d2)
- import change from rmottola/Arctic-Fox:
- Bug 1142311 part 1. Stop parenting self-hosted objects to the intrinsics holder. (3cb7980c4)
- Bug 1142311 part 2. Rename the parent arg of NewScriptedFunction to enclosingDynamicScope, and make it optional. (27c00cbb2)
- Bug 1142310 part 1. Stop parenting scripted functions created via the NewFunction APIs to non-globals. (46f6521fd)
- Bug 1142310 part 2. Stop parenting scripted functions created via CloneFunctionObject to non-globals. (f164e8c49)
- Bug 1136486 - Simplify the SVG text rendering callbacks by getting rid of NotifyBeforeSVGGlyphPainted and NotifyAfterSVGGlyphPainted. (fc76dffd1)
- Bug 1142865. Remove the parent argument from NewObjectWithGroup. (211d191b7)
- pointer style (c83032f78)
- Bug 1142859. Don't parent the object created by JS_DefineObject to the object we're defining on. (7a91bf02a)
- Bug 1135731 - fix encoding inconsistency in NS_NewXBLProtoImpl (9d5d99022)
- pointer style (53f1a2cd1)
- Bug 1142309. Remove the parent argument from NewObjectWithClassProto (472a00e66) (19f4294af)
- import change from rmottola/Arctic-Fox:
- pointer style (b6253e08b)
- pointer style again (9a39bc621)
- even more pointer style... (f28b6f2c4)
- Bug 1066234 - Part 1: Parser support for 'extends' in ES6 Classes. (7782e671d)
- Bug 1066234 - Part 2: Implement JSOP_CLASSHERITAGE. (d29afcf6d)
- Bug 1066234 - Part 3: Refactor js::CloneFunctionObject to take a proto argument. (0cc6f6048)
- Bug 1066234 - Part 4: Implement JSOP_FUNWITHPROTO. (2e0c04103)
- Bug 1066234 - Part 5: Implement JSOP_OBJWITHPROTO. (2f3980885)
- Bug 1066234 - Part 6: Emitter support for 'extends' in ES6 Classes. (361d75fb4)
- Bug 1066234 - Tests. (c06dccce7)
- Bug 1066238 - Part 1: Parser support for static class methods. (53315d021)
- Bug 1066238 - Part 2: Emitter support for static class methods. (3dc069679)
- Bug 1066238 - Tests. (78470ee78)
- Bug 1142296. Remove the parent argument from NewObjectWithGivenProto (plus adaptations for Goanna) (918202ddd)
- Bug 1142304. Remove the parent argument from NewObjectWithGivenTaggedProto. (036d97369) (81d2deb5a)
- backout bug 1134280 for fixing yandex search "Read more" link (980f33dae)
- Revert "backout bug 1134280 for fixing yandex search "Read more" link" (01ed5ad3a)
- finally fixed yandex search "Read more" link issue. this seems to be an accidentally changed line in upstream(s) that is fixed in bug 1141455. (6a3c759b1)
- ported mozilla changes: bug1143506, bug1143509, bug1144899, bug1145560, bug1162350, bug1189593, bug1124084 (ea571e456)
- import change from rmottola/Arctic-Fox:
- Bug 1142864. Remove the parent argument from NewObject. (2e4cce561)
- Bug 1281596 - fix evutil_rand.c for clang/android builds clang apparently dislikes |return func(...)| in a function which returns void. Remove the return to make everybody happy. (beab9a4b3)
- Bug 1282141 - compensate for arc4random_buf not being available on Android; (db344c525)
- Bug 1181026 (part 1)
- Reformat libevent's README.mozilla file. (2816f11ef)
- Bug 1181026 (part 3)
- Fix libevent constants for 32-bit Linux/Mac/BSD builds. (979920fdc)
- Bug 1181026 (part 2)
- Clean up libevent patch handling. Add a missing one to the docs, and move them from their current two locations into a new patches/ directory. (40911a1f5)
- Bug 1259218 - don't use arc4random_addrandom on Android, since NDK r11 doesn't provide it (ab8a3fcdf)
- Unbreak bundled libevent on FreeBSD 12 without upgrading it - hack of existing Bug 1259218 for Android. This patch needs to be reverted when livenet is upgraded and Bug 1497169 applied instead. (4a29b331d) (7f760bdaa)
- nss: update nss to hg rev 2d6adc7d8bfc with vc2013 hackfix (a81b41088)
- import change from rmottola/Arctic-Fox:
- Bug 805052 part 1. Remove assertParentIs. (4c5d44eb8)
- Bug 805052 part 2. Stop using the shape's parent to get the object's global. (6da3560dd)
- pointer style (e2545c9a5)
- Bug 805052 part 3. Remove parents from SpiderMonkey. (8ca3b3643)
- Bug 1143706 - Allow BaseShape's global to be null when tracing (8e45cec9d) (b68d61fda)

* 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.1.1 on Goanna 3.4.4 (Build 20190420)
Posted by: Anonym
Date: April 20, 2019 04:07AM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190420)
Posted by: hermes
Date: April 20, 2019 07:10AM

@roytam1 Thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190316)
Posted by: roytam1
Date: April 20, 2019 08:46AM

Quote
rodocop
Mello,

most of fixes simply mean for users that they again are able to browse sites that lose compatibility with old engine.

For example: old builds (Goanna 3.4.2-based) cannot browse instagram.com recent days (many errors in Console), but new 3.4.4-based - do support Instagram in full.

But some scripting things aren't supported by Goanna 3.x at all - so we cannot use (in most of features) aliexpress.com as well as have some crucial problems with some other popular sites.

So our hopes are that roytam1 will succeed in building KM over Goanna 4 some day.
Happy Easter!

KM with Goanna 4 is still very far.
This days are rainy here so I can't have outdoor activities and becoming extra programming time.
I tried to build Goanna 4 XULRunner with shared mozjs library (as a base for KM and jsbridge) but having a problem: https://github.com/MoonchildProductions/UXP/issues/1044

if this can't be solved that KM with Goanna4/UXP is unlikely to happen.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190316)
Posted by: J.G.
Date: April 22, 2019 12:43PM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190316)
Posted by: siria
Date: April 22, 2019 03:52PM

Bug "closed as duplicate", without giving any hint... harhar...
Googled a bit, no idea if perhaps Tobin means this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1176787

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190316)
Posted by: roytam1
Date: April 23, 2019 03:47AM

and for KM-TFF, since there are some interfaces and components are dropped in gecko41, porting will be harder than ever-thought.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190316)
Posted by: WasiFH
Date: April 23, 2019 10:30PM

@roytam1: Thank you very much

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.1.1 on Goanna 3.4.4 (Build 20190316)
Posted by: Mello
Date: April 25, 2019 10:33PM

Thank you for all your efforts roytam1.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190427)
Posted by: roytam1
Date: April 27, 2019 07:33AM

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

Changelog:

in-tree changes:
- MozUtils: JS::Evaluate() don't use `globalJSObject` anymore as bug 1097987 is landed in goanna3 side. (17c38519)
- bump version to 76.2 since goanna API is changed due to landing of bug 1097987 (a844f112)

Out-of-tree changes:
* update Goanna3 to git b68d61fda..a09f31062:
- import change from rmottola/Arctic-Fox:
- Bug 1097987 part 1. Change some JS shell function signatures to make it clearer that they are always working with globals, not arbitrary objects. (5f45873a2)
- Bug 1097987 part 2. Change JS shell's Run to always compile/execute the script in global scope instead of using its this object. (807880f9e)
- Bug 1097987 part 3. Change XPCShellEnvironment to only use JS_ExecuteScript in global scopes. (7cffe2855)
- Bug 1097987 part 4. Change mozJSSubScriptLoader to use the scopechain version of JS_ExecuteScript as needed. (3abe5d5c9)
- Bug 1097987 part 5. Change XPCShellImpl to use the scopechain version of JS_ExecuteScript as needed. (4642566c3)
- Bug 1097987 part 6. Require callers of JS_ExecuteScript to either use the global as the scope or pass in an explicit scopechain. (c4a2a811f)
- Bug 1097987 part 7. Require callers of JS::Evaluate to either use the global as the scope or pass in an explicit scopechain. (694c09eb3)
- Bug 1143793 part 1. Remove the obj argument of JS_CompileScript. (929d8fd58)
- Bug 1143793 part 2. Remove the obj argument of JS_CompileUCScript. (9c577f67c)
- Bug 1143793 part 3. Stop passing null as the obj argument of JS::Compile. (86a715f63)
- Bug 1143793 part 4. Stop supporting load.call(somerandomobj) in xpcshell. r=bholley (ed2bc21b4)
- Bug 1143793 part 5. Release-assert that a script being executed against a non-global scopechain is not compileAndGo. (bcb9ae600)
- Bug 1143793 part 6. Drop the obj argument of JS::Compile. This is technically a behavior change for the shell's disfile() function, but I really doubt anyone is doing disfile.call(someObj). (5f99a59bd)
- pointer style (c02ff21de)
- Bug 1135039: Apply swizzle type policy changes in Ion too (effc49369)
- pointer style again (b47813875) (95ffc37ba)
- nss: go back to 3.43 release (a09a17de6)
- import change from rmottola/Arctic-Fox:
- Bug 1128076 - Clean up naming around unboxed scalar MIR accesses (08ee23875)
- more pointer style (f20c11717)
- Bug 1139152 - IonMonkey: Add dynamic output type checks for LIRs that use redefine (286e5a552)
- Bug 1135039: Throw on non-int32 or out-of-bounds lanes arguments to swizzle/shuffle (4a5e7078e)
- Bug 1135039: Implement LVariadicInstruction (112d6f02c)
- Bug 1135039: Generalize swizzle MIR node to SimdGeneralShuffle (076f75d26)
- Bug 1135039: Generalize SimdGeneralShuffle codegen (e3deae006)
- more style (23944c5fd)
- Bug 1135039: Factor out LInstructionHelper/LVariadicInstruction code (e02b132ad)
- update pointer style... (db3f11786)
- Bug 1135042: Optimize SIMD.loadX/loadXY/loadXYZ in Ion (013bc896e) (a09f31062)

* 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 20190427)
Posted by: Anonym
Date: April 27, 2019 07:51AM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190427)
Posted by: J.G.
Date: April 27, 2019 11:53PM

@roytam1 thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190427)
Posted by: hermes
Date: April 28, 2019 08:37AM

@roytam1 Thanks! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190427)
Posted by: WasiFH
Date: April 28, 2019 10:50PM

Thanks Thanks Thanks x 10E9999999

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

minds.com not working

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

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git a09f31062..249ad075c:
- import change from rmottola/Arctic-Fox:
- Bug 1140709: Add a second bounds check for checking that the index is actually positive (b79e7923f)
- pointer style (32c997296)
- Bug 1135042: Optimize SIMD.storeX/storeXY/storeXYZ in Ion (cb99e5f91)
- Bug 1144108 - Fix debugger tests that are confused by GC zeal (b492b7fd0)
- pointer style (0aae53f82)
- more pointer style (a55165e9b)
- Bug 1134150 - Don't check type sweeping generation when accessing an unboxed object's layout during nursery collections (5f184fb4a) (1c67f373e)
- import change from rmottola/Arctic-Fox:
- more boring pointer style (9855fa50f)
- Bug 1128646 part 1 - Optimize calls to own property scripted getters (6b7da146a)
- pointer style (6ef381028)
- Bug 1137180 - Allow unboxed objects to be extended with new properties (dafccfa9d) (249ad075c)

* 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 20190504)
Posted by: Anonym
Date: May 04, 2019 03:25AM

roytam1 thank you!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190504)
Posted by: Shiro Naomi
Date: May 04, 2019 04:25AM

@roytam1 thank you for the update
Could you fix a little problem on a page?
Its just that some images dont load on "https://prnt.sc";
Example, i want to go "https://prnt.sc/XXXXXX"; < example
But the image never load



In other browsers load perfectly


Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76.2 on Goanna 3.4.4 (Build 20190504)
Posted by: J.G.
Date: May 05, 2019 12:41AM

@roytam1 thanks! smiling smiley

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


K-Meleon forum is powered by Phorum.