roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
it is possible, just don't know how slow it is. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New Firefox 45ESR SSE build: http://o.rthost.cf/gpc/files1.rt/firefox-45.9.9-20180610-dba760c99-win32-sse.7z repo changes since last build: - ffmpeg: add dynamic loading LAV DLLs (ported from mypal) (18929e062) - Make HTML Media Elements' preload attribute MSE-spec compliant. (a79ff821b) - [mp4] Don't reject boxes that contains padding but can be easily skipped (88a49bf1a) - ported some upstream mediasource fixes (forget bug numbers, sorry) (dba760c99) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
the text in upper textbox: and which version of new moon you're using (give me archive name you used) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
it just keep loading here, not crashing. and appcompat.txt is no use for debugging. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
further customizations will not be done until pm28 goes beta stage. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firfox 45ESR SSE: test binary: https://o.rthost.cf/gpc/files1.rt/firefox-45.9.9-20180609-5f0c3e1b9-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - bump revision to 45.9.9 (4c5ae2a61) - NSS: update to 3.36.4 (0be45989b) - browserGlue: make use of UserAgentOverrides.jsm (0eaa21209) - NSS: applied bug1451936, bug1464616, bug1464971, bug1465186 (83b85d57f) - nsLayoutUtils: nsIFrame::FlexItemMainSizeOverride() may returning NULL, gruad it before actually using it. Fixed crash when loading plus.google.com. (c8b5c4ec2) - perferences: add TenFourFox Basic AdBlock switch into Advanced -> General -> Browsing panel (5f0c3e1b9) WIP: try to find a fix for playing twitter video (MSE with LAV dlls seems working fine, not committed yet) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180609-ca8d6d010-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180609-ca8d6d010-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z Official repo changes since my last build: - Remove UITour and customize tips. (b109b14de) - Check if there are any unpreprocessed files (0468922b5) - Remove tracking protection tour. (d1a4cabf4) - Remove unused customization tip prefs. (d87c1ea73) - Remove unneeded if condition from SelfSupportBackend module. (04f7940bc) - Update the list of directives and file extensions for check (6a28a5559) - Refine the file extensions even more (ced9c8b9d) - [PALEMOON] Enable update prefs in Unstable branding for Linux (d9984d9e5) - Remove unused code from SelfSupportBackend module. (d38e7b778) - Merge pull request #431 from trav90/updater-work (d308bde8a) - Merge pull request #424 from Ascrod/UITour (571b7cdbe) - Remove SelfSupportBackend module. (ca01936aa) - Add a check to prevent a crash when CSP directives are used with chrome content (7d9e2a108) - Don't search for directives that are never used alone (93774317f) - Update Readability from mozilla-central release branch (FF 60.0). (984dad43a) - [PALEMOON] Package helper.exe so Windows Shell Service actually works on a packaged product (d89e339a5) - Merge pull request #429 from JustOff/PR_unpreprocessed_files (fcc1db69e) - Merge pull request #433 from Ascrod/UITour (dd7046209) - Always build with SSE2 support when using GCC (2eeab8f39) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (963472201) - Merge pull request #436 from Ascrod/readerview (83394569a) - Revert "Reinstate tabMinWidth and tabMaxWidth prefs." (87d742b68) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (88e05fc52) - [PALEMOON] Fix "Open Web Location" (Ctrl-L/Alt-D) when nav toolbar hidden (40ad43a8a) - [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys (8844b141b) - Merge pull request #441 from janekptacijarabaci/pm_findbar_1 (bf11fdd30) - Style clean up + fix typo (0b381c1b3) - Remove an unnecessary comment when closing the dialog (36e5eacbb) - Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk (a1be17c1c) - Issue #303 Part 2: Update build files for the new location (81a891179) - Issue #303 Part 3: Update themes for the new Basilisk location. (031afcafe) - [PALEMOON] Bump version to Alpha 3 (cbce4f0b6) - Merge branch 'move-basilisk' (e3b7744be) - Fix incorrect Pale Moon installer locale paths. (e63c8998c) - Fix Basilisk Mac window menu include path. (5ede0a5d1) - Fix a file path for macOS (fd614f7ce) - Merge pull request #442 from SpockMan02/patch-2 (669b01748) - Merge pull request #440 from janekptacijarabaci/pm_url_2 (e0058147f) - Port our stricter cookie gating. (a421f3816) - Update NSPR to 4.18 (75b3dd4cb) - Update NSS to 3.35-RTM (e10349ab8) - Update build system files for NSS 3.35 (3545238cc) - Restore NSS default storage file format to DBM when no prefix is given. (b2c78bbf8) - Update HSTS preload list generation script (a32e0cb8c) - Increase concurrent lookups to 15 when generating HSTS preload list (3b7938d7a) - Issue #448: Pale Moon: Include pinned tabs when warning about closing tabs with more than one window (cf15c230e) - Add a helper function in PlacesUIUtils.jsm to cater to HiDPI favicon display with #-moz-resolution=w,h (00dee2f05) - Merge pull request #458 from SpockMan02/patch-3 (fde9b4521) - Revert "Restore NSS default storage file format to DBM when no prefix is given." (6f84242a3) - Request NSS to use DBM as the storage file format (660335934) - Revert "Disable TLS 1.3 by default for now until our NSS can be updated to the latest spec." (2dad0ec41) - Restore clearly-delimited format for the HSTS preload list (cef7fcb37) - Fix for loop in Sync quota dialog. (a3a78d42f) - Set sync prefs. (d7da72799) - [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start of browser (051495712) - Fix a comment in browser.js (the FindBar - a tab vs the chrome window's context) (d4e6ea04f) - Merge branch 'NSS-335' (4a71b3036) - backport mozbug #546387: fix assert failure in gtk which prints to the console. (8e9811c71) - Update tzdata in ICU data files to 2018e. (12e3ee769) - Merge pull request #460 from g4jc/gtk_null_fix (99f072c63) - Change inlining of intrinsics. (ff901dc52) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (63d304368) - Using "function()" in browser.js - consistency with the surrounding code (d48914545) - Bug 1458270: Clean up in the shutdown observer. r=milan a=jcristau (6b36aa089) - Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder a=jcristau (e597487f3) - Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. r=ehsan, a=jcristau (f35bf8b65) - Update dimensions early in ClearTarget. (01e813736) - Fix build bustage. (cd96ca11c) - Bug 1462682 - Skia path bounds rounding fix. r=rhunt, a=RyanVM (e810c8a5c) - Account for offsets when creating buffers for image textures. (bd0e550e6) - Bug 1450688. r=bz, a=RyanVM (dc33e9207) - Perform some sanity checks on nsMozIconURI. (835749ed6) - Refactor structured clone JSAPI to prevent mismatched scopes. (0e550f2fb) - string.contains() => string.includes() (440ed92f3) - Merge pull request #459 from janekptacijarabaci/pm_findbar_2 (c8f1b9fc6) - Reinstate string.prototype.contains() (240f52db8) - Regenerate the HSTS preload list (b789cbe5c) - [PALEMOON] Update the pref name for HSTS (e370a636b) - Update kiss-fft to 1.4.0 and disable OpenMP for it. (32ccd283f) - Merge pull request #461 from trav90/HSTS (306f3865c) - Fix count of compacting update tasks started. (f13b39a77) - Bug 1465108 - Use function pointers rather than virtual run method for GC parallel tasks r=sfink a=abillings a=RyanVM (c951c985c) - Bug 1459693 - Ensure the right anonymous element is focused when calling input.focus(). (c631245c9) - Bug 1464829 - Ensure the recover instruction vector has the expected size. (f3657d6b4) - Improve the SSSE3 scaler. (cd4da92df) - Bug 1458264 - Reset UNPACK_SKIP vars when uploading zeros. (887e2c8b1) - Bug 1464784 - Hold a strong ref to the document in callers of ConvertNodesOrStringsIntoNode. r=smaug, a=abillings (fa47c8d42) - Sanity-check in nsStandardURL::Deserialize(). r=mayhemer, a=RyanVM (271f1ef60) - Media: harden TrackID handling. (d7beb75aa) - Make sure the waiting message is actually displayed. (5182fe045) - Partially disentangle FxA from Weave so Pale Moon Sync can work. (fcf214cb3) - [PALEMOON] Add missed strings required by page info (b1ddd8a8a) - Merge pull request #463 from JustOff/PR_pippki_strings (ca8d6d010) My changes since my last build: - Updated NSS to 3.36.4, with patches of bug1464618, bug1465241, Restore-DBM-storage, bug1465186, bug1464616, bug1464971, bug1451936 - fix bustage after rev fcf214cb3 PM28XP *sneak peek* x86 build: Win32 https://o.rthost.cf/palemoon/palemoon-28.0.0a3.win32-git-20180609-ca8d6d010-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.0.0a3.win64-git-20180609-ca8d6d010-xpmod.7z Disclaimer: This sneak peek build is ONLY for previewing next major version. It may contain bugs and/or missing functionality and is NOT ready for daily use. DO NOT use it in production. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New Palemoon 27 Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180609-4463c7031-xpmod.7z 32bit SSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180609-4463c7031-xpmod-sse.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180609-4463c7031-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win64-git-20180609-4463c7031-xpmod.7z source patch against official palemoon: https://o.rthost.cf/palemoon/sources_patches_20180602.7z Official repo changes since my last build: - Clarify status or repo in README. (cbf1d4591) - Update HSTS preload list (d77bbb826) - Merge pull request #1682 from trav90/HSTS-preload-update (500b1e67e) - Fix count of compacting update tasks started. (4463c7031) My changes since my last build: - Updated NSS to 3.36.4, with patches of bug1464618, bug1465241, Restore-DBM-storage, bug1465186, bug1464616, bug1464971, bug1451936 - Updated libpng to 1.6.34+apng -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rthost.cf/kmeleon/KM-Goanna-20180609.7z Changelog: Out-of-tree changes: * update Goanna3 to git be8bcd292..4463c7031: - Clarify status or repo in README. (cbf1d4591) - Update HSTS preload list (d77bbb826) - Merge pull request #1682 from trav90/HSTS-preload-update (500b1e67e) - Fix count of compacting update tasks started. (4463c7031) * My changes since my last build: - Updated NSS to 3.36.4, with patches of bug1464618, bug1465241, Restore-DBM-storage, bug1465186, bug1464616, bug1464971, bug1451936 - Updated libpng to 1.6.34+apng * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
UXP is newer one, basilisk/UXP shares engine with upcoming PaleMoon 28. moebius is older attempt to make a base for PaleMoon 28 with sightly newer Gecko engine(53a1) than UXP(52ESR), which is now deprecated and efforts on this are ported to UXP. -
newer JS engine means faster js execution and better functionality. phoenix-0.5 is TLS 1.0 capable. TLS 1.3 can be done if you fix all C/C++ syntax and new API calls to something VC6 accepts in NSS and NSPR, otherwise only TLS 1.2 and below are available via NSS 3.15.5.
- 334 replies
-
- windows nt
- windows 95
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
you know that KM release post is just a mirror in case KM forum is not working (yeah sf hosting sucks) and IIRC there is not much KM discussions in this thread (before forum HD crashing) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
for PM28, read disclaimer. for PM27, make sure you choose "Firefox compatibility" in Options -> Advanced -> General -> Compatibility. -
since forum is rolled back to February, this thread is lost. And I tried to repost it from my memory. I backported Palemoon-26.5 to vanilla Win2000, and binaries may or may not work on Win9X with KernelEx installed, test binaries here: And discussions in KM forum: http://kmeleonbrowser.org/forum/read.php?19,146040,page=1
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Just got a request of SSE(not SSE2) build, and I updated latest PM27 build post adding SSE build. since 52ESR can't compile as IA32 or SSE, I created 45ESR fork and picking changes from tenfourfox repo. test binary: https://o.rthost.cf/gpc/files1.rt/firefox-45.9.8-20180530-1ff8f7bef-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr (reposted after forum data lost, original date: 30 May 2018) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of post-deprecated basilisk/moebius for XP! * Notice: This repo will not be built on regular schedule. Test binary: Win32 http://o.rths.ml/basilisk/basilisk55-win32-git-20180414-ee7cd5f95-xpmod.7z Win64 http://o.rths.ml/basilisk/basilisk55-win64-git-20180414-ee7cd5f95-xpmod.7z Repo changes: - libogg: updated to upstream rev ea2b95940 (55a47c01a) - libtremor: updated to upstream rev 7c30a6634 (f4566a490) - libvorbis: updated to upstream rev 4d6177c8a (68e402f1c) - libtheora: cherry-picked some fixes from upstream: (d0de8b50e) - Sanity improvements to oc_dec_headerin() error returns. (50fd339b4) - Fix mismatched oc_mb_fill_cmapping11 signature. (12f20c7a5) - Correct an operator precedence error in the visualization code. (6b94bf905) - Remove some redundant NULL checks (de386d3ea) - update unofficial branding to Serpent from upstream UXP (03af66685) - cherry-picked mozilla upstream changes: bug1302340, bug1318792, bug1321502, bug1333631, bug1334047, bug1334281, bug1334590, bug1334972, bug1335619, bug1335654, bug1336044, bug1336098, bug1336229, bug1336349, bug1336481, bug1336899, bug1344443 (ee7cd5f95) -------------------------------------------------- And Palemoon-26.5 playground build (32bit only): http://o.rths.ml/gpc/files1.rt/palemoon-26.5.0.20180413.win32.7z * Notice: MSE patch merged in this repo is not capable to play youtube clips, do not enable it unless you know what you're doing. Repo changes: - libspeex_resampler: update to upstream rev 85e8ad543 and adapted header changes (8d39b7a01) - libogg: updated to upstream rev ea2b95940 (3ff991027) - libtremor: updated to upstream rev 7c30a6634 (c23e1ea54) - libvorbis: updated to upstream rev 4d6177c8a (12f7e15a8) - cherry-picked upstream changes: bug534409, bug829816, bug842181, bug858937, bug860543, bug880318, bug881504, bug884182, bug884718, bug885911, bug886791, bug887566, bug888352, bug888411, bug888551, bug889088 (810f7ed27) - libtheora: cherry-picked some fixes from upstream: - Sanity improvements to oc_dec_headerin() error returns. (50fd339b4) - Fix mismatched oc_mb_fill_cmapping11 signature. (12f20c7a5) - Correct an operator precedence error in the visualization code. (6b94bf905) - Remove some redundant NULL checks (de386d3ea) (879c145fe) -------------------------------------------------- Pale Moon 26.5 for Win2000: updated test binary: https://o.rths.ml/gpc/files1.rt/palemoon-26.5.0-20180516.win2000.7z and updated test binary of K-Meleon 74 with Goanna 2.2(palemoon-26.5) that works in Win2000: https://o.rths.ml/gpc/files1.rt/KM74-g22-20180516.win2000.7z base repo: https://github.com/roytam1/palemoon26/tree/oldvc Changes since last build: - JSCompartment: disable compiling with optimization, check pointers to avoid crash (6bc036e1f) - cherry-picked upstream changes (via tbb-esr24): bug811122, bug922603 (2fa0b15ad) - cherry-picked upstream commit: James Kolb - Bug 889693 - Implement MaskSurface in DrawTargetCairo. r=Bas (d9e56150b) - Restore Win2000 support code (4/x) nsLocalFileWin::CopySingleFile: reverting part of logic to esr10 to avoid CopyFileExW() failing with ERROR_INVALID_PARAMETER in win2000 (81d6870c3) - cherry-picked upstream commit: Bug 895964 - "Could not create service for entry Disk Space Watcher Service" r=bent (d08e200dd) - aboutDialog: remove (Atom/WinXP) tag (9d991aed5) - sqlite: don't use malloc_usable_size() in debug build, which cause unresolved symbol on linking (39900b646) - sqlite: downgrade to esr24-bundled version (3.7.11) for better old OS compatibility softoken: don't use SQLITE_FCNTL_TEMPFILENAME for old sqlite compatibility (8e13ffdc1) - storage: don't use sqlite3_mutex_held()and sqlite3_mutex_notheld() even on debug build, which cause unresolved symbol in vc8 on linking (c7cc15602) - aboutDialog: add back #expand directive (f293e24e2) (reposted after forum data lost, original date: 14 April 2018 and 16 May 2018) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Try disabling ffmpeg can just play with VP8. H.264/AVC/VP9 are too heavy for such system. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
No, since Gecko 48 and newer CANNOT compile as IA32 or SSE build. It requires SSE2. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180602-84d731716-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180602-84d731716-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180409.7z Official repo changes since my last build: - Pale Moon - Fix white tab text for active tab on Mac (e62cb0cb2) - Merge pull request #388 from adeshkp/patch-5 (3f215e15f) - Bug 1394399 - Default Request.credentials to "same-origin" instead of "omit" (e03ae4be5) - Bug 1394399 - Fix mochitests to expect "same-origin" default Request.credentials (240fd66dd) - Bug 1394399 - Fix web-platform-tests to expect "same-origin" default Request.credentials (96357e8a7) - Remove support and tests for HSTS priming from the tree. Fixes #384 (bd8517356) - Merge pull request #390 from janekptacijarabaci/dom_fetch_credentials_1 (d65ac8d5e) - [PALEMOON] [frontend vs backend] Reduce size of PopupBlocking:UpdateBlockedPopups messages (ed4d22f8a) - Display an error on Linux in the absence of SSE2 (b9fc7c5ea) - Always build with SSE2 support when using GCC (03d5c4056) - Tweak SSE/SSE2 GCC flags (c3400bd8e) - Remove extraneous SSE flag (3c3c85983) - Merge pull request #394 from janekptacijarabaci/pm_popup_block_1 (a65c26ccf) - Merge pull request #395 from trav90/buildsystem-work (7840c750d) - Make Pale Moon Windows8WindowFrameColor compatible with global scope. (c3fc250b0) - Only display SSE2 error dialog on 32-bit Linux (7a26ade0a) - Merge pull request #397 from trav90/buildsystem-work (c8409cc60) - Revert "Only display SSE2 error dialog on 32-bit Linux" (de0157a6c) - Merge pull request #398 from MoonchildProductions/revert-397-buildsystem-work (10623b2a3) - Revert "Always build with SSE2 support & display an error if not available" (a147b6826) - Merge pull request #399 from MoonchildProductions/revert-395-buildsystem-work (bee00a4a3) - Port libopus upstream patch. (8b9fe0e35) - [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of Toolkit (351cf2703) - Merge branch 'update.json' (b76b635c9) - Fix typo in 8b9fe0e3582a0578720dc38b4ede57eac90e4594 (13aca83ac) - [WebExAM] Follow up to 351cf2703 (2a36ae70f) - [WebExAM] Deduplicate toolkit/mozapps/webextensions (258eb6ee9) - [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const with var in Pale Moon and TychoAM (170aaecc4) - Merge pull request #404 from janekptacijarabaci/pm_global-scope_1 (6f54c3d1f) - [PALEMOON] [frontend vs backend] Added icons (eef027d44) - [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: osx/global/icons) (72c97ede0) - [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: osx/global/icons) (fad230e40) - [PALEMOON] [frontend vs backend] Remove unused webapps-*.png (chrome://global/skin/icons/webapps-*.png) (ff72a8ae4) - Merge pull request #405 from janekptacijarabaci/pm_themes_icons_1 (9a4b7a5b4) - Limit PNG image dimensions. (ab5785819) - Remove unused webapps icons from Pale Moon (c9518c766) - Remove unused webapps icons files from Pale Moon (1794ada8a) - Merge pull request #407 from JustOff/PR_webapps_cleanup (afd9be500) - Disable HPKP telemetry in Pale Moon. (636d12725) - Fix sec pref locations and enable HPKP checking by default. (d58930d92) - [WebExAM] Use extensions.minCompatibleAppVersion instead of extensions.minCompatiblePlatformVersion for update.json (cf412a59f) - Reinstate tabMinWidth and tabMaxWidth prefs. (6e8846622) - Merge pull request #412 from g4jc/hsts_priming_removal_backport (9f6194d00) - Enable blocking of top-level data: navigation. (e1084c8b2) - [PALEMOON] Fix missed `notifyPluginCrashed.png` on windows and linux (daffc27c5) - [PALEMOON] Package `chrome.manifest` for default theme across all platforms (fa245e46d) - Remove Social API. (5f89c3da6) - Merge pull request #416 from Ascrod/Social (bf1454c8e) - Merge pull request #415 from JustOff/PR_default_theme (14eb8dc7b) - Build - throws a warning: 'rv': unreferenced local variable (b2cc2539f) - Merge pull request #419 from janekptacijarabaci/build_warnings_1 (a516927e1) - [PALEMOON] Use ShellService.jsm to get the shell service in utilityOverlay.js (5441dc0e1) - Rewrite restoreDimensions to account for mismatched CSS/device pixel sizes. (13b342868) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (3ab978b4a) - Remove unused social icons. (318682035) - Pre-process blocklists.js (5df686e5b) - Merge pull request #421 from JustOff/PR_utilityOverlay_ShellService (ec3ddc202) - Merge pull request #423 from Ascrod/Social (271c7b598) - Remove duplicate ifdefs in browser-safebrowsing.js (3107ccaa3) - Merge pull request #427 from Ascrod/master (6d9ebfac9) - Add build config option to disable startup cache precompilation. (13168ba15) - Teach moz.configure about --enable-precompiled-startupcache (d902268f6) - Partially revert safebrowsing commits to fix "tracking protection". (b25f1991c) - Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check. (84d731716) PM28XP *sneak peek* x86 build: Win32 https://o.rthost.cf/palemoon/palemoon-28.0.0a2.win32-git-20180602-84d731716-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.0.0a2.win64-git-20180602-84d731716-xpmod.7z Disclaimer: This sneak peek build is ONLY for previewing next major version. It may contain bugs and/or missing functionality and is NOT ready for daily use. DO NOT use it in production. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New Palemoon 27 Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180602-be8bcd292-xpmod.7z 32bit SSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180602-be8bcd292-xpmod-sse.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180602-be8bcd292-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win64-git-20180602-be8bcd292-xpmod.7z source patch against official palemoon: https://o.rthost.cf/palemoon/sources_patches_20180602.7z Official repo changes since my last build: - Port libopus upstream patch. (9b54bd300) - Fix typo in 9b54bd30006c008b4a951331b273613d5bac3abf (be8bcd292) My changes since my last build: - Port TenFourFox changes: + Update libraries: OTS-5.2.0, graphite2-1.3.10, harfbuzz-1.5.1, woff2-fx57, brotli-1.0.1 + Ported changes: M1396870_M1397304, bug1259677, bug1273828, bug1365602, bug1356755, bug1354294, bug1348454, bug1363963, M1376936_M1375331, bug1371424, bug1354796, bug1365333, bug1373970, bug1377329, bug1362924, M1378147_M1380426, bug1383000, bug1383002, bug1390342, bug1395157, bug1376825, bug1385272 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rthost.cf/kmeleon/KM-Goanna-20180602.7z Changelog: Out-of-tree changes: * update Goanna3 to git 23668d3d5..be8bcd292: - Port libopus upstream patch. (9b54bd300) - Fix typo in 9b54bd30006c008b4a951331b273613d5bac3abf (be8bcd292) * My changes since my last build: - Port TenFourFox changes: + Update libraries: OTS-5.2.0, graphite2-1.3.10, harfbuzz-1.5.1, woff2-fx57, brotli-1.0.1 + Ported changes: M1396870_M1397304, bug1259677, bug1273828, bug1365602, bug1356755, bug1354294, bug1348454, bug1363963, M1376936_M1375331, bug1371424, bug1354796, bug1365333, bug1373970, bug1377329, bug1362924, M1378147_M1380426, bug1383000, bug1383002, bug1390342, bug1395157, bug1376825, bug1385272 * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. -
Last Versions of Software for Windows 2000
roytam1 replied to thirteenth's topic in Windows 2000/2003/NT4
Pale Moon 26.5 for Win2000: updated test binary: https://o.rths.cf/gpc/files1.rt/palemoon-26.5.0-20180516.win2000.7z and updated test binary of K-Meleon 74 with Goanna 2.2(palemoon-26.5) that works in Win2000: https://o.rths.cf/gpc/files1.rt/KM74-g22-20180516.win2000.7z base repo: https://github.com/roytam1/palemoon26/tree/oldvc Changes since last build: - JSCompartment: disable compiling with optimization, check pointers to avoid crash (6bc036e1f) - cherry-picked upstream changes (via tbb-esr24): bug811122, bug922603 (2fa0b15ad) - cherry-picked upstream commit: James Kolb - Bug 889693 - Implement MaskSurface in DrawTargetCairo. r=Bas (d9e56150b) - Restore Win2000 support code (4/x) nsLocalFileWin::CopySingleFile: reverting part of logic to esr10 to avoid CopyFileExW() failing with ERROR_INVALID_PARAMETER in win2000 (81d6870c3) - cherry-picked upstream commit: Bug 895964 - "Could not create service for entry Disk Space Watcher Service" r=bent (d08e200dd) - aboutDialog: remove (Atom/WinXP) tag (9d991aed5) - sqlite: don't use malloc_usable_size() in debug build, which cause unresolved symbol on linking (39900b646) - sqlite: downgrade to esr24-bundled version (3.7.11) for better old OS compatibility softoken: don't use SQLITE_FCNTL_TEMPFILENAME for old sqlite compatibility (8e13ffdc1) - storage: don't use sqlite3_mutex_held()and sqlite3_mutex_notheld() even on debug build, which cause unresolved symbol in vc8 on linking (c7cc15602) - aboutDialog: add back #expand directive (f293e24e2) -
Heard Classilla-9.3.3 ported newer JS engine, I managed to make it work in win32. Don't know if we can integrate it to retrozilla. Phoenix-0.5 with Classilla-9.3.3 fixes: https://o.rthost.cf/gpc/files1.rt/phoenix-0.5-cl933.7z repo: https://github.com/roytam1/classilla/tree/phoenix
- 334 replies
-
- windows nt
- windows 95
-
(and 3 more)
Tagged with:
-
Retrozilla-2.1 with TLS 1.2 support: https://o.rths.cf/gpc/files1.rt/rzbrowser-tls12-20180504.7z repo: https://github.com/roytam1/RetroZilla/tree/tls12
- 334 replies
-
- windows nt
- windows 95
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
PM28 will include av codecs, PM27 needs LAV DLLs.