Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/18/2020 in all areas

  1. Update for root certificates: New: CN = Microsoft ECC Root Certificate Authority 2017 O = Microsoft Corporation C = US CN = Microsoft EV ECC Root Certificate Authority 2017 O = Microsoft Corporation C = US CN = Microsoft EV RSA Root Certificate Authority 2017 O = Microsoft Corporation C = US CN = Microsoft RSA Root Certificate Authority 2017 O = Microsoft Corporation C = US CN = TunTrust Root CA O = Agence Nationale de Certification Electronique C = TN Those using heinoganda's Cert_Updater.exe should run it ASAP. Others needing a redistributable rootsupd.exe should follow his instructions for creating their own, or PM at 5eraph for an updated EXE file.
    3 points
  2. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200418-714023a-uxp-222d316c8-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200418-714023a-uxp-222d316c8-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.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200418-714023a-uxp-222d316c8-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.rths.ml/palemoon/palemoon-28.9.1a1.win32-git-20200418-f58079376-uxp-222d316c8-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win64-git-20200418-f58079376-uxp-222d316c8-xpmod.7z Official UXP changes since my last build: - Issue #1512 - Improve handling of multiple selections. (a2bc0e0ec) - Create SECURITY.md (9f4b2a0e2) - Issue #1513 - Bail on orphan node (e4548d6ad) - Issue #1514 - Perform validity check before trying to use the content. (6245e5a8f) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (f1675650a) - Issue #1516 - Part 1: Add a global build define to determine if the client can draw in the titlebar and update consumers of the local define (6f6d1f6ff) - Bug 1305458 - Changing -moz-appearence on hover breaks change event (5352b69a9) - Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when trying to reframe native anonymous content (bebec8fcb) - Issue #1375 - Fix unified sources (b356448d1) - Bug 1334247 - Remove nsIAnonymousContentCreator::CreateFrameFor (e215bfbb8) - Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFrames (4e2b4b9bc) - Bug 1336011 - Fix Crash in InvalidArrayIndex_CRASH in mozilla::EditorBase::DeleteSelectionImpl (c66ed1275) - Issue #1517 - Enable high-resolution DOM timestamps on trunk (963fc8079) - Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content with the pseudo type at creation time (4375774c9) - Bug 1340333 - Eagerly compute whether a frame is really a browser. (0d149a4c0) - Bug 1340885 - Null check frame's content when searching for NAC ancestors in GetCorrectedParent (32c3ee92b) - Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use. (5caf99795) - Bug 1343937 - Fix a crash in nsWrapperCache.h (1f5c67934) - Issue #1375 - Overload FromContent() to work with const (2c4d69359) - Bug 1343879 - Be consistent about the parent style context the document-level anonymous content container should get: it should get no parent style context. (4630e4abb) - Bug 656197 - Push state updates further out across beforesetattr/aftersetattr (2f59167e6) - Bug 1347640 - HTMLInputElement shouldn't try to cancel image request on all the type changes (ab05e6f9a) - Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymousContent can change from non-native to native AC (de45820b6) - Bug 1330843 - Allow JS to create NAC pseudo-elements (0d362ca50) - Bug 1296516 - Cleanup a bit of code in layout/base (9f6cb6874) - Bug 1352389 -Don't push extra script blocker on stack when setting attributes (f07f8aecb) - Issue #1375 - Include content rules from HTMLTableCellElement::WalkContentStyleRules and move to the mapped attr functionality (5f297c5f5) - Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyle (7614fdb51) - Bug 1360157 - Assert that a display: contents child always has a parent (34e2c4054) - Bug 1361086 - Simplify UndisplayedMap::GetListFor/GetOrCreateListFor to take nsIContent* rather than nsIContent** (0f5dcf963) - Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSetAttr (091d06b43) - Bug 1348851 - Use new block when better selection isn't found. (ef689a705) - Bug 1367683 - Optimize initializing nsRange (940d191ef) - Bug 1365092 - Move side effects of SetAttr and ParseAttribute to BeforeSetAttr and AfterSetAttr (17f7e1c8c) - Bug 1337698 - Use UniquePtr instead of nsAutoPtr in editor (516fd67d5) - Bug 1371170 - Add non-virtual EditorBase::GetSelectionController (5a379a4b1) - Bug 1372829 - Part 1: Make mozilla::PlaceholderTransaction inherit mozilla::SupportsWeakPtr instead of nsSupportsWeakReference (ea3a2ce27) - Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocument (2e2190a50) - Bug 1372829 - Part 2: mozilla::EditorBase should cache raw pointer of nsISelectionController and nsIDocument with nsWeakPtr (32e815512) - Bug 1373798 - Move HTML dir attribute state into event state flags (4d1d777e7) - Bug 1368802 - nsFrameIterator::GetPlaceholderFrame should only try to get the placeholder for out-of-flow frames, because in-flow frames never have a placeholder (2bcd8923f) - Bug 1368547 - Remove nsFrameManagerBase::mPlaceholderMap and instead store the placeholder on a frame property on the out-of-flow (0c99ad16f) - Bug 1377648 - Fix HTMLSummaryElement::IsSummary() on removing the element (53428ad3f) - Bug 1377978 - Make nsRange use uint32_t to offset (70c8ff8e5) - Bug 1382357 - Wait to destroy frames until after we've successfully fetched the binding (675dce947) - Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case (f4a1d0123) - Bug 1389743 - Only reconstruct frames synchronously from ContentRemoved when called from frame construction (e482e335b) - Bug 1394300 - Streamline nsElementTable.cpp (071957f9f) - Bug 1396568 - Make DocumentFragment::mHost a strong reference (so that ShadowRoot.host doesn't become null) (8114d58fe) - Issue #1375 - Stop largely using the parser service (61e46a6d5) - Bug 1400777 - Slim down nsElementTable.h (a72b82732) - Bug 1396584 - Remove support for multiple ShadowRoots (5f1294032) - Bug 1401097 - Simplify gHTMLElements and remove redundant conditions in nsXHTMLContentSerializer::LineBreakAfterClose() (846e0fa4f) - Bug 1402941 - Add HTMLSlotElement (48f602e65) - Bug 1381134 - Ensure we're using the correct frame for the :after/:before references (55d83ea6f) - Bug 1408341 - Implement assignedSlot on Element and Text (375843468) - Bug 1404789 - Stop reconstructing frames for the whole shadow root each time content is inserted in a shadow tree (ed7faf3fd) - Bug 1411754 - Rename PresShell::DestroyFramesFor to DestroyFramesForAndRestyle (96dfc63bc) - Bug 1404842 - Implement Element.attachShadow and Element.slot (873abc7bc) - Bug 1411878 - Support Element.shadowRoot and Element.assignedSlot / TextNode.assignedSlot on closed shadow root (3a74795a5) - Bug 1416999 - Remove document.registerElement (5524318fe) - Bug 1418002 - Remove HTMLContentElement (8beb65dd5) - Bug 1409975 - Implement node distribution for shadow tree slots (e31ed5b07) - Bug 1380749 - Retry AdjustAppendParentForAfterContent in case |parentAfterFrame| was a :first-letter frame that we deleted (14bb98e17) - Bug 979782 - Implement lazy frame construction for display:contents descendants (352fe8398) - Bug 1413619 - Fix insertion point computation when display: contents pseudos are involved. (ee4857f20) - Bug 1415152 - No need for AdjustAppendForAfter, since ::after is handled in FindNextSibling (03a898fca) - Bug 1415538 - Remove dead frame construction code (InsertFirstLineFrames) (e5ca4ada9) - Bug 1415843 - Remove an unneeded call to AdjustAppendParentForAfterContent (a2cdb9f91) - Bug 1419964 - Remove AdjustParentFrameForAfterContent (003e537dc) - Bug 1419799 - Fix nsContentUtils::IsInSameAnonymousTree in Shadow DOM (f0b7ba1e2) - Bug 1422931 - Fix crash with slot element and make webcomponents preference per-doc (fd7a325bc) - Bug 1419762 - Return the inline continuation of an IB split when appending (38056aa9c) - Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions] (010f37f47) - Bug 1412775 - Implement Event.composedPath (7e506bd98) - Bug 1327185 - Refine EventStateManager::FireDragEnterOrExit (d925bfcc6) - Bug 1425441 - Move relatedTarget to WidgetEvent (f164962a3) - Bug 1409976 - Add `slotchange` event (3508e79b1) - Bug 1426536 - Remove nsContentUtils::IsContentInsertionPoint (b93fb5751) - Bug 1426503 - Remove DestInsertionPoints stuff (53df3a74f) - Bug 1417829 - Remove unresolved pseudoclass (f605c68f1) - Bug 1348481 - Part 1b: Generalize FindDocStyleSheetInsertionPoint so it doesn't require an array of RefPtrs (0f5b78915) - Bug 1322661 - Expose (non-XBL) style sheets to devtools (f6221f440) - Issue #80 - De-unify dom/base (16dba9a30) - Bug 1425769 - Base class for ShadowRoot and Document to manage style state (9e5e58c0f) - Bug 1360154 - nsIPlaintextEditor might have to have hasText property for UpdateOverlayTextVisibility (6d76ab9b6) - Issue #1375 - Fix IsWebComponentsEnabled checks (80c024779) - Issue #1375 - Merge CustomElements pref with Webcomponents Pref (f35aa3e15) - Merge pull request #1518 from MoonchildProductions/shadowdom-merge (d5102d6be) - [docs] Update coding style cf. discussion with Tobin. (38f206cb7) - Bug 1425685 - Implement HTMLSlotElement.assignedElements(); (222d316c8) Official Basilisk changes since my last build: - Remove erroneously kept pre-release update disable pref. (352ee7b) - Change geolocation pref for official releases to https (fdc28db) - Update back-end branch pointer (94ae402) - Switch security storage db to SQL (f81229e) - Ensure AV1 is enabled in all builds by default. (e518a01) - Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR except for AppConstants in CUI (4bd0d2e) - Fix broken preferences advanced pane initialization (164cd31) - Add app-specific moz.configure example line (8006273) - Update back-end branch pointer (714023a) Official Pale-Moon changes since my last build: - Issue #1772 - Only refresh tabs in restore-on-demand mode. (6a5c0e4d3) - Update back-end branch pointer (140ba4964) - Issue #1773 - Improve persona styling on Mac (9ac323697) - Merge pull request #1775 from Lootyhoof/osx-persona (b0ca7bd7c) - Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR and set it for Windows only (e94f00530) - Don't set the drawintitlebar attr in gPrivateBrowsingUI unless we want MOZ_CAN_DRAW_IN_TITLEBAR on macintosh (4fc95785e) - Add MOZ_CAN_DRAW_IN_TITLEBAR to OS X theme (40f64d482) - Revert "Re-enable sessionstore cache soft refresh" (62fafab3c) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (427ed7ca3) - Merge pull request #1778 from Lootyhoof/osx-titlebar (0553f440b) - Update platform branch pointer (unstable 2020-04-16) (f58079376) My changes since last build: - reverted "Switch security storage db to SQL" - dom/canvas: webgl: disable HasDXInterop2 check (a61d9c1f)
    3 points
  3. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200418-535efd70-uxp-222d316c8-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200418-535efd70-uxp-222d316c8-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Resolve un-pp false positive in notification.properties (77170b3c) - Update gitignore (84ffb496) - Update platform commit pointer (07064ab6) - Use nss store 9 (c75a63dc) - Change some stuff in mach stub (1030b207) - Update platform commit pointer (cda3df0c) - Update platform commit pointer (86f7e2f5) - Remove conditional titlebar drawing from Interlink. (3d43e19e) - Merge branch 'TRUNK' of https://github.com/binaryoutcast/binoc-central into TRUNK (756e2441) - Merge pull request #99 from athenian200/conditional-titlebar-drawing-removal (08a39b8a) - Update platform commit pointer (0bb52dc3) - Merge branch 'TRUNK' of https://github.com/binaryoutcast/binoc-central into TRUNK (8634803f) - Update platform commit pointer (535efd70) My changes since last build: - reverted "Use nss store 9" -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200418-id-088353e-ia-041bf6a-uxp-222d316c8-xpmod.7z
    2 points
  4. "One of the file requirements is XFILE in PATH. I'm honestly not too sure what to do here..." It just means the slipstream scripts use rloew's xfile.exe and in order to be able to use it it must be in the windows search path such as the windows dir or the system dir or any dir set as path in your environment variables.
    1 point
  5. IXOYE, add "Worldwide Radio" https://addons.mozilla.org/ru/firefox/addon/worldwide-radio/ easy, simple. Same as the"Radio.garden", but without 3d to create extensions.checkCompatibility.52.9 - false 52.9 - version of the browser extensions.checkUpdateSecurity - false URL for installation https://addons.mozilla.org/firefox/downloads/file/3521176/worldwide_radio-3.4-an+fx.xpi
    1 point
  6. yea don't waste your time. Its not out there yet.
    1 point
  7. I think you are telling us lies with a fake screenshot. There is no version 1.5.14. BigMuscle would had mentioned about it
    1 point
  8. if you want 945 chipset and 4gb ram you'd have to get the Precision M90. Of couse you won't have AC97 as HD audio comes with that chipset. I had one running Windows 98SE with a Geforce 7800 GTX, and Gigabyte GN-WS30N-RH for wireless- those wifi cards are hard to get. It ran hot and didn't seem much faster than the Inspiron 9300 which is a better experience because the on-board audio works
    1 point
  9. Where did you download v1.5.14 from, @evgnb ?
    1 point
  10. If you use Process Explorer or CodeStuff Starter while FF is running it will show what files are used therefore narrowing down the files to just the ones used. Process Explorer will show version numbers - a lot more info than Starter but I use both. I think from memory PSAPI has to be removed from Starter. @FantasyAcquiesce: When you put the NTDLL of another OS in the KernelEx folder/subfolder and registered it in the KernelEx known Dlls, if you use one of the above programs I mentioned you will see that the NTDLL in the KernelEx folder/subfolder is not loaded and therefore is not used and does not play any role in the operation of the operating system. It cannot load unless all its import functions are linked except any forwarded functions and forwarded functions although shown to link in Dependency Walker do not work with WinME. Forwarded functions are shown in DW having an arrow pointing down with a blue folder like symbol.
    1 point
  11. I would like to know too where you got it from, thanks.
    1 point
  12. You can use eGPU (either via ExpressCard or mini-PCI-E) to plug in a compatible GPU (like 7900 GTX) to a much newer laptop. All laptops using Broadwell or older CPU will have usable USB 2.0 ports which Windows 98 SE can use. Then you use cheap USB audio card for sound. For LAN, either find laptop with compatible Realtek chip or use USB Ethernet Card compatible with 98SE. For WiFi, use USB WiFi card that works with 98SE (might be limited to WPA1 only), such as Rosewill RNX-G1, TRENDnet TEW-424UB or USR5422. Of course you also need HIMEMX and rloew's RAM Patch (You can also use rloew's AHCI driver to avoid using IDE compatibility mode, you can also use the TRIM utility by rloew if planning on using an SSD) It's more flexible than trying to pinpoint a specific model. You might not agree with me, but that's how I see it Of course portability goes out of the window...unless you get really creative with tape
    1 point
  13. Quadro Fx 1400 nearest equivalency is the GeForce 6800 which should not be a problem. I tried visiting GPUreview but all I get is a blank screen even on latest Chrome. This is strange as even IE6 should work I would think.
    1 point
  14. I patched the 78 build but,.. I see this browser is logging mouse movements In Process Explorer, I/O Total Delta Bytes show fast numbers when mouse is moved on top of browser pages (regardless or active or inactive window). Any new tab first attempts to contact *.cn domains I guess, still some things remain unpatched
    1 point
  15. I've switched to Waterfox(x64) 56.2.12, and on the site where I work, I'm using a Custom User Agent String to make it look like Firefox, in case they have any problem with it. It's FF without the telemetry but with the security updates, and I've kept all my XUL extensions. The extensions have been preserved on several sites. https://www.waterfox.net/releases/ SeaMonkey is also a good substitute.
    1 point
×
×
  • Create New...