Leaderboard
Popular Content
Showing content with the highest reputation on 11/13/2021 in Posts
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20211113-f94c0da-uxp-eedc02ee9-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20211113-f94c0da-uxp-eedc02ee9-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-20211113-f94c0da-uxp-eedc02ee9-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-20211113-ba47fad4d-uxp-eedc02ee9-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20211113-ba47fad4d-uxp-eedc02ee9-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20211113-ba47fad4d-uxp-eedc02ee9-xpmod.7z Official UXP changes picked since my last build: - remove OSX support (8fb608b22) - Bug 1730048, reorder the code in nsMenuFrame::PassMenuCommandEventToPopupManager a bit, r=mstange a=RyanVM (6bc10cbc9) - Bug 1735152 - Avoid using NS_ADDREF in nsSocketTransport. r=dragana, a=RyanVM (1920aae3d) - Bug 1606864 - Make mDoNotRetryToConnect atomic. r=decoder,dragana a=RyanVM Bug 1712671 - Make nsSocketTransport2::m{Input/Output}StreamClosed atomic. r=kershaw,decoder a=RyanVM (d025defb9) - backport Bug 1724233 - Make sure to run ConvertUTF8toACE before ConvertToDisplayIDN. r=dragana, a=RyanVM (0ffa8a018) - backport Bug 1729517 - Set up document correctly. r=freddyb,ckerschb a=RyanVM (537bcf5ea) - search: enlarge MAX_ICON_SIZE (fdb10cb2f) - Merge branch 'post-git-tracking' into tracking (2981ddf60) Official Basilisk changes picked since my last build: - [Basilisk] remove OSX related code (bd90dd917) Official Pale-Moon changes picked since my last build: - [Pale-Moon] remove OSX related code (e4da2ce4e) - [Pale-Moon] make sure anchor.top is not smaller than zero (7852cec48) - [Pale-Moon] remove Application prefix in enterTabbedMode method (16f07caa3) - [Pale-Moon] addons: replace Application.restart call with Services.startup.quit (7d223da9c) * 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-20211113-413983e19-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211113-413983e19-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211113-413983e19-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211113-413983e19-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 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan (20a3e9857) - pointer style (b13f08224) - Bug 1201271 - Warn about unused results for more methods of nsTArray. r=froydnj (c8fa9e836) - Bug 1156398: Pass ProcessOrientation.cpp's unused-by-default bools to mozilla::unused. r=mwu (e1200be54) - Bug 1159124 - Suppress -Wunused-exception-parameter warning in nsClipboard.mm. r=spohl (dc3c4c4d0) - Bug 1152921 - Always initialize platform-specific booleans in PrintData before sending over IPC. r=mconley (45fb8cf07) - Bug 1091112 - Serialize nsIPrintSettings options bitfield. r=jimm (17d38b152) - Bug 1091112 - Add OS X-specific members to PrintData IPDL struct. r=jimm (62182eb24) - Bug 1091112 - Proxy opening the print dialog on OS X to the parent. r=mstange (adf38a12a) - Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl (9c4f43861) - missing bits of Bug 1193038: Purposely leak StatisticsReport object and suppress the leak report r=glandium,mccr8,njn (cc0c1a908) - Bug 1144580 - Whitelist pselect6 in content seccomp-bpf policy. r=kang (144c67d00) - Bug 1144514 - Whitelist pread64 in content seccomp-bpf policy. r=kang (c01f7f65c) - Bug 1055310 - Step 1: Convert seccomp-bpf policies to Chromium PolicyCompiler. r=kang (8fbf648ba) - Bug 1055310 - Step 2: Move SIGSYS handling to Chromium TrapRegistry. r=kang (e80ff13a6) - Bug 1055310 - Step 3: Move syscall interceptions into SandboxFilter.cpp. r=kang (59c0b2454) - Bug 1004011 - Support SECCOMP_FILTER_FLAG_TSYNC if available. r=kang (cf97070a9) - Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. (c9df97498) - Bug 1189125 - Allow xpcshell to use GTK (r=karlt) (e363a27aa) - Bug 830801 - Part 1. Set NOMINMAX define as default. r=mshal (88fa52e9e) - Bug 830801 - Part 3. Remove NOMINMAX define from cpp source. r=mshal (c841b399f) - Bug 1169433 - Remove UnicharSelfTest and turn NormalizationTest into a gtest. r=glandium,smontagu (625dcaf32) - Bug 1170072 - Part 1. Make GetCharProps1 as static function. r=jfkthame (6ab8b7c4f) - Bug 1183209 patch 2: update data generation tools to Unicode 8, r=jfkthame (78e91de20) - Bug 1183209 patch 3: update generated data files to Unicode 8, and adapt internal XIDMOD types to the new types in Unicode's xidmodifications.txt, r=jfkthame (c9fea054f) (95440d2f9) - missing bits from Bug 1162569 - default engine files should be in the omni.ja file, r=markh,glandium. (c7d628bdd) - import changes from `dev' branch of rmottola/Arctic-Fox: - pointer style (4cb5b536b) - Bug 1186696. Event handlers on JS-implemented webidl interfaces should have the same behavior as other event handlers: accept all values, convert non-objects to null. r=smaug (f61a308fb) - Bug 983301 part 1. Handle JS-to-native conversion for Promise values via calling Promise::Resolve on whatever value was passed in (except if the type is nullable and the passed-in value is null or undefined). r=peterv (4aaf04c66) - Bug 983301 part 2. Change Promise to not be distinguishable from any other type. r=peterv (0f463a834) - Bug 1157848 - Fix leak in OwningNonNull constructor from already_AddRefed; r=bz (a2a0aaa7a) - Bug 983301 Add a test for FetchEvent.respondWith(5). r=bz (5de2ea7d5) - Bug 1166932 - Part 1: Copy the editor observers array before iterating over it; r=roc (db74b264d) - Bug 1166932 - Part 2: Make sure that nsTextInputListener doesn't try to perform edit actions if it has been disconnected from the editor object; r=roc (7143bc782) - Bug 1190823 - Move OwningNonNull.h to xpcom/base/; r=froydnj (77c373751) - Bug 1163044 - Forward NS_MOUSE_ENTER_WIDGET into content process. r=smaug (46fcb7720) - Bug 1182358 - RequestSyncService.jsm should use AlarmService instead nsITimer, r=nsm (d0eb0bcd4) - Bug 1142609 - Fix PEP 8 E111/E113 warnings in dom/bindings's Python code. r=peterv (56bc4b865) - Bug 1142609 - Fix PEP 8 E121 warnings in dom/bindings's Python code. r=peterv (93f8021f6) - Bug 1142609 - Fix flake8's E122 warnings in dom/bindings's Python code. r=peterv (32f4cb3a2) - Bug 1142609 - Fix PEP 8 E126 warnings in dom/bindings's Python code. r=peterv (fd7710f34) - Bug 1142609 - Fix PEP 8 E124 warnings in dom/bindings's Python code. r=peterv (20d26ce01) - Bug 1142609 - Fix PEP 8 E125 warnings in dom/bindings's Python code. r=peterv (817ae2eb6) - Bug 1142609 - Fix PEP 8 E127 warnings in dom/bindings's Python code. r=peterv (031b0026f) - Bug 1142609 - Fix PEP 8 E128 warnings in dom/bindings's Python code. r=peterv (ec4ab550e) - Bug 1142609 - Fix PEP 8 E2xx warnings in dom/bindings's Python code. r=peterv (0a65500d3) - Bug 1157588. Produce a better error message when someone tries to pass a mixin as an argument. r=peterv (33d91a9b0) - Bug 1142609 - Fix PEP 8 E3xx warnings in dom/bindings's Python code. r=peterv (0cd9b0613) - Bug 1176236. Make typed array arguments work for constructors of JS-implemented interfaces. r=peterv (31e3d3c82) - Bug 1162956 part 1. Move forwardDeclareForType to be a method on ForwardDeclarationBuilder. r=peterv (8f5f3ff49) - Bug 1162956 part 2. Forward-declare things as needed in example codegen. Also, use js/TypeDecls.h for the JSContext declaration and include BindingDeclarations.h so we get things like Optional (which are a pain to forward-declare). r=peterv (9192d061b) - Bug 1166443. Example codegen should output the right signature for Wrap() when the object is not wrappercached. r=peterv (12ca80503) - Bug 1177869. Fix example codegen to output the correct return type for WrapObject in the non-wrappercached case. r=peterv (0c44da02c) - Bug 1025395. Output a #error instead of a nonexistent macro for the CC bits of example codegen, to make it clearer to people using it what they should do with CC. r=peterv (75dce91d4) - Bug 1173913. Indicate what webidl generated files were generated from, if they were generated for a particular webidl file. r=peterv (aaa86dbe8) - Bug 1165182 - Stop LE scans when Bluetooth adapter is disconnected from its owner. r=joliu (6a3dbc1ae) - Bug 1176898 - Remove redundant DisconnectFromOwner of BluetoothDiscoveryHandle. r=btian (7ddae05ad) - Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu (0572f1af1) - Bug 1163499 - Part 1: Revise BluetoothGattInterface and result handler for daemon support. r=tzimmermann (e40f7703f) - Bug 1163499 - Part 2: Add helpers for Bluetooth daemon GATT client support. r=tzimmermann (9c52b9b0b) - Bug 1163499 - Part 3: Add GATT module for Bluetooth daemon. r=tzimmermann (730394aac) - Bug 1163499 - Part 4: Add GATT and GATT client interfaces for Bluetooth daemon. r=tzimmermann (7aefc1c20) - Bug 1163499 - Part 5: Support GATT profile when using Bluetooth daemon. r=tzimmermann (4e71b4901) - Bug 1148506: Remove unused variable 'bool result' from code generated by getDeleterBody(), in Codegen.py. r=jorendorff (aa31f486d) - Bug 1170971 - Part 1: Fix BluetoothGattReadParam unpacking in daemon backend. r=tzimmermann (78e8facce) - Bug 1142609 - Fix PEP 8 E5xx warnings in dom/bindings's Python code. r=peterv (08f5edc45) - Bug 1142609 - Fix PEP 8 E7xx warnings in dom/bindings's Python code. r=peterv (7fc970bff) - Bug 1170971 - Part 2: Fix BluetoothGattAdvData unpacking in daemon backend. r=tzimmermann (4285509b2) - Bug 603201 - Enable primitive receivers in [[Set]]. r=jorendorff (726d46b63) - Bug 1174717 - Passing fallible when calling AppendElement method for Sequence types in bluetooth2. r=shuang (557d92545) - pointer style (8f7275cf4) - Bug 1192297 - Rephrase Proxy static methods to make it clearer that the handler->hasPrototype() case is the weird case. r=Waldo. (2e68353c3) - Bug 1105045 - Outerize the receiver passed to proxy hooks. r=efaust. (c00a1db2f) - Bug 603201 - Change GetProperty receiver argument to Value in JS. r=efaust (f5a87f31b) - Bug 603201 - Change GetProperty receiver argument to Value in the browser. r=smaug (0b871d846) - Bug 1175173 - Don't box primitive this values in {Object, Array}.prototype.toLocaleString. r=till (11a66b2b6) - Bug 1179141 - Remove macro |BT_API2_LOGR|, r=joliu (792fbcde8) - Bug 1161991: Gatt server neutral-backend interface; r=jocelyn (f093551c3) (2b0b985a1) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1206596: Make random_generateSeed visible, and let it generate wider seeds. r=fitzgen (6c94fd975) - Bug 1159552 - Clear local arrays while discovering. r=jocelyn (912dd8429) - Bug 1179682 - Remove |mName| from BluetoothReplyRunnable, r=joliu (541e01427) - Bug 1186317 - [cleanup] Remove unused macros and unnecessary logs, r=shuang (38908d9fc) - Bug 1181478 - Expose BluetoothGattServer object in BluetoothAdapter. r=btian, r=mrbkap, a=me (450cdb58e) - Bug 1188394 - Fix warning: NS_ENSURE_TRUE(aTypes.Length()) failed, r=joliu (c898e6401) (413983e19)3 points
-
It is on the first post. I forgot to change the date and only replaced the link. Thanks for the info. I didn't knew that HTTPS was also needed. Cheers.1 point
-
Try this -- https://www.nirsoft.net/utils/dns_query_sniffer.html1 point
-
Great minds : tend to think (and behave) alike. I have a Nokia 1280 as daily driver and a 7 inch[1] tablet at the office. Well, only as a single data point, I managed to live a relatively happy life without it till now. jaclaz [1] any "normal" sized phone has too tiny keyboards, that I either cannot see properly or cannot type on decently.1 point
-
I suspect that control over moderation on social media will eventually be transferred over to governments. They will codify it into some kind of law. It's much less likely that Facebook or YouTube will get dismantled into a thousand forums. On YouTube, I now often speak to a wall with an internal monologue when the comments get deleted. The society is incredibly sensitive about "misinformation" nowadays. Videos that are clearly saying untruths can be entertaining to watch, trying to understand the reasoning of the authors, and read heated arguments in the comments section. Most uploaders have a fanbase who like these presentations no matter what, and help out. If only positive reaction is possible, then the discussion turns into an echo chamber, just like in recent past when authors could press the heart on comments that agreed with them, or only expressed shallow compliments.1 point
-
Well win32 said August 27, 2020 back on page 2 that he was “working on a Haswell+-specific issue, which is completely unrelated to the Ryzen problems.” I may have “overreacted” a bit to your post, but I awoke in a generous mood.1 point
-
what scares me is that nobody learnt anything and history keep repeating itself. Back in day there was no internet or other sources to do research today there is but everyone still think those are ok. You can easily find reality to those problems from internet but like you like seen nobody seems to bother1 point
-
I use my 360Chrome rebuilds on five different insurance websites, four different billpay websites, too-many-to-count online shopping websites, three different 401k websites, two retirement IRA websites, three credit card websites, two savings accounts websites, and a checking account website. I run a small business out of my home and most of these are business accounts. ZERO worries! Trust it WAY MORE than Firefox builds! Full disclosure - the ONLY browser I trust more is one called Iridium but make sure you disable the Safe Browsing and DNS prediction "features" (there may be others, those two come to mind as enabled by default). I don't personally use it but I am familiar with it. It does require Win7 or higher (which is why I don't use it). The "modified" versions are rebuilds by Humming Owl. There is also a set of modified builds by me that are commonly referred to as "rebuild" and "ungoogled". The two sets exists in separate threads. I encourage trying BOTH and letting your own personal preference dictate which you like best. Me and Humming Owl both remove the telemetry aspects. We do have slightly different approaches but both approaches are effective and extensively tested by a small number of MSFN members. I prefer to go one step further and do a ton of GUI modifications on top of just telemetry removals. Which you prefer is really a matter of personal preference. I suggest trying BOTH and you won't offend either one of us if you opt for his versus mine, mine versus his. Hope that helps and keep us posted.1 point
-
Just wondering, those of you that use 360 Chrome on XP, do you use it for "high-security" websites like Online Banking sites? Do you worry of any security risks that can happen. As it's been mentioned above, I understand that people are concerned of lots of security things that would have warranted them to stay away from XP, but for the lots of you that are willing to compromise for the efficiency of XP, are you using 360 for critical security websites involving banking? As I have been observing over the years, more and more websites are moving onto Lazy Loading features that are very much unsupported in Chrome versions below 60, with only Chrome 70 onwards having much more stable support for lazy loading scripts. Any websites that implements such features will no longer work properly in old Chromes. So one can only look to 360 and probable a very few others to be able to continue using those sites. Also, there exists a version of 360 Browser downloadable here which is termed Modified. May I know what are the important differences between the Modified and the vanilla version? I suppose the Modified should include quite a number of removal of supposedly spying or privacy related things like sending usage patterns or data back to 360?1 point
-
1 point
-
1 point