Leaderboard
Popular Content
Showing content with the highest reputation on 09/25/2021 in all areas
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210925-f94c0da-uxp-9ab5fe727-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210925-f94c0da-uxp-9ab5fe727-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-20210925-f94c0da-uxp-9ab5fe727-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.4a1.win32-git-20210925-ba47fad4d-uxp-9ab5fe727-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210925-ba47fad4d-uxp-9ab5fe727-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20210925-ba47fad4d-uxp-9ab5fe727-xpmod.7z No official UXP changes since my last build. No official Basilisk changes since my last build. No official Pale-Moon changes since my last build. My changes since my last build: - [CSS] Add calc availability to color functions. (8a0897d23) - [Basilisk] Fix error when installing signed webextensions (18908d2f0) - mozbuild: remove tilde char from special character blacklist as win32 short path contains tilde character. (c45d02ceb) - ffvpx: update ffmpeg to 3.4.9 (9ab5fe727) * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of now-dead MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes. MCP Basilisk/Pale-Moon rev after datecode will be removed later.6 points
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210925-45e41b763-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210925-45e41b763-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210925-45e41b763-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210925-45e41b763-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - missing bit of Bug 889158 - Fix arrow function lexical arguments binding (6dd07824a) - missing parts of Bug 1135708 - Implement es7 exponentiation operator. (87d1b2a09) - Bug 1183400 - Add a by-kind switch to perform constant-folding and eventually eliminate by-arity handling. r=efaust (ce6768404) - Bug 1171909 - Check for alloc failure initializing AssemblerBufferWithConstantPools and update error handling ExceptionHandlerBailout r=jandem (fb86a97ec) - Bug 1182428 - Consider TypeSet stuff to be GCPointers, since they can contain them, r=jonco (2a7841983) - Bug 1184199 - Use a Map instead of a plain object to avoid the "constructor" property, r=jonco" (3af559983) - Bug 1184199 - Add an explanation only if there is something to explain, r=jonco (882178fcf) - Bug 1182428 - Improve naming, r=jonco (24bcf0679) - Bug 1182428 - Recognize more rooted type names, r=jonco (75e9d692e) - Bug 963738 - Assume(ptr) is not a hazard; Assume(*ptr) is, r=bhackett (e704d13e6) - No bug. Add a --function argument for analyzing a single function by name. (d9e8fc4c0) - Bug 1172682 - Comment and refactor analysis code, r=terrence The one change this patch makes in functionality is that it properly computes minimumUse in more cases, in anticipation of it being used for hazards (in addition to its current use for unnecessary roots). (a481f942a) - Bug 1182428 - Accept more edge types in edgeCanGC, r=jonco (98413c47f) - Bug 1170200 - Part 1: Change the API for nsIPermissionManager::Remove() to accept a URI instead of a string; r=ehsan (bd5ef47ed) - Add two missing includes to SharedMemoryBasic_mach.cpp, no bug (dbdeeaca1) - bug 1175898 - crash in mozilla::CrossProcessMutex::ShareToProcess(int) r=billm (93cab5830) - bug 1204985 - make SharedMemoryBasic_mach build on iOS. r=billm (0f7b668c3) - bug 1204985 horrible clobber-avoidance bustage fix r=YOLO CLOSED TREE (d46b9b946) - Bug 1205164 - Detect message races in Mach Shmem implementation. r=blassey (2b88cc22b) - Bug 1221540: OS X IPC timeout retry with a longer interval. r=milan (66d2006fe) (9e300313d) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1167604 - don't hide ProxyAccessible::Parent() with DocAccessibleParent::Parent r=lsocks (32e4cac18) - Bug 1173418 - Check if a document is top level in DocAccessibleParent::Destroy so that RemoteDocShutdown isn't erroneously called r=tbsaunde (db280c0a1) - bug 1184217 - check consistancy of the document tree before removing accessibles in a hide event r=davidb (91d2f38fb) - bug 1162543 - make DocAccessibleChild::IDToAccessible correctly get the document r=davidb (be2eb3eb7) - bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug (216a90d34) (3a8ef50a8) - import change from `dev' branch of rmottola/Arctic-Fox: - MOZ_OVERRIDE -> override (624f7c712) (57cc49827) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1182373 - Don't constant-fold in the tag component of a tagged-template, because constant-folding evaluates the tag too early (and moght convert a value into a property reference, causing the wrong |this| to be passed). r=jorendorff (f9e41352b) - Bug 1183400 - Constant-fold nullary nodes entirely according to their kind, not their arity. r=efaust (9c6248dd8) - Bug 1183400 - Fold typeof nodes by examining their kind. r=efaust (0dc443122) - Bug 1183400 - Fold |void <expr>| expressions by kind. r=efaust (d872286ad) - Bug 1183400 - Fold delete nodes by kind. r=efaust (a30634947) - Bug 1164774 - Remove unused code handling binary-arity PNK_ADD nodes in constant-folding. r=shu (996db297b) - Bug 1183400 - Fold !/~/+/- by kind. r=efaust (bf5dd5984) - Bug 1183400 - Pass a Parser reference to Fold, not separate handler/options, preparing for another patch that wants to have access to a parser instance. r=efaust (5bbb167be) - Bug 1183400 - Fold increment/decrement operations by kind. r=efaust (2728e23a7) - Bug 1183400 - Fold ?: expressions by kind. r=efaust (64d6ab853) - Bug 1183400 - Fold |if| nodes by kind. r=efaust (0f701a6bb) - Bug 1183400 - Fold various simple unary cases by kind. r=efaust (590b24acb) - Bug 1183400 - Fold and/or expressions. r=efaust (1f114d2b2) - Bug 1183400 - Fold function nodes by kind. r=efaust (0920010c0) - Bug 1183400 - Fold binary arithmetic operations by kind, not arity. r=efaust (a3723a1ec) - Bug 1183400 - Remove a now-unused variable, following up on the ?:/if-node folding changes. r=trivial, r=orange in a CLOSED TREE (522584dc0) - Bug 1183400 - Inline FoldBinaryNumeric into its sole caller and simplify code accordingly. r=efaust (043ccf349) - Bug 1183400 - Fold various list nodes not given, nor requiring, special treatment. r=shu (7de28f276) - Bug 1183400 - Constant-fold yield/yield*/return by kind and not arity. r=shu (7cae87421) - Bug 1183400 - Fold try/catch by kind. r=shu (5df2a97fc) - Bug 1183400 - Fold class nodes by kind. r=shu (67fffcc45) - Bug 1183400 - Fold element accesses by kind. r=efaust (82538a7a2) - Bug 1183400 - Fold addition by kind. r=efaust (68a0c6b49) - Bug 1183400 - Fold function calls and tagged templates by kind, not arity. r=efaust (0a368e8f9) - Bug 1183400 - Fold various binary nodes with two non-null halves by kind. r=efaust (de48c675b) - Bug 1183400 - Fold while and do-while loops by kind, not arity. r=efaust (998bd13cc) - Bug 1183400 - Remove dead fold-by-arity code. r=efaust (3b5f719b9) - Bug 1183400 - Remove SyntacticContext::Delete, now addressed by modifying how delete nodes are folded. r=efaust (8129f5f7c) - Bug 1183400 - Constant-fold switch/default by kind, not arity. r=efaust (e9430d603) - Bug 1183400 - Fold for-in, for-of, and for(;;) loops by kind, and classify miscellaneous straightforward kinds for folding. r=efaust (59d09a110) - Bug 1183400 - Replace callee-based condition-constant folding with caller-specified condition-constant folding. r=efaust (2090ea750) - Bug 1183400 - Remove special |void| handling by making Boolish recognize |void| expressions as falsy, when they're obviously so. r=efaust (d230cbb0d) - Bug 1183400 - Remove SyntacticContext::Condition, now handled context-sensitively by callers specifically requesting condition-targeted folding. r=efaust (8be79cd7a) - Bug 1183400 - Fold the last few nodes (including PN_NAME nodes) by kind, not arity. r=efaust (4e8e911a4) - Bug 1183400 - Remove SyntacticContext completely. r=efaust (745d4df15) - Bug 1183400 - Common up some is-effectless testing. r=efaust (ed25885e6) - Bug 1135322 - receiveMessage() should convert logins to nsILoginInfo objects. r=MattN (35da0f066) - Bug 1140242 - Convert nsILoginInfo to vanilla JS objects before trying to send them in messages. r=dolske (f952e9ab5) - Bug 1134846 - Add a module to support per-site password manager recipes. r=dolske (d9d686818) - Bug 1135451 - fillForm() cleanup part A: remove unused return type, kill E10S unfriendly fillForm from nsILoginManager, kill passwordmgr-found-form notification, largely a backout of bug 439365. r=MattN (3825eb1dd) - Bug 1120129 - Allow per-site recipes to adjust the username/password field detection for autofill. r=dolske (423202980) - Bug 1144981 - username/password recipe for www.anthem.com. r=mattn (55ce95a2b) - Bug 1146065 - Logins captured but not filled on discover.com. r=mattn (4b19c1a01) - reorder after strange misspatch (706cfd4ea) - Bustage fix for bug 1146065. (4b0a7b5f6) - fix some mispatches and also put back some "backports" lost with Bug 1182969 (f61e63baf) (45e41b763) -- ffmpeg library lite 3.4.9 for NM27/KMG76: 64bit https://o.rthost.win/palemoon/lav64-dll-lite-3.4.9.7z 32bit https://o.rthost.win/palemoon/lav-dll-lite-3.4.9.7z 32bit nosse https://o.rthost.win/palemoon/lav-dll-lite-ia32-3.4.9.7z 32bit noasm https://o.rthost.win/palemoon/lav-dll-lite-noasm-3.4.9.7z3 points
-
So in order to succesfully bypass iTunes os checks you need to do this: BEFORE YOU BEGIN! I only tried this on Windows 8.1 Fully updated up until september 2021 patches. I have no idea if this is going to work on Windows 7 too. Windows 7 works up until 12.11.3. Later versions require ntdll.dll and dxgi.dll from newer operating systems. Windows 8.0 works up until 12.11.3.17. Later versions do require you to use reshade's dxgi implementation. Download Reshade and rename Reshade64.dll to dxgi.dll. CREDITS TO : K4sum1 from https://eclipse.cx/ Windows 8.1 works without any problem. 1) Download iTunes from apple. 2) Extract the installer 3) Edit the main installer with orca (drop table LaunchCondition) 4) Install iTunes and all of its components 5) Do not launch! - Download this: https://github.com/hejmus/win10verhack/releases/tag/v0.1 6) Put these files in iTunes install folder 7) Open notepad and put this in: withdll.exe /d:win10verhack64.dll iTunes.exe 8) Save it as Launch.bat on your desktop (since iTunes is located in Program files and you would need Admin access) 9) Put launch.bat to the iTunes install folder and open it 10) Done! (Optional, put launch.bat as shortcut on your desktop)2 points
-
Updated v9, v11, v12 and v13: - Added v9 and v11 for WinXP-SP2 (Experimental). The only difference between these and the non XP-SP2 ones is that the "GetLogicalProcessorInformation" and "GetLogicalProcessorInformationEx" fucntions of the "chrome.dll", "chrome_child.dll" and the 2 "libglesv2.dll" files were replaced by the "GetLocalTime" function. - Translated the "New search-box" (v12 and v13). - Translated the tooltip of the close button of the "floating bar in videos" option. - Translated some chinese text among the Bookmarks bar's options. - Deleted more files inside the SRX files. - Changed the search engine for the "Select/Search bar" to Google. The New Tab page code is hosted in Github in case someone want to use it --> https://github.com/Humming-Owl/A-Simple-New-Tab Cheers.2 points
-
So done already. https://github.com/ManchildProductions/MyPal/commit/c2ad5af1936faef1eb258ac9d3aa852a7d9ae1f32 points
-
Hi, With basilisk52-g4.8.win32-git-20210925-f94c0da-uxp-9ab5fe727-xpmod.7z any add-on I try and install is throwing this kind of error: 1632563439888 addons.weblistener WARN Exception showing install confirmation dialog: TypeError: Ci.nsISecurityUITelemetry is undefined (resource://gre/components/amWebInstallListener.js:184:1) JS Stack trace: checkAllDownloaded@amWebInstallListener.js:184:1 < Installer@amWebInstallListener.js:81:3 < onWebInstallRequested@amWebInstallListener.js:335:5 < installAddonsFromWebpage@AddonManager.jsm:2206:16 < installAddonsFromWebpage@AddonManager.jsm:3509:5 < buildNextInstall@addonManager.js:107:9 < installAddonsFromWebpage/buildNextInstall/<@addonManager.js:149:9 < safeCall@AddonManager.jsm:186:5 < getInstallForURL_safeCall@AddonManager.jsm:1920:11 < getInstallForURL/<@XPIProvider.jsm:3936:7 < createDownloadInstall/<@XPIProvider.jsm:6628:33 < process@Promise-backend.js:931:23 < walkerLoop@Promise-backend.js:812:7 < scheduleWalkerLoop/<@Promise-backend.js:746:11 ...this is by dragging and dropping the xpi into the browser window. Ben.2 points
-
You're welcome. :) If you have the same command or series of commands to run, you can also put them in a batch file or even make a multi-threaded batch file using the START command to precede certain commands.1 point
-
On this webrtc test page: https://test.webrtc.org/ - in 360Chrome 12 12247 r 7 build - have chinese text in the yellow popup for some seconds at the top of the page, then it disappears by itself, and I've blocked connection to 74.125.247.128 - owned by Google... ... then no test results (all are with red stop mark). - in 12 1592 M (precedent) build - and today's new 360EE 12 1592 M without any extensions - have little test.webrtc.org popup window, which "wants to use your microphone", but if I click on Block or stop mark, another little window says: "360Chrome has encountered a problem and must close...".1 point
-
did you install Direct X 9? On my driver tests old directX was main reason to crashing. 61.76 can bsod even when trying open DXDIAG or anything that tries to read GPU, I need try 77.72 on mine since only tried 81.961 point
-
1 point
-
thanks for reporting! a fix is landed in custom branch, and will be available in next build.1 point
-
I think it needs to revert/readd XP support in order to work for our needs.1 point
-
This a newer EWDK than i used, so likely more bloated. Previously i used only EWDKs compiler and with win8 sdk from vs2013, not allowed by default, for what i patched stuff in the python mozbuild, i shall remember if needed. I did update to 4.3.1 not sure if its better, but there where begin to develop own av1 decoder, as default av1 decoder code buggy under x86 msvc including upstream too. https://tools.woolyss.com/html5-audio-video-tester/?u=woolyss.com/f/caminandes-1-llama-drama-av1-opus.webm it stutters on x86 msvc builds, but good on mingw builds1 point
-
yes I know and that it is another problem. What if Blizzard would go bankrupt? Nobody would be ever be able play them again without modifying files. Same can applied most steam games. That is going to make game preservation harder on future. I guess in 20 years peoples wont be able play todays game like you can play 20 year old game since online depencies. There is some expections like starforce DRM games and secureRom games that I had issues running proper even back then, but for most parts those titles are usable on old or new HW from original disk or backup or disk. I sorta wish GOG like approach where games are DRM free and can download them to pc and install on offline as many pc as you want and can keep version you want, but sadly gog patched games many times breaks compatibility with original OS too if classic title and most of them like Doom cannot be installed to my old 486 from diskettes like my original 1994 or 1995 copy can be, I need new computer to extract and transfer over to 486 from emulator folder. I am not saying modern patched cannot be option, but also offer original one if user want We need back times when games were DRM free, were not tied any launcher expect maybe optionally could have server search client, games were supported on original platform during whole lifecycle. And addition to that I would want that games would be available on physical media that can be used fully offline and digital copies could exist too that can be downloaded for offline use with or without client, giving end user freedom to choose what he/she wants. But sadly public interest is not that since most users have no issues, putting up with DRM, 20 different game client, using latest MS os etc so will unlikely to happen1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.5-Goanna-20210925.7z Changelog: In-tree changes: - permissions: hackfix CPermission::del() to give out nsIURI instead of const char* as "Bug 1170200 - Part 1: Change the API for nsIPermissionManager::Remove() to accept a URI instead of a string; r=ehsan" is landed in platform tree (036b2296) - bump KM version for API change (as of NM27 rev 45e41b763) (afd6e427) Out-of-tree changes: * update Goanna3 to git 9e8144b17...45e41b763: - import changes from `dev' branch of rmottola/Arctic-Fox: - missing bit of Bug 889158 - Fix arrow function lexical arguments binding (6dd07824a) - missing parts of Bug 1135708 - Implement es7 exponentiation operator. (87d1b2a09) - Bug 1183400 - Add a by-kind switch to perform constant-folding and eventually eliminate by-arity handling. r=efaust (ce6768404) - Bug 1171909 - Check for alloc failure initializing AssemblerBufferWithConstantPools and update error handling ExceptionHandlerBailout r=jandem (fb86a97ec) - Bug 1182428 - Consider TypeSet stuff to be GCPointers, since they can contain them, r=jonco (2a7841983) - Bug 1184199 - Use a Map instead of a plain object to avoid the "constructor" property, r=jonco" (3af559983) - Bug 1184199 - Add an explanation only if there is something to explain, r=jonco (882178fcf) - Bug 1182428 - Improve naming, r=jonco (24bcf0679) - Bug 1182428 - Recognize more rooted type names, r=jonco (75e9d692e) - Bug 963738 - Assume(ptr) is not a hazard; Assume(*ptr) is, r=bhackett (e704d13e6) - No bug. Add a --function argument for analyzing a single function by name. (d9e8fc4c0) - Bug 1172682 - Comment and refactor analysis code, r=terrence The one change this patch makes in functionality is that it properly computes minimumUse in more cases, in anticipation of it being used for hazards (in addition to its current use for unnecessary roots). (a481f942a) - Bug 1182428 - Accept more edge types in edgeCanGC, r=jonco (98413c47f) - Bug 1170200 - Part 1: Change the API for nsIPermissionManager::Remove() to accept a URI instead of a string; r=ehsan (bd5ef47ed) - Add two missing includes to SharedMemoryBasic_mach.cpp, no bug (dbdeeaca1) - bug 1175898 - crash in mozilla::CrossProcessMutex::ShareToProcess(int) r=billm (93cab5830) - bug 1204985 - make SharedMemoryBasic_mach build on iOS. r=billm (0f7b668c3) - bug 1204985 horrible clobber-avoidance bustage fix r=YOLO CLOSED TREE (d46b9b946) - Bug 1205164 - Detect message races in Mach Shmem implementation. r=blassey (2b88cc22b) - Bug 1221540: OS X IPC timeout retry with a longer interval. r=milan (66d2006fe) (9e300313d) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1167604 - don't hide ProxyAccessible::Parent() with DocAccessibleParent::Parent r=lsocks (32e4cac18) - Bug 1173418 - Check if a document is top level in DocAccessibleParent::Destroy so that RemoteDocShutdown isn't erroneously called r=tbsaunde (db280c0a1) - bug 1184217 - check consistancy of the document tree before removing accessibles in a hide event r=davidb (91d2f38fb) - bug 1162543 - make DocAccessibleChild::IDToAccessible correctly get the document r=davidb (be2eb3eb7) - bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug (216a90d34) (3a8ef50a8) - import change from `dev' branch of rmottola/Arctic-Fox: - MOZ_OVERRIDE -> override (624f7c712) (57cc49827) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1182373 - Don't constant-fold in the tag component of a tagged-template, because constant-folding evaluates the tag too early (and moght convert a value into a property reference, causing the wrong |this| to be passed). r=jorendorff (f9e41352b) - Bug 1183400 - Constant-fold nullary nodes entirely according to their kind, not their arity. r=efaust (9c6248dd8) - Bug 1183400 - Fold typeof nodes by examining their kind. r=efaust (0dc443122) - Bug 1183400 - Fold |void <expr>| expressions by kind. r=efaust (d872286ad) - Bug 1183400 - Fold delete nodes by kind. r=efaust (a30634947) - Bug 1164774 - Remove unused code handling binary-arity PNK_ADD nodes in constant-folding. r=shu (996db297b) - Bug 1183400 - Fold !/~/+/- by kind. r=efaust (bf5dd5984) - Bug 1183400 - Pass a Parser reference to Fold, not separate handler/options, preparing for another patch that wants to have access to a parser instance. r=efaust (5bbb167be) - Bug 1183400 - Fold increment/decrement operations by kind. r=efaust (2728e23a7) - Bug 1183400 - Fold ?: expressions by kind. r=efaust (64d6ab853) - Bug 1183400 - Fold |if| nodes by kind. r=efaust (0f701a6bb) - Bug 1183400 - Fold various simple unary cases by kind. r=efaust (590b24acb) - Bug 1183400 - Fold and/or expressions. r=efaust (1f114d2b2) - Bug 1183400 - Fold function nodes by kind. r=efaust (0920010c0) - Bug 1183400 - Fold binary arithmetic operations by kind, not arity. r=efaust (a3723a1ec) - Bug 1183400 - Remove a now-unused variable, following up on the ?:/if-node folding changes. r=trivial, r=orange in a CLOSED TREE (522584dc0) - Bug 1183400 - Inline FoldBinaryNumeric into its sole caller and simplify code accordingly. r=efaust (043ccf349) - Bug 1183400 - Fold various list nodes not given, nor requiring, special treatment. r=shu (7de28f276) - Bug 1183400 - Constant-fold yield/yield*/return by kind and not arity. r=shu (7cae87421) - Bug 1183400 - Fold try/catch by kind. r=shu (5df2a97fc) - Bug 1183400 - Fold class nodes by kind. r=shu (67fffcc45) - Bug 1183400 - Fold element accesses by kind. r=efaust (82538a7a2) - Bug 1183400 - Fold addition by kind. r=efaust (68a0c6b49) - Bug 1183400 - Fold function calls and tagged templates by kind, not arity. r=efaust (0a368e8f9) - Bug 1183400 - Fold various binary nodes with two non-null halves by kind. r=efaust (de48c675b) - Bug 1183400 - Fold while and do-while loops by kind, not arity. r=efaust (998bd13cc) - Bug 1183400 - Remove dead fold-by-arity code. r=efaust (3b5f719b9) - Bug 1183400 - Remove SyntacticContext::Delete, now addressed by modifying how delete nodes are folded. r=efaust (8129f5f7c) - Bug 1183400 - Constant-fold switch/default by kind, not arity. r=efaust (e9430d603) - Bug 1183400 - Fold for-in, for-of, and for(;;) loops by kind, and classify miscellaneous straightforward kinds for folding. r=efaust (59d09a110) - Bug 1183400 - Replace callee-based condition-constant folding with caller-specified condition-constant folding. r=efaust (2090ea750) - Bug 1183400 - Remove special |void| handling by making Boolish recognize |void| expressions as falsy, when they're obviously so. r=efaust (d230cbb0d) - Bug 1183400 - Remove SyntacticContext::Condition, now handled context-sensitively by callers specifically requesting condition-targeted folding. r=efaust (8be79cd7a) - Bug 1183400 - Fold the last few nodes (including PN_NAME nodes) by kind, not arity. r=efaust (4e8e911a4) - Bug 1183400 - Remove SyntacticContext completely. r=efaust (745d4df15) - Bug 1183400 - Common up some is-effectless testing. r=efaust (ed25885e6) - Bug 1135322 - receiveMessage() should convert logins to nsILoginInfo objects. r=MattN (35da0f066) - Bug 1140242 - Convert nsILoginInfo to vanilla JS objects before trying to send them in messages. r=dolske (f952e9ab5) - Bug 1134846 - Add a module to support per-site password manager recipes. r=dolske (d9d686818) - Bug 1135451 - fillForm() cleanup part A: remove unused return type, kill E10S unfriendly fillForm from nsILoginManager, kill passwordmgr-found-form notification, largely a backout of bug 439365. r=MattN (3825eb1dd) - Bug 1120129 - Allow per-site recipes to adjust the username/password field detection for autofill. r=dolske (423202980) - Bug 1144981 - username/password recipe for www.anthem.com. r=mattn (55ce95a2b) - Bug 1146065 - Logins captured but not filled on discover.com. r=mattn (4b19c1a01) - reorder after strange misspatch (706cfd4ea) - Bustage fix for bug 1146065. (4b0a7b5f6) - fix some mispatches and also put back some "backports" lost with Bug 1182969 (f61e63baf) (45e41b763) * 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 -- ffmpeg library lite 3.4.9 for NM27/KMG76: 32bit https://o.rthost.win/palemoon/lav-dll-lite-3.4.9.7z 32bit nosse https://o.rthost.win/palemoon/lav-dll-lite-ia32-3.4.9.7z 32bit noasm https://o.rthost.win/palemoon/lav-dll-lite-noasm-3.4.9.7z1 point
-
New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20210925-id-f0915f3-uxp-9ab5fe727-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210925-id-f0915f3-ia-c642e3c-uxp-9ab5fe727-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.1 point
-
This is going to be old school, but the commands FIND and FINDSTR from the command line are my usual go to for searching files for strings. :)1 point
-
Updated links. Apologies for so many updates in such a short amount of time, these should do for a while. I also still need to apply latest rounds of updates to my v13 rebuild. I've also been looking into XP x86 SP2 but that's more of a back-burner project at the moment. I now have two "flavors" of each rebuild. The "ungoogled" flavor takes the same route as "ungoogled chromium" ( https://chromium.woolyss.com/ ) and intentionally breaks a Chrome Web Store embedded API. The advantage is that this prevents an unwanted Google cookie "local storage persistence" present in all Chromium-based browsers since Chrome v69 (which is what 360Chrome v11 is based off of). The "disadvantage" (to some folks) is that this 'fix' removes the "Add to Chrome" button when visiting the Chrome Web Store. For those not familiar, you don't have to use the Chrome Web Store in order to install extensions. I personally download them from https://www.crx4chrome.com/ then save them locally, edit, then drag-and-drop into the chrome://extensions/ page. There are also extensions available that will download the .crx directly from the Chrome Web Store as opposed to going through the "Add to Chrome" button. Just offering some alternatives... Download links - https://www.dropbox.com/s/vbhhwmhl139clid/360ChromePortable_11.0.2031_rebuild_3.zip https://www.dropbox.com/s/o6fhbaypj2q3i7y/360ChromePortable_11.0.2031_rebuild_3_ungoogled.zip https://www.dropbox.com/s/0ifua74kkb35e2e/360ChromePortable_12.0.1247_rebuild_7.zip https://www.dropbox.com/s/cvnnhqc4r812va5/360ChromePortable_12.0.1247_rebuild_7_ungoogled.zip ps - The only difference between the two flavors is the "resources.pak" file. If you wish to alternate back-and-forth between the two, that file is the only file that you need to swap. Make sure to not criss-cross versions. You can swap resources.pak betweeen v11 rebuild 3 and v11 rebuild 3 ungoogled, but you cannot use the v12 resources.pak with v11 and vice versa.1 point
-
1 point
-
not for now, unless new-regexp is properly landed. a full rebuild with vc2015u3 is about 25 minutes, while EWDK-rs3 vc2017 is about 35 minutes. build hardware environment: win7 sp1 x64, ryzen 3700x, 32gb ram, sn750 1tb for system and build drive1 point
-
Where they took the code, most likely from the mozilla, forgot may be they a thing on makefiles. And the error is the same everywhere, https://www.programmersought.com/article/37382464851/1 point
-
Yes, it would be enlightening for him to witness a real terrorist attack... Also, in my opinion, he has a narcissistic personality disorder. If the Pale Moon team allows him to go on like this, I fear that even the few people that still use this browser will leave.1 point
-
Whatever happens from here on out, I will continue to support @roytam1 in whatever he decides to do with his browsers going forward. MCP seems hell-bent on destroying anyone and anything that tries to get in the way of their 'vision' for their browsers. The way I see it, they're on a road to self-destruction...their browsers are going to fade further into irrelevance, while people will continue to follow Roy and many others and support their hard work. MCP and their browsers are going to become more and more the reflection of everything they were once fighting against, everything they had tried so hard not to have their browsers be or to themselves become. It is a shame that they could be so arrogant not only to XP users but users of the 'regular' Pale Moon and Basilisk, so greedy about the source code, and so selfish in not allowing people to take their work and build upon it. And yet, without Mozilla they would have had nothing to build from, no starting point to begin with. They were (and are) nothing without Mozilla, much as Atlas in Teen Titans was nothing without the mechanic who did maintenance (see the episode "Only Human"). When the mechanic abandoned Atlas he was battered into spare parts...and as people abandon MCP and/or if Mozilla themselves should see fit to abandon them, they too will be battered & broken. Thank you, Roy, for all of your hard work--I appreciate you and your efforts VERY much. It ain't over 'til it's over!1 point
-
they tried hard to make me laugh :) "unable to cherry-pick"? actually not, unless they never release any new source. since they're still releasing source with every new versions, I can still make a diff and figure out which part of changes should be in same part. yeah they did that do throw me back to pre-VCS "stone age", but it is NOT the end.1 point