Jump to content

My Browser Builds (Part 3)


Recommended Posts

13 hours ago, roytam1 said:

/me is still considering to backout NM27 dom/media related changes back to 27 March state to give a better browsing experience, if there is a longer holiday. (and no, labour day is single-day holiday but it is in saturday so it effectively becomes ineffective since $dayjob is already 5-day-work)

That'll be a wise and sensible decision eventually as there are a few other issues, namely delays and freezes that plague NM27 since then. So you got my vote.

Link to comment
Share on other sites


I just tried out roytam's build of Serpent, and was puzzled to find that there appears to be no uninstallation option for it.
It didn't appear in Add/Remove Programs.
Is that normal? I just deleted its folders, is that the only way of uninstalling it or have I missed something?
I used i430VX's installer to install it.
:dubbio:

Link to comment
Share on other sites

Hi Dave..

To be honest.. I've never "installed" any of roy's builds (both serpent or new moon) - I just unzip the 7zip files on my drive into the desired folders (in my case) [C:\Program Files\Basilisk] and run the application, which in turn creates the profile(s)/folder(s)

C:\Documents and Settings\DELL\Application Data\Moonchild Productions\Basilisk

C:\Documents and Settings\DELL\Local Settings\Application Data\Moonchild Productions\Basilisk

C:\Documents and Settings\DELL\Application Data\Mozilla\Extensions (for me; empty)

When I decide to start fresh, I just delete everything related to the application; so it has never shown in Add/Remove Programs, for me anyway.

EDIT:

The only issues I've run into, is, CCleaner won't pick up Serpent automatically. It was @Sampei.Nihira that helped me to use custom rules to clean up after itself.

serpent.thumb.JPG.252aca6b4c0d93a8d4c9bfb46828d1e2.JPG

Edited by XPerceniol
Link to comment
Share on other sites

New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210501-202b273a2-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210501-202b273a2-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210501-202b273a2-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210501-202b273a2-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - partial of  Bug 1153658 - browser_compartments.js logspam. r=yoric (8e2c21aa5)
 - Bug 1178653 - Refactor construction code to use an interface consistent with the spec, with the one exception using an out-of-the-way, differently-named method. r=efaust (d316259d7)
 - Bug 1175098 - PerformanceStats for e10s. r=felipe, r=mconley (515acb8d7)
 - Bug 1147664 - Detailed mode for PerformanceStats (low-level). r=jandem (dda8d84de)
 - Bug 1147664 - Detailed mode for PerformanceStats (high-level). r=mossop (b86076568)
 - Bug 1164304 - Run all fetch tests in the service worker context as well; r=nsm (e20fa8bfd)
 - Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm (5196acc57)
 - Bug 1122161 - Redirected channels should respect skip service worker flag. r=nsm (f4288392e)
 - Bug 1170937 - Set the URL on the Response object created from a fetch() properly if the underlying channel gets redirected; r=baku (45febabb3)
 - Bug 1173029 - Remove mFinalURL from InternalResponse; r=baku a=KWierso (6bdc1083b)
 - Bug 1137683 - Use a loadgroup derived from the document's when updating a ServiceWorker; r=bkelly (fabaa2602)
 - Bug 1164397 - Part 1: Use the original channel URI for constructing the cache entry key when we're dealing with an intercepted channel; r=mcmanus (b20ab36c7)
 - Bug 1164397 - Part 2: Add an API for overriding the original URI on HttpChannelBase; r=mcmanus (20021722f)
 - Bug 1164397 - Part 3: Add an API for overriding the original URI on nsJARChannel; r=jdm (492b6fd6f)
 - Bug 1164397 - Part 4: Add infromation about whether a channel was redirected to ChannelInfo; r=jdm (e2ce84660)
 - Bug 1164397 - Part 5: Save the redirected flag and the redirected URI in the DOM cache; r=bkelly (7d2d1fc92)
 - Bug 1162018 - Add an automated test to ensure that a redirected Request won't be visible to a service worker if it had triggered the original fetch(); r=jdm (0397a073f)
 - Bug 1164397 - Part 6: Add a test case for the service worker responding with a redirected Response; r=jdm (e83e0bee4)
 - Bug 1164397 - Part 7: Add a test case for the redirected Response object being stored in the DOM Cache; r=jdm (7a82916d8)
 - Bug 1169296 - Intercepting top-level document loads is not working with JAR channels. Tests. r=jdm (fe8f128c5)
 - Bug 1171285 - Part 1: Add a script for regenerating the application.zip used by test_app_protocol.html; r=jdm (ec303b3b2)
 - Bug 1171285 - Part 2: Fix test_app_protocol.html to finish both index.html and controlled.html tests; r=jdm (2e68e6665)
 - Bug 1169613 - Use content type of synthesized response for JAR channel requests if available. Tests. r=jdm (b0095fc3b)
 - Bug 1164397 - Part 8: Add a test case for the service worker for an app:// URI responding with a redirected Response; r=jdm (460e834c9)
 - Bug 1169044 - Patch 3 - Store and set principal with script URI on ServiceWorkers. r=ehsan (6e0b0102a)
 - Bug 1164397 - Part 9: Add a test case for the service worker for an app:// URI responding with a redirected HTTPS response; r=jdm (1be195f5a)
 - Bug 1164397 - Part 10: Add a test case for the service worker for an app:// URI responding with cached HTTP and HTTPS responses; r=jdm# Please enter the commit message for your changes. Lines starting (56432b7b5)
 - Bug 1164397 - Part 11: Add a test case for the service worker responding to HTTPS normal and cached Responses; r=jdm (6ec238455)
 - Bug 1164397 - Part 12: Add a test case for the service worker responding to normal and cached HTTP->HTTPS responses; r=jdm (925a1970f)
 - Bug 1190074 - PerformanceGroup now uses mozilla::RefPtr;r=jandem (53dc0a640)
 - Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan (cdedce447)
 - Bug 1172824: Initialize a few members in CompartmentCheckTracer (CID 1304705); r=terrence (3db40160c)
 - missing bit of 1166678 (9fb0cceeb)
 - Bug 1139473: File some metadata for the js/src/ subdirectory; r=jorendorff (9dc4a29a7)
 - Bug 1173889 - Strongly type the CallbackTracer dispatch function; r=jonco, r=mccr8 (19b47dc70) (516d358f3)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1185749 - Implement a DynamicTraceable HashMap subclass that can be used with Rooted; r=jonco (3f84bdb30)
 - Bug 1186609 - Implement a DynamicTraceable Vector subclass for use with Rooted; r=sfink (fa5b47e5b)
 - Bug 1155985 - Set FieldInto::mType just before storing to reserved slot. r=jonco, a=abillings (34dbc3ca0)
 - Bug 1156295 - Refactor GC rooting in StructType::DefineInternal() r=terrence (ec40a1701)
 - Bug 1185755 - Use Rooted to simplify FieldInfoHash rooting; r=jonco (8dc66d7cd)
 - Bug 1189072 - Make DefaultTracer for struct types call T::trace; r=fitzgen (96f79bc6f)
 - Bug 1149294 - Part 1: Don't trace permanent atoms and well known symbols that are owned by a parent JSRuntime inside SimpeEdgeVectorTracer; r=terrence (7ce049a33)
 - Bug 1149294 - Part 2: expose ChromeUtils and HeapSnapshot to workers; r=bholley (5737cd923)
 - Bug 1147679 - Use PR_GetFileInfo64 when deserializing heap snapshots; r=jimb (1ce8cd241)
 - Bug 1147680 - Use PR_MemMap when deserializing heap snapshots; r=jimb (04e5a370d)
 - Bug 1149294 - Part 3: Split thread-safe methods on ChromeUtils out in to a new (4967637e2)
 - Bug 1173829. Fix some compile issues in code generated by bindings codegen for non-concrete interfaces. r=peterv (3e0f93640)
 - Bug 1170274 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan (8c1595d29)
 - Bug 1170274 - patch 2 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan CLOSED TREE (5626d631f)
 - Bug 1096550 - Update content scale when swapping remote tabs between windows. r=roc. (ed974edf4)
 - Bug 1180017: Give GCCellPtr is<T> and as<T> methods, replacing isFoo and toFoo methods. Fix callers. r=terrence (b95645bbb)
 - pointer style (a46b905fe)
 - pointer style (cb548fd44)
 - Bug 1151182 - Fix type for JSOP_THROWMSG documentation comment. r=efaust (f9bce9df7)
 - Bug 1077318 - Part 2: Fix the order of include in AsmJSModule.cpp. r=evilpie (a61716e33)
 - Bug 1155006: Fix unified build sensitivities in js/src. r=shu (b0f166ec9)
 - Bug 988463 - Add in support for tracelogging on ARM. r=h4writer (10345729b)
 - Bug 1190077 - Move RDTSC and prmjtime.* to vm/Time.*. r=nbp (b72c1f366) (6885f7ffc)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (d7087db63)
 - Bug 1186450 - Fix TraceableHashTable's GC template definitions; r=jonco (72b84c9b7)
 - Bug 1189722 - Fix const methods in MutableTraceableVectorOperations r=terrence (db8841981)
 - Bug 1182428 - Fix the ObjectGroup hazards, r=jonco (f3e9b1eff)
 - Bug 1028418 - Part 1: Make the InterpreterFrame::Flags enum typed the way it is used; r=shu (927cc66c5)
 - Bug 1028418 - Part 2: Make the BaselineFrame::Flags enum typed the way it is used; r=shu (488f2f6e9)
 - Bug 1028418 - Part 3: Take a bit on each of interpreter, baseline, and rematerialized frames for marking whether there is a js::SavedFrame for the given frame in the js::SavedStacks cache; r=shu (7aca9dd37)
 - Bug 1028418 - Part 4: Fix whitespace alignment in the InterpreterFrame::Flags enum; r=me (1bcce1eb9)
 - pointer and space style (9720a44a8)
 - Bug 1184235 - Add mozilla::Vector::emplaceBack; r=froydnj (98026070a)
 - Bug 1184238 - Use emplaceBack instead of growByUninitialized(1) and pByUninitialized(1) and placement-new in js::SavedStacks; r=shu (a6708e701)
 - Bug 1184318 - Use emplaceBack instead of growByUninitialized(1) and placement-new in js/src/jit/MIR.h; r=shu (2ad5e0e28)
 - pointer style (89342947f)
 - Bug 1149495 - SavedFrame objects should handle all uint32 values. r=shu (af0a5ced2)
 - Bug 1157456 - Re-wrap results in SavedFrame accessors; r=jorendorff (29a2d0ccc)
 - Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence (9d5e98223)
 - Bug 1184839 - Provide an overloaded == operator for mozilla::Variant; r=Waldo (93d7d2c2d)
 - Bug 1195590 - Fix treating saved frame bit as part of the frame type. r=djvj (c2ff877dd)
 - Bug 1028418 - Part 5: Minimize stack walking when capturing SavedFrame stacks with a cache; r=shu (f5426807f)
 - Bug 1028418 - Part 6: Fix GC + SavedFrame test that made assumptions that are no longer true; r=shu (5cc355c30)
 - Bug 1028418 - Part 7: Tests for caching edge cases; r=shu (d608a7da4)
 - Bug 1028418 - Part 0: Fix typo in js/src/vm/Stack.h; r=me (b3084ac03)
 - Bug 1164294 - Move OrderedHashTable to ds (1767e38d8)
 - Bug 1173864 - Make MarkStack private in GCMarker; r=jonco (2f570c51e)
 - Bug 1166041 - Wait for nursery sweeping to finish before shutting down; r=jonco (761638a57)
 - Bug 1166041 - Add some assertions to help catch leaked slots memory r=terrence (8f522f335)
 - Bug 1166041 - Fix memory leaked by nursery when we hit OOM r=terrence (cd3095efa)
 - Bug 1150349 - Update the zone triggers when updating GC parameters; r=jonco (b17dee3f8)
 - Bug 1186156 - Move the PersistentRooted list heads into RootLists; r=sfink (9afc5d93f) (6964ded9a)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1175485 part 1 - Allow inner iterator of ReverseIterator deref to any type, and change IntegerIterator, EnumeratedRange, and nsFrameList::Iterator to return value type instead of a reference. r=roc,waldo (83c53e8e8)
 - Bug 1175485 part 2 - Add static_assert to MakeRange to ensure it is used with integers. r=waldo (2b6fc759a)
 - Bug 1175485 part 3 - Remove unused operators, typedefs and IteratorTraits. r=waldo (91bc5407d)
 - Bug 1175485 part 4 - Add unit test for integer range. r=waldo (ec2b7d4c1)
 - Bug 1188204 - Fix more constructors in MFBT; r=froydnj (099428523)
 - Bug 1187985 - Make PersistentRooted use rootKind to find its lists; r=sfink (0c223593a)
 - Bug 1184191 - Assert in release mode if we reenter the garbage collector r=terrence (3207d3631)
 - Bug 1188124 - Use rootKind to select the right PersistentRooted list head; r=sfink (47009c787)
 - Bug 1174849 - Remove "serviceworker" from RequestContext; r=smaug,bkelly (138e480ea)
 - Bug 1174868 - Avoid storing RequestContext inside InternalRequest; r=nsm,bkelly,smaug (779a05075)
 - Bug 1147668 - Correctly reflect video and track RequestContext values; r=smaug (90f265d5f)
 - Bug 1148818 - Re-enable the Cache part of test_request_context.html on Android now that it passes (782fe9777)
 - Bug 1148935 - Correctly reflect worker and sharedworker RequestContext values; r=smaug (fd40e01d8) (202b273a2)

Known Issue(s):
- media playback function may be buggy. the issue may be relexed by setting media.mediasource.format-reader to true in about:config.

Link to comment
Share on other sites

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git b4028f07d...202b273a2:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - partial of  Bug 1153658 - browser_compartments.js logspam. r=yoric (8e2c21aa5)
 - Bug 1178653 - Refactor construction code to use an interface consistent with the spec, with the one exception using an out-of-the-way, differently-named method. r=efaust (d316259d7)
 - Bug 1175098 - PerformanceStats for e10s. r=felipe, r=mconley (515acb8d7)
 - Bug 1147664 - Detailed mode for PerformanceStats (low-level). r=jandem (dda8d84de)
 - Bug 1147664 - Detailed mode for PerformanceStats (high-level). r=mossop (b86076568)
 - Bug 1164304 - Run all fetch tests in the service worker context as well; r=nsm (e20fa8bfd)
 - Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm (5196acc57)
 - Bug 1122161 - Redirected channels should respect skip service worker flag. r=nsm (f4288392e)
 - Bug 1170937 - Set the URL on the Response object created from a fetch() properly if the underlying channel gets redirected; r=baku (45febabb3)
 - Bug 1173029 - Remove mFinalURL from InternalResponse; r=baku a=KWierso (6bdc1083b)
 - Bug 1137683 - Use a loadgroup derived from the document's when updating a ServiceWorker; r=bkelly (fabaa2602)
 - Bug 1164397 - Part 1: Use the original channel URI for constructing the cache entry key when we're dealing with an intercepted channel; r=mcmanus (b20ab36c7)
 - Bug 1164397 - Part 2: Add an API for overriding the original URI on HttpChannelBase; r=mcmanus (20021722f)
 - Bug 1164397 - Part 3: Add an API for overriding the original URI on nsJARChannel; r=jdm (492b6fd6f)
 - Bug 1164397 - Part 4: Add infromation about whether a channel was redirected to ChannelInfo; r=jdm (e2ce84660)
 - Bug 1164397 - Part 5: Save the redirected flag and the redirected URI in the DOM cache; r=bkelly (7d2d1fc92)
 - Bug 1162018 - Add an automated test to ensure that a redirected Request won't be visible to a service worker if it had triggered the original fetch(); r=jdm (0397a073f)
 - Bug 1164397 - Part 6: Add a test case for the service worker responding with a redirected Response; r=jdm (e83e0bee4)
 - Bug 1164397 - Part 7: Add a test case for the redirected Response object being stored in the DOM Cache; r=jdm (7a82916d8)
 - Bug 1169296 - Intercepting top-level document loads is not working with JAR channels. Tests. r=jdm (fe8f128c5)
 - Bug 1171285 - Part 1: Add a script for regenerating the application.zip used by test_app_protocol.html; r=jdm (ec303b3b2)
 - Bug 1171285 - Part 2: Fix test_app_protocol.html to finish both index.html and controlled.html tests; r=jdm (2e68e6665)
 - Bug 1169613 - Use content type of synthesized response for JAR channel requests if available. Tests. r=jdm (b0095fc3b)
 - Bug 1164397 - Part 8: Add a test case for the service worker for an app:// URI responding with a redirected Response; r=jdm (460e834c9)
 - Bug 1169044 - Patch 3 - Store and set principal with script URI on ServiceWorkers. r=ehsan (6e0b0102a)
 - Bug 1164397 - Part 9: Add a test case for the service worker for an app:// URI responding with a redirected HTTPS response; r=jdm (1be195f5a)
 - Bug 1164397 - Part 10: Add a test case for the service worker for an app:// URI responding with cached HTTP and HTTPS responses; r=jdm# Please enter the commit message for your changes. Lines starting (56432b7b5)
 - Bug 1164397 - Part 11: Add a test case for the service worker responding to HTTPS normal and cached Responses; r=jdm (6ec238455)
 - Bug 1164397 - Part 12: Add a test case for the service worker responding to normal and cached HTTP->HTTPS responses; r=jdm (925a1970f)
 - Bug 1190074 - PerformanceGroup now uses mozilla::RefPtr;r=jandem (53dc0a640)
 - Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan (cdedce447)
 - Bug 1172824: Initialize a few members in CompartmentCheckTracer (CID 1304705); r=terrence (3db40160c)
 - missing bit of 1166678 (9fb0cceeb)
 - Bug 1139473: File some metadata for the js/src/ subdirectory; r=jorendorff (9dc4a29a7)
 - Bug 1173889 - Strongly type the CallbackTracer dispatch function; r=jonco, r=mccr8 (19b47dc70) (516d358f3)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1185749 - Implement a DynamicTraceable HashMap subclass that can be used with Rooted; r=jonco (3f84bdb30)
 - Bug 1186609 - Implement a DynamicTraceable Vector subclass for use with Rooted; r=sfink (fa5b47e5b)
 - Bug 1155985 - Set FieldInto::mType just before storing to reserved slot. r=jonco, a=abillings (34dbc3ca0)
 - Bug 1156295 - Refactor GC rooting in StructType::DefineInternal() r=terrence (ec40a1701)
 - Bug 1185755 - Use Rooted to simplify FieldInfoHash rooting; r=jonco (8dc66d7cd)
 - Bug 1189072 - Make DefaultTracer for struct types call T::trace; r=fitzgen (96f79bc6f)
 - Bug 1149294 - Part 1: Don't trace permanent atoms and well known symbols that are owned by a parent JSRuntime inside SimpeEdgeVectorTracer; r=terrence (7ce049a33)
 - Bug 1149294 - Part 2: expose ChromeUtils and HeapSnapshot to workers; r=bholley (5737cd923)
 - Bug 1147679 - Use PR_GetFileInfo64 when deserializing heap snapshots; r=jimb (1ce8cd241)
 - Bug 1147680 - Use PR_MemMap when deserializing heap snapshots; r=jimb (04e5a370d)
 - Bug 1149294 - Part 3: Split thread-safe methods on ChromeUtils out in to a new (4967637e2)
 - Bug 1173829. Fix some compile issues in code generated by bindings codegen for non-concrete interfaces. r=peterv (3e0f93640)
 - Bug 1170274 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan (8c1595d29)
 - Bug 1170274 - patch 2 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan CLOSED TREE (5626d631f)
 - Bug 1096550 - Update content scale when swapping remote tabs between windows. r=roc. (ed974edf4)
 - Bug 1180017: Give GCCellPtr is<T> and as<T> methods, replacing isFoo and toFoo methods. Fix callers. r=terrence (b95645bbb)
 - pointer style (a46b905fe)
 - pointer style (cb548fd44)
 - Bug 1151182 - Fix type for JSOP_THROWMSG documentation comment. r=efaust (f9bce9df7)
 - Bug 1077318 - Part 2: Fix the order of include in AsmJSModule.cpp. r=evilpie (a61716e33)
 - Bug 1155006: Fix unified build sensitivities in js/src. r=shu (b0f166ec9)
 - Bug 988463 - Add in support for tracelogging on ARM. r=h4writer (10345729b)
 - Bug 1190077 - Move RDTSC and prmjtime.* to vm/Time.*. r=nbp (b72c1f366) (6885f7ffc)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (d7087db63)
 - Bug 1186450 - Fix TraceableHashTable's GC template definitions; r=jonco (72b84c9b7)
 - Bug 1189722 - Fix const methods in MutableTraceableVectorOperations r=terrence (db8841981)
 - Bug 1182428 - Fix the ObjectGroup hazards, r=jonco (f3e9b1eff)
 - Bug 1028418 - Part 1: Make the InterpreterFrame::Flags enum typed the way it is used; r=shu (927cc66c5)
 - Bug 1028418 - Part 2: Make the BaselineFrame::Flags enum typed the way it is used; r=shu (488f2f6e9)
 - Bug 1028418 - Part 3: Take a bit on each of interpreter, baseline, and rematerialized frames for marking whether there is a js::SavedFrame for the given frame in the js::SavedStacks cache; r=shu (7aca9dd37)
 - Bug 1028418 - Part 4: Fix whitespace alignment in the InterpreterFrame::Flags enum; r=me (1bcce1eb9)
 - pointer and space style (9720a44a8)
 - Bug 1184235 - Add mozilla::Vector::emplaceBack; r=froydnj (98026070a)
 - Bug 1184238 - Use emplaceBack instead of growByUninitialized(1) and pByUninitialized(1) and placement-new in js::SavedStacks; r=shu (a6708e701)
 - Bug 1184318 - Use emplaceBack instead of growByUninitialized(1) and placement-new in js/src/jit/MIR.h; r=shu (2ad5e0e28)
 - pointer style (89342947f)
 - Bug 1149495 - SavedFrame objects should handle all uint32 values. r=shu (af0a5ced2)
 - Bug 1157456 - Re-wrap results in SavedFrame accessors; r=jorendorff (29a2d0ccc)
 - Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence (9d5e98223)
 - Bug 1184839 - Provide an overloaded == operator for mozilla::Variant; r=Waldo (93d7d2c2d)
 - Bug 1195590 - Fix treating saved frame bit as part of the frame type. r=djvj (c2ff877dd)
 - Bug 1028418 - Part 5: Minimize stack walking when capturing SavedFrame stacks with a cache; r=shu (f5426807f)
 - Bug 1028418 - Part 6: Fix GC + SavedFrame test that made assumptions that are no longer true; r=shu (5cc355c30)
 - Bug 1028418 - Part 7: Tests for caching edge cases; r=shu (d608a7da4)
 - Bug 1028418 - Part 0: Fix typo in js/src/vm/Stack.h; r=me (b3084ac03)
 - Bug 1164294 - Move OrderedHashTable to ds (1767e38d8)
 - Bug 1173864 - Make MarkStack private in GCMarker; r=jonco (2f570c51e)
 - Bug 1166041 - Wait for nursery sweeping to finish before shutting down; r=jonco (761638a57)
 - Bug 1166041 - Add some assertions to help catch leaked slots memory r=terrence (8f522f335)
 - Bug 1166041 - Fix memory leaked by nursery when we hit OOM r=terrence (cd3095efa)
 - Bug 1150349 - Update the zone triggers when updating GC parameters; r=jonco (b17dee3f8)
 - Bug 1186156 - Move the PersistentRooted list heads into RootLists; r=sfink (9afc5d93f) (6964ded9a)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1175485 part 1 - Allow inner iterator of ReverseIterator deref to any type, and change IntegerIterator, EnumeratedRange, and nsFrameList::Iterator to return value type instead of a reference. r=roc,waldo (83c53e8e8)
 - Bug 1175485 part 2 - Add static_assert to MakeRange to ensure it is used with integers. r=waldo (2b6fc759a)
 - Bug 1175485 part 3 - Remove unused operators, typedefs and IteratorTraits. r=waldo (91bc5407d)
 - Bug 1175485 part 4 - Add unit test for integer range. r=waldo (ec2b7d4c1)
 - Bug 1188204 - Fix more constructors in MFBT; r=froydnj (099428523)
 - Bug 1187985 - Make PersistentRooted use rootKind to find its lists; r=sfink (0c223593a)
 - Bug 1184191 - Assert in release mode if we reenter the garbage collector r=terrence (3207d3631)
 - Bug 1188124 - Use rootKind to select the right PersistentRooted list head; r=sfink (47009c787)
 - Bug 1174849 - Remove "serviceworker" from RequestContext; r=smaug,bkelly (138e480ea)
 - Bug 1174868 - Avoid storing RequestContext inside InternalRequest; r=nsm,bkelly,smaug (779a05075)
 - Bug 1147668 - Correctly reflect video and track RequestContext values; r=smaug (90f265d5f)
 - Bug 1148818 - Re-enable the Cache part of test_request_context.html on Android now that it passes (782fe9777)
 - Bug 1148935 - Correctly reflect worker and sharedworker RequestContext values; r=smaug (fd40e01d8) (202b273a2)

* 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

Known Issue(s):
- media playback function may be buggy. the issue may be relexed by setting media.mediasource.format-reader to true in about:config.

Edited by roytam1
Link to comment
Share on other sites

3 hours ago, Dave-H said:

I just tried out roytam's build of Serpent, and was puzzled to find that there appears to be no uninstallation option for it.
It didn't appear in Add/Remove Programs.
Is that normal? I just deleted its folders, is that the only way of uninstalling it or have I missed something?
I used i430VX's installer to install it.

This is normal.
Browser removal instructions:
-Delete shortcuts(desktop and startmenu)
-Delete browser folder in program files directory
-If complete removal is desired, delete the folder in appdata (the name varies, but for new moon, for example, it would be Moonchild Productions)

 

At some point perhaps I could try to make an uninstaller. Don't expect such a thing very soon, as time is rather scarce these days, sadly.

Link to comment
Share on other sites

I haven't checked myself @i430VX 's "installer" to ascertain whether it offers one the choice of setting Serpent 52 as the default OS browser, but in case one did so manually post "installation",

Tools -> Preferences -> General -> Startup -> Serpent is not your default browser -> Make Default

the Serpent shell integration must be reverted prior to "uninstallation"; e.g., if you want to set again FxESR 52 as your default OS browser, do so (from within Fx, preferably rebooting afterwards) before you start deleting Serpent-related directories/files... A registry clean-up post removal is also recommended (since no "proper" Serpent uninstaller exists that would take care of this...); this scenario, of course, is for when one simply "tried" Serpent and then wants to purge his/her system off it... :P

 

Link to comment
Share on other sites

11 hours ago, bernd said:

That'll be a wise and sensible decision eventually as there are a few other issues, namely delays and freezes that plague NM27 since then. So you got my vote.

just squeezed some time for doing this (since my Sat morning tasks are done earlier than they used to be), hopefully things will be in good state in next build.

https://github.com/roytam1/palemoon27/commit/c5b776d07aef8f34823e7f359fe0b488f5891d3d

Link to comment
Share on other sites

On 4/28/2021 at 12:07 AM, VistaLover said:

@dmiranda

"Tools -> Preferences -> Advanced -> Network -> Connections -> Settings -> Connection Settings (popup) -> Configure Proxies to Access the Internet"

is set to "No proxy" ; the default setting in a new/clean profile is "Use system proxy settings", i.e. the proxy configuration inside IE8 is being used for Serpent 52, too... :angry:

Yup. It was as simple as that. Thanks @VistaLover

Link to comment
Share on other sites

4 hours ago, Andreasmir said:

Why New Moon are still v. 28 and not v. 29 as Pale Moon?

  From February 8th, Roy said:

On 4/30/2021 at 11:41 PM, roytam1 said:

UXP core is 29-ish (without using NSS SQLite (i.e. keeping NSS using DBM for better over-network-drive performance), preserving marquee, keeping old user agent override key name, etc.)

PM front-end is kind-of 29-ish, but due to above changes, it is more 28-alike. (like keeping old omni.ja format)

 

Link to comment
Share on other sites

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210508-e29e57e-uxp-e7e63565e-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210508-e29e57e-uxp-e7e63565e-xpmod.7z

source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom

IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210508-e29e57e-uxp-e7e63565e-xpmod-ia32.7z

source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32

NM28XP build:
Win32 https://o.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210508-1eb6e649b-uxp-e7e63565e-xpmod.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210508-1eb6e649b-uxp-e7e63565e-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.3a1.win64-git-20210508-1eb6e649b-uxp-e7e63565e-xpmod.7z

Official UXP changes since my last build:
- Issue #1767 - Prevent incorrect calling of network change detection function. (4e31a42b2)
- Issue #1751 -- Remove XP_MACOSX conditionals from /dom (0dd3424f7)
- Issue #1751 -- Remove XP_IOS (56da7e274)
- Issue #1751 -- Remove XP_DARWIN (3d671e427)
- Issue #1751 -- Remove files unused without XP_DARWIN (cd1f72413)
- Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx (616b39413)
- Merge branch '1767' (b1eb04d3f)
- Issue #1751 -- Remove XP_MACOSX conditionals and support files from /xpcom (1bf0734a7)
- Issue #1751 -- Remove XP_MACOSX conditionals from /layout (aa0fd3d68)
- Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree. (6f707bde9)
- Issue #1751 -- fix up a few stray #ifs (e7e63565e)

Official Basilisk changes since my last build:
- Issue #39 - Warn before opening many URI nodes in tabs (bdb17e6)
- Merge pull request 'Warn before opening many URI nodes in tabs' (#40) from FranklinDM/Basilisk:issue-39-work into master (173ff3a)
- Back-end branch pointer update. (e29e57e)

Official Pale-Moon changes since my last build:
- [SSUAO] Update Citi bank override. (4eb014170)
- New cycle. (1eb6e649b)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...