Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/20/2022 in all areas

  1. Only to keep everything as together as possible. https://msfn.org/board/topic/183847-last-update-broke-msfn-for-me-on-a-couple-old-browsers/ It is interesting the different approach between myself and reboot12, as I see it, the issue is with the forum software, while reboot12 seems like putting the blame on the (old) browser (that works just fine on most other sites). The funny thing is that this forum is largely populated by members that are among the few people remaining that run old OSes (and browsers). jaclaz
    2 points
  2. Sorry, I have been very busy last week - uploaded last week builds to my website but didn't get managed to post here... The mirror of latest BNavigator, Firefox 45ESR, IceApe, IceDove, K-Meleon 1.5.x/74/76, MailNews 52, New Moon 26.5/27/28 and Serpent 52/55 builds by @roytam1 has been updated -> soggi.org - tools. changelog: - added latest K-Meleon 76 20220820 build - added latest New Moon 27 20220820 builds To don't lose track of things I want to update too someday... todo: - add various flash player versions - add FlashFix for WinXP - add VLC 2.2.8 (WinXP non-SSE2) - add polyfill addons kind regards soggi
    2 points
  3. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220820-351263e4a5-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220820-351263e4a5-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220820-351263e4a5-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20220820-351263e4a5-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 891551 - Part 7: Fix some intermittent failures in multi_tcp_socket_unittest. r=ekr (b0fb5f6167) - Bug 891551 - Part 11: fix a couple of issues from part 5. r=bwc (1f3586e037) - Bug 1131779: 403 on permission request no longer invalidates the whole TURN relay. r=bwc (d0c594e2c7) - Bug 797262 - IPV6 support for webrtc. r=drno (91894f480c) - Bug 1187775 - Plumb RTCConfiguration.iceTransportPolicy down to NrIceCtx. r=smaug, r=bwc (1edc8f89c7) - Bug 1191258 - check for IFF_RUNNING to detect online interfaces. r=mcmanus (3882c4d36e) - Bug 1191253 - start the link monitor, ignore link-local notifications. r=mcmanus (f26b864061) - Bug 1203658 - mark Linux's nsNotifyAddrListener::mChildThreadShutdown member as Atomic; r=bagder (6459a89dc0) - re-enable warnings (e132d2f5db) - Bug 1205266 - log network-change events on Mac. r=mcmanus (4c50d25945) - Bug 1163419 - Make nsQtNetworkLinkService destructor private. r=dougt (c6993deef9) - Bug 1178091: Implement RTCDataChannel BufferedAmountLowThreshold and bufferedamountlow event r=smaug,drno (0536f587b4) - Bug 1194817: disable PMTUD in DataChannels/SCTP, set initial MTU per spec r=tuexen (60db372861) - Bug 1198730: fix simple bug in PMTUD disable that clears all other flags r=tuexen (aeac9858cf) - Bug 1148231: fix wrong error message on DataChannel failed resend of packet r=khuey (c1d9d11e17) - Bug 1152334 - StartWebsocketData null deref mSocketIn, r=bagder (e55850770e) - Bug 1149872 - Add the missing format specifiers. r=jduell (ffef5c91c2) - Bug 1182515 - WebSocketChannel leaked when WebSocketChannel::AsyncOpen fails, r=mcmanus (0b52e2eb82) - Bug 1140765 - Build some network code in unified mode; r=mcmanus (a6b9c325bb) - Bug 1147749 - View source should go through service worker interception, r=bz, r=jduell (8c5a3cab90) - Bug 1137151: Marked destructors of ref-counted RTSP classes as protected, r=sworkman (a6873944ee) - Bug 1117486 - [FFOS2.0][Woodduck] System crash by replaying the same RTSP clip several times. r=bechen (1401ee0f11) - Bug 1133461 - [RTSP] Remove the extra PLAY request for seek operation. r=bechen (c603b06ac6) - Bug 1138983 - RTSP not enabled in Lollipop. r=vchang (a42d0bcd30) - Bug 1144513 - [gonk-lmr1] Adapt RTSPSource.cpp. r=ettseng (8e011ab7bf) - Bug 1151760 - Separate timeout timer with end of stream. r=ettseng (60bb18556c) - Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz (0108fa0c7c) - Bug 1208756 - Introduce URI_FETCHABLE_BY_ANYONE and use it for moz-extension. r=bz (04de31fcbd) - Bug 1188421 - Properly null memory reporter's compressor reference. r=hurley (9275695d87) - bug 1204614 - test for h2 per stream flow control r=hurley (a56d4aacff) - Bug 1197847 - Disallow folded headers in h2. r=mcmanus (ec5febf843) - Bug 1136361 - update node-http2 on ci. rs=mcmanus (a7e2de9e02) - Bug 1197847 - make debugging h2 and spdy test servers easier. r=mcmanus (7dcc251b63) - Missing bits of 1132357 (431f194ed7) - Bug 1207519 - Prevent HashTable shrink from ignoring allocation failures that may have been reported r=Waldo (d9270ce946) - Bug 920479 - Properly convert all arguments to the Function constructor to strings before parsing out an arguments list for the function to be created. r=arai (2ba9fb0af0) - Bug 1206520: Create an option to throw on asm.js validation failures; r=luke (6a19a37db7) - Bug 1210295 - Simplify TOK_DEFAULT case in Parser::exportDeclaration. r=Waldo (850e383381) - code style (5356d4a123) - Bug 589199 - Mark non-global lexical scopes are non-extensible. (r=efaust) (d0430a0f5e) - Bug 589199 - Cleanup: remove unused DEPTH_SLOT from BlockObject. (r=efaust) (97206b2b00) - Bug 1211100 - Add Vector::infallibleEmplaceBack and use it in JSScript::initScriptCounts() r=nbp (09705ff8db) - Bug 1199203 - Add support for per-thread OOM testing. r=jonco (2a9919d659) - Bug 1171226 - Fix mozilla::devtools::UniqueStringHashPolicy::match for strings with the same prefix; r=jimb (1843cec175) - Bug 1206290 - Part 0: Move js/UbiNodeTraverse.h to js/UbiNodeBreadthFirst.h; r=sfink (c22e008995) - Bug 1199843 - Part 1: Prefer T::traceChildren over tag dispatched TraceChildren; r=jonco (d935bb1c1c) - Bug 1199843 - Part 2: Use js::TraceChildren everywhere we don't need external linkage; r=jonco (de8cd29a01) - Bug 1199843 - Part 3: Strongly type JS::TraceChildren; r=jonco r=mccr8 (2cdd931159) - Bug 1178961 - Restore the std::string fix from bug 1167230 r=BenWa (4251402fce) - Bug 1206288 - Remove JS::ubi::SimpleEdge and make JS::ubi::Edge a concrete class; r=shu (d995efed2d) - Bug 1182653 - Use JSRuntime* instead of JSContext* in ubi::Node infrastructure; r=sfink (e11e0bd0ba) - Bug 1207236 - ARM64: Build errors with --enable-simulator=arm64. r=h4writer (cc76d43493) - Bug 1207793 - Fix unified bustage from the TaggedPointer split; r=jolesen (e05b300406) - Bug 1204866 - IonMonkey: Crash when failing to apand to parse finished list, r=bhackett (efab1b4a1f) - Bug 1209911 - Use a Variant type to represent HelperThread data r=jandem (ea21131f21) - Bug 1209911 - Make AutoEnterOOMUnsafeRegion ignore threads that are not simulating OOM r=terrence (769f06a4dc) - Bug 1203814 - "Adding a testing function causes intermittent orange in oomInFormatStackDump.js on Win32 debug SM(p)." r=jcoppeard (da95054606) - Bug 1209911 - Add oomThreadTypes() test function to report the number of thread types we can simulate OOM on r=terrence (1d56ca0b74) - Bug 1209911 - Limit the number of helper threads of a particular type when simulating OOM r=jandem (ceafa83794) - Bug 1209911 - Remove option to simulate OOM on all threads r=terrence (b43fcf3959) - Bug 1201057 - Update shell args for OOM tests now we don't have to worry about unhandlable OOMs r=terrence (843c1fc6e3) - Bug 1208994 - ToAtom<NoGC> should not throw an exception on failure r=terrence (ad57246c1e) - Bug 1210760 - Don't simulate OOM in ExceptionHandlerBailout() r=terrence (89bab8d51b) - Bug 1209911 - Enable threads for existing OOM tests r=terrence (a6f94e1f2f) - Bug 1169974 - Tolerate inconsistent-missing-override warnings for MOCK_METHOD2 macro from gtests. r=fitzgen. (96d613239d) - Bug 1206290 - Part 1: Implement a JS::ubi::PostOrder depth first traversal; r=sfink (d4de3aa8bc) - Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb (24080971ae) - missing bit of 1101561 (d4b61c9688) - Bug 1199215 - Implement JS::ubi::Node::size for JS::Symbol referents;S::ubi::Node::size for JS::Symbol referents; r=sfink (929fceb199) - Bug 1200345: Add comment to js/public/UbiNode.h warning about operating on graphs constructed by hostile code. DONTBUILD r=fitzgen (b83c2d0aad) - Bug 1199216 - Implement JS::ubi::Node::size for JSScript referents; r=sfink (5a134ffa8e) - Bug 1205744 - Removed redundant method IsContextRunningJS. r=h4writer (a7e90bbead) - Bug 1203920 - Get rid of JS_SetStructuredCloneCallbacks, r=sfink (197118cf95) - Bug 1204554 part 1 - Remove unused JSContext from LcovWriteScript. r=bhackett (12fa4dcc99) - Bug 1209263 - Allow embedders to tell SpiderMonkey how to structured clone principals; r=bz (c4e929e50f) - Bug 1191098 - Replace AutoHashableValueRooter with Rooted<HashableValue>; r=jonco (99e23cf3a4) - Bug 1190628 - Replace AutoScriptVector with normal Rooted usage; r=jimb (926d499edd) - Bug 1188445 - Allow PersistentRooted to store StaticTraceable; r=sfink (eac1824298) - Bug 1195957 - Implement a Swap for Heap<T> that does not put temporaries on the stack, r=terrence (26935b5efd) - Bug 1203695 - GenerateLcovInfo: Check if JSScripts have associated bytecode before spewing their content. r=bhackett (71854b606a) - Bug 1204554 part 2 - Split LCov functions to make the aggregation of results incremental. r=terrence,bhackett (3a6bd8719e) - Bug 1204554 part 3.0 - Collect lcov output on the JSCompartment, and on the JSRuntime. r=terrence,bhackett (35544460b1) - Bug 1204554 part 3.1 - Prevent lazy parsing if we have to spew lcov result. r=bhackett (b36775e171) - Bug 1204554 part 3.2 - Collect the source files before any script, as they are swept first. r=terrence (4d841a641e) - Bug 1204554 part 3.3 - Only collect inner JSScript if they have the same source. r=terrence (b38f45764e) - Bug 1204554 part 3.4 - Ensure that scriptCountsMaps data are still alive until the destruction of compartments. r=terrence,bhackett (50d4217d20) - Bug 1200642 - Fix OOM handling issues r=terrence (d8ba8b1714) - Bug 1206247 - Do not collect coverage information if the source has n filename. r=bhackett (0602188d8e) - pointer style (09cd14aec3) - Bug 1207232: Let lockOwner be Atomic; r=terrence (e4aa1e635d) - Bug 1192304 - Common up the checks when entering GC API; r=jonco (935c618bc4) - Bug 1192306 - Use a function to check if IsShutdownGC rather than open-coding it; r=jonco (c14a96ba2d) - Bug 1202865 - Split out Zone selection from stats collection and malloc bytes reset; r=jonco (89d5e9def1) - Bug 1193428 - Rename the incremental parameter to be more meaningful; r=jonco (5d5f38b39d) - Bug 1209704 - Part 1: Rename BarrieredBase to WriteBarrieredBase; r=jonco (4559ae15aa) - Bug 1209704 - Part 2: Share storage and mixins between Read and Write barriers; r=jonco (eddc9ff80c) - Bug 1177515 - Skip tracing object elements if type information shows they don't contain any GC pointers r=terrence (94e2c1ee71) - Bug 1209704 - Part 3: Share tracing accessors between all barrier classes; r=jonco (1e30d0f16d) - Bug 1209704 - Part 4: Add a post-barrier to ReadBarriered; r=jonco (22bb316d70) - Bug 1211022 - Add a type specialization for weak C++ GC thing references; r=sfink (d3d5e88ba8) - Bug 1204169 - Push SPS pseudo frame entries when GCing; r=terrence (61501f7597) - Bug 1211031 - Use WeakRef to manage the LazyScript to JSScript back-reference; r=jandem (7c48b04d35) - Bug 1204167 - Create the js::AutoSPSEntry RAII class for defining psuedo frame entries; r=djvj (519342668f) - Bug 1204584 - Ensure that entries created by AutoSPSEntry propogate their category information; r=djvj (bd5d96e8b6) - Bug 1011786 - Diagnostic patch to detect cyclic ropes, r=terrence (c2ece1d49d) - fix comment (619a5bff31) (54259209d7) - Reverted "Bug 1191042 - Use CreateOffscreen for WebGL instead of CreateHeadless. - r=jrmuizel (f98fd02e59)" for testing about Intel 965M GPU WebGL crash (1a712471fb) - import changes from `dev' branch of rmottola/Arctic-Fox: - missing bits of Bug 1207245 - part 1 - move RefCounted<T> (dccd21b327) - Bug 1193583 - Fix out-of-date reftests. (r=jorendorff) (66ee3c50d5) - Bug 1193583 - Fix misc XPConnect and devtools tests. (r=jorendorff) (9ed7a460d1) - Bug 589199 - Make a global lexical scope and hook it up to JS entry points. (r=efaust) (1fde4fba9b) - Bug 589199 - Parse and emit bytecode for global lexicals. (r=efaust) (86d168b94d) - Bug 589199 - Support global lexicals in the interpreter. (r=efaust) (e5fa8ae995) - Bug 589199 - Support global lexicals in Baseline. (r=jandem) (7b744015fe) - Bug 589199 - Support global lexicals in Ion. (r=jandem) (446f05ce97) - Bug 589199 - Fix eval static scope to play with the global lexical scope. (r=efaust) (4a7e4face1) - Bug 589199 - Fix up the global lexical scope when merging off-thread compiled scripts. (r=bhackett) (30ff41230d) - Bug 589199 - Fix jit-tests and js reftests. (r=efaust) (6171fa2c62) - Bug 1202902 - Support non-syntactic extensible lexical scopes. (r=billm) (a2f553d464) - No bug - Rename Definition::CONST to Definition::CONSTANT to avoid macro name collision on Windows. (r=Waldo) (74dfc52b28) - Bug 589199 - Implement all-or-nothing redeclaration checks for global and eval scripts. (r=efaust) (33684af400) - fix misspatch of 589199 (0dbeca332b) - var->let and some misspatches (f2af7240b3) - Bug 1212183 - Fix DOM getter optimizations in the JITs. (r=jandem) (df74d3e88d) - Bug 1212605 - Emit global name conflicts check for Ion scripts regardless of scope chain usage. (r=efaust) (a370f28465) - Bug 1213552 - Fix typo in using TI to guard against introducing shadowing global lexical bindings. (r=efaust) (188f583410) - Bug 1213552 - Followup: add test. (b0ca61190b) - let-var + XP backport (40abaf773c) - Bug 1188290 - Remove an incomplete assertion about store buffer state; r=jandem (7344dd4819) - Bug 1209754 - Assert that all post-barriers happen on the main thread; r=jonco (9a7431aa6d) - comment of 854037 (c026b72e69) - fix definitions (9b140aaafb) (351263e4a5)
    2 points
  4. Special dog brings smiles to hospital patients in mental health unit "... we're meeting Minnie the adorable miniature Shih Tzu who helps hospital patients with their mental health. We all know how spending time with our pets boosts our wellbeing, so being on a ward away from your furry friend can be especially hard. That's why a hospital in Blackpool has recruited its latest - and cutest - volunteer, in the hope she will bring a smile to patients missing their own pooches." ... HERE: https://www.mirror.co.uk/news/uk-news/special-dog-brings-smiles-hospital-27785391
    2 points
  5. Oh, yes, that sounds like it, sometimes I misunderstand when only 1 word answers. Thanks!
    1 point
  6. I think he probably meant to say "Sure, not everything needs to be square".
    1 point
  7. @msfntor I agree with @XPerceniol, very nice and worth reading article.
    1 point
  8. Thank you, we appreciate you find time to post here. Hope all is well
    1 point
  9. https://mattcollinge.wordpress.com/software/power-meter-plus/ But do you have ACPI enabled? https://msfn.org/board/topic/176492-laptop-says-its-always-plugged-in-solved/#comment-1136039 https://msfn.org/board/topic/100859-my-experience-installing-windows-98se/page/3/#comment-1159519 jaclaz
    1 point
  10. Very nice to read Thank you for sharing that!
    1 point
  11. HARAMBE gorilla is dead...without any real reason. CECIL the lion: https://www.cbsnews.com/pictures/cecil-the-lion-killed-by-hunter/
    1 point
  12. ^I wouldn't want to be in his bad side, I'll say that much How did you find a picture of me online?!?! No that isn't really me, this is me... I guess that is masculine .. I mean I take no crap from the other blobfish down here. I'm know as "the sheriff" down here on on the bottom on ocean
    1 point
  13. @reboot12 I have the same problem. But the Mypal browser from Feodor works and also the Maxthon 5 browser Dietmar
    1 point
  14. We'll keep our fingers crossed we see more development one day.
    1 point
  15. AGREED. If it's not a RIGHT angle, then it's a WRONG angle!
    1 point
  16. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.6-Goanna-20220820.7z Changelog: Out-of-tree changes: * update Goanna3 to git 042db568fd..351263e4a5: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 891551 - Part 7: Fix some intermittent failures in multi_tcp_socket_unittest. r=ekr (b0fb5f6167) - Bug 891551 - Part 11: fix a couple of issues from part 5. r=bwc (1f3586e037) - Bug 1131779: 403 on permission request no longer invalidates the whole TURN relay. r=bwc (d0c594e2c7) - Bug 797262 - IPV6 support for webrtc. r=drno (91894f480c) - Bug 1187775 - Plumb RTCConfiguration.iceTransportPolicy down to NrIceCtx. r=smaug, r=bwc (1edc8f89c7) - Bug 1191258 - check for IFF_RUNNING to detect online interfaces. r=mcmanus (3882c4d36e) - Bug 1191253 - start the link monitor, ignore link-local notifications. r=mcmanus (f26b864061) - Bug 1203658 - mark Linux's nsNotifyAddrListener::mChildThreadShutdown member as Atomic; r=bagder (6459a89dc0) - re-enable warnings (e132d2f5db) - Bug 1205266 - log network-change events on Mac. r=mcmanus (4c50d25945) - Bug 1163419 - Make nsQtNetworkLinkService destructor private. r=dougt (c6993deef9) - Bug 1178091: Implement RTCDataChannel BufferedAmountLowThreshold and bufferedamountlow event r=smaug,drno (0536f587b4) - Bug 1194817: disable PMTUD in DataChannels/SCTP, set initial MTU per spec r=tuexen (60db372861) - Bug 1198730: fix simple bug in PMTUD disable that clears all other flags r=tuexen (aeac9858cf) - Bug 1148231: fix wrong error message on DataChannel failed resend of packet r=khuey (c1d9d11e17) - Bug 1152334 - StartWebsocketData null deref mSocketIn, r=bagder (e55850770e) - Bug 1149872 - Add the missing format specifiers. r=jduell (ffef5c91c2) - Bug 1182515 - WebSocketChannel leaked when WebSocketChannel::AsyncOpen fails, r=mcmanus (0b52e2eb82) - Bug 1140765 - Build some network code in unified mode; r=mcmanus (a6b9c325bb) - Bug 1147749 - View source should go through service worker interception, r=bz, r=jduell (8c5a3cab90) - Bug 1137151: Marked destructors of ref-counted RTSP classes as protected, r=sworkman (a6873944ee) - Bug 1117486 - [FFOS2.0][Woodduck] System crash by replaying the same RTSP clip several times. r=bechen (1401ee0f11) - Bug 1133461 - [RTSP] Remove the extra PLAY request for seek operation. r=bechen (c603b06ac6) - Bug 1138983 - RTSP not enabled in Lollipop. r=vchang (a42d0bcd30) - Bug 1144513 - [gonk-lmr1] Adapt RTSPSource.cpp. r=ettseng (8e011ab7bf) - Bug 1151760 - Separate timeout timer with end of stream. r=ettseng (60bb18556c) - Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz (0108fa0c7c) - Bug 1208756 - Introduce URI_FETCHABLE_BY_ANYONE and use it for moz-extension. r=bz (04de31fcbd) - Bug 1188421 - Properly null memory reporter's compressor reference. r=hurley (9275695d87) - bug 1204614 - test for h2 per stream flow control r=hurley (a56d4aacff) - Bug 1197847 - Disallow folded headers in h2. r=mcmanus (ec5febf843) - Bug 1136361 - update node-http2 on ci. rs=mcmanus (a7e2de9e02) - Bug 1197847 - make debugging h2 and spdy test servers easier. r=mcmanus (7dcc251b63) - Missing bits of 1132357 (431f194ed7) - Bug 1207519 - Prevent HashTable shrink from ignoring allocation failures that may have been reported r=Waldo (d9270ce946) - Bug 920479 - Properly convert all arguments to the Function constructor to strings before parsing out an arguments list for the function to be created. r=arai (2ba9fb0af0) - Bug 1206520: Create an option to throw on asm.js validation failures; r=luke (6a19a37db7) - Bug 1210295 - Simplify TOK_DEFAULT case in Parser::exportDeclaration. r=Waldo (850e383381) - code style (5356d4a123) - Bug 589199 - Mark non-global lexical scopes are non-extensible. (r=efaust) (d0430a0f5e) - Bug 589199 - Cleanup: remove unused DEPTH_SLOT from BlockObject. (r=efaust) (97206b2b00) - Bug 1211100 - Add Vector::infallibleEmplaceBack and use it in JSScript::initScriptCounts() r=nbp (09705ff8db) - Bug 1199203 - Add support for per-thread OOM testing. r=jonco (2a9919d659) - Bug 1171226 - Fix mozilla::devtools::UniqueStringHashPolicy::match for strings with the same prefix; r=jimb (1843cec175) - Bug 1206290 - Part 0: Move js/UbiNodeTraverse.h to js/UbiNodeBreadthFirst.h; r=sfink (c22e008995) - Bug 1199843 - Part 1: Prefer T::traceChildren over tag dispatched TraceChildren; r=jonco (d935bb1c1c) - Bug 1199843 - Part 2: Use js::TraceChildren everywhere we don't need external linkage; r=jonco (de8cd29a01) - Bug 1199843 - Part 3: Strongly type JS::TraceChildren; r=jonco r=mccr8 (2cdd931159) - Bug 1178961 - Restore the std::string fix from bug 1167230 r=BenWa (4251402fce) - Bug 1206288 - Remove JS::ubi::SimpleEdge and make JS::ubi::Edge a concrete class; r=shu (d995efed2d) - Bug 1182653 - Use JSRuntime* instead of JSContext* in ubi::Node infrastructure; r=sfink (e11e0bd0ba) - Bug 1207236 - ARM64: Build errors with --enable-simulator=arm64. r=h4writer (cc76d43493) - Bug 1207793 - Fix unified bustage from the TaggedPointer split; r=jolesen (e05b300406) - Bug 1204866 - IonMonkey: Crash when failing to apand to parse finished list, r=bhackett (efab1b4a1f) - Bug 1209911 - Use a Variant type to represent HelperThread data r=jandem (ea21131f21) - Bug 1209911 - Make AutoEnterOOMUnsafeRegion ignore threads that are not simulating OOM r=terrence (769f06a4dc) - Bug 1203814 - "Adding a testing function causes intermittent orange in oomInFormatStackDump.js on Win32 debug SM(p)." r=jcoppeard (da95054606) - Bug 1209911 - Add oomThreadTypes() test function to report the number of thread types we can simulate OOM on r=terrence (1d56ca0b74) - Bug 1209911 - Limit the number of helper threads of a particular type when simulating OOM r=jandem (ceafa83794) - Bug 1209911 - Remove option to simulate OOM on all threads r=terrence (b43fcf3959) - Bug 1201057 - Update shell args for OOM tests now we don't have to worry about unhandlable OOMs r=terrence (843c1fc6e3) - Bug 1208994 - ToAtom<NoGC> should not throw an exception on failure r=terrence (ad57246c1e) - Bug 1210760 - Don't simulate OOM in ExceptionHandlerBailout() r=terrence (89bab8d51b) - Bug 1209911 - Enable threads for existing OOM tests r=terrence (a6f94e1f2f) - Bug 1169974 - Tolerate inconsistent-missing-override warnings for MOCK_METHOD2 macro from gtests. r=fitzgen. (96d613239d) - Bug 1206290 - Part 1: Implement a JS::ubi::PostOrder depth first traversal; r=sfink (d4de3aa8bc) - Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb (24080971ae) - missing bit of 1101561 (d4b61c9688) - Bug 1199215 - Implement JS::ubi::Node::size for JS::Symbol referents;S::ubi::Node::size for JS::Symbol referents; r=sfink (929fceb199) - Bug 1200345: Add comment to js/public/UbiNode.h warning about operating on graphs constructed by hostile code. DONTBUILD r=fitzgen (b83c2d0aad) - Bug 1199216 - Implement JS::ubi::Node::size for JSScript referents; r=sfink (5a134ffa8e) - Bug 1205744 - Removed redundant method IsContextRunningJS. r=h4writer (a7e90bbead) - Bug 1203920 - Get rid of JS_SetStructuredCloneCallbacks, r=sfink (197118cf95) - Bug 1204554 part 1 - Remove unused JSContext from LcovWriteScript. r=bhackett (12fa4dcc99) - Bug 1209263 - Allow embedders to tell SpiderMonkey how to structured clone principals; r=bz (c4e929e50f) - Bug 1191098 - Replace AutoHashableValueRooter with Rooted<HashableValue>; r=jonco (99e23cf3a4) - Bug 1190628 - Replace AutoScriptVector with normal Rooted usage; r=jimb (926d499edd) - Bug 1188445 - Allow PersistentRooted to store StaticTraceable; r=sfink (eac1824298) - Bug 1195957 - Implement a Swap for Heap<T> that does not put temporaries on the stack, r=terrence (26935b5efd) - Bug 1203695 - GenerateLcovInfo: Check if JSScripts have associated bytecode before spewing their content. r=bhackett (71854b606a) - Bug 1204554 part 2 - Split LCov functions to make the aggregation of results incremental. r=terrence,bhackett (3a6bd8719e) - Bug 1204554 part 3.0 - Collect lcov output on the JSCompartment, and on the JSRuntime. r=terrence,bhackett (35544460b1) - Bug 1204554 part 3.1 - Prevent lazy parsing if we have to spew lcov result. r=bhackett (b36775e171) - Bug 1204554 part 3.2 - Collect the source files before any script, as they are swept first. r=terrence (4d841a641e) - Bug 1204554 part 3.3 - Only collect inner JSScript if they have the same source. r=terrence (b38f45764e) - Bug 1204554 part 3.4 - Ensure that scriptCountsMaps data are still alive until the destruction of compartments. r=terrence,bhackett (50d4217d20) - Bug 1200642 - Fix OOM handling issues r=terrence (d8ba8b1714) - Bug 1206247 - Do not collect coverage information if the source has n filename. r=bhackett (0602188d8e) - pointer style (09cd14aec3) - Bug 1207232: Let lockOwner be Atomic; r=terrence (e4aa1e635d) - Bug 1192304 - Common up the checks when entering GC API; r=jonco (935c618bc4) - Bug 1192306 - Use a function to check if IsShutdownGC rather than open-coding it; r=jonco (c14a96ba2d) - Bug 1202865 - Split out Zone selection from stats collection and malloc bytes reset; r=jonco (89d5e9def1) - Bug 1193428 - Rename the incremental parameter to be more meaningful; r=jonco (5d5f38b39d) - Bug 1209704 - Part 1: Rename BarrieredBase to WriteBarrieredBase; r=jonco (4559ae15aa) - Bug 1209704 - Part 2: Share storage and mixins between Read and Write barriers; r=jonco (eddc9ff80c) - Bug 1177515 - Skip tracing object elements if type information shows they don't contain any GC pointers r=terrence (94e2c1ee71) - Bug 1209704 - Part 3: Share tracing accessors between all barrier classes; r=jonco (1e30d0f16d) - Bug 1209704 - Part 4: Add a post-barrier to ReadBarriered; r=jonco (22bb316d70) - Bug 1211022 - Add a type specialization for weak C++ GC thing references; r=sfink (d3d5e88ba8) - Bug 1204169 - Push SPS pseudo frame entries when GCing; r=terrence (61501f7597) - Bug 1211031 - Use WeakRef to manage the LazyScript to JSScript back-reference; r=jandem (7c48b04d35) - Bug 1204167 - Create the js::AutoSPSEntry RAII class for defining psuedo frame entries; r=djvj (519342668f) - Bug 1204584 - Ensure that entries created by AutoSPSEntry propogate their category information; r=djvj (bd5d96e8b6) - Bug 1011786 - Diagnostic patch to detect cyclic ropes, r=terrence (c2ece1d49d) - fix comment (619a5bff31) (54259209d7) - Reverted "Bug 1191042 - Use CreateOffscreen for WebGL instead of CreateHeadless. - r=jrmuizel (f98fd02e59)" for testing about Intel 965M GPU WebGL crash (1a712471fb) - import changes from `dev' branch of rmottola/Arctic-Fox: - missing bits of Bug 1207245 - part 1 - move RefCounted<T> (dccd21b327) - Bug 1193583 - Fix out-of-date reftests. (r=jorendorff) (66ee3c50d5) - Bug 1193583 - Fix misc XPConnect and devtools tests. (r=jorendorff) (9ed7a460d1) - Bug 589199 - Make a global lexical scope and hook it up to JS entry points. (r=efaust) (1fde4fba9b) - Bug 589199 - Parse and emit bytecode for global lexicals. (r=efaust) (86d168b94d) - Bug 589199 - Support global lexicals in the interpreter. (r=efaust) (e5fa8ae995) - Bug 589199 - Support global lexicals in Baseline. (r=jandem) (7b744015fe) - Bug 589199 - Support global lexicals in Ion. (r=jandem) (446f05ce97) - Bug 589199 - Fix eval static scope to play with the global lexical scope. (r=efaust) (4a7e4face1) - Bug 589199 - Fix up the global lexical scope when merging off-thread compiled scripts. (r=bhackett) (30ff41230d) - Bug 589199 - Fix jit-tests and js reftests. (r=efaust) (6171fa2c62) - Bug 1202902 - Support non-syntactic extensible lexical scopes. (r=billm) (a2f553d464) - No bug - Rename Definition::CONST to Definition::CONSTANT to avoid macro name collision on Windows. (r=Waldo) (74dfc52b28) - Bug 589199 - Implement all-or-nothing redeclaration checks for global and eval scripts. (r=efaust) (33684af400) - fix misspatch of 589199 (0dbeca332b) - var->let and some misspatches (f2af7240b3) - Bug 1212183 - Fix DOM getter optimizations in the JITs. (r=jandem) (df74d3e88d) - Bug 1212605 - Emit global name conflicts check for Ion scripts regardless of scope chain usage. (r=efaust) (a370f28465) - Bug 1213552 - Fix typo in using TI to guard against introducing shadowing global lexical bindings. (r=efaust) (188f583410) - Bug 1213552 - Followup: add test. (b0ca61190b) - let-var + XP backport (40abaf773c) - Bug 1188290 - Remove an incomplete assertion about store buffer state; r=jandem (7344dd4819) - Bug 1209754 - Assert that all post-barriers happen on the main thread; r=jonco (9a7431aa6d) - comment of 854037 (c026b72e69) - fix definitions (9b140aaafb) (351263e4a5) * 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
    1 point
  17. You can also use the <!--Skip Trusted Platform Module / Secure Boot Check--> entry in the autounattend.xml file example that I posted earlier in this thread. This is ideal for those users who already have a working ISO/USB setup and use an autounattend.xml file to auto-install Windows 11.
    1 point
  18. 7 of the Best Rock Songs from the ’70s https://americansongwriter.com/best-rock-songs-from-the-70s/ The Story Behind the Song Lyrics: “Xanadu” By Olivia Newton-John https://americansongwriter.com/meaning-xanadu-olivia-newton-john-song-lyrics/
    1 point
  19. Hospice Nurse Explains Why She No Longer Fears Death HERE: https://www.sunnyskyz.com/happy-videos/11783/Hospice-Nurse-Explains-Why-She-No-Longer-Fears-Death August 15, 2022 "Julie McFadden is a hospice nurse who posts about death and dying on TikTok. The 39-year-old says her work has taught her so much about death and dying that she wanted to find a way to share what she's learned on a larger scale. So, she started posting videos to TikTok as "Hospice Nurse Julie". In one of her most popular videos, Julie explains why she no longer fears death. Some of the comments on the video are just as wonderful: "My grandpa woke up for 10 seconds before his final breath and told us it was beautiful, smiled, and passed," anonymity maybe wrote. "My nephew died of a brain tumor at 6. The doctors told my brother and his wife how to explain dying to him when he was close. They told him that when the angels come to play it's OK to go play with them. He said 'I know mum, I met them already, my favourite one is Robert..." Assimilate78 wrote. "After my sister passed, I heard her say 'I'm okay' and a rush of calm and peace," user1798727634884 wrote. "My friend 33 passed and she looked at her husband and said 'it's more beautiful than we thought!' and died," user4211984618069 wrote. "I asked my nana to send me a sign that she was okay- the moment she passed her favorite song came on the radio," Anissa Lotti wrote." https://www.tiktok.com/@hospicenursejulie https://www.tiktok.com/@hospicenursejulie/video/7110377268526058798
    1 point
  20. I hope the same! Exactly: better and better! But some problems remain; I am looking forward to the solutions given by the Good Lord! A lot of successes have been manifested so far, so I have confidence! Thank you all very much.
    1 point
  21. Admiral McRaven Leaves the Audience SPEECHLESS | One of the Best Motivational Speeches
    1 point
  22. hi @testaccount66766 , you can add the active desktop feature with installing Microsoft Internet Explorer 4.0 https://archive.org/details/ie4-win95-winnt
    1 point
  23. Greetings. Minimal batch testcase. Tested in WinXP, Win Vista (long time ago) and Win8.1(just now). When child cmd closed with 'x' button in top right corner (or by taskkill /FI "WINDOWTITLE eq testX" ), parent cmd will ask "Terminate job batch" and return errorlevel -1073741510. start /w "testX" cmd /k "echo Close me with 'x' button" echo Errorlevel is %errorlevel% pause Workaround (unfotrunatly, with any errorlevel's loss from child app) cmd /c "start "testX" /w cmd /k "echo Close me with x"" echo Errorlevel is %errorlevel% pause Best regards.
    1 point
  24. Greetings. No. They do the same and don't depend on each other. ProxHTTPSProxy.exe is a dummy exe from PIP ("Lib\site-packages\pip\_vendor\distlib\t32.exe") + something name "shebang" ("#!./python.exe") + zip-archive of __main__.py with just one string - "import ProxHTTPSProxy". I find something. It must call "on_exit" function then window closed. I'll try to integrate it. import win32api import time def on_exit(signal_type): print('caught signal:', str(signal_type)) time.sleep(1) for i in range(1,5): print (6-i) time.sleep(1) win32api.SetConsoleCtrlHandler(on_exit, True) time.sleep(30) Privoxy? I'd something like it... But why did I abandon it and not use it? I don't remember... Do You know how to test it and get it to work? https://mega.nz/file/Hk1mQL6L#hag3q96mhhvlHqPd7gxwNQY2pjcCqq-Ce3aRJSYLi34 - package (minimal set of files to launch) https://mega.nz/file/fwMDCJoJ#3JPVB33oAiBQ5fTLqVhuk1XfkfXXWndlDVA6iv8Yh50 - full copy of dev folder. Best regards.
    1 point
  25. Greetings I'd preferred for user. Yes, i'm sure. Code signing certificate - it's about signed executable (some like "Did you want to run untrusted application on this computer") No, 3proxy can't generate certificate and keys by themself. And looks like i'd lost all licensing things from all used components (3proxy, openssl, python, ProxyMII). I'm removing all links. Can You please help get licenses in order? What more files or links You need for it? Best regards.
    1 point
  26. Greetings. Sorry, my bad. Yes, there is must be three files in certs folder - 3proxy.key, 3proxy.pem, server.key. And You need to import 3proxy.pem. Some info from author - https://3proxy.org/plugins/SSLPlugin/?l=EN I can't find mail - how to prolong or change 3proxy.pem. Initially i got it from author release. In my first variant - config that i had used this time. At launch 3proxy.exe reads 3proxy.cfg >plugin .\plugins\SslPlugin.dll ssl_plugin - load plugin. >nserver 192.168.1.1 - preffered DNS server >nscache 16000 - DNS records live time >ssl_certcache .\certs\ - folder to store certificates >ssl_mitm - begin of ssl_plugin settings >toggle_certstore - switch to cache or not certs in folder >proxy -p3128 - listen at port 3128 as MITM proxy >ssl_nomitm - end of ssl_plugin settings >proxy -p3129 - listen at port 3129 as usual proxy Second config add options to list preffered ciphers. Now - all possible. >ssl_ciphers ALL:COMPLEMENTOFALL And (as my hope) this fragment redirect from socks port 3127 to MITM port 3128. >allow * >parent 1000 connect+ 127.0.0.1 3128 >socks -p3127 I'd never used other 3proxy abilities... Best regards.
    1 point
  27. Greretings. Yes. In new archive - upgraded openssl (3.0.0 -> 3.0.5), cryptography (3.3.2 -> 3.4.8), created ProxHTTPSProxy.exe, small changes in directory structure. Best regards.
    1 point
  28. Greetings. Yes, i see that. But on my screenshots same version with IE8 give me SSL3 TLS1.0 TLS1.1 enabled. And wget also can see SSL3 wget.warc.gz - result of command 'wget -e "https_proxy=127.0.0.1:8079" "https://clienttest.ssllabs.com:8443/ssltest/viewMyClient.html" --no-check-certificate --warc-file=wget' I can't find old mails with descriptions - so much easiest solution is to recompile cryptography 3.4.8 with new OpenSSL3.0.5. 3proxy can use much more ciphers. ProxHTTPSProxy.EXE - launcher based on pip scripts - it just call python37.exe and import ProxHTTPSProxy.py sslproxies2.7z - full ProxyMII and 3proxy with upgraded openssl (3.0.0 -> 3.0.5), cryptography (3.3.2 -> 3.4.8), created ProxHTTPSProxy.exe, small changes in directory structure. Best regards. UPD. And forgot to say - my main comp is verified GMOSSE2-free :-). So it all works on non-SSE2 CPU. wget.warc.gz
    1 point
  29. Greetings. I'm not sure. Sorry, it was A LOT time ago. I'd preffered to enable weak ciphers for use with IE5 in Win98... Please try to open https://clienttest.ssllabs.com:8443/ssltest/viewMyClient.html with IE. Currently ProxyMII from same archive show all TLS+SSL3. But i remember a much larger amount of ciphers (lack of weak\insecure)... I'll to check my archives. Sorry, i can't set to work neither py2exe nor pyinstaller... Best regards.
    1 point
  30. Greetings. More than year ago i'd compiled OpenSSL3.0.0 for WinXP and build on it base two MITM proxy for TLS1.3 - ProxHTTPSProxy+Python3.7 (port 8079) and 3proxy+SSLPlugin (port 3128). 3proxy use less memory and CPU resources. Best regards.
    1 point
  31. I think it's against TOS to distribute modified ISOs here. However, you should be able to make one yourself somewhat easily. Have you followed the steps here? https://w2k.phreaknet.org/guide
    1 point
  32. IMHO a build with updated libs (openssl, urllib, etc.) would be best. The launcher is an useful addition, but is not the main feature of a proxy P.S. it's fine on my end as it is, don't let my words affect your decision.
    1 point
×
×
  • Create New...