Jump to content

My Browser Builds (Part 3)


Recommended Posts

@Sampei.Nihira Thanks for trying :) , but...

On UXP browsers, the tables themselves will ultimately display, as shown in your screengrab and confirmed here in St52 (after a browser restart),

yqIt7LC.jpg

BUT the page itself isn't rendered correctly/fully :( ; in a Chromium fork (360EEv12, Chromium-78-based), additional content (tabs) is displayed underneath the tables, this is missing in UXP (see screenshot above) :

mpaqGI0.jpg

... As to why my St52 didn't load the tables initially, I am at a loss :dubbio:; it was a long browsing session with a relatively large number of opened tabs, perhaps non-updated uBO filter lists, whatever :P; after I deleted browser cache+cookies, a browser restart has loaded the "tables" in question...

Edited by VistaLover
Link to comment
Share on other sites


New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210612-14f7ec3aa-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210612-14f7ec3aa-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210612-14f7ec3aa-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210612-14f7ec3aa-xpmod.7z

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

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1160298: Modify TaskFactory::NewTask to support variadic templates; r=gfritzsche (420a9648e)
 - Bug 1166583 - Move chromium's MakeTuple function into namespace 'base' to avoid conflicts with mozilla::MakeTuple. r=froydnj (ebb3dba7a)
 - Bug 1163320 - Variadic implementation of nsRunnableMethodArguments. r=froydnj (724d16853)
 - Bug 1153382 - Make poison values more toxic when used as a Value; r=sfink (17d918a7c)
 - Bug 1186154 - Templatize Rooted's context parameter to reduce copy-and-paste; r=jonco (479186b9f)
 - Bug 1185790 - Remove move unneeded Unbarriering; r=jonco (75db9ee20)
 - Bug 1185581 - Fix the spacing around PropertyDescriptors GC methods; r=efaust (3874cbd6e)
 - Bug 1188208 - Fix more constructors in js; r=jorendorff (edcc8e9d6)
 - Bug 1189906 - Remove the unused UseSavedRoots enum; r=jonco (36d535cdf)
 - Bug 1194832 - Use a one element cache in the store buffer; r=jonco (d50c960e1)
 - Bug 1157577 - Fix an assertion failure caused by inconsistent initialization order; r=bhackett (c9f1c1016)
 - Bug 1188408 - Factor out functions to protect/unprotect pages on different architectures r=terrence (9f874b1f9) (94bf55fcd)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (c84ff3dee)
 - Bug 1188408 - Rearrange relocation overlay so we don't change object group during compacting r=terrence (4d10ea581)
 - Bug 1188408 - Simplify ArenasToUpdate iteration r=terrence (ad7052d37)
 - Bug 1188408 - Make incremental zeal mode exercise compacting GC too r=terrence (12e81f0a8)
 - pointer style (38c45689d)
 - Bug 1188408 - Udate cell pointers after updating roots at the end of compacting a zone r=terrence (83406ea37)
 - Bug 1189750 - Fix JSScript::getPCCounts to return a reference instead of a copy. r=bhackett (f97f48986)
 - Bug 1167409 - 1/4 - Move offThreadToken into ScriptLoadRequest r=jandem (d69712ebb)
 - Bug 1167409 - 2/4 - Factor processRequest and off thread parsing into separate functions. r=jandem (efc29867b)
 - Bug 1156059 Part 1: Ignore META REFRESH when document is sandboxed from automatic features. r=bz (5cb139529)
 - Bug 1156059 Part 2: Ensure that META REFRESH is blocked by iframe sandbox. r=bz (4f5812bca)
 - No bug - Strip EOL whitespace from nsIDocument.h (1815b3a55) (ece7c7b7f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - remove a fix of PM now part of original bug 1280454 (63a48bffc)
 - Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specified (r=sstamm) (26c3f1d83)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - document changes (r=smaug)
   Bug 1139297 - Implement CSP upgrade-insecure-requests directive - csp changes (r=sstamm) (6ae99cb91)
 - Bug 1175480 - Expose the external content policy type from the load info objects; r=smaug (bad7acb0b)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - loadinfo changes (r=sicking,sworkman) (f1e5caa97)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - mcb changes (r=tanvi) (3c3086263)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors changes (r=smaug) (7181cf6af)
 - Bug 1159945 - Add telemetry to measure HSTS usage (9950700e5)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - netwerk changes (r=sworkman) (e8a18ecec)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - websocket changes (r=baku) (e2175bc25)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - form changes (r=baku) (80e178c19)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - devtool changes (r=sstamm,bholley) (ab9ed53dd)
 - Bug 1168538 - Add compiled code test for referrer directive to TestCSPParser. r=ckerschb (964893684)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - parser tests (r=sstamm) (b1e0342c9)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - simple upgrade tests (r=tanvi,sstamm) (8e3dfedc8)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - reports (r=sstamm) (949e85987)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - tests referrer (r=sstamm) (835f4d143)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors tests (r=smaug) (18054ab57)
 - Bug 1179123 - Avoid crash when calling ExitFullscreenInDocTree with a detached fullscreen document with its root exited fullscreen state. r=smaug (cb84e0aa7)
 - Bug 1173215, don't set mChromeXHRDocURI when dealing with non-XHR documents, r=bz (cbe06329e)
 - Bug 1178860 - Add dom.meta-viewport.enabled to gfxPrefs. r=dvander (060738800)
 - Bug 1175228: Skip profiler_tracing call for requestAnimationFrame callbacks, if we don't have any callbacks. r=BenWa (b52166626)
 - Bug 1175245: Convert nsRefreshDriver.cpp to use range-based "for" loops. r=tn (b5366155b)
 - Bug 1177764 - Use nsTObserverArray in APZCCallbackHelper, r=kats, r=dholbert (745e67b73) (2da2bfc91)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1181528 - nsISimpleEnumerator.h is needed by nsDocument.cpp, r=smaug (c4a3be0de)
 - Bug 1177914 - throw a NotSupportedError when running document.importNode on a ShadowRoot or Document. r=wchen (7aa0adc52)
 - Bug 1177991 - document.adoptNode should throw a HierarchyRequestError when adopting a ShadowRoot. r=wchen (f0e9f5400)
 - Bug 1184789 - Remove unnecessary IsOuterWindow() check from nsGlobalWindow::GetCaches(). r=khuey (aa96e11e1)
 - Bug 1182316: Part 1 - Remove FORWARD_TO_INNER_OR_THROW. r=peterv (04987b6ac)
 - Bug 1170246 - Improving nsGlobalWindow::ConvertDialogOptions and adding some gTests, r=ehsan (926a47fb9) (71dfc28be)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1069230 - Presentation API implementation. Part 1 - WebIDL Bindings. r=smaug (180d2e23a)
 - Bug 1142770 - part 1 - Use telephony service creator for telephony IPC service. r=hsinyi (447da4e64)
 - Bug 1142770 - part 2 - disable telephonyservice and voicemailservice. r=fabrice (5e0592769)
 - Bug 1069230 - Presentation API implementation. Part 2 - Presentation service and listeners. r=smaug (4be1d0628)
 - Bug 1069230 - Presentation API implementation. Part 3 - IPC. r=smaug (10db1c229)
 - Bug 1069230 - Presentation API implementation. Part 4 - Establish session (sender) & available changes. r=smaug (d7b358f74)
 - Bug 1069230 - Presentation API implementation. Part 5 - Establish session (receiver). r=smaug (e60709725)
 - Bug 1020179 - ContentPermissionPrompt change in b2g. r=fabrice (7aab4449e)
 - Bug 1020179 - Test case for visibilitychange. r=fabrice (d404f25e6)
 - Bug 1069230 - Presentation API implementation. Part 6 - mozChromeEvent for app launch. r=fabrice r=smaug (17081096c)
 - Bug 1069230 - Presentation API implementation. Part 7 - Presentation session. r=smaug (29227f2cf)
 - Bug 1069230 - Presentation API implementation. Part 8 - Data transport channel. r=jdm (2eb3a49ca)
 - Bug 1069230 - Presentation API implementation. Part 9 - Tests. r=kikuo (3cb72b71e)
 - Bug 1162700 - Split the AppInfo into initial setting of the values and the further initialization. r=smaug (d0b8d1470) (8cb2d1cd9)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1173947 - Make getRandomValues message be urgent (r=mrbkap) (aca1a06a9)
 - Bug 1182824 - Part 1: Use move assignment rather than copy assignment with ContextState::dash. r=mattwoodrow (73af33d32)
 - Bug 1182824 - Part 2: Make ContextState::dash a nsTArray. r=mattwoodrow (c66c3105d)
 - Bug 1134166 - Restart toolbox if selected app re-opens. r=ochameau (e370c8f02)
 - Bug 1134166 - Close toolbox if selected app dies. r=ochameau (5acb76254)
 - Bug 1134166 - Check for project when updating toolbox state. r=me (c60bb8766)
 - Bug 1090949 - Add way to make WebIDE runtimes configurable. r=ochameau (eef01e3e6)
 - Bug 1090949 - Refactor WebIDE preferences panel style. r=ochameau (fe1a9c757)
 - Bug 1135191 - Add runtime panel with toggle. r=jryans (e2e290a67)
 - missing bit of  Bug 1116188 - Add async ProfileGatherer (308cfdd4f)
 - Bug 1185737 - Propagate pause and resume commands to child processes. r=BenWa (2dd302569)
 - Bug 1161831 - Stop using threaddsafe ISupports for nsResProtocolHandler. r=billm (0bec61aac)
 - Bug 1155968 - Correct indent not multiple of 4. r=khuey (5fb8e3b20)
 - Bug 1183291 - Factor idl-parser into a Python package. r=khuey (63a2f0c68)
 - Bug 1155968 - Add blank lines where needed in xpcom/idl-parser. r=khuey (ce91a905b)
 - Bug 1161831 - Generate an extra macro to declare a non-virtual variant of an interface. r=billm (058876228)
 - Bug 1161831 - Factor the sharable bits out of nsIResProtocolHandler. r=billm (b02278fb9)
 - Bug 1152997 - Cleanup app update build to exclude android. r=glandium, r=mossop (6cd935294)
 - Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp (64796ae4a)
 - Bug 1180921 - Create a dumping ground for simple services in toolkit/components/utils. r=Gijs (2757d43c8)
 - Bug 1180921 - Support custom callbacks for allowing access per-addon load access to cross-origin URIs. r=bz,r=billm (8cc7e2c96)
 - Bug 1161831 - Implement moz-extension protocol. r=bz,r=billm,sr=mcmanus (5ee451357)
 - Bug 1161831 - Associate extension URIs with the appropriate addon ID. r=billm,sr=bz (f36655ac9)
 - Bug 1161831 - Forbid mapping to anything but file:// and jar:// URIs. r=billm,sr=bz (144add9de)
 - Bug 1180921 - Generalize test_origin to make it easier to add new origin attributes. r=gabor (b3fbc3545)
 - Bug 1180921 - Add the addonId OriginAttribute. r=bholley (0723d0dec)
 - Bug 1174093 - Don't recurse into caps/tests/mochitest during the build; r=mshal (76366d21a)
 - Bug 1161831 - Tests. r=billm (ed116a703)
 - Bug 1155547, Part 1: Fix unified build breakage in adding new sources under dom/ipc/. r=khuey (0d6875348)
 - Bug 1166985 - Use two image decoding threads on dual core devices. r=tn (7f07ee8b8)
 - Bug 1160422 - Prioritize size decodes over full decodes. r=tn (48d42c011)
 - Bug 1151672 - Part 1: Remove the calls to nsThreadManager::SetThreadWorking() and nsThreadManager::SetThreadIdle() due to backout of bug 970307. r=seth (0428dd4a4)
 - Bug 1151672 - Part 2: Block PHal::Msg_NotifyNetworkChange__ID to the Nuwa process after it is ready. r=khuey (42debf2c0)
 - Bug 1176034 - MessagePort should force a close() if the structured clone algorithm fails, r=bent (3afe74856)
 - Bug 1176034 - Implement JSAutoStructuredCloneBuffer::clear(with callbacks and closure), r=sfink (f28f6852b)
 - Bug 1155547, Part 2: Create PNuwa protocol (managed by PBackground) for forking content processes. r=khuey (047bc5e61)
 - missing bit of Bug 1170075 - Remove Print Progress UI and view source XUL (a08888308) (14f7ec3aa)

Link to comment
Share on other sites

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git e37514b51...14f7ec3aa:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1160298: Modify TaskFactory::NewTask to support variadic templates; r=gfritzsche (420a9648e)
 - Bug 1166583 - Move chromium's MakeTuple function into namespace 'base' to avoid conflicts with mozilla::MakeTuple. r=froydnj (ebb3dba7a)
 - Bug 1163320 - Variadic implementation of nsRunnableMethodArguments. r=froydnj (724d16853)
 - Bug 1153382 - Make poison values more toxic when used as a Value; r=sfink (17d918a7c)
 - Bug 1186154 - Templatize Rooted's context parameter to reduce copy-and-paste; r=jonco (479186b9f)
 - Bug 1185790 - Remove move unneeded Unbarriering; r=jonco (75db9ee20)
 - Bug 1185581 - Fix the spacing around PropertyDescriptors GC methods; r=efaust (3874cbd6e)
 - Bug 1188208 - Fix more constructors in js; r=jorendorff (edcc8e9d6)
 - Bug 1189906 - Remove the unused UseSavedRoots enum; r=jonco (36d535cdf)
 - Bug 1194832 - Use a one element cache in the store buffer; r=jonco (d50c960e1)
 - Bug 1157577 - Fix an assertion failure caused by inconsistent initialization order; r=bhackett (c9f1c1016)
 - Bug 1188408 - Factor out functions to protect/unprotect pages on different architectures r=terrence (9f874b1f9) (94bf55fcd)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (c84ff3dee)
 - Bug 1188408 - Rearrange relocation overlay so we don't change object group during compacting r=terrence (4d10ea581)
 - Bug 1188408 - Simplify ArenasToUpdate iteration r=terrence (ad7052d37)
 - Bug 1188408 - Make incremental zeal mode exercise compacting GC too r=terrence (12e81f0a8)
 - pointer style (38c45689d)
 - Bug 1188408 - Udate cell pointers after updating roots at the end of compacting a zone r=terrence (83406ea37)
 - Bug 1189750 - Fix JSScript::getPCCounts to return a reference instead of a copy. r=bhackett (f97f48986)
 - Bug 1167409 - 1/4 - Move offThreadToken into ScriptLoadRequest r=jandem (d69712ebb)
 - Bug 1167409 - 2/4 - Factor processRequest and off thread parsing into separate functions. r=jandem (efc29867b)
 - Bug 1156059 Part 1: Ignore META REFRESH when document is sandboxed from automatic features. r=bz (5cb139529)
 - Bug 1156059 Part 2: Ensure that META REFRESH is blocked by iframe sandbox. r=bz (4f5812bca)
 - No bug - Strip EOL whitespace from nsIDocument.h (1815b3a55) (ece7c7b7f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - remove a fix of PM now part of original bug 1280454 (63a48bffc)
 - Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specified (r=sstamm) (26c3f1d83)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - document changes (r=smaug)
   Bug 1139297 - Implement CSP upgrade-insecure-requests directive - csp changes (r=sstamm) (6ae99cb91)
 - Bug 1175480 - Expose the external content policy type from the load info objects; r=smaug (bad7acb0b)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - loadinfo changes (r=sicking,sworkman) (f1e5caa97)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - mcb changes (r=tanvi) (3c3086263)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors changes (r=smaug) (7181cf6af)
 - Bug 1159945 - Add telemetry to measure HSTS usage (9950700e5)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - netwerk changes (r=sworkman) (e8a18ecec)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - websocket changes (r=baku) (e2175bc25)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - form changes (r=baku) (80e178c19)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - devtool changes (r=sstamm,bholley) (ab9ed53dd)
 - Bug 1168538 - Add compiled code test for referrer directive to TestCSPParser. r=ckerschb (964893684)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - parser tests (r=sstamm) (b1e0342c9)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - simple upgrade tests (r=tanvi,sstamm) (8e3dfedc8)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - reports (r=sstamm) (949e85987)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - tests referrer (r=sstamm) (835f4d143)
 - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors tests (r=smaug) (18054ab57)
 - Bug 1179123 - Avoid crash when calling ExitFullscreenInDocTree with a detached fullscreen document with its root exited fullscreen state. r=smaug (cb84e0aa7)
 - Bug 1173215, don't set mChromeXHRDocURI when dealing with non-XHR documents, r=bz (cbe06329e)
 - Bug 1178860 - Add dom.meta-viewport.enabled to gfxPrefs. r=dvander (060738800)
 - Bug 1175228: Skip profiler_tracing call for requestAnimationFrame callbacks, if we don't have any callbacks. r=BenWa (b52166626)
 - Bug 1175245: Convert nsRefreshDriver.cpp to use range-based "for" loops. r=tn (b5366155b)
 - Bug 1177764 - Use nsTObserverArray in APZCCallbackHelper, r=kats, r=dholbert (745e67b73) (2da2bfc91)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1181528 - nsISimpleEnumerator.h is needed by nsDocument.cpp, r=smaug (c4a3be0de)
 - Bug 1177914 - throw a NotSupportedError when running document.importNode on a ShadowRoot or Document. r=wchen (7aa0adc52)
 - Bug 1177991 - document.adoptNode should throw a HierarchyRequestError when adopting a ShadowRoot. r=wchen (f0e9f5400)
 - Bug 1184789 - Remove unnecessary IsOuterWindow() check from nsGlobalWindow::GetCaches(). r=khuey (aa96e11e1)
 - Bug 1182316: Part 1 - Remove FORWARD_TO_INNER_OR_THROW. r=peterv (04987b6ac)
 - Bug 1170246 - Improving nsGlobalWindow::ConvertDialogOptions and adding some gTests, r=ehsan (926a47fb9) (71dfc28be)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1069230 - Presentation API implementation. Part 1 - WebIDL Bindings. r=smaug (180d2e23a)
 - Bug 1142770 - part 1 - Use telephony service creator for telephony IPC service. r=hsinyi (447da4e64)
 - Bug 1142770 - part 2 - disable telephonyservice and voicemailservice. r=fabrice (5e0592769)
 - Bug 1069230 - Presentation API implementation. Part 2 - Presentation service and listeners. r=smaug (4be1d0628)
 - Bug 1069230 - Presentation API implementation. Part 3 - IPC. r=smaug (10db1c229)
 - Bug 1069230 - Presentation API implementation. Part 4 - Establish session (sender) & available changes. r=smaug (d7b358f74)
 - Bug 1069230 - Presentation API implementation. Part 5 - Establish session (receiver). r=smaug (e60709725)
 - Bug 1020179 - ContentPermissionPrompt change in b2g. r=fabrice (7aab4449e)
 - Bug 1020179 - Test case for visibilitychange. r=fabrice (d404f25e6)
 - Bug 1069230 - Presentation API implementation. Part 6 - mozChromeEvent for app launch. r=fabrice r=smaug (17081096c)
 - Bug 1069230 - Presentation API implementation. Part 7 - Presentation session. r=smaug (29227f2cf)
 - Bug 1069230 - Presentation API implementation. Part 8 - Data transport channel. r=jdm (2eb3a49ca)
 - Bug 1069230 - Presentation API implementation. Part 9 - Tests. r=kikuo (3cb72b71e)
 - Bug 1162700 - Split the AppInfo into initial setting of the values and the further initialization. r=smaug (d0b8d1470) (8cb2d1cd9)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1173947 - Make getRandomValues message be urgent (r=mrbkap) (aca1a06a9)
 - Bug 1182824 - Part 1: Use move assignment rather than copy assignment with ContextState::dash. r=mattwoodrow (73af33d32)
 - Bug 1182824 - Part 2: Make ContextState::dash a nsTArray. r=mattwoodrow (c66c3105d)
 - Bug 1134166 - Restart toolbox if selected app re-opens. r=ochameau (e370c8f02)
 - Bug 1134166 - Close toolbox if selected app dies. r=ochameau (5acb76254)
 - Bug 1134166 - Check for project when updating toolbox state. r=me (c60bb8766)
 - Bug 1090949 - Add way to make WebIDE runtimes configurable. r=ochameau (eef01e3e6)
 - Bug 1090949 - Refactor WebIDE preferences panel style. r=ochameau (fe1a9c757)
 - Bug 1135191 - Add runtime panel with toggle. r=jryans (e2e290a67)
 - missing bit of  Bug 1116188 - Add async ProfileGatherer (308cfdd4f)
 - Bug 1185737 - Propagate pause and resume commands to child processes. r=BenWa (2dd302569)
 - Bug 1161831 - Stop using threaddsafe ISupports for nsResProtocolHandler. r=billm (0bec61aac)
 - Bug 1155968 - Correct indent not multiple of 4. r=khuey (5fb8e3b20)
 - Bug 1183291 - Factor idl-parser into a Python package. r=khuey (63a2f0c68)
 - Bug 1155968 - Add blank lines where needed in xpcom/idl-parser. r=khuey (ce91a905b)
 - Bug 1161831 - Generate an extra macro to declare a non-virtual variant of an interface. r=billm (058876228)
 - Bug 1161831 - Factor the sharable bits out of nsIResProtocolHandler. r=billm (b02278fb9)
 - Bug 1152997 - Cleanup app update build to exclude android. r=glandium, r=mossop (6cd935294)
 - Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp (64796ae4a)
 - Bug 1180921 - Create a dumping ground for simple services in toolkit/components/utils. r=Gijs (2757d43c8)
 - Bug 1180921 - Support custom callbacks for allowing access per-addon load access to cross-origin URIs. r=bz,r=billm (8cc7e2c96)
 - Bug 1161831 - Implement moz-extension protocol. r=bz,r=billm,sr=mcmanus (5ee451357)
 - Bug 1161831 - Associate extension URIs with the appropriate addon ID. r=billm,sr=bz (f36655ac9)
 - Bug 1161831 - Forbid mapping to anything but file:// and jar:// URIs. r=billm,sr=bz (144add9de)
 - Bug 1180921 - Generalize test_origin to make it easier to add new origin attributes. r=gabor (b3fbc3545)
 - Bug 1180921 - Add the addonId OriginAttribute. r=bholley (0723d0dec)
 - Bug 1174093 - Don't recurse into caps/tests/mochitest during the build; r=mshal (76366d21a)
 - Bug 1161831 - Tests. r=billm (ed116a703)
 - Bug 1155547, Part 1: Fix unified build breakage in adding new sources under dom/ipc/. r=khuey (0d6875348)
 - Bug 1166985 - Use two image decoding threads on dual core devices. r=tn (7f07ee8b8)
 - Bug 1160422 - Prioritize size decodes over full decodes. r=tn (48d42c011)
 - Bug 1151672 - Part 1: Remove the calls to nsThreadManager::SetThreadWorking() and nsThreadManager::SetThreadIdle() due to backout of bug 970307. r=seth (0428dd4a4)
 - Bug 1151672 - Part 2: Block PHal::Msg_NotifyNetworkChange__ID to the Nuwa process after it is ready. r=khuey (42debf2c0)
 - Bug 1176034 - MessagePort should force a close() if the structured clone algorithm fails, r=bent (3afe74856)
 - Bug 1176034 - Implement JSAutoStructuredCloneBuffer::clear(with callbacks and closure), r=sfink (f28f6852b)
 - Bug 1155547, Part 2: Create PNuwa protocol (managed by PBackground) for forking content processes. r=khuey (047bc5e61)
 - missing bit of Bug 1170075 - Remove Print Progress UI and view source XUL (a08888308) (14f7ec3aa)

* 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

Link to comment
Share on other sites

@roytam1 : Something to keep an eye on (and probably revert/omit to maintain XP compatibility) :

#1782 Remove support for obsolete system themes from Goanna

Issue #1782: Remove Luna, Royale and Zune support from the platform

It never ceases to amaze me though that, despite the fact official UXP has currently a plethora of open issues regarding its deficits in tackling the modern web :(, the dev team are obsessed with opening "new issues" targeting revengefully Windows XP... :angry:

I guess destroying is much more easier than creating,,, :whistle:

 

On 6/11/2021 at 8:47 PM, roytam1 said:

This might have changed in some prior release, it just so happens I took notice of it in the latest one... ;)
ALL references to the native platform name, Goanna, have been replaced with Gecko, Firefox's one, in ALL three variants of the browser User Agent string:

Quote

Native Compatibility

Mozilla/5.0 (Windows NT 6.0; rv:3.5) Gecko/20210611 PaleMoon/27.10.0

Firefox Compatibility

Mozilla/5.0 (Windows NT 6.0; rv:52.9) Gecko/20100101 Gecko/3.5 Firefox/52.9 PaleMoon/27.10.0

Gecko Compatibility

Mozilla/5.0 (Windows NT 6.0; rv:3.5) Gecko/20100101 Gecko/20210611 PaleMoon/27.10.0

Additionally, previous about:config entries goanna.buildID & goanna.mstone (Goanna milestone) have been replaced with gecko.buildID & gecko.mstone, respectively...

Was the above intentional on your part? Is New Moon 27 being "Firefox-ified" ? :dubbio:

FTR, I use the Fx-compat setting, two "Gecko" fragments with two different values looks confusing... :unsure:

Edited by VistaLover
Link to comment
Share on other sites

I notice the huge memory occupation of Gmail web UI. The original working set memory of Serpent 52 is about 400MBi; When opened a gmail tab, it increases above 600MBi, more than 50% percent! Is it google's fault?

Link to comment
Share on other sites

8 hours ago, VistaLover said:

@roytam1 : Something to keep an eye on (and probably revert/omit to maintain XP compatibility) :

#1782 Remove support for obsolete system themes from Goanna

Issue #1782: Remove Luna, Royale and Zune support from the platform

It never ceases to amaze me though that, despite the fact official UXP has currently a plethora of open issues regarding its deficits in tackling the modern web :(, the dev team are obsessed with opening "new issues" targeting revengefully Windows XP... :angry:

I guess destroying is much more easier than creating,,, :whistle:

thanks for letting me know, this changeset will be skipped.

6 hours ago, VistaLover said:

This might have changed in some prior release, it just so happens I took notice of it in the latest one... ;)
ALL references to the native platform name, Goanna, have been replaced with Gecko, Firefox's one, in ALL three variants of the browser User Agent string:

Additionally, previous about:config entries goanna.buildID & goanna.mstone (Goanna milestone) have been replaced with gecko.buildID & gecko.mstone, respectively...

Was the above intentional on your part? Is New Moon 27 being "Firefox-ified" ? :dubbio:

FTR, I use the Fx-compat setting, two "Gecko" fragments with two different values looks confusing... :unsure:

this is done by upstream for easier merging from his upstream.

https://github.com/roytam1/palemoon27/commit/30dd322d5a9142aacce660ae709fdcc9a9c770fc

and small part of that is just reverted: https://github.com/roytam1/palemoon27/commit/63b521019778c51766db6af1d8466bb971e3bb30

Link to comment
Share on other sites

10 hours ago, roytam1 said:

This is done by upstream, for easier merging from his upstream.

https://github.com/roytam1/palemoon27/commit/30dd322

and small part of that is just reverted:

https://github.com/roytam1/palemoon27/commit/63b5210

Thanks for the prompt explanation :thumbup ; so, a change made 11 months ago, that only now fell on my radar... :blushing:
I'm definitely getting old... :( And thanks for, at least, "fixing" UA-related strings (to appear, hopefully, in coming weekend's releases) ... :)

Edited by VistaLover
Link to comment
Share on other sites

On 5/14/2021 at 4:19 AM, dencorso said:

xper did it. Only staff can see the flags. But, for the life of me, I cannot remember why. Sorry!  :(

Just to say that xper should have re-enabled the flags for everyone now, so you should all now be able to see where people are from! :yes:

Link to comment
Share on other sites

2 minutes ago, Dave-H said:

Just to say that xper should have re-enabled the flags for everyone now, so you should all now be able to see where people are from! :yes:

I can confirm that flags are visible now, so perhaps something good came out of MSFN’s 5-day outage. :)

Link to comment
Share on other sites

2 minutes ago, Dave-H said:

so you should all now be able to see where people are from! :yes:

:cheerleader:A big thank you to all parties involved...

However, seeing MSFN down :( for more than 5 days (the longest since the time I registered), without any clues as to what was going on, "member flags" was the least of my worries... ;)

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...