Leaderboard
Popular Content
Showing content with the highest reputation on 01/08/2021 in all areas
-
As I have very recently re-posted, Be that as it may, for probably the last time: 1. Latest version of Mypal is 28.17.0 2. There have been no locale string changes since much previous version 28.13.0, so LP for that older version should be compatible with the latest version of Mypal. 3. This is general advice and I lost count of how many times I've posted about it, but in Mozilla-type browsers, for the language pack to take effect, you have to a) visit about:config and search for pref general.useragent.locale The default value would normally be en-US b) change the value to the one corresponding to your locale en-US => it c) restart browser Tada!5 points
-
Just one lone update from Server 2012 to apply for December 2020: KB4592497 Still going strong with Windows 8.3 points
-
Microsoft teams after some tinkering does work with the extended kernel. I cant believe that! https://prnt.sc/uyh3872 points
-
There are many reasons Windows 7 is an objectively superior OS to Windows 10 and why I will use it until I die. This is one of them: Naturally, Windows 10 users won't get this notification. That would, you know, actually improve the UX, so that would be anti-Windows 10. Guess you'll have to wait for the Sunday paper to tell you what you missed.1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.3.1-Goanna-20210109.7z Changelog: Out-of-tree changes: * update Goanna3 to git 1f141d568..66fe67625: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1184965 part 4 - Factor MacroAssembler::callWithExitFrame. r=jandem (440d5aa18) - Bug 1179502 - Remove extraneous MacroAssembler ARM64 code. r=efaust (3bf9dd8be) - Bug 1184965 part 5 - Factor MacroAssembler::buildFakeExitFrame. r=h4writer (c8e5b07d1) - Bug 1184965 part 6 - Move MacroAssembler ExitFrameFooter function in the check_macroassembler_style section. r=jandem (764b847db) - Bug 1184965 part 7 - Factor MacroAssembler::callAndPushreturnAddress on architecture where this is efficient. r=sstangl (5c299f1a3) - Bug 1179047 - Implement new.target in ARM64 trampolines. (r=sstangl) (2a8bc9947) - Bug 1179047 - Remove a redundant AND from ARM64 arguments rectifier. (r=sstangl) (e184121ab) - Bug 1184965 part 8 - Remove MacroAssemblerSpecific::ma_callJitHalfPush. r=bbouvier (d5fbe6c4d) - Bug 1199719 part 0 - Add jit/<arch>/MacroAssembler-<arch>-inl.h files. r=jandem (b3ba913c2) - Bug 1199719 part 1 - Move MacroAssembler::and32 into the generic macro assembler. r=h4writer (0ee558f1a) - Bug 1199719 part 2 - Move calleeToken functions to the Jit Frame section of the MacroAssembler. r=sstangl (ab5e620bf) - Bug 1199719 part 3 - Move MacroAssembler::andPtr into the generic macro assembler. r=djvj (e9b988e45) - Bug 1199719 part 4 - Move MacroAssembler::or32 into the generic macro assembler. r=hev (6562b365a) - Bug 1199719 part 5 - Move MacroAssembler::orPtr into the generic macro assembler. r=lth (cb48698d6) - Bug 1199719 part 6 - Move MacroAssembler::xor32 into the generic macro assembler. r=jandem (c2dad5342) - Bug 1199719 part 7 - Move MacroAssembler::xorPtr into the generic macro assembler. r=bbouvier (22411d0f7) - Bug 1199719 part 8 - Move MacroAssembler::not32 into the generic macro assembler. r=h4writer (01fbbcb56) - Bug 1199719 mips - Add missing return in Assembler::haltingAlign. r=hev (d3908123c) - Bug 1186107 - Require curly braces for derived constructors. r=efaust (39e014ee6) - Bug 1168769 - Simplify parser's LexicalLookup function r=waldo (c1815f212) - Bug 1184597: Remove redundant condition checking; r=efaust (0b165af6c) - missing bits of Bug 1143704 part 10 (383c95573) - Bug 1018628 - Part 1: Support default parameter for destructuring. r=jorendorff (ca548501e) - Bug 1164768 - Remove PNX_GROUPINIT and obsolete references to PNX_CANTFOLD and PNX_STRCAT, rename PNX_SPECIALARRAYINIT to something more descriptive. r=evilpies (58faf3e29) - Bug 1018628 - Part 2: Generate AST just like syntax for default and destructuring parameter. r=jorendorff (c084cf4ed) - revert unidentified check coming from PaleMoon (0290fef0b) - Bug 1172895 - Handle chains of if/else statements without overrecursing in the parser and bytecode emitter, r=jorendorff. (7f0ddb3a6) - Bug 1179063 - Cleanup: make StmtType an enum class. (r=efaust) (141ee285d) - Bug 1179063 - Cleanup: remove superfluous StmtInfoBase::isNestedScope. (r=efaust) (f4ad474f6) - bit of Bug 1023609 - Remove SpiderMonkey support for nonstandard let (8af281b06) - Bug 1179063 - Cleanup: use an RAII struct to manage the parser statement stack. (r=efaust) (9c5f1f20b) - Bug 1179063 - Cleanup: use StmtInfoStack inside BCE and remove templated StmtInfo helper functions. (r=efaust) (4428be382) - Bug 1179063 - Cleanup: remove topStaticScope in favor of using topScopeStmt. (r=efaust) (fa7b10f65) - Bug 1179063 - Cleanup: rename top -> innermost, down -> enclosing in StmtInfoStack. (r=efaust) (b372d3a87) - Bug 1179063 - Cleanup: remove dead argument to Parser::parse. (r=efaust) (8bc1ca8ad) - Bug 1182428 - Refactor common trace logging code in bytecode compiler r=luke (dc32bf025) - Bug 1181799 - Allow use of Rooted with arbitrary, fully static structs; r=sfink (933a6830e) - Bug 1181862 - We no longer need Rooted<TypeSet::Type>; r=bhackett (e341c951e) - remove obsolete MOZ_MUST_USE stuff (49ecade5d) - Bug 1182104 - Refactor code for sweeping a compartment after minor GC r=terrence (c0f1f8c20) - Bug 1182104 - Part 1: s/mark/trace/ on relevant JSCompartment methods. r=jonco (65a3bf464) - Bug 1182104 - Part 2: Consolidate JSCompartment roots tracing within JSCompartment::traceRoots. r=jonco (0c113f82c) - Bug 1182104 - Part 3: Consolidate CCW edge fixing after a moving gc into a single method. r=jonco (b2a65634a) - Bug 1182104 - Part 4: Consolidate CCW root tracing for per-zone GCs into a single method. r=jonco (199dd66ef) - Bug 1198606 - IonMonkey: MIPS32: Fix build failure caused by Bug 1192786. r=nbp (5c8008dcd) - parts of Bug 1136597 - Mark all relevant cross compartment debugger edges when sweeping r=terrence (83de6aa2f) (21e490a9b) - commonjs: url: fix missing curly braces (bb287cf73) - import changes from `dev' branch of rmottola/Arctic-Fox: - Backout 7959ffacd30f (Bug 1176090) for being on top of a regression. (f8632c82b) - Bug 1182658 - Add TraceNullableRoot and use it to simplify RootedMarking; r=jonco (bb254f08f) - Bug 1202138 - IonMonkey: MIPS32: Fix callAndPushReturnAddress with Label. r=nbp (e5526a11f) - Bug 1161362 - When initializing a trivial script, also initialize its call object shape to the empty shape. (r=jimb) (13ba0b7b6) - Bug 1181155 - Use a common root list definition between JSContext and JSRuntime; r=jonco (4b354d4d7) - Bug 1163740 - Paper over qcms crashes due to NaN values in qcms_transform::matrix. r=dmajor (ea0c3a328) - Bug 1168480 - Fix potential leaks in qcms_transform_create. r=seth (a2a18a393) - Bug 1176551 - Don't reject valid profiles with no CLUT offset. r=jrmuizel (abfb97ac7) - Bug 1166252 - Reject lut8/16Type with empty CLUT grid. r=jrmuizel (104576c27) - Bug 1063486 - Track current point in _cairo_path_bounder_curve_to r=jmuizelaar (769f802bc) - Bug 1170983 - Re-enable gfx gtests that were skipped on Windows. r=ted (553a70112) - Bug 1132467 - Adjust qcms lut inverse binary search of non monotonic TRC. r=jrmuizel (b0046a41c) - Bug 1148479 - Unify string conversion methods in MozAccessible, r=surkov (0156f7d4d) - bug 1109891 - part 1 - use an accessor method to get mGeckoAccessible r=tbsaunde (23b8b4cf4) - bug 1109891 - part 2 - Allow mGeckoAccessible to store pointers to proxies and do some trivial cleanup r=tbsaunde (052e50845) - Bug 1177378 - Fix control type announcements on OS X by checking if subrole is not NIL when calculating role descriptions, r=surkov (285184494) - no bug - cleaning up trailing whitespace in mac a11y code rs=tbsaunde (abcc31b53) - Bug 1172577 - Handle proxies in mozAccessible method customDescription r=tbsaunde (0b0b1a08f) - Bug 1150510 - Crash [@ nsStringBundle::GetStringFromName, r=marcoz (d4ed71113) - Bug 1128143 - Add ATK roles for MathML fractions and roots, r=surkov (7bbcbada2) - Bug 1175269 - Add MathML roles/subroles for NSAccessibility. r=surkov (b9290c145) - Bug 1001641 - Provide equivalent support for MathML as WebKit for NSAccessibility. r=surkov (b67b98c48) - Bug 744790 - Expose basic NSAccessibility attributes for tables. r=surkov (a447db87b) - Bug 1182395 - Don't error out when -p is not given an argument in RemoteCommandLine. r=bsmedberg (85a44233a) - bug 1162621 - proxy Accessible::IndexOfEmbeddedChild r=davidb (0d28cdbfe) - bug 1167358 - use ProxyAccessible::Parent() a little more r=lsocks (29f47e76d) - bug 1107337 - implement ProxyAccessible::EmbeddedChildAt r=lsocks, davidb (bd3baa6b3) - Bug 1171995 - Part 1: Add FocusedChild to proxy accessibles r=tbsaunde (7dd082d65) - Bug 1171995 - Part 2: Add IsTable, IsTableRow, IsTableCell to proxied accessibles r=tbsaunde (dbc64a9f1) - Bug 1171995 - Part 3: Handle proxies in mozAccessible accessibilityIsIgnored r=tbsaunde (f8820a47b) - Bug 1171995 - Part 4: Handle proxies in mozAccessible accessibilityAttributeNames r=tbsaunde (478383686) - Bug 1176973 - [NSAccessibility] Expose attribute AXMathLineThickness for fraction bars. r=MarcoZ (391cf9da0) - Bug 1171995 - Part 5: Handle proxies in mozAccessible accessibilityAttributeValue r=tbsaunde (d7ddf8002) - Bug 1165486 - Rebase yield offsets when cloning scripts. (r=jandem) (3c2a58ccb) - Bug 1183191 - Avoid relazification in CloneFunctionAndScript, to fix a sudden cgc orange on a CLOSED TREE. r=shu (e3b38c65c) - Bug 1183191 followup - Fix AutoDelazify to not enter the self-hosting compartment, it can race. r=shu CLOSED TREE (b9bc06247) - Bug 1183191 followup - Always null script_ in AutoDelazify::dropScript. r=me (c770e8622) - pointer style (cb59b30c3) - Bug 1153165 - Make |operator bool| methods in js/src explicit. r=luke (a0b73de85) - Backout e0e69237df5b (Bug 1174873) for causing intermittent failures. (3c4e602be) - Bug 1181279 - Allow Rooted to handle generic Traceable entries; r=sfink (f73366ee6) - Bug 1195163 - IonMonkey: MIPS32: Fix boolValueToDouble and boolValueToFloat32. r=rankov (acf17d8e0) - part of Bug 1150855 - Remove uses of the curly syntax. (cdfd532b1) (0cd57e80c) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1150654 - Add CantInlineNoSpecialization to distinguish natives for which there is no Ion specialization. (r=jandem) (f886e8c59) - Bug 1030095 - Remove restriction on inlining recursive calls. r=hv1989 (c17518646) - Bug 1030095 - IonMonkey: When deciding to inline don't check for a common inlining path on the first builder. r=h4writer (616d37493) - Bug 1187511 - IonMonkey: Make use of callsite type information when refining |this| parameter. r=jandem (dca7f309e) - Bug 1187094 - Part 1/2 - Move Lowering's visitConstant() to shared code. r=nbp (4c2adbfc3) - Bug 1187094 - Part 2/2 - Fix non-unified build. r=efaust (d9b48063f) - Bug 1138693 - Check if Loads can be optimized by Scalar Replcement. r=jandem (0c2c0d9fb) - Bug 1193043: Check for oom in ScalarReplacement.cpp; r=nbp (b9d23b3aa) - Bug 1191756: Prevent one OOM in jsop_if; r=jonco (f8bfcee01) - missing parts of Bug 1135708 - Implement es7 exponentiation operator. (b169ec14d) - Bug 1171945: IonMonkey: Use tryXXX structure for jsop_binary in IonBuilder, r=jandem (06c6bbdf2) - Bug 1123383 - SIMD (interpreter): remove Clamp. r=bbouvier (a81851c68) - Bug 1183522 - SIMD: Make toSource use the new capitalization and give it the SIMD prefix. r=bbouvier (32bd2d460) (e8820b1e6) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1165912 - Ensure HelperThread().ionLazyLinkList() is only used from the main thread. r=h4writer (65d05f3b7) - Bug 1178834: IonMonkey - Always lazy link code, r=jandem (00e0095a5) - pointer style (9da561684) - Bug 1171945: IonMonkey - Part 2: Add platform in ionmonkey for sharedcaches, r=jandem (1cab275e9) - Bug 1171945: IonMonkey - Part 3: Move BinaryArith from Baseline to Shared stubs, r=jandem (121374529) - Bug 1171945: IonMonkey - Part 4: Make changes to BinaryArith to work with ionmonkey, r=jandem (ad957714a) - Bug 1171945: IonMonkey - Part 5: Make it possible to use BaselineDebugMode in ionmonkey context, r=jandem (a0c7d27e4) - Bug 1171945: IonMonkey - Part 6: Use binarystub in jsop_binary_arith, r=jandem (79b29b05a) - Bug 1197665 - IonMonkey: MIPS32: Fix build failure caused by Bug 1171945. r=h4writer (b4ad6608c) - Bug 1168756: Add shell flags to enable shared stubs, r=jandem (89d340ad6) - Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in Architecture-mips32. r=nbp (cfcc06933) - Bug 1170782 - Do not rely on the presence of a MATH table to use typo metrics. r=karlt (b4c9051e0) - Bug 1194139 - IonMonkey: MIPS: Rename Architecture-mips to Architecture-mips-shared. r=nbp (af4693799) - Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in AtomicOperations-mips. r=nbp (3318773cb) - Bug 1199535 - IonMonkey: MIPS: Implement AtomicOperations shared. r=lth (4bb51d883) - Bug 1182647: Move setGCCallback to TestingFunctions.cpp; r=sfink (4aaf428db) - Bug 1184887: Add a setARMHwCapFlags testing function for the shell; r=h4writer (db4175474) - pointer style (b58e4e960) - Bug 1178793 - Throw on atomic OOB access, asm.js parts. r=luke, r=sstangl (1f901f458) - tweak style for patch compatibility (18c23b0ac) - Bug 1172470 - Remove unused unboxed case from GenerateDenseElementHole. r=jandem (98adb7e8c) - Bug 1172453 - Use TypedOrValueRegister instead of ConstantOrRegister in GetElementIC. r=jandem (2de276bf5) - Bug 1175976: IonMonkey - Part1: Move unaryArith from baseline to shared stub, r=jandem (8686e767d) - Bug 1175976: IonMonkey - Part2: Get the UnaryArith stub working in ionmonkey, r=jandem (6a8168d80) - Bug 1176288 - SharedStubs: Part 1: Move compare baseline stub to shared stub, r=jandem (32fad3674) - Bug 1176288 - SharedStubs: Part 2: Fix compare shared stub to work in ionmonkey, r=jandem (2d3102392) - Bug 1185957 - Properly handle known derived class constructors in ion. (r=jandem) (e05e94ea4) - Bug 1200560, IonMonkey: Part 1: Get tailCallVM working in shared stubs embedded in ion on arm, r=sstangl (6bc00653c) - Bug 1200560, IonMonkey: Part 2: Get VM calls working in shared stubs embedded in ion on arm, r=sstangl (efaec55aa) - Bug 1183375 - Cope with constant objects that are in the nursery when the code is initially compiled. r=jandem (a9863b1d4) - Bug 1184945: Increase the default MatchResult size of a regexp, r=bhackett (fb2bb0b97) - pointer style (9b2d3e613) - Bug 1202650 - split common code into platform variants. r=nbp (9f7b6d903) - pointer style (b1547efa8) - Bug 1141121 - Immediate operands to atomics, x86 and x64. r=h4writer (775972fdd) (66fe67625) * 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/kmeleon761 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210109-66fe67625-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210109-66fe67625-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210109-66fe67625-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.9.7.win64-git-20210109-66fe67625-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 1184965 part 4 - Factor MacroAssembler::callWithExitFrame. r=jandem (440d5aa18) - Bug 1179502 - Remove extraneous MacroAssembler ARM64 code. r=efaust (3bf9dd8be) - Bug 1184965 part 5 - Factor MacroAssembler::buildFakeExitFrame. r=h4writer (c8e5b07d1) - Bug 1184965 part 6 - Move MacroAssembler ExitFrameFooter function in the check_macroassembler_style section. r=jandem (764b847db) - Bug 1184965 part 7 - Factor MacroAssembler::callAndPushreturnAddress on architecture where this is efficient. r=sstangl (5c299f1a3) - Bug 1179047 - Implement new.target in ARM64 trampolines. (r=sstangl) (2a8bc9947) - Bug 1179047 - Remove a redundant AND from ARM64 arguments rectifier. (r=sstangl) (e184121ab) - Bug 1184965 part 8 - Remove MacroAssemblerSpecific::ma_callJitHalfPush. r=bbouvier (d5fbe6c4d) - Bug 1199719 part 0 - Add jit/<arch>/MacroAssembler-<arch>-inl.h files. r=jandem (b3ba913c2) - Bug 1199719 part 1 - Move MacroAssembler::and32 into the generic macro assembler. r=h4writer (0ee558f1a) - Bug 1199719 part 2 - Move calleeToken functions to the Jit Frame section of the MacroAssembler. r=sstangl (ab5e620bf) - Bug 1199719 part 3 - Move MacroAssembler::andPtr into the generic macro assembler. r=djvj (e9b988e45) - Bug 1199719 part 4 - Move MacroAssembler::or32 into the generic macro assembler. r=hev (6562b365a) - Bug 1199719 part 5 - Move MacroAssembler::orPtr into the generic macro assembler. r=lth (cb48698d6) - Bug 1199719 part 6 - Move MacroAssembler::xor32 into the generic macro assembler. r=jandem (c2dad5342) - Bug 1199719 part 7 - Move MacroAssembler::xorPtr into the generic macro assembler. r=bbouvier (22411d0f7) - Bug 1199719 part 8 - Move MacroAssembler::not32 into the generic macro assembler. r=h4writer (01fbbcb56) - Bug 1199719 mips - Add missing return in Assembler::haltingAlign. r=hev (d3908123c) - Bug 1186107 - Require curly braces for derived constructors. r=efaust (39e014ee6) - Bug 1168769 - Simplify parser's LexicalLookup function r=waldo (c1815f212) - Bug 1184597: Remove redundant condition checking; r=efaust (0b165af6c) - missing bits of Bug 1143704 part 10 (383c95573) - Bug 1018628 - Part 1: Support default parameter for destructuring. r=jorendorff (ca548501e) - Bug 1164768 - Remove PNX_GROUPINIT and obsolete references to PNX_CANTFOLD and PNX_STRCAT, rename PNX_SPECIALARRAYINIT to something more descriptive. r=evilpies (58faf3e29) - Bug 1018628 - Part 2: Generate AST just like syntax for default and destructuring parameter. r=jorendorff (c084cf4ed) - revert unidentified check coming from PaleMoon (0290fef0b) - Bug 1172895 - Handle chains of if/else statements without overrecursing in the parser and bytecode emitter, r=jorendorff. (7f0ddb3a6) - Bug 1179063 - Cleanup: make StmtType an enum class. (r=efaust) (141ee285d) - Bug 1179063 - Cleanup: remove superfluous StmtInfoBase::isNestedScope. (r=efaust) (f4ad474f6) - bit of Bug 1023609 - Remove SpiderMonkey support for nonstandard let (8af281b06) - Bug 1179063 - Cleanup: use an RAII struct to manage the parser statement stack. (r=efaust) (9c5f1f20b) - Bug 1179063 - Cleanup: use StmtInfoStack inside BCE and remove templated StmtInfo helper functions. (r=efaust) (4428be382) - Bug 1179063 - Cleanup: remove topStaticScope in favor of using topScopeStmt. (r=efaust) (fa7b10f65) - Bug 1179063 - Cleanup: rename top -> innermost, down -> enclosing in StmtInfoStack. (r=efaust) (b372d3a87) - Bug 1179063 - Cleanup: remove dead argument to Parser::parse. (r=efaust) (8bc1ca8ad) - Bug 1182428 - Refactor common trace logging code in bytecode compiler r=luke (dc32bf025) - Bug 1181799 - Allow use of Rooted with arbitrary, fully static structs; r=sfink (933a6830e) - Bug 1181862 - We no longer need Rooted<TypeSet::Type>; r=bhackett (e341c951e) - remove obsolete MOZ_MUST_USE stuff (49ecade5d) - Bug 1182104 - Refactor code for sweeping a compartment after minor GC r=terrence (c0f1f8c20) - Bug 1182104 - Part 1: s/mark/trace/ on relevant JSCompartment methods. r=jonco (65a3bf464) - Bug 1182104 - Part 2: Consolidate JSCompartment roots tracing within JSCompartment::traceRoots. r=jonco (0c113f82c) - Bug 1182104 - Part 3: Consolidate CCW edge fixing after a moving gc into a single method. r=jonco (b2a65634a) - Bug 1182104 - Part 4: Consolidate CCW root tracing for per-zone GCs into a single method. r=jonco (199dd66ef) - Bug 1198606 - IonMonkey: MIPS32: Fix build failure caused by Bug 1192786. r=nbp (5c8008dcd) - parts of Bug 1136597 - Mark all relevant cross compartment debugger edges when sweeping r=terrence (83de6aa2f) (21e490a9b) - commonjs: url: fix missing curly braces (bb287cf73) - import changes from `dev' branch of rmottola/Arctic-Fox: - Backout 7959ffacd30f (Bug 1176090) for being on top of a regression. (f8632c82b) - Bug 1182658 - Add TraceNullableRoot and use it to simplify RootedMarking; r=jonco (bb254f08f) - Bug 1202138 - IonMonkey: MIPS32: Fix callAndPushReturnAddress with Label. r=nbp (e5526a11f) - Bug 1161362 - When initializing a trivial script, also initialize its call object shape to the empty shape. (r=jimb) (13ba0b7b6) - Bug 1181155 - Use a common root list definition between JSContext and JSRuntime; r=jonco (4b354d4d7) - Bug 1163740 - Paper over qcms crashes due to NaN values in qcms_transform::matrix. r=dmajor (ea0c3a328) - Bug 1168480 - Fix potential leaks in qcms_transform_create. r=seth (a2a18a393) - Bug 1176551 - Don't reject valid profiles with no CLUT offset. r=jrmuizel (abfb97ac7) - Bug 1166252 - Reject lut8/16Type with empty CLUT grid. r=jrmuizel (104576c27) - Bug 1063486 - Track current point in _cairo_path_bounder_curve_to r=jmuizelaar (769f802bc) - Bug 1170983 - Re-enable gfx gtests that were skipped on Windows. r=ted (553a70112) - Bug 1132467 - Adjust qcms lut inverse binary search of non monotonic TRC. r=jrmuizel (b0046a41c) - Bug 1148479 - Unify string conversion methods in MozAccessible, r=surkov (0156f7d4d) - bug 1109891 - part 1 - use an accessor method to get mGeckoAccessible r=tbsaunde (23b8b4cf4) - bug 1109891 - part 2 - Allow mGeckoAccessible to store pointers to proxies and do some trivial cleanup r=tbsaunde (052e50845) - Bug 1177378 - Fix control type announcements on OS X by checking if subrole is not NIL when calculating role descriptions, r=surkov (285184494) - no bug - cleaning up trailing whitespace in mac a11y code rs=tbsaunde (abcc31b53) - Bug 1172577 - Handle proxies in mozAccessible method customDescription r=tbsaunde (0b0b1a08f) - Bug 1150510 - Crash [@ nsStringBundle::GetStringFromName, r=marcoz (d4ed71113) - Bug 1128143 - Add ATK roles for MathML fractions and roots, r=surkov (7bbcbada2) - Bug 1175269 - Add MathML roles/subroles for NSAccessibility. r=surkov (b9290c145) - Bug 1001641 - Provide equivalent support for MathML as WebKit for NSAccessibility. r=surkov (b67b98c48) - Bug 744790 - Expose basic NSAccessibility attributes for tables. r=surkov (a447db87b) - Bug 1182395 - Don't error out when -p is not given an argument in RemoteCommandLine. r=bsmedberg (85a44233a) - bug 1162621 - proxy Accessible::IndexOfEmbeddedChild r=davidb (0d28cdbfe) - bug 1167358 - use ProxyAccessible::Parent() a little more r=lsocks (29f47e76d) - bug 1107337 - implement ProxyAccessible::EmbeddedChildAt r=lsocks, davidb (bd3baa6b3) - Bug 1171995 - Part 1: Add FocusedChild to proxy accessibles r=tbsaunde (7dd082d65) - Bug 1171995 - Part 2: Add IsTable, IsTableRow, IsTableCell to proxied accessibles r=tbsaunde (dbc64a9f1) - Bug 1171995 - Part 3: Handle proxies in mozAccessible accessibilityIsIgnored r=tbsaunde (f8820a47b) - Bug 1171995 - Part 4: Handle proxies in mozAccessible accessibilityAttributeNames r=tbsaunde (478383686) - Bug 1176973 - [NSAccessibility] Expose attribute AXMathLineThickness for fraction bars. r=MarcoZ (391cf9da0) - Bug 1171995 - Part 5: Handle proxies in mozAccessible accessibilityAttributeValue r=tbsaunde (d7ddf8002) - Bug 1165486 - Rebase yield offsets when cloning scripts. (r=jandem) (3c2a58ccb) - Bug 1183191 - Avoid relazification in CloneFunctionAndScript, to fix a sudden cgc orange on a CLOSED TREE. r=shu (e3b38c65c) - Bug 1183191 followup - Fix AutoDelazify to not enter the self-hosting compartment, it can race. r=shu CLOSED TREE (b9bc06247) - Bug 1183191 followup - Always null script_ in AutoDelazify::dropScript. r=me (c770e8622) - pointer style (cb59b30c3) - Bug 1153165 - Make |operator bool| methods in js/src explicit. r=luke (a0b73de85) - Backout e0e69237df5b (Bug 1174873) for causing intermittent failures. (3c4e602be) - Bug 1181279 - Allow Rooted to handle generic Traceable entries; r=sfink (f73366ee6) - Bug 1195163 - IonMonkey: MIPS32: Fix boolValueToDouble and boolValueToFloat32. r=rankov (acf17d8e0) - part of Bug 1150855 - Remove uses of the curly syntax. (cdfd532b1) (0cd57e80c) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1150654 - Add CantInlineNoSpecialization to distinguish natives for which there is no Ion specialization. (r=jandem) (f886e8c59) - Bug 1030095 - Remove restriction on inlining recursive calls. r=hv1989 (c17518646) - Bug 1030095 - IonMonkey: When deciding to inline don't check for a common inlining path on the first builder. r=h4writer (616d37493) - Bug 1187511 - IonMonkey: Make use of callsite type information when refining |this| parameter. r=jandem (dca7f309e) - Bug 1187094 - Part 1/2 - Move Lowering's visitConstant() to shared code. r=nbp (4c2adbfc3) - Bug 1187094 - Part 2/2 - Fix non-unified build. r=efaust (d9b48063f) - Bug 1138693 - Check if Loads can be optimized by Scalar Replcement. r=jandem (0c2c0d9fb) - Bug 1193043: Check for oom in ScalarReplacement.cpp; r=nbp (b9d23b3aa) - Bug 1191756: Prevent one OOM in jsop_if; r=jonco (f8bfcee01) - missing parts of Bug 1135708 - Implement es7 exponentiation operator. (b169ec14d) - Bug 1171945: IonMonkey: Use tryXXX structure for jsop_binary in IonBuilder, r=jandem (06c6bbdf2) - Bug 1123383 - SIMD (interpreter): remove Clamp. r=bbouvier (a81851c68) - Bug 1183522 - SIMD: Make toSource use the new capitalization and give it the SIMD prefix. r=bbouvier (32bd2d460) (e8820b1e6) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1165912 - Ensure HelperThread().ionLazyLinkList() is only used from the main thread. r=h4writer (65d05f3b7) - Bug 1178834: IonMonkey - Always lazy link code, r=jandem (00e0095a5) - pointer style (9da561684) - Bug 1171945: IonMonkey - Part 2: Add platform in ionmonkey for sharedcaches, r=jandem (1cab275e9) - Bug 1171945: IonMonkey - Part 3: Move BinaryArith from Baseline to Shared stubs, r=jandem (121374529) - Bug 1171945: IonMonkey - Part 4: Make changes to BinaryArith to work with ionmonkey, r=jandem (ad957714a) - Bug 1171945: IonMonkey - Part 5: Make it possible to use BaselineDebugMode in ionmonkey context, r=jandem (a0c7d27e4) - Bug 1171945: IonMonkey - Part 6: Use binarystub in jsop_binary_arith, r=jandem (79b29b05a) - Bug 1197665 - IonMonkey: MIPS32: Fix build failure caused by Bug 1171945. r=h4writer (b4ad6608c) - Bug 1168756: Add shell flags to enable shared stubs, r=jandem (89d340ad6) - Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in Architecture-mips32. r=nbp (cfcc06933) - Bug 1170782 - Do not rely on the presence of a MATH table to use typo metrics. r=karlt (b4c9051e0) - Bug 1194139 - IonMonkey: MIPS: Rename Architecture-mips to Architecture-mips-shared. r=nbp (af4693799) - Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in AtomicOperations-mips. r=nbp (3318773cb) - Bug 1199535 - IonMonkey: MIPS: Implement AtomicOperations shared. r=lth (4bb51d883) - Bug 1182647: Move setGCCallback to TestingFunctions.cpp; r=sfink (4aaf428db) - Bug 1184887: Add a setARMHwCapFlags testing function for the shell; r=h4writer (db4175474) - pointer style (b58e4e960) - Bug 1178793 - Throw on atomic OOB access, asm.js parts. r=luke, r=sstangl (1f901f458) - tweak style for patch compatibility (18c23b0ac) - Bug 1172470 - Remove unused unboxed case from GenerateDenseElementHole. r=jandem (98adb7e8c) - Bug 1172453 - Use TypedOrValueRegister instead of ConstantOrRegister in GetElementIC. r=jandem (2de276bf5) - Bug 1175976: IonMonkey - Part1: Move unaryArith from baseline to shared stub, r=jandem (8686e767d) - Bug 1175976: IonMonkey - Part2: Get the UnaryArith stub working in ionmonkey, r=jandem (6a8168d80) - Bug 1176288 - SharedStubs: Part 1: Move compare baseline stub to shared stub, r=jandem (32fad3674) - Bug 1176288 - SharedStubs: Part 2: Fix compare shared stub to work in ionmonkey, r=jandem (2d3102392) - Bug 1185957 - Properly handle known derived class constructors in ion. (r=jandem) (e05e94ea4) - Bug 1200560, IonMonkey: Part 1: Get tailCallVM working in shared stubs embedded in ion on arm, r=sstangl (6bc00653c) - Bug 1200560, IonMonkey: Part 2: Get VM calls working in shared stubs embedded in ion on arm, r=sstangl (efaec55aa) - Bug 1183375 - Cope with constant objects that are in the nursery when the code is initially compiled. r=jandem (a9863b1d4) - Bug 1184945: Increase the default MatchResult size of a regexp, r=bhackett (fb2bb0b97) - pointer style (9b2d3e613) - Bug 1202650 - split common code into platform variants. r=nbp (9f7b6d903) - pointer style (b1547efa8) - Bug 1141121 - Immediate operands to atomics, x86 and x64. r=h4writer (775972fdd) (66fe67625)1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20210109-355db4de-uxp-c1825acab-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20210109-355db4de-uxp-c1825acab-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20210109-id-eed0566-uxp-c1825acab-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210109-id-eed0566-ia-41157bf-uxp-c1825acab-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
-
Everything you need to know is in the first few posts there. Install kb4019276 and kb4316682, then enable TLS 1.2 in IE settings. If it doesn't show up as an option, save the following as a .reg file and import it: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\CRYPTO\TLS1.1] "OSVersion"="3.5.1.0.0" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\CRYPTO\TLS1.2] "OSVersion"="3.5.1.0.0" P.S. avoid double-posting. You can easily edit your last post instead.1 point
-
Nice game to check your Flash player It may be my foggy memory, but i remember it playing smoother 5 years ago on this same system (GeForce 7600GS back then, Radeon HD 2600 Pro now) ... Dunno if it's because of the newer browser or newer Flash version, but the action often freezes for a bit now.1 point
-
Personally, I have not used XP since I upgraded to Vista about 13 years ago, but I have enabled TLS 1.1 and 1.2 for IE9 on Vista. If you hope to turn IE8 into a good browser to use in 2021, then you are probably wasting your time. Here’s another link where this was already discussed at MSFN: https://msfn.org/board/topic/177500-upgrading-ie8-to-tls-12/1 point
-
Hi guys! I am getting really fed up with this Windows 10 ****....I have set up indexing to add the drives I want and it says all done but quick search isn't finding half of the information related to a customer.... I restarted indexing again and once again it is finished....BUT quick search isn't finding all files... If I go to the drive and the directory...then it finds them.... Any suggestions..... bookie321 point
-
As you all will see I have changed my profile to show Windows 10 x64. And yes...most of you know why I started this thread...but because of restrictions för bank tasks via older versions of Windows I was forced to update.... But it is still CRAP!1 point
-
I never used Mypal (and roytam1 is not the developer), but if it works on XP, then it is not based on Firefox 68 (User Agent certainly does not prove otherwise). Maybe @feodor2 can tell you how to enable TLS 1.3 in that browser?1 point
-
The latest release of @roytam1 's fork of FxESR 45 has been the one from last November: http://rtfreesoft.blogspot.com/2020/11/weekly-browser-binaries-20201128.html ... so you can at least update your one-year-old installation to the latest one... BUT (sadly, there always seems to be a "but" lately ), if you, like me, prefer your browser to be localised, then v45.9.29 (buildID=20201008212525), package file name: firefox-45.9.29-20201010-7391af2bb-win32-sse.7z is the last one that supports the original FxESR 45.9.0 language packs: https://ftp.mozilla.org/pub/firefox/releases/45.9.0esr/win32/xpi/1 point
-
I'm not the creator. One more sarcastic comment and you will be banned. Period.1 point
-
1 point
-
Speaking of "where's the advancement", can we start a discussion or make a list of the features that Windows 10's dozen releases have that are a significant/notable/actual improvement over Windows 8.1 (note: not Windows 7). I have started a list in my Notepad but would like to expand it (if I can find any worthwhile features) Note: such a list should not have bogus crap, lame features or gimmicks like Cortana or Fluent design etc. Just solid advancements. - Windows Hypervisor Platform (WHPX) is nice to have for me for running emulators that take advantage of it, since 1803 - Wi-Fi Hotspot performance and implementation in Windows 10 is better than Windows 7/8.1's Hosted Network, it's better at assigning DHCP addresses etc too and allows choosing frequency band (there since 1607) - Webcams/webcam stream can be shared between apps/passed from one app to another due to the frame server/webcam proxy they have since 1607. - GPU-PV (GPU Paravirtualization) and PCIe Direct Device Assignment (DDA) in Hyper-V Virtual Machines is useful, available in Windows 10 also, not just Windows Server. In general, there have been some good improvements in Windows Display Driver Model (WDDM 2.x releases). That's 4 features that I find of value in 5 years, 11 releases. And we have already discussed dozens of pages of regressive changes and will continue to discuss them. I'd like to hear others' perspectives on this, although every time someone mentions a feature, I always find that Windows 7/8.1 did it just as well. Yes, technically, Windows 10 has "hundreds" of features added in each release but most of it is just fluff. Update: Of course, Windows 10 is incredibly bloated and filled with too much gunk most people do not need. Full of deal breaking feature regressions and performance regressions too. And in no way I would say, it is faster or efficient. My only way of dealing with the bloat is throwing more powerful hardware at it since Microsoft had a genius evil idea to blackmail us into "upgrading". I am just trying to find out if there's anything really worthwhile.1 point
-
We had to upgrade out forum software as it was out of date and with the recent spam attack we had, we needed to ensure that we're up to date to make sure things like that aren't a common occurrence in the future. I'm honestly not sure if there's much that can be done about the rounded UI. I'm happy that Invision didn't decide to go with rounded profile pictures. It seems that has been the current trend and I hate it. But please try and be as patient as possible as xper continues to work on the site. He's currently got his hands full so it might take a little time.1 point
-
In latest 360EEv12 (12.0.1592.0), when one opts to hide the extension's toolbar button, e.g. to unhide it afterwards one has to load either chrome://extensions/ or chrome://myextensions/ and then locate said extension, where a "Show button" button () should be present: Isn't this the case with 360EEv13 ? If not, then I guess this is a regression/bug of v13, which is still in a BETA testing phase... I have NEVER used the official Chinese installer on any version of 360EE, only the portable repacks... I think the redistribution from lrepacks does offer the option to do a "proper" installation, but I've never attempted that... To be honest, it's not quite clear to me what you wish to achieve, but you can specify a path to a custom 360EE (user) "profile" via the option --user-data-dir= and set as value the custom path to a directory used as the profile (provided, of course, you have write permissions there...); you can then launch the browser via an accordingly modified shortcut... I don't have Windows XP to answer your query, but under this old (2008) Vista SP2 laptop, the blacklisted GPU can be force-enabled by the #ignore-gpu-blacklist flag (like you wrote): chrome://flash/ informs me that: GL_RENDERER: ANGLE (Mobile Intel(R) 965 Express Chipset Family Direct3D9Ex vs_3_0 ps_3_0) By default (with software rendering), this is how things look:1 point
-
1 point
-
Well yes, I'm aware of that. But discord still list windows 7 as their os requirement. Since they still list windows 7 I think we should not add it yet. source: https://support.discord.com/hc/en-us/articles/213491697-What-are-the-OS-system-requirements-for-Discord-1 point
-
I can get parts of the site to display and stay on screen: when I have uBlock Origin (v1.16.4.22b1) enabled: Some script of theirs is blocked so that the site's vanishing act is thwarted...1 point
-
Hi ; I tested this on latest Serpent v52.9.0 (2020-12-25) (32-bit), which belongs in the family of UXP (platform) browsers (like NM28 & Iceape-uxp); the error in the web console is: SyntaxError: invalid regexp group The error is generated on the bulky javascript blob they're sending to initialise their embedded web player: https://rutube.ru/player/player.js Searching for more details wrt said error, one finds it's related to the "lookbehind regexp" feature; in Mozilla type browsers, this was first tracked in Bugzilla #1225665 5 years ago... That issue stagnated for long and was only "fixed" last May, when Bugzilla #1634135 landed in Firefox 78 (release & ESR branches), in essence when a fully re-authored regexp engine was merged-in... Indeed, when I tried your test page in FxESR 68.12.0 (on Win7 SP1) it failed, but latest Firefox 84.0.1 was able to load the rutube.ru player... As for the UXP platform, implementation of regexp lookbehind is still very ... behind (pun intended): https://repo.palemoon.org/MoonchildProductions/UXP/issues?type=all&state=open&labels=&milestone=0&assignee=0&q=lookbehind Latest of the three, UXP issue #1675, is, in fact, bounty material... In Chromium land, the feature was first implemented in Chrome 62 (FTR, Chrome 49 ends up displaying an empty grey page) ... TL;DR : Under Windows XP, viable option to use rutube.ru in a browser is to use a flavour of the Chinese-made 360 Extreme Explorer, v11 -> Chromium 69 based (seen below): v12 -> Chromium 78 based (as posted by @we3fan ) v13 -> Chromium 86 based... I don't know whether this is actually considered as a solution by you, under XP, but latest youtube-dl does support rutube.ru: youtube-dl -F "https://rutube.ru/video/102923ff44b823058b195734393ab6e4/" => [rutube] 102923ff44b823058b195734393ab6e4: Downloading video JSON [rutube] 102923ff44b823058b195734393ab6e4: Downloading options JSON [rutube] 102923ff44b823058b195734393ab6e4: Downloading f4m manifest [rutube] 102923ff44b823058b195734393ab6e4: Downloading f4m manifest [rutube] 102923ff44b823058b195734393ab6e4: Downloading f4m manifest [rutube] 102923ff44b823058b195734393ab6e4: Downloading m3u8 information [info] Available formats for 102923ff44b823058b195734393ab6e4: format code extension resolution note default-765 flv 768x432 765k m3u8-765 mp4 768x432 765k , avc1.42c01e, mp4a.40.2 default-1364 flv 1024x576 1364k m3u8-1364 mp4 1024x576 1364k , avc1.4d401f, mp4a.40.2 (best) That way, you can pipe the stream (or download it first) to a WinXP compatible media player ... Best regards, festive wishes1 point
-
SwiftSearch is great, such a shame that it only works on NTFS formatted drives. I actually find the search on XP to be pretty good, as long as you switch all the dancing dog rubbish off, but I fully agree that Windows 10 search is absolutely awful! It's not great even when the drive is indexed, and if it isn't the search is so slow as to be unusable. I absolutely hate the way it presents the results too!1 point
-
1 point
-
Have you tried to force-enable WebGL in your ATI card (webgl.force-enabled => true, restart Firefox) ? Does the "Server Location" map display then... ?1 point
-
Well I randomly ran into this thread so why not to share my desktop too https://prnt.sc/w4n5am1 point
-
Well, Windows search sucked (and sucked big) since what? Windows XP? Depending on what you need, either Everything: https://www.voidtools.com/ or Swiftsearch: http://reboot.pro/topic/18855-windows-file-search-utility-that-is-fast/ https://sourceforge.net/projects/swiftsearch/ are more than advised, needed . jaclaz1 point
-
I'm too late! Only now I came to know about R.Loew's amazing work towards making Windows 9x usable even now. What a legend he was!!! Very saddening news. RIP R.Loew . You will be gone but NEVER forgotten1 point
-
UXP browsers like NM28/St52 are no longer supported by Microsoft-owned GitHub, as they now only target the four "major" browsers, all some form of Chromium forks (Google Chrome, Mozilla Firefox[Quantum] > 68.0, Opera, Microsoft [Chr]Edge) ; they're now using Chromium-only frameworks like WebComponents/Custom Elements/Shadow Dom etc, that the UXP platform doesn't support currently, and is, to be realistic, still far away from supporting in the (near?) future... In the specific case of GitHub, a true life-saver is the legacy extension referenced just three posts above by @Sampei.Nihira, github-wc-polyfill, currently at version 1.1.7 ; unlike NM28, in St52 it would install (and eventually update) right out of the box, without tinkering with its install.rdf file; you have to be, though, on a fairly recent version of Serpent 52, as it relies on APIs found in relatively recent UXP snapshots (anything within the last 4 months should be OK, if you ask me...).1 point
-
... Wrong link there (to the test site itself!) Should've been: https://forum.palemoon.org/viewtopic.php?f=70&t=25830&p=205294 BTW, many thanks for raising this "there" (as you seem to be one of the very few that can coexist in both "camps" , without being given the "enemy agent" (and other, more derogatory) "accolade" by you know who... As the case is, @JustOff once more pinpointed correctly and swiftly the culprit ; too bad Moonchild (instigated by you know who) recently ostracised him from the core of the MCP devs... IMHO, he was the only one really sane person among them...1 point
-
You know why I can't rollback to earlier versions, scroll back. Also, btw, I DO understand English well but I have a god-awful 1366 by 768 TN panel on my main laptop. I don't use custom dark themes and also Dixel's customisations make it super hard to see the difference. I strained my eyes very much trying to see it. I thought you saw what @UCyborg said about the same. My issue is resolved now so let's stop arguing.1 point
-
Many thanks for this new batch of UXP-based forks! I, for one, am not taking these builds of yours for granted, they do require dedication and considerable effort on your part (despite "upstream" constantly belittling your offerings as being just "hackjobs" ... ). Be that as it may, might I also kindly ask why the official UXP issue #1694, https://repo.palemoon.org/MoonchildProductions/UXP/issues/1694 and official Bk issue #31, https://repo.palemoon.org/moonchildproductions/basilisk/issues/31 were backed-out from your custom UXP branch? The thing is I was actually following closely the original report in the official forums, https://forum.palemoon.org/viewtopic.php?f=61&t=25728 and immediately thought that would be a favourable change to implement; after all, MCP would just be restoring what was already extant in Mozilla v51.0 and later broken by Mozilla devs in v52.0 of their platform... E.g. my (custom) date/time format configuration in my system is "dd/MM/yyyy HH:mm"; New Moon 28 respects that setting, because, while the platform code is a Mozilla v52.6 fork, the application code itself is a Firefox < 52.0 fork, so not affected... OTOH, latest Serpent 52.9.0 does not respect my custom date/time format OS configuration, because both app+platform code are Mozilla v52.6 forks and inherit the Mozilla caused breakage,,, As a result, Serpent displays date/time in a non-user-configurable US+12h clock format "M/d/yyyy, h:mm tt" ; me personally, I would have liked uniformity between NM28 and St52; what do other members here think? For the record, Mozilla, in later versions of their Firefox browser, tied date/time display to browser locale being used, but even then, the display format is fixed/non-configurable... With Serpent 52.9.0 (and now, sadly, NM28 too...) being only an en-US localised app, this is a moot point... This is just a thought, but perhaps issues UXP#1694 + Bk#31 could be implemented in our tree behind a user (i.e. about:config) pref? ... Kindest, warmest greetings!1 point
-
... More details available below: http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins#Plugin-container1 point
-
Yeah, probably the last one before the inevitable death... It's been a long run... It will forever be remembered... So, as a recap: OS updates are over, Silverlight is over, Flash is now over and Java is living on borrowed time with unofficial version made with a Frankenstein approach that could break any moment. At this rate, we won't have any reason to come here and comment anymore, which was one of the few things we had left in terms of updates...1 point
-
Adobe Flash Player 32.0.0.465 (possibly the last one...) is out!1 point
-
Oh I remember my old laptop with AMD turion 64 x2 tl-60 running windows 8.1 just fine1 point
-
But who uses pentium 4 as their daily machine anyways? I don't want to wait 5 minutes just for the browser to load.1 point
-
1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.3.1-Goanna-20201205.7z Changelog: Out-of-tree changes: * update Goanna3 to git b383d6bc2..fa9ed1e11: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1147951, part 2 - Remove unused JAVASCRIPT definition from nsJSEnvironment.cpp. r=baku (607909217) - Bug 1147951, part 1 - Remove uses of JAVASCRIPT2 from Console.cpp. r=baku (46cde7cfa) - pointer style (5504c22d4) - Bug 1165384 - Add a typedef for the statistics phase table; r=sfink (484a24237) - Bug 1165385 - Remove the rarely used !fullFormat mode of MOZ_GCTIMER; r=sfink (ab8b17eb1) - Bug 1165390 - Make the detailed statistics formatting methods have consistent names; r=sfink (55c5db543) - Bug 1165410 - Reimplement GC statistics JSON output formatter; r=sfink (04c13c874) - Bug 1166789 - Cleanup javascript.options.mem.log formatting; r=sfink, r=mccr8 (f23b455b4) - Bug 1171451 - Use the correct type for the argv argument to NS_CreateJSArgv and the nsJSArgArray constructor; r=jst (edfa21a59) - Bug 886459, part 1 - Remove unused includes of nsIJSRuntimeService.h. r=bholley (bbc277ac1) - Bug 886459, part 2 - Remove context callbacks from XPCJSRuntime. r=bholley (2c3c8515a) - Bug 886459, part 3 - Remove simple uses of nsIJSRuntimeService to get the JSRuntime. r=bholley (ff5bfe304) - pointer style (2ea264afd) - Bug 1169457 - Add null check in OnWrapperDestroy. r=jimm (741739513) - Bug 886459, part 4 - Remove nsIJSRuntimeService. r=bholley,aklotz (61563f53b) - Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium (a9fcb3b3f) - Bug 1176642 - Defer import of autotry and pprint; r=chmanchester (de40855cb) - Bug 1178772 - Add check_macroassembler_style.py: Verify that each MacroAssembler declaration maps to all its definitions. r=h4writer (fd406593a) - Bug 1152556 - Add moz.build bugzilla metadata in dom/media. r=kinetik (fa2ffa121) - Bug 1152556 - Add moz.build bugzilla metadata in dom/media webrtc. r=abr (d208b839a) - re-enable peerconnection (42e8c412b) - Bug 1152538 - Enable WebRTC identity, r=jesup (13a47adcb) - Bug 1231123 - Simplify LaunchApp on BSDs by dropping fork/exec version. r=jld (c35e6e36f) - bug 1171120 - Fix mtransport+signalling to build on iOS. r=ekr (7034b20ab) - Bug 1150609 Patch 1 WebRTC SDP - add tmmbr to offer. r=jesup (52ca72d09) - Bug 1150609 Patch 2 - WebRTC enable tmmbr r=jesup (d59c6adb9) - Bug 1150609 Patch 3 - WebRTC enable tmmbr unittest changes. r=jesup (eeffed826) - Bug 1087161 - Upgrading B2G toolchain to gcc-4.9 (851194ca0) (538b35a4e) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1201329 - Use AlignedStorage2 instead of char[] for IPDL union members. r=billm (420db1710) - Bug 1146214 - Remove unused set fence functions. r=nical (148188894) - Bug 1146214 - Combine FenceHandle and FenceHandleFromChild. r=nical (9d33cdedc) - Bug 1147894 - Remove the redundant OpUpdateTexture IPDL message. r=sotaro (c3b037c92) - Bug 1146214 - Implement fence delivery. Combine ipc messages and remove reply fence delivery message. r=nical (cd115f0db) - Bug 1146214 - Remove the unused code after refactoring. r=nical (2582f1dfa) - Bug 1146214 - Rename some functions after refactoring. r=nical (fd7655c71) - Bug 1150381 - [LayerScope]: Don't showing the same texture in the same frame on LayerScope. r=chiajung (7a5310113) - Bug 1162395 - [LayerScope]: No need to read and send the texture when the same texture id contains in a frame. r=cku (2c67a0994) - Bug 1168015 - Dump source image from graphic buffer directly on B2G. r=kamidphish, r=hshih (108f3dd5a) - Bug 1158575: Support using GDI rendering for opaque surfaces when using cross-process layers. r=jrmuizel (8913ea2ff) - Bug 1155498 - Use FdObj to replace FenceHandle's android fence. r=sotaro (ac0f66f02) - Bug 1155498 - Part 2 - Use new FenceHandle to handle the fence in TextureHost. r=sotaro (8c3cd6427) - Bug 1152370 part 1 - Add android aosp VirtualDisplaySurface r=mwu (795674527) - Bug 1152370 part 2 - Add DisplaySurface r=mwu (f4e7cb123) - Bug 1151936 - Update GLContextEGL's EGLSurface override handling r=jgilbert (a1a72947b) - Bug 1154313 - Move sUsingHwc to gfxPrefs r=mwu,nical (d315f572a) - Bug 1152361 - Ensure outbufAcquireFenceFd is initialized during boot animation. r=mwu (c17f9bc1a) - Bug 1152135 - Split EGLSurface buffer swap and HWC buffer swap r=mwu,nical,jgilbert (2ec0aaccc) - Bug 1148149 - Support Android Presentation API. r=snorp, r=jgilbert (60ae01557) - Bug 1150518 - Remove glClear() on blit composition r=Sushil (24b242a14) - Bug 1152370 part 3 - Use DisplaySurface r=mwu (c531c0b44) - Bug 1157661 - Fix a null-check in CompositorOGL::DrawQuad. r=nical (c00d429d3) - Bug 1113425 part 1 - Fix some bad CSS comment syntax in animation tests; r=mattwoodrow (7abbbb3de) - Bug 1113425 part 2 - Apply async properties when querying the animated transform; r=mattwoodrow (52e778eeb) - Bug 1113425 part 4 - Enable test_deferred_start.html on all platforms; r=mattwoodrow (3884a02a3) - Bug 1113425 part 3 - Make test_deferred_start.html wait an extra frame; r=mattwoodrow (0971c8836) - Bug 1148949 - Apply async properties when querying the animated transform for cross-process compositor parents too; r=mattwoodrow (8bdeafc25) - Bug 1157066. When reading back the OMTA transfrom of a layer don't include transforms from async panning or zooming. r=kats,birtles (43c1bab02) - Bug 1129133 - Clean up GeckoTouchDispatcher so that it's a real singleton. r=kats,mwu (ac97ee5f4) - Bug 1140578 - Remove some redundant code and an unused return value. r=mchang (9d02a9794) - Bug 1140578 - Simplify some code. r=mchang (5a2f95805) - Bug 1140578 - Add a explicit flag to track if we have pending touch moves to process. r=mchang (3255a2ac8) - Bug 1140578 - Prevent resampling moves across non-move touch events. r=mchang (5a2622f6c) - Bug 1146987 - Deal with cases where we get a batch of interleaved move and non-move events on the libui thread before anything is processed, with resampling disabled. r=mchang (462ce355c) - Bug 1149412 - Remove bad assertion. r=mchang (d9d2db4ba) - Bug 1137151: Marked destructor of |GeckoTouchDispatcher| as protected, r=mwu (21fae6af2) - Bug 1138502. Reset vsync unobserve count if a force composite occurs. r=mstange (9682c9e62) - Bug 1148583 - Dispatch touch events before composites. r=kats (cfabb0eef) - Bug 1128690 - Ensure Talos Performance Tests still work with silk enabled. r=mstange (089e87b89) - Bug 1138181 - Be more aggressive in updating plugin geometry in the compositor, avoids filtering out important offset updates that don't involve remote layer tree updates. r=roc (e341636de) - comment coming from Bug 1143249 (2f6c7bdc8) - Bug 1154614 - Don't try to pick up the same non-reentrant lock twice. r=dvander a=RyanVM (c69cba3d9) - Bug 1156981 - Split CompositorParent's scheduling of composition to CompositorScheduler r=mchang (bf87b2ba3) - Bug 1139541 - Make HWC skip opacity=0 layers. r=sotaro (cd6d5114c) - Bug 1149646 - Delete non-uniform vsync interval warning. r=kats (5bc0cd3fa) - Bug 1155498 - Part 3 - Use new FenceHandle to handle the fence in Compositor. r=sotaro (f5c685606) - Bug 1155498 - Part 4 - Use new FenceHandle to handle the fence in TextureClient. r=sotaro (0390d19fd) - Bug 1155498 - Part 5 - Use new FenceHandle to handle Decoder fence. r=sotaro (a99b62351) - Bug 1164513 - Add nullptr check r=milan (41053d048) - Bug 1155495 - Part 1: Remove TextureHostOGL and integrate the platform specific API into TextureHost. r=nical, r=sotaro (9c909e5e2) - Bug 1155495 - Part 2: Remove unnecessary class inheritance and casting. r=nical, r=sotaro (4ce5869ff) - Bug 1133007 - Send the content of a texture only if its was altered since previous transmission. r=kamidphish, r=boris (f78a07160) - Bug 1156456 patch 1 - Reftests comparing a 3-D transformed cube generated by main-thread paths and off-main-thread animations paths. r=birtles (f0f5309d9) - Bug 1156456 patch 2 - Transform the z component just like the x and y. r=birtles (cc36b5b91) - Bug 1156456 patch 3 - Send transform origin and perspective origin to layer in device pixels rather than CSS pixels. r=birtles (94ea8a04a) - Bug 1156456 followup - Also annotate as fuzzy on Mulet, on a CLOSED TREE. (712c97eff) - Bug 1156456 followup - Add a simple reftest for off-main-thread animation of opacity. (eac0fe0e4) - Bug 1157455 patch 1 - Add tests for OMTA transforms in degrees in addition to those in radians. r=birtles (83fb5b7af) - Bug 1157455 patch 2 - Send angles (in CSS transform functions) to the compositor thread with their units rather than sending all such angles in radians. r=birtles (a8b47f5b0) - Bug 1157455 patch 3 - When interpolating angles, preserve units when possible in order to avoid floating point error. r=birtles (ace148e00) - Bug 1157455 followup - fix test_transitions_per_property.html to expect different angle interpolation results, on a CLOSED TREE. (270ef56eb) - Bug 1022080 - Don't force intermediate surfaces when dumping textures, unless explicitly specified. r=nical (0a010b6c8) - Bug 1022080 - Make non-HTML dumping of textures work better. r=nical (304939544) (a057fcd85) - nss: mozpkix: sync with UXP changes (removing vim line) (b0d81ff20) - bump nss version, and import changes from mozilla nss repo: - Bug 1641480, TLS 1.3: tighten CCS handling in compatibility mode, r=mt - Bug 1672703, always tolerate the first CCS in TLS 1.3, r=mt - Bug 1663661 - Guard against NULL token in nssSlot_IsTokenPresent. r=jcj - Bug 1607449 - Lock cert->nssCertificate to prevent data race. r=jcj,keeler - Bug 1679290 - Don't hold slot lock when taking session lock r=bbeurdouche - Bug 1670769 - Remove 10 GeoTrust, thawte, and VeriSign root certs from NSS. r=kjacobs,KathleenWilson - Bug 1678166 - Add NAVER Global Root Certification Authority root cert to NSS. r=bbeurdouche,KathleenWilson - Bug 1678189 - December 2020 batch of root changes, NSS_BUILTINS_LIBRARY_VERSION 2.46. r=bbeurdouche (c87e0c17a) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1166942 - Add logging of color layer bounds. r=nical (442de4b6c) - Bug 1152109 - Don't clear plugin data cache in ShadowLayers code, we need to resend this during repaints that do not involve reflow. r=roc (8670e73f9) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/layers/composite. r=nical (dcfa2050a) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/ipc/. r=nical (1ca3800b5) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/gl/. r=nical (187d70360) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/thebes/. r=nical (487ab747c) - Bug 1155621 - Remove no-op gfx2DGlue conversion helpers. r=Bas (f2ea364d4) - Bug 1158122 - Remove some occurences of nsIntRect in gfx/layers/. r=nical (b1bb2e736) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/layers/client. r=nical (f0e71c984) - Bug 1158122 - Remove the remaining occurences of nsIntRect in gfx/layers. r=nical (571ff6de0) - Bug 1148350 - Add a test. r=botond (226b59773) - Bug 1158122 - Remove most occurences of nsIntRect in gfx/tests. r=nical (cb3b2541c) - Bug 1032848 - Part 1: Implement WebIDL for HTMLCanvasElement::CaptureStream. r=smaug, r=mt (210e34454) - Bug 1032848 - Part 2: Implement HTMLCanvasElement::CaptureStream. r=mt, r=jesup, r=jgilbert, r=gwright (bec93b4d3) - Bug 1032848 followup: Add 'override' annotation to Notify() method in CanvasCaptureMediaStream.cpp. rs=ehsan (9866fd266) - Bug 1032848 - Part 3: Add tests for HTMLCanvasElement::CaptureStream. r=mt, r=jgilbert, r=jesup (bde68ba7c) - Bug 987498 - Part 1 - Layers support OverlayImage. r=roc (8b22b789f) - Bug 987498 - Part 2 - HTMLMediaElement supports playback OverlayImage. r=roc (247dc15a2) - Bug 987498 - Part 3 - Implement DOMHwMediaStream. r=roc (f0d9de519) - Bug 987498 - Part 4 -Implement SetImageSize on DOMHwMediaStream. r=roc (850cf6ad0) - Bug 1147194 - Do scroll info layer hoisting when building the display list. r=tn (64ae65e97) - Bug 1161389 - Skip AccessibleCaret frame if nsDisplayListBuilder doesn't build caret. r=roc (0e8328488) - Bug 1068881 (Part 2) - Add reftests for rounding image dest rects to zero size. r=roc (00202564b) - Bug 1164227 - Don't allow invalid region simplification to invalidate unchanged scrolled contents. r=roc (3cde9cd56) - Bug 1148022 - When frame metrics are attached to the container layer of the root scroll frame, make sure that its scroll frame is active. r=tn (5369f9175) - Bug 1154478 - Really force-enable the event-regions code when APZ is enabled. r=tn (e7ba54c3d) - Move AsyncPanZoomAnimation into its own header. (bug 1139220 part 1, r=kats) (e06fd8854) - Bug 1139180 - Add BUG_COMPONENT metadata to moz.build for files in layout/. r=roc (468dedf02) - Factor the guts of AsyncScroll into a base helper class. (bug 1139220 part 2, r=kgilbert) (1719bcba6) - Use the main-thread key spline animation logic for Desktop APZ. (bug 1139220 part 3, r=kats,kgilbert) (84a1d8948) - Bug 1147038. Use the correct clip for root scroll frames in root content documents. r=mstange (cae882bdf) - Use Maybe to communicate the APZ scrollframe clip. (bug 1148582 part 1, r=mstange) (d22c5cfeb) (fa9ed1e11) * 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/kmeleon761 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20201205-fa9ed1e11-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20201205-fa9ed1e11-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20201205-fa9ed1e11-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.9.7.win64-git-20201205-fa9ed1e11-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 1147951, part 2 - Remove unused JAVASCRIPT definition from nsJSEnvironment.cpp. r=baku (607909217) - Bug 1147951, part 1 - Remove uses of JAVASCRIPT2 from Console.cpp. r=baku (46cde7cfa) - pointer style (5504c22d4) - Bug 1165384 - Add a typedef for the statistics phase table; r=sfink (484a24237) - Bug 1165385 - Remove the rarely used !fullFormat mode of MOZ_GCTIMER; r=sfink (ab8b17eb1) - Bug 1165390 - Make the detailed statistics formatting methods have consistent names; r=sfink (55c5db543) - Bug 1165410 - Reimplement GC statistics JSON output formatter; r=sfink (04c13c874) - Bug 1166789 - Cleanup javascript.options.mem.log formatting; r=sfink, r=mccr8 (f23b455b4) - Bug 1171451 - Use the correct type for the argv argument to NS_CreateJSArgv and the nsJSArgArray constructor; r=jst (edfa21a59) - Bug 886459, part 1 - Remove unused includes of nsIJSRuntimeService.h. r=bholley (bbc277ac1) - Bug 886459, part 2 - Remove context callbacks from XPCJSRuntime. r=bholley (2c3c8515a) - Bug 886459, part 3 - Remove simple uses of nsIJSRuntimeService to get the JSRuntime. r=bholley (ff5bfe304) - pointer style (2ea264afd) - Bug 1169457 - Add null check in OnWrapperDestroy. r=jimm (741739513) - Bug 886459, part 4 - Remove nsIJSRuntimeService. r=bholley,aklotz (61563f53b) - Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium (a9fcb3b3f) - Bug 1176642 - Defer import of autotry and pprint; r=chmanchester (de40855cb) - Bug 1178772 - Add check_macroassembler_style.py: Verify that each MacroAssembler declaration maps to all its definitions. r=h4writer (fd406593a) - Bug 1152556 - Add moz.build bugzilla metadata in dom/media. r=kinetik (fa2ffa121) - Bug 1152556 - Add moz.build bugzilla metadata in dom/media webrtc. r=abr (d208b839a) - re-enable peerconnection (42e8c412b) - Bug 1152538 - Enable WebRTC identity, r=jesup (13a47adcb) - Bug 1231123 - Simplify LaunchApp on BSDs by dropping fork/exec version. r=jld (c35e6e36f) - bug 1171120 - Fix mtransport+signalling to build on iOS. r=ekr (7034b20ab) - Bug 1150609 Patch 1 WebRTC SDP - add tmmbr to offer. r=jesup (52ca72d09) - Bug 1150609 Patch 2 - WebRTC enable tmmbr r=jesup (d59c6adb9) - Bug 1150609 Patch 3 - WebRTC enable tmmbr unittest changes. r=jesup (eeffed826) - Bug 1087161 - Upgrading B2G toolchain to gcc-4.9 (851194ca0) (538b35a4e) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1201329 - Use AlignedStorage2 instead of char[] for IPDL union members. r=billm (420db1710) - Bug 1146214 - Remove unused set fence functions. r=nical (148188894) - Bug 1146214 - Combine FenceHandle and FenceHandleFromChild. r=nical (9d33cdedc) - Bug 1147894 - Remove the redundant OpUpdateTexture IPDL message. r=sotaro (c3b037c92) - Bug 1146214 - Implement fence delivery. Combine ipc messages and remove reply fence delivery message. r=nical (cd115f0db) - Bug 1146214 - Remove the unused code after refactoring. r=nical (2582f1dfa) - Bug 1146214 - Rename some functions after refactoring. r=nical (fd7655c71) - Bug 1150381 - [LayerScope]: Don't showing the same texture in the same frame on LayerScope. r=chiajung (7a5310113) - Bug 1162395 - [LayerScope]: No need to read and send the texture when the same texture id contains in a frame. r=cku (2c67a0994) - Bug 1168015 - Dump source image from graphic buffer directly on B2G. r=kamidphish, r=hshih (108f3dd5a) - Bug 1158575: Support using GDI rendering for opaque surfaces when using cross-process layers. r=jrmuizel (8913ea2ff) - Bug 1155498 - Use FdObj to replace FenceHandle's android fence. r=sotaro (ac0f66f02) - Bug 1155498 - Part 2 - Use new FenceHandle to handle the fence in TextureHost. r=sotaro (8c3cd6427) - Bug 1152370 part 1 - Add android aosp VirtualDisplaySurface r=mwu (795674527) - Bug 1152370 part 2 - Add DisplaySurface r=mwu (f4e7cb123) - Bug 1151936 - Update GLContextEGL's EGLSurface override handling r=jgilbert (a1a72947b) - Bug 1154313 - Move sUsingHwc to gfxPrefs r=mwu,nical (d315f572a) - Bug 1152361 - Ensure outbufAcquireFenceFd is initialized during boot animation. r=mwu (c17f9bc1a) - Bug 1152135 - Split EGLSurface buffer swap and HWC buffer swap r=mwu,nical,jgilbert (2ec0aaccc) - Bug 1148149 - Support Android Presentation API. r=snorp, r=jgilbert (60ae01557) - Bug 1150518 - Remove glClear() on blit composition r=Sushil (24b242a14) - Bug 1152370 part 3 - Use DisplaySurface r=mwu (c531c0b44) - Bug 1157661 - Fix a null-check in CompositorOGL::DrawQuad. r=nical (c00d429d3) - Bug 1113425 part 1 - Fix some bad CSS comment syntax in animation tests; r=mattwoodrow (7abbbb3de) - Bug 1113425 part 2 - Apply async properties when querying the animated transform; r=mattwoodrow (52e778eeb) - Bug 1113425 part 4 - Enable test_deferred_start.html on all platforms; r=mattwoodrow (3884a02a3) - Bug 1113425 part 3 - Make test_deferred_start.html wait an extra frame; r=mattwoodrow (0971c8836) - Bug 1148949 - Apply async properties when querying the animated transform for cross-process compositor parents too; r=mattwoodrow (8bdeafc25) - Bug 1157066. When reading back the OMTA transfrom of a layer don't include transforms from async panning or zooming. r=kats,birtles (43c1bab02) - Bug 1129133 - Clean up GeckoTouchDispatcher so that it's a real singleton. r=kats,mwu (ac97ee5f4) - Bug 1140578 - Remove some redundant code and an unused return value. r=mchang (9d02a9794) - Bug 1140578 - Simplify some code. r=mchang (5a2f95805) - Bug 1140578 - Add a explicit flag to track if we have pending touch moves to process. r=mchang (3255a2ac8) - Bug 1140578 - Prevent resampling moves across non-move touch events. r=mchang (5a2622f6c) - Bug 1146987 - Deal with cases where we get a batch of interleaved move and non-move events on the libui thread before anything is processed, with resampling disabled. r=mchang (462ce355c) - Bug 1149412 - Remove bad assertion. r=mchang (d9d2db4ba) - Bug 1137151: Marked destructor of |GeckoTouchDispatcher| as protected, r=mwu (21fae6af2) - Bug 1138502. Reset vsync unobserve count if a force composite occurs. r=mstange (9682c9e62) - Bug 1148583 - Dispatch touch events before composites. r=kats (cfabb0eef) - Bug 1128690 - Ensure Talos Performance Tests still work with silk enabled. r=mstange (089e87b89) - Bug 1138181 - Be more aggressive in updating plugin geometry in the compositor, avoids filtering out important offset updates that don't involve remote layer tree updates. r=roc (e341636de) - comment coming from Bug 1143249 (2f6c7bdc8) - Bug 1154614 - Don't try to pick up the same non-reentrant lock twice. r=dvander a=RyanVM (c69cba3d9) - Bug 1156981 - Split CompositorParent's scheduling of composition to CompositorScheduler r=mchang (bf87b2ba3) - Bug 1139541 - Make HWC skip opacity=0 layers. r=sotaro (cd6d5114c) - Bug 1149646 - Delete non-uniform vsync interval warning. r=kats (5bc0cd3fa) - Bug 1155498 - Part 3 - Use new FenceHandle to handle the fence in Compositor. r=sotaro (f5c685606) - Bug 1155498 - Part 4 - Use new FenceHandle to handle the fence in TextureClient. r=sotaro (0390d19fd) - Bug 1155498 - Part 5 - Use new FenceHandle to handle Decoder fence. r=sotaro (a99b62351) - Bug 1164513 - Add nullptr check r=milan (41053d048) - Bug 1155495 - Part 1: Remove TextureHostOGL and integrate the platform specific API into TextureHost. r=nical, r=sotaro (9c909e5e2) - Bug 1155495 - Part 2: Remove unnecessary class inheritance and casting. r=nical, r=sotaro (4ce5869ff) - Bug 1133007 - Send the content of a texture only if its was altered since previous transmission. r=kamidphish, r=boris (f78a07160) - Bug 1156456 patch 1 - Reftests comparing a 3-D transformed cube generated by main-thread paths and off-main-thread animations paths. r=birtles (f0f5309d9) - Bug 1156456 patch 2 - Transform the z component just like the x and y. r=birtles (cc36b5b91) - Bug 1156456 patch 3 - Send transform origin and perspective origin to layer in device pixels rather than CSS pixels. r=birtles (94ea8a04a) - Bug 1156456 followup - Also annotate as fuzzy on Mulet, on a CLOSED TREE. (712c97eff) - Bug 1156456 followup - Add a simple reftest for off-main-thread animation of opacity. (eac0fe0e4) - Bug 1157455 patch 1 - Add tests for OMTA transforms in degrees in addition to those in radians. r=birtles (83fb5b7af) - Bug 1157455 patch 2 - Send angles (in CSS transform functions) to the compositor thread with their units rather than sending all such angles in radians. r=birtles (a8b47f5b0) - Bug 1157455 patch 3 - When interpolating angles, preserve units when possible in order to avoid floating point error. r=birtles (ace148e00) - Bug 1157455 followup - fix test_transitions_per_property.html to expect different angle interpolation results, on a CLOSED TREE. (270ef56eb) - Bug 1022080 - Don't force intermediate surfaces when dumping textures, unless explicitly specified. r=nical (0a010b6c8) - Bug 1022080 - Make non-HTML dumping of textures work better. r=nical (304939544) (a057fcd85) - nss: mozpkix: sync with UXP changes (removing vim line) (b0d81ff20) - bump nss version, and import changes from mozilla nss repo: - Bug 1641480, TLS 1.3: tighten CCS handling in compatibility mode, r=mt - Bug 1672703, always tolerate the first CCS in TLS 1.3, r=mt - Bug 1663661 - Guard against NULL token in nssSlot_IsTokenPresent. r=jcj - Bug 1607449 - Lock cert->nssCertificate to prevent data race. r=jcj,keeler - Bug 1679290 - Don't hold slot lock when taking session lock r=bbeurdouche - Bug 1670769 - Remove 10 GeoTrust, thawte, and VeriSign root certs from NSS. r=kjacobs,KathleenWilson - Bug 1678166 - Add NAVER Global Root Certification Authority root cert to NSS. r=bbeurdouche,KathleenWilson - Bug 1678189 - December 2020 batch of root changes, NSS_BUILTINS_LIBRARY_VERSION 2.46. r=bbeurdouche (c87e0c17a) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1166942 - Add logging of color layer bounds. r=nical (442de4b6c) - Bug 1152109 - Don't clear plugin data cache in ShadowLayers code, we need to resend this during repaints that do not involve reflow. r=roc (8670e73f9) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/layers/composite. r=nical (dcfa2050a) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/ipc/. r=nical (1ca3800b5) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/gl/. r=nical (187d70360) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/thebes/. r=nical (487ab747c) - Bug 1155621 - Remove no-op gfx2DGlue conversion helpers. r=Bas (f2ea364d4) - Bug 1158122 - Remove some occurences of nsIntRect in gfx/layers/. r=nical (b1bb2e736) - Bug 1158122 - Remove all occurences of nsIntRect in gfx/layers/client. r=nical (f0e71c984) - Bug 1158122 - Remove the remaining occurences of nsIntRect in gfx/layers. r=nical (571ff6de0) - Bug 1148350 - Add a test. r=botond (226b59773) - Bug 1158122 - Remove most occurences of nsIntRect in gfx/tests. r=nical (cb3b2541c) - Bug 1032848 - Part 1: Implement WebIDL for HTMLCanvasElement::CaptureStream. r=smaug, r=mt (210e34454) - Bug 1032848 - Part 2: Implement HTMLCanvasElement::CaptureStream. r=mt, r=jesup, r=jgilbert, r=gwright (bec93b4d3) - Bug 1032848 followup: Add 'override' annotation to Notify() method in CanvasCaptureMediaStream.cpp. rs=ehsan (9866fd266) - Bug 1032848 - Part 3: Add tests for HTMLCanvasElement::CaptureStream. r=mt, r=jgilbert, r=jesup (bde68ba7c) - Bug 987498 - Part 1 - Layers support OverlayImage. r=roc (8b22b789f) - Bug 987498 - Part 2 - HTMLMediaElement supports playback OverlayImage. r=roc (247dc15a2) - Bug 987498 - Part 3 - Implement DOMHwMediaStream. r=roc (f0d9de519) - Bug 987498 - Part 4 -Implement SetImageSize on DOMHwMediaStream. r=roc (850cf6ad0) - Bug 1147194 - Do scroll info layer hoisting when building the display list. r=tn (64ae65e97) - Bug 1161389 - Skip AccessibleCaret frame if nsDisplayListBuilder doesn't build caret. r=roc (0e8328488) - Bug 1068881 (Part 2) - Add reftests for rounding image dest rects to zero size. r=roc (00202564b) - Bug 1164227 - Don't allow invalid region simplification to invalidate unchanged scrolled contents. r=roc (3cde9cd56) - Bug 1148022 - When frame metrics are attached to the container layer of the root scroll frame, make sure that its scroll frame is active. r=tn (5369f9175) - Bug 1154478 - Really force-enable the event-regions code when APZ is enabled. r=tn (e7ba54c3d) - Move AsyncPanZoomAnimation into its own header. (bug 1139220 part 1, r=kats) (e06fd8854) - Bug 1139180 - Add BUG_COMPONENT metadata to moz.build for files in layout/. r=roc (468dedf02) - Factor the guts of AsyncScroll into a base helper class. (bug 1139220 part 2, r=kgilbert) (1719bcba6) - Use the main-thread key spline animation logic for Desktop APZ. (bug 1139220 part 3, r=kats,kgilbert) (84a1d8948) - Bug 1147038. Use the correct clip for root scroll frames in root content documents. r=mstange (cae882bdf) - Use Maybe to communicate the APZ scrollframe clip. (bug 1148582 part 1, r=mstange) (d22c5cfeb) (fa9ed1e11)1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20201205-355db4de-uxp-fd576c427-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20201205-355db4de-uxp-fd576c427-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20201205-id-eed0566-uxp-fd576c427-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20201205-id-eed0566-ia-41157bf-uxp-fd576c427-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
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.7.win32-git-20201205-11839e2-uxp-fd576c427-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.7.win64-git-20201205-11839e2-uxp-fd576c427-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.7.win32-git-20201205-11839e2-uxp-fd576c427-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.2a1.win32-git-20201205-df9c9fb1a-uxp-fd576c427-xpmod.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.2a1.win64-git-20201205-df9c9fb1a-uxp-fd576c427-xpmod.7z Official UXP changes since my last build: - Issue #1690 - Part 1: Fix MacOS version detection above 10.15. Changes based on Mozilla bug 1616404 but supporting back to 10.7. (b1ac886a9) - Issue #1684 - Move global user-agent override to networking component. (b863bd2ed) - Issue #1691 - Part 1: Provide a way of associating a private value with a script or module. (15914ec57) - Revert "Issue #1691 - Part 1: Provide a way of associating a private value with a script" (060e3eb0c) - Issue #1624 - Exclude function scopes from Ion compilation. (bb31c1c65) - [NSS] Update root certificates. (cca3b9062) - [NSS] Version and build bump (958205f4d) - Clobber for NSS update. (1683d012e) - Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0. Changes based on Mozilla bug 1678061. (e43b01e58) - Merge pull request 'Fix macOS version detection above 10.15 and update blocklist support to 11.0' (#1692) from dbsoft/UXP:Big_Sur_Version into master (b1bbc9286) - Revert "Issue #1624 - Exclude function scopes from Ion compilation." (433ed209b) - Issue #1624 - Globally disable inlining optimizations in the JS JIT compiler. (b66816426) - Merge branch 'nss-patch-work' (7f619fa9b) - Issue #1624 - Make ion inlining optimizations a pref. (1a21b5269) - Nuke erroneously added vim line. (7fda700f9) - Issue #1624 - flip the inlining pref. (fd576c427) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Issue #1851 - Part 1: Add warning and reset option to preferences window. (df9c9fb1a) My changes since my last build: - import changes from mozilla nss repo: - Bug 1641480, TLS 1.3: tighten CCS handling in compatibility mode, r=mt - Bug 1672703, always tolerate the first CCS in TLS 1.3, r=mt - Bug 1663661 - Guard against NULL token in nssSlot_IsTokenPresent. r=jcj - Bug 1607449 - Lock cert->nssCertificate to prevent data race. r=jcj,keeler - Bug 1679290 - Don't hold slot lock when taking session lock r=bbeurdouche - Bug 1670769 - Remove 10 GeoTrust, thawte, and VeriSign root certs from NSS. r=kjacobs,KathleenWilson - Bug 1678166 - Add NAVER Global Root Certification Authority root cert to NSS. r=bbeurdouche,KathleenWilson - Bug 1678189 - December 2020 batch of root changes, NSS_BUILTINS_LIBRARY_VERSION 2.46. r=bbeurdouche (c87e0c17a) - Reverted "Issue #1684 - Move global user-agent override to networking component. (b863bd2ed)" - Reverted "Issue #1851 - Part 1: Add warning and reset option to preferences window. (df9c9fb1a)"1 point
-
Except you can install wufuc and continue using windows update (no microsoft catalog updates, no manual search)1 point
-
It appears you missed the point in my previous post above... User Agent Switcher & Manager https://chrome.google.com/webstore/detail/user-agent-switcher-and-m/bhchdcejhohfmigjafbampogmaanbfkg Version 0.4.4 Updated: October 8 2020 => CRX3-package-only, that won't install in Chrome 49 OTOH, the one extension I suggested was last updated on September 6 2019 and will install!1 point
-
@we3fan currently has Chrome 49 on Windows XP, 49 being (as you might already know) the last version to support that OS... Chrome 49 only supports the deprecated CRX2 type of Chromium extension packaging ; however, evil Google have stopped publishing new and updated extensions in the Chrome Web Store (CWS) in that package (.crx) format since the end of last May 2020, making only available the newer format package CRX3, which isn't supported by old Chrome versions (NB: Chrome v64.0.3242.0 is the first one with CRX3 support). The following is an excerpt from an unpublished article of mine: The following depicts what happens when one attempts to install GOYT 1.16.0 on Chrome 49: Previously installed versions won't auto-update, either... SSUAOs in Chromium browsers can be enabled via, e.g. User-Agent Switcher for Chrome : https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg 1. First set a Custom UA and add it to the "Chrome" category (under default, this assumes the newly created UA impersonates some other form/version of Chromium), then 2. Permanent Spoof List => domain => youtube.com => choose the previously set custom UA =>add 3. When you load yt, the extension's tab icon will alert you a SSUAO is being used... DISCLAIMER: This was obviously OFF-TOPIC, as it doesn't pertain to any of Roytam1's browsers...1 point
-
I seriously do not understand why they f****** did this. Just why?? I hate modern software companies nowadays. Everything is a f****** expensive subscription, new operating systems are pieces of junk trying to spy on you whilst looking ugly. Back to my point, why would virtualization software check if I had patched my uxtheme to sideload a new theme for example? Unbelievable! Their explanation:1 point
-
FONT SETTINGS, as far as I understand them... Permissions to "choose" fonts or to "download" fonts are different things. And icon fonts are thing 3, since FF41... If "download" is forbidden, that still allows website authors to choose from already installed local fonts. "permissions.default.font" = 1 / 2 / 3 Same choices as with similar pref for downloading images, iframes etc: Download 1=all / 2=none / 3=from same domain If "choosing" is forbidden, that implies of course that download is forbidden too, only the user-font allowed. "browser.display.use_document_fonts" = 0 / 1 (use fonts specified by document author: no / yes) And ONLY younger browsers have a separate setting for "icon fonts"? "gfx.downloadable_fonts.enabled" = true So this allows to download ICON fonts even if "choosing" fonts is otherwise forbidden "gfx.downloadable_fonts....." comes with a bunch of sub-prefs, specifying fallback waiting times, sanitizing, a separate setting for woff2-fonts etc..... (no clue, just as hints ;-)) And no idea if gfx-fonts also overrule pref-1, or vice-versa ...? While at it, in my prefs have also stored this comment note: "layout.css.font-loading-api.enabled__INFO" = "INFO: sends list of INSTALLED fonts / Avoid fingerprinting / Attention: reCaptcha?" Oh, what most users keep overlooking, at least in K-Meleon: In Page Display > Fonts there are a bunch of "Language Groups", each of them with independant fonts and minimum-size. The field showing "Western" is a dropdown menu, and the most important group is at the very bottom: Others (Unicode) For example Russian speakers may want to configure groups "Cyrillic" and "Central European" While still at it... If any users with very old browsers and systems (like 98) ever see this, and have constant trouble with broken characters: get an emoji font like well-known "Symbola" and set it in browser prefs for "cursive" and "ornate/fantasy" text, in groups for "Unicode" and "Western" etc. Howto: download from link below, unzip, drop the smaller ttf-file into c:/windows/fonts (Asian users may need the bigger file, but no clue) Symbola v12 was last TrueType: page: https://web.archive.org/web/20190502155955/http://users.teilar.gr/%7Eg1951d/ font: https://web.archive.org/web/20190608100449/http://users.teilar.gr/~g1951d/Symbola.zip Edit: Yet another TRACKING-trick! blocking fonts does NOT prevent GOOGLE from getting user data anyway, they use this trick: link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' Workaround: Block domains instead: fonts.googleapis.com / fonts.gstatic.com BUT: Google does not allow reducing their tracking by blocking fonts.googleapis - or otherwise they will block you from their RECAPTCHAS! At least that was once figured out in a forum. It's been awhile, cannot test myself, but nowadays things rarely get better, Only worse, worse, worse.... .1 point
-
Also because Vista was just too ahead of its time, and had a far too damaged reputation by the time SP1/2 had ironed out most of the early launch issues. Doesn't help there was crap like the NVIDIA 8600M (which I'd had the displeasure of dealing with) and Pentium Dual-Cores.1 point
-
And mine: I have modest urges to play x64 games and look at Aero. Vista satisfies them.1 point