roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200404-844f7d3f-uxp-90a9bc221-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200404-844f7d3f-uxp-90a9bc221-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: - Update platform commit pointer (c5330331) - Add a superclobber command to evolving mach stub (e4910e47) - Update HWA prefs for mail (ccff9103) - Update platform commit pointer (b5580923) - Stop pretending the Interlink version doesn't have 52.9 in it. (9bf5cb7e) - Clear removed-files for Interlink (ba05a4e1) - Prefix fake-mach variables so they don't overwrite env vars (54ae5e00) - Update platform commit pointer (844f7d3f) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200404-id-088353e-ia-041bf6a-uxp-90a9bc221-xpmod.7z For UXP changes please see above. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200404-4662b4f-uxp-90a9bc221-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200404-4662b4f-uxp-90a9bc221-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-20200404-4662b4f-uxp-90a9bc221-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-20200404-576a8f254-uxp-90a9bc221-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win64-git-20200404-576a8f254-uxp-90a9bc221-xpmod.7z Official UXP changes since my last build: - Issue #1471 - Fix building on sparc64 Linux Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64. This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204. (f7c9359b2) - Issue #1467 - Part 1: Set up conditional NSS-SQL builds. (2a4827ea4) - Issue #1467 - Part 1b: Fix type and make moz.configure happy. (6b3fbe9ef) - Issue #1467 - Part 2: Make the PBKDF rounds adaptive to choice of NSS db (09abc1063) - Issue #1467 - Part 3: Use UTF-8 file paths for NSS-SQL database. (6cbe27d14) - Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE. (6f1d8fcce) - Merge pull request #1487 from MoonchildProductions/1467 (0212d6181) - Issue #1491 - Part 1: Update nsCocoaFeatures for newer versions of MacOS X. (c1633db6d) - Issue #1491 - Part 2: Disable a workaround on macOS 10.14+ for an Apple bug described in Mozilla bug 378645 involving popup windows that was fixed by Apple. (10a45dfda) - Merge pull request #1492 from dbsoft/PopupWindowFixes (9308c03f5) - Issue #447 - Update HSTS preload list (cc9b40cc2) - Issue #1473 - Fix building `%OS_SLICE%` on non-Windows platforms (e74509ec5) - Take nsSiteSecurityService out of UNIFIED_SOURCES (bc127ada3) - Issue #1499 - Re-import ExtensionStorage.jsm (5e03c9ad4) - Issue #1498 - Part 1: Stop using HSTS preload lists. (595c8d53d) - Issue #1498 - Part 1: Stop persisting preload states. (09a229c70) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (e54e59827) - Issue #1498 - Part 3: Remove support for storing "knockout" values. (9c4aef867) - Issue #1498 - Part 4: Remove clearPreloads. (8ea2c0d5e) - Issue #1498 - Part 5: Update SSService CID and correct mismatch. (50ebd3507) - Issue #1498 - Part 6: Remove STS preloadlist pref. (e9723a6fd) - Issue #1280 - Part 1: Remove HPKP components. (55aa6ce7b) - Issue #1280 - Part 2: Remove HPKP tests. (0afd46b48) - Update README.md (d19bcaf4b) - Issue #1497 Revert "MoonchildProductions#1251 - Part 19" "Make the unpreprocessed file script work on Solaris." (2dfd75f7f) - Issue #1497 Revert "Check if there are any unpreprocessed files" (e51d9fbc1) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (070eca4c2) - Teach config.guess to know if we want to build 32 or 64 bit builds on Windows (9a31bea93) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (6676a7d6f) - Merge pull request #1472 from JMadgwick/master (1039487b7) - Merge pull request #1494 from JustOff/PR_osslice_non_windows (568ea8dea) - Merge pull request #1500 from MoonchildProductions/1280 (f2b6fd248) - Revert "Only state the stop notification for JSDownloads in nsWebBrowserPersist::EndDownload" (0750e2d3c) - Properly fix crash in nsDownloadManager when repeatedly pausing and resuming a download (61d3be474) - Issue #1280 - Stop requesting HPKP state from within devtools. (3bc5d67c9) - Issue #1501 - Un-bust building of NSS after update to 3.48 on Solaris. (389f436c1) - Issue #1280 - Un-bust certerror pages and ForgetAboutSite (a205ee704) - Merge pull request #1502 from athenian200/nss348_solaris (d42beba47) - Explicitly remove dist/bin before mozbuild's install_manifests get a hold of it (85ab34e50) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (f35d93396) - Output webidl filenames as they are processed (c6eccd0e6) - Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp (d4afddfad) - Revert "Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp" (48a2e680c) - Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp (66741ca7f) - Issue #65 - Fix unprocessed directives in WebRequest.jsm (065ec07d6) - Merge pull request #1504 from JustOff/PR_fix_WebRequest_jsm (90a9bc221) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#1360 - Align basilisk FE with this change (a9800c5) - Issue MoonchildProductions/UXP#1360 - Fix typo (4662b4f) Official Pale-Moon changes since my last build: - Issue #1495 - Fix aborting typo and bump UI version to re-migrate. (23c9a3911) - Revert "Change sessionstore cache behavior to soft refresh" (7b5c1e916) - Update Build Instruction urls (b4e16d784) - Re-enable sessionstore cache soft refresh (cf12c10d6) - Version bump (83adaa207) - Update platform branch pointer (18f255945) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (80a7b72b0) - Issue MoonchildProductions/UXP#1280 - Remove HPKP from Pale Moon (f3ea9fbbb) - [prefs] Fix linkage between HWA layers and Direct2D. (ecacb67c2) - Update platform branch pointer (03e70a666) - Issue #1748 - Remove Windows rule from osx CSS (1d863ac33) - Issue #1745 - Stop using deprecated calls to getMostRecent() (431c6d0b5) - Merge pull request #1749 from SpockFan02/patch-2 (fbee575a2) - Issue #1750 - Add pref to show edit panel upon starring new bookmark. (0e43da020) - Make OS X default theme integrate better (d58095861) - Update platform branch pointer (e5b37c3fe) - Issue #1754 - Update browser-gestureSupport to work on UXP Based on https://hg.mozilla.org/mozilla-central/file/fb921354f6ca063a873725e6702156dece1d282c/browser/base/content/browser-gestureSupport.js (0226d80c6) - Merge pull request #1752 from Lootyhoof/osx-theme (485f867df) - Merge pull request #1755 from SpockFan02/history-swipe-gestures (ceaedd24a) - Revert "Issue #1754 - Update browser-gestureSupport to work on UXP" (81f0c6986) - Issue #1754 - Update browser-gestureSupport to work on UXP Based on https://hg.mozilla.org/mozilla-central/file/fb921354f6ca063a873725e6702156dece1d282c/browser/base/content/browser-gestureSupport.js (576a8f254) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
it is better to use 1.16 legacy version instead. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
oh yeah, typo fixed -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
advance notice: due to lack of sufficient commits in upstream: https://github.com/MoonchildProductions/UXP/compare/90a4813d1...5e03c9a there may be no build to be provided tomorrow. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
try with official build in win7, if problem persists then report it to upstream. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
I'm NOT going to create MAR packages for its internal update function. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20200321.7z Changelog: Out-of-tree changes: * update Goanna3 to git 823a79830..f875e0174: - missed log of changes from `dev' branch of rmottola/Arctic-Fox in last rev: - Bug 1067325 - Extract view source core to support tabs. r=mconley (6cc543c74) - Bug 1067325 - Selection source in tab via frame scripts. r=mconley (b1c660e14) - Bug 1168095 - Repair view source from sidebar pages. r=Gijs (69eb019b7) - Bug 1168198 - Avoid popups for view source tabs. r=Gijs (0b87e7a52) - Bug 1165599 - Restore basic external view source. r=jsantell (638d48dcc) - Bug 1067325 - MathML source in tab. r=mconley (ec62fcfff) - fix typo (b1f8263de) and import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1108382 - Part 11: Do not use non-standard flag argument of String.prototype.replace in services/. r=rnewman (5f5489886) - Bug 1108382 - Part 1: Do not use non-standard flag argument of String.prototype.match/replace in browser/. r=gavin (521e635ee) - Bug 1108382 - Part 4: Do not use non-standard flag argument of String.prototype.replace in build/pgo/. r=jandem (5b7ccea73) - Bug 1108382 - Part 5: Do not use non-standard flag argument of String.prototype.replace in docshell/test/unit/. r=gavin (190ee614d) - Bug 1108382 - Part 6: Do not use non-standard flag argument of String.prototype.replace in dom/. r=peterv (1d1b106e1) - Bug 1108382 - Part 7: Do not use non-standard flag argument of String.prototype.replace in dom/mobileconnection/gonk/. r=echen (75900945a) - Bug 1108382 - Part 8: Do not use non-standard flag argument of String.prototype.replace in dom/payment/. r=fabrice (488287230) - Bug 1108382 - Part 9: Do not use non-standard flag argument of String.prototype.replace in js/src/. r=jandem (b83bb5035) - Bug 1108382 - Part 12: Do not use non-standard flag argument of String.prototype.replace in testing/web-platform/tests/. r=jgriffin (f10414227) (15985b512) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1160428 - Fix theoretical take picture memory leak uncovered by coverity. r=aosmond (2b72701ba) - Bug 1112469 - Part 2: Update the service workers in the parent and all child processes every day; r=nsm (d8eaeaedd) - Bug 1112469 - Part 3: Add a unit test for ensuring that the nsIServiceWorkerManager.updateAllRegistrations() API works correctly; r=nsm (072b9ec24) - Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus (794b17e4c) - Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen (1b6dca51f) - Bug 1148996 - Remove selected lightweight theme for mochitest and xpcshell tests;r=jmaher (0dc3f12a6) - Bug 1112469 - Part 4: Disable periodic updates of service workers when running tests; r=nsm (9246723ec) - Bug 1112469 - Part 5: Actually test the code path that handles the idle-daily message; r=nsm (e36f40711) - Bug 1112469 follow-up: Disable the test everywhere for now since it seems that bug 1151974 hits more than just Windows (07456472e) (23315ea02) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1127380, part 1 - Initial implementation of AnimationPlayer.playbackRate. r=birtles, r=smaug (c63596c12) - Bug 1109390 part 1 - Add tests for getting the startTime; r=jwatt (95c897961) - Bug 1109390 part 2 - Remove some unneeded startTime tests; r=jwatt (0a1cfd600) - Bug 1109390 part 3 - Clear the start time when playing a player; r=jwatt (602e1a61b) - Bug 1109390 part 4 - Make DevTools animation actor wait for asynchronous pause; r=pbrosset (593f802c4) - Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt (89c5dd416) - Bug 1109390 part 6 - Generalize PendingPlayerTracker to support pausing as well; r=jwatt (ec2c7fa00) - Bug 1109390 part 7 - Rename PendingPlayerTracker's Start* methods to Trigger*; r=jwatt (46a085548) - Bug 1109390 part 8 - Rename Start* methods in AnimationPlayer to Trigger*; r=jwatt (f46c222d3) - Bug 1109390 part 9 - Call Trigger* on pause-pending players; r=jwatt (8b72f2839) - Bug 1109390 part 10 - Add an enum to AnimationPlayer to represent if we are pause-pending or play-pending; r=jwatt (9fb754d91) - Bug 1109390 part 11 - Make IsPossiblyOrphanedPendingPlayer deal with pause-pending players too; r=jwatt (642e9133e) - Bug 1109390 part 12 - Update IsPaused to handle pause-pending players as well; r=jwatt (9247d22f7) - Bug 1109390 part 13 - Cancel pending pauses as well as pending plays; r=jwatt (a2c3708ba) - Bug 1109390 part 14 - Update AnimationPlayer::DoPlay to re-use the ready promise appropriately; r=jwatt (4e8eaff41) - Bug 1109390 part 15 - Update AnimationPlayer::SetCurrentTime to cancel any pending pause tasks; r=jwatt (a822566a3) - Bug 1109390 part 16 - Update IsCurrent to take a player parameter; r=jwatt (ba7aec3b6) - Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt (0e4486eeb) - Bug 1125455 patch 1 - Add boolean for whether an animation of a property wins in the CSS cascade. r=birtles (e43322414) - Bug 1125455 patch 2 - Set mWinsInCascade for transitions based on whether there are animations. r=birtles (868dd989b) - Bug 1125455 patch 3 - Add mochitests for animations overriding transitions. r=birtles (2c6da7b10) - Bug 1125455 patch 4 - For main-thread application of transitions, don't apply transitions when animations are also running. r=birtles (234cc5b35) - Bug 1125455 patch 5 - Add Animation::GetAnimationOfProperty. r=birtles (fbae3f252) - Bug 1125455 patch 6 - Only search the properties list of the animation once when adding animations to the compositor. r=birtles (4cef6c912) - Bug 1125455 patch 7 - For compositor-thread application of transitions, don't apply transitions when animations are also running. r=birtles (8ace81513) - Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt (ca3e8cc89) - Bug 1109390 part 20 - Add an options flag to GetAnimationsForCompositor to control; r=jwatt (8fc1333e2) - Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt (e67f39ee1) - Bug 1074630, part 1 - Implement Web Animations finishing behavior. r=birtles, r=smaug (35ae542f0) - Bug 1074630, part 2 - CSS animations tests for Web Animations finishing behavior. r=birtles (4ea68bbde) - Bug 1109390 part 22 - Add AnimationPlayer::PauseAt to complete a pending pause; r=jwatt (4d21ad5dc) - Bug 1109390 part 23 - Add aborted pause behavior; r=jwatt (cde050c71) - Bug 1145246, part 1 - Rename Animatable.getAnimationPlayers() to Animatable.getAnimations(), but leave the old name an an alias for the new. r=birtles, r=smaug (51944e2d7) - Bug 1143314 - Don't use very short transition/animation durations in test_animation_observers.html. r=birtles (0175c3c6f) - Bug 1145912 - Make single_transition_reversed and multiple_transitions more robust. r=birtles (a751f2b37) - small fix of missing bit 1143314 (03166361e) - Bug 1145246, part 2 - Update Web Animations code and tests for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (353d517c5) - Bug 1145246, part 3 - Update layout code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (0188d8049) - Bug 1145246, part 4 - Update devtools code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=pbrosset (20d196cc5) - Bug 1145246, part 5 - Remove the Animatable.getAnimationPlayers() alias for Animatable.getAnimations(). r=birtles, r=smaug (b6804f2f6) - Bug 1145246, part 6 - Remove disabled code from AnimationPlayer::ComposeStyle. r=birtles (f7d5d6f7b) - Bug 1145246, part 7 - Add more CSS animation tests to check currentTime clamping. r=birtles (7cc762bbb) - Bug 1109390 part 24 - Use wallclock time when refreshing the style of animations that need to be synchronized with the compositor; r=jwatt (d7a0e4a84) - Bug 1109390 part 25 - Make pausing asynchronous (a2121bcdb) - Bug 1109390 part 26 - Add further tests for ready promise when pausing; r=jwatt (7a20f21c8) - Bug 1109390 part 27 - Add further test to test_animations-pausing.html for cancelling a pause by setting the current time; r=jwatt (84ac66241) - Bug 1109390 part 28 - Add tests for the AnimationPlayer.startTime when pausing asynchronously; r=jwatt (9f722dc20) (ef8889749) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1147491, part 1 - Fix playbackRate crash due to integer rounding causing divide-by-zero. r=dholbert (7726fc9ce) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (073909011) - Bug 1147491 - Partially backout part 2 while figuring out B2G orange. r=orange CLOSED TREE (b37b02f50) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (ca7cffb4d) (f875e0174) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200321-f875e0174-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200321-f875e0174-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200321-f875e0174-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200321-f875e0174-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - missed log of changes from `dev' branch of rmottola/Arctic-Fox in last rev: - Bug 1067325 - Extract view source core to support tabs. r=mconley (6cc543c74) - Bug 1067325 - Selection source in tab via frame scripts. r=mconley (b1c660e14) - Bug 1168095 - Repair view source from sidebar pages. r=Gijs (69eb019b7) - Bug 1168198 - Avoid popups for view source tabs. r=Gijs (0b87e7a52) - Bug 1165599 - Restore basic external view source. r=jsantell (638d48dcc) - Bug 1067325 - MathML source in tab. r=mconley (ec62fcfff) - fix typo (b1f8263de) and import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1108382 - Part 11: Do not use non-standard flag argument of String.prototype.replace in services/. r=rnewman (5f5489886) - Bug 1108382 - Part 1: Do not use non-standard flag argument of String.prototype.match/replace in browser/. r=gavin (521e635ee) - Bug 1108382 - Part 4: Do not use non-standard flag argument of String.prototype.replace in build/pgo/. r=jandem (5b7ccea73) - Bug 1108382 - Part 5: Do not use non-standard flag argument of String.prototype.replace in docshell/test/unit/. r=gavin (190ee614d) - Bug 1108382 - Part 6: Do not use non-standard flag argument of String.prototype.replace in dom/. r=peterv (1d1b106e1) - Bug 1108382 - Part 7: Do not use non-standard flag argument of String.prototype.replace in dom/mobileconnection/gonk/. r=echen (75900945a) - Bug 1108382 - Part 8: Do not use non-standard flag argument of String.prototype.replace in dom/payment/. r=fabrice (488287230) - Bug 1108382 - Part 9: Do not use non-standard flag argument of String.prototype.replace in js/src/. r=jandem (b83bb5035) - Bug 1108382 - Part 12: Do not use non-standard flag argument of String.prototype.replace in testing/web-platform/tests/. r=jgriffin (f10414227) (15985b512) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1160428 - Fix theoretical take picture memory leak uncovered by coverity. r=aosmond (2b72701ba) - Bug 1112469 - Part 2: Update the service workers in the parent and all child processes every day; r=nsm (d8eaeaedd) - Bug 1112469 - Part 3: Add a unit test for ensuring that the nsIServiceWorkerManager.updateAllRegistrations() API works correctly; r=nsm (072b9ec24) - Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus (794b17e4c) - Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen (1b6dca51f) - Bug 1148996 - Remove selected lightweight theme for mochitest and xpcshell tests;r=jmaher (0dc3f12a6) - Bug 1112469 - Part 4: Disable periodic updates of service workers when running tests; r=nsm (9246723ec) - Bug 1112469 - Part 5: Actually test the code path that handles the idle-daily message; r=nsm (e36f40711) - Bug 1112469 follow-up: Disable the test everywhere for now since it seems that bug 1151974 hits more than just Windows (07456472e) (23315ea02) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1127380, part 1 - Initial implementation of AnimationPlayer.playbackRate. r=birtles, r=smaug (c63596c12) - Bug 1109390 part 1 - Add tests for getting the startTime; r=jwatt (95c897961) - Bug 1109390 part 2 - Remove some unneeded startTime tests; r=jwatt (0a1cfd600) - Bug 1109390 part 3 - Clear the start time when playing a player; r=jwatt (602e1a61b) - Bug 1109390 part 4 - Make DevTools animation actor wait for asynchronous pause; r=pbrosset (593f802c4) - Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt (89c5dd416) - Bug 1109390 part 6 - Generalize PendingPlayerTracker to support pausing as well; r=jwatt (ec2c7fa00) - Bug 1109390 part 7 - Rename PendingPlayerTracker's Start* methods to Trigger*; r=jwatt (46a085548) - Bug 1109390 part 8 - Rename Start* methods in AnimationPlayer to Trigger*; r=jwatt (f46c222d3) - Bug 1109390 part 9 - Call Trigger* on pause-pending players; r=jwatt (8b72f2839) - Bug 1109390 part 10 - Add an enum to AnimationPlayer to represent if we are pause-pending or play-pending; r=jwatt (9fb754d91) - Bug 1109390 part 11 - Make IsPossiblyOrphanedPendingPlayer deal with pause-pending players too; r=jwatt (642e9133e) - Bug 1109390 part 12 - Update IsPaused to handle pause-pending players as well; r=jwatt (9247d22f7) - Bug 1109390 part 13 - Cancel pending pauses as well as pending plays; r=jwatt (a2c3708ba) - Bug 1109390 part 14 - Update AnimationPlayer::DoPlay to re-use the ready promise appropriately; r=jwatt (4e8eaff41) - Bug 1109390 part 15 - Update AnimationPlayer::SetCurrentTime to cancel any pending pause tasks; r=jwatt (a822566a3) - Bug 1109390 part 16 - Update IsCurrent to take a player parameter; r=jwatt (ba7aec3b6) - Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt (0e4486eeb) - Bug 1125455 patch 1 - Add boolean for whether an animation of a property wins in the CSS cascade. r=birtles (e43322414) - Bug 1125455 patch 2 - Set mWinsInCascade for transitions based on whether there are animations. r=birtles (868dd989b) - Bug 1125455 patch 3 - Add mochitests for animations overriding transitions. r=birtles (2c6da7b10) - Bug 1125455 patch 4 - For main-thread application of transitions, don't apply transitions when animations are also running. r=birtles (234cc5b35) - Bug 1125455 patch 5 - Add Animation::GetAnimationOfProperty. r=birtles (fbae3f252) - Bug 1125455 patch 6 - Only search the properties list of the animation once when adding animations to the compositor. r=birtles (4cef6c912) - Bug 1125455 patch 7 - For compositor-thread application of transitions, don't apply transitions when animations are also running. r=birtles (8ace81513) - Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt (ca3e8cc89) - Bug 1109390 part 20 - Add an options flag to GetAnimationsForCompositor to control; r=jwatt (8fc1333e2) - Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt (e67f39ee1) - Bug 1074630, part 1 - Implement Web Animations finishing behavior. r=birtles, r=smaug (35ae542f0) - Bug 1074630, part 2 - CSS animations tests for Web Animations finishing behavior. r=birtles (4ea68bbde) - Bug 1109390 part 22 - Add AnimationPlayer::PauseAt to complete a pending pause; r=jwatt (4d21ad5dc) - Bug 1109390 part 23 - Add aborted pause behavior; r=jwatt (cde050c71) - Bug 1145246, part 1 - Rename Animatable.getAnimationPlayers() to Animatable.getAnimations(), but leave the old name an an alias for the new. r=birtles, r=smaug (51944e2d7) - Bug 1143314 - Don't use very short transition/animation durations in test_animation_observers.html. r=birtles (0175c3c6f) - Bug 1145912 - Make single_transition_reversed and multiple_transitions more robust. r=birtles (a751f2b37) - small fix of missing bit 1143314 (03166361e) - Bug 1145246, part 2 - Update Web Animations code and tests for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (353d517c5) - Bug 1145246, part 3 - Update layout code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (0188d8049) - Bug 1145246, part 4 - Update devtools code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=pbrosset (20d196cc5) - Bug 1145246, part 5 - Remove the Animatable.getAnimationPlayers() alias for Animatable.getAnimations(). r=birtles, r=smaug (b6804f2f6) - Bug 1145246, part 6 - Remove disabled code from AnimationPlayer::ComposeStyle. r=birtles (f7d5d6f7b) - Bug 1145246, part 7 - Add more CSS animation tests to check currentTime clamping. r=birtles (7cc762bbb) - Bug 1109390 part 24 - Use wallclock time when refreshing the style of animations that need to be synchronized with the compositor; r=jwatt (d7a0e4a84) - Bug 1109390 part 25 - Make pausing asynchronous (a2121bcdb) - Bug 1109390 part 26 - Add further tests for ready promise when pausing; r=jwatt (7a20f21c8) - Bug 1109390 part 27 - Add further test to test_animations-pausing.html for cancelling a pause by setting the current time; r=jwatt (84ac66241) - Bug 1109390 part 28 - Add tests for the AnimationPlayer.startTime when pausing asynchronously; r=jwatt (9f722dc20) (ef8889749) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1147491, part 1 - Fix playbackRate crash due to integer rounding causing divide-by-zero. r=dholbert (7726fc9ce) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (073909011) - Bug 1147491 - Partially backout part 2 while figuring out B2G orange. r=orange CLOSED TREE (b37b02f50) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (ca7cffb4d) (f875e0174) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200321-b9d4061c-uxp-90a4813d1-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200321-b9d4061c-uxp-90a4813d1-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: - Update platform commit pointer (e935ea79) - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (b9d4061c) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200321-id-088353e-ia-041bf6a-uxp-90a4813d1-xpmod.7z For UXP changes please see above. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200321-b0429df-uxp-90a4813d1-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200321-b0429df-uxp-90a4813d1-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-20200321-b0429df-uxp-90a4813d1-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.0a1.win32-git-20200321-cef212cb8-uxp-90a4813d1-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200321-cef212cb8-uxp-90a4813d1-xpmod.7z Official UXP changes since my last build: - Issue #1485 - Fix incorrect grid cell sizing to min/max space. (b3a4b8361) - Issue #1477 - Fix finding config.guess on builds not using MOZ_OBJDIR (157a4abbc) - Merge pull request #1486 from MoonchildProductions/1485 (a1f53ada5) - Issue #1482 - Give dynamic SSUAO rules priority over static ones (a20f20883) - Merge pull request #1484 from JustOff/PR_ssuao_priority (60ea1e85f) - Issue #1355 - Make addition of cell border display items depend on whether they should be drawn. (6d504711a) - [network] Cherry-pick various sctp lib upstream fixes. (22fc22035) - [js] Remove pointless MakeMRegExpHoistable optimization. (54f44bb62) - [DOM] Make sure to exit fullscreen mode if popups are opened or focused. (9550c68d7) - [devtools] Properly escape method arguments for curl. (90a4813d1) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#1473 - Use `%OS_SLICE%` macro in SSUAO to refine OS info (95a9a47) - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (a7b58de) - Merge pull request #9 from dbsoft/CatalinaBuildFixes (492f648) - Update back-end branch pointer (045c1bc) - Merge pull request #10 from JustOff/PR_ssuao_os_slice (b0429df) Official Pale-Moon changes since my last build: - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (973848504) - Merge pull request #1739 from dbsoft/CatalinaBuildFixes (7bd3fbe08) - Change geolocation pref for official releases to https (645b50d09) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (cef212cb8) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
for https://mapa.targeo.pl/ , you need to maximize window before loading the page for iceape, you need to ask hyperbola. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
why not use plain text instead? for libportable, its source integrated to Serpent/moebius. for iceweasel, you may just use Serpent/UXP instead. for now I have no intention to build iceweasel-uxp for win32/64. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
mobile version at least it is less broken than desktop version as KaiOS gets some attention from github. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
because it is v27. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firefox 45ESR: Test binary: SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.21-20200314-9ee901b50-win32-sse.7z IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.21-20200314-9ee901b50-win32-ia32.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #593: M1613943 M1613765 M1614971 (e901c0a71) - #593: M1608256 (disable optimization) (6dc231866) - #593: M1608256 (and clean up code) (38794a041) - #593: update pins, TLDs, preloads (e2317e41e) - #585: this better fix it dammit (c96c477b1) (8e2439d77) - ported change from mozilla upstream: bug1243586 (9ee901b50) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20200314.7z Changelog: Out-of-tree changes: * update Goanna3 to git fa6c62b3e..823a79830: - Revert "Merge pull request #4 from roytam1/af-frontend-merge" (a25e90d83) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 828137, part 1 - Make Object.defineProperty fail on window elements. r=bz. (0e99de18f) - Bug 828137, part 2 - Make [[Set]] always fail on window elements. With this change, `window[0] = null;` is a TypeError in strict mode code. r=bz. (ec813e6f9) - Bug 1194270 - Tell the cycle collector about more fields of nsGlobalWindow. r=khuey (680fa0fc2) - Bug 1145997 - Suppress GC in debugger GC callback r=sfink (b17bda8a1) - Bug 1066812 - Set AbortOnError in the ContentProcess on initialization. r=billm. (0febc884c) (835407a36) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1141234 - Part 1: Abstract PossiblyFail into the OOM testing machinery; r=sfink (9c714f28b) - Bug 1141234 - Part 3: Share the code to allocate a tenured thing; r=sfink (a9dcaee40) - Bug 1141234 - Part 4: Move off-thread object allocation above unimplementable operations; r=sfink (fc1480920) - Bug 1141234 - Part 5: Inline the one user of ShouldNurseryAllocate; r=sfink (5942d4ee0) - Bug 1141234 - Part 6: Namespace the allocator into GCRuntime; r=sfink (3551d26d0) - Bug 1141234 - Part 7: Reorder the allocator methods for clarity; r=sfink (37648e33b) - Bug 1146216 - Remove MakeSlotArray(), because it's dead. r=terrence. (c875a96b4) - No Bug - Document the allocation functions; r=sfink (37e33c324) - Bug 1139152 - IonMonkey: Fix compiler issues with DebugOnly on CLOSED TREE (4752df20a) - Bug 1120655 - Rename lastGC -> destroyingRuntime, r=terrence (aba50c1a0) - Bug 1125101 - Incrementalise compacting GC by zones r=terrence (81b34a24e) - Bug 1125101 - Check budget in incremental compaction r=terrence (04ec594b8) - Bug 1143042 - Switch AllocKind iteration over to range-based for loops. r=terrence (bbe150576) - Bug 1146662 - Refactor ArenasToUpdate::next to work with a range-based for loop. r=jonco (8180076a1) - Bug 1148214 - Replace manual AllocKind range checks with a few centralized functions. r=terrence (e4df93103) - pointer style (a5fc14f9e) - Bug 1146696 - Don't assume there are no arenas available after last ditch GC. r=terrence (e0c6ac0ff) - pointer style (944dfaf3f) - Bug 1140166 - Move OOM GC up to the top level of the allocator; r=jonco (868f37fdf) - Bug 1149135 - Don't create HashMapEntry on stack when adding to a HashMap r=luke (1534fefbd) (3861424cd) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1142434 - Remove moz_strdup/moz_strndup, nothing uses them. r=njn (80a83783f) - Bug 1142434 - Remove moz_memalign/moz_valloc, nothing uses them. r=njn (a82dd581d) - Bug 1147248 - GCC 4.9 needs this patch to use address sanitizer. r=glandium (07ab484ae) - Bug 1145051: Replace uses of NS_ATTR_MALLOC with new MOZ_ALLOCATOR from mfbt/Attributes.h. r=glandium (d16d742c7) - Bug 1145051: Don't include xpcom-config.h from mozalloc.h; it's unused. r=glandium (1334c1a1e) - Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium (9bb03668f) (e419c1054) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149015 - Part 1: Remove some use of expression closure from jstests ecma_7/. r=sfink (9e6dff3a8) - Bug 1149015 - Part 2: Remove some use of expression closure from jstests js1_8_5/extensions. r=luke (d80e17569) - pointer style (dc30e1d39) - Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley (50af5e1dc) - Bug 1079919 - Part 1: Support RegExp in Xray. r=bholley (d0f45192d) - Bug 1079919 - Part 2: Make RegExp.prototype.toString to be a generic function. r=Waldo (526f2f611) - Bug 1079919 - Part 3: Add test for RegExp.prototype properties in webconsole. r=fitzgen (e5d0382d4) - Bug 1079919 - Part 4: Add Xray test for RegExp.prototype.toString. r=bholley (29abe5b23) - Bug 1149015 - Part 3: Remove some use of expression closure from jit-test r=luke (393393b8b) - Bug 1148899 - Rename isExprClosure/setIsExprClosure/EXPR_CLOSURE to isExprBody/setIsExprBody/EXPR_BODY. r=shu (2dc6c47a4) - Bug 1005110 - Warn about unreachable expression after semicolon-less return. r=efaust (150e54ca0) - Bug 1054755 - Part 0: Rename existing IsRegExp to IsRegExpObject. r=till (a3980bddf) - Bug 1054755 - Part 1: Add Symbol.match. r=till (ea12f0adf) - Bug 1054755 - Part 2: Implement IsRegExp. r=till (440d5f99d) - Bug 1054755 - Part 3: Use IsRegExp in String.prototype.{contains,startsWith,endsWith}. r=till (ff022ec2b) (048ecfb23) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1216972 - AsyncShutdown for content processes. r=froydnj (7af834ad7) - Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric (d6f694ae7) - Bug 1025146 - Modernize ViewSourceUtils to be able to use outerWindowIDs to load document sources. r=jryans. (b37b0c536) - Bug 1025146 - Make viewing the source of a page or frame via the context menu work with remote browsers. r=jryans. (0b29a6ef5) - Bug 1025146 - Update ViewSource tests to account for refactor. r=jryans. (669f9f5ac) - Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws (c60017f97) - Bug 889835 - Use SitePermissions.jsm as the backend for Page Info's Permissions tab. r=jaws (938002b98) - Bug 892378 - Let SitePermissions.jsm handle indexedDB's special use of UNKNOWN_ACTION and ALLOW_ACTION. r=jaws (68f107829) - Bug 894877 - permissions.js onRadioClick tries to pass a host string to SitePermissions.remove, needs to be an nsIURI instead. r=jaws (ed6b34a52) - Bug 1025146 - Modernize viewSource.js to use a frame script. r=jryans. (1e9c1a367) - Bug 1158377 - Make link drag-and-drop work with view source windows o#pened on remote browsers. r=jryans. (54514d89f) - try to cleanup some debugger files, remove apparent osx duplicates (698fe2a46) - Bug 1165050 - Make deprecation warnings in viewSource.js point to the right URL for documentation. r=jryans. (51654351f) (823a79830) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200314-823a79830-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200314-823a79830-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200314-823a79830-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200314-823a79830-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - Revert "Merge pull request #4 from roytam1/af-frontend-merge" (a25e90d83) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 828137, part 1 - Make Object.defineProperty fail on window elements. r=bz. (0e99de18f) - Bug 828137, part 2 - Make [[Set]] always fail on window elements. With this change, `window[0] = null;` is a TypeError in strict mode code. r=bz. (ec813e6f9) - Bug 1194270 - Tell the cycle collector about more fields of nsGlobalWindow. r=khuey (680fa0fc2) - Bug 1145997 - Suppress GC in debugger GC callback r=sfink (b17bda8a1) - Bug 1066812 - Set AbortOnError in the ContentProcess on initialization. r=billm. (0febc884c) (835407a36) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1141234 - Part 1: Abstract PossiblyFail into the OOM testing machinery; r=sfink (9c714f28b) - Bug 1141234 - Part 3: Share the code to allocate a tenured thing; r=sfink (a9dcaee40) - Bug 1141234 - Part 4: Move off-thread object allocation above unimplementable operations; r=sfink (fc1480920) - Bug 1141234 - Part 5: Inline the one user of ShouldNurseryAllocate; r=sfink (5942d4ee0) - Bug 1141234 - Part 6: Namespace the allocator into GCRuntime; r=sfink (3551d26d0) - Bug 1141234 - Part 7: Reorder the allocator methods for clarity; r=sfink (37648e33b) - Bug 1146216 - Remove MakeSlotArray(), because it's dead. r=terrence. (c875a96b4) - No Bug - Document the allocation functions; r=sfink (37e33c324) - Bug 1139152 - IonMonkey: Fix compiler issues with DebugOnly on CLOSED TREE (4752df20a) - Bug 1120655 - Rename lastGC -> destroyingRuntime, r=terrence (aba50c1a0) - Bug 1125101 - Incrementalise compacting GC by zones r=terrence (81b34a24e) - Bug 1125101 - Check budget in incremental compaction r=terrence (04ec594b8) - Bug 1143042 - Switch AllocKind iteration over to range-based for loops. r=terrence (bbe150576) - Bug 1146662 - Refactor ArenasToUpdate::next to work with a range-based for loop. r=jonco (8180076a1) - Bug 1148214 - Replace manual AllocKind range checks with a few centralized functions. r=terrence (e4df93103) - pointer style (a5fc14f9e) - Bug 1146696 - Don't assume there are no arenas available after last ditch GC. r=terrence (e0c6ac0ff) - pointer style (944dfaf3f) - Bug 1140166 - Move OOM GC up to the top level of the allocator; r=jonco (868f37fdf) - Bug 1149135 - Don't create HashMapEntry on stack when adding to a HashMap r=luke (1534fefbd) (3861424cd) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1142434 - Remove moz_strdup/moz_strndup, nothing uses them. r=njn (80a83783f) - Bug 1142434 - Remove moz_memalign/moz_valloc, nothing uses them. r=njn (a82dd581d) - Bug 1147248 - GCC 4.9 needs this patch to use address sanitizer. r=glandium (07ab484ae) - Bug 1145051: Replace uses of NS_ATTR_MALLOC with new MOZ_ALLOCATOR from mfbt/Attributes.h. r=glandium (d16d742c7) - Bug 1145051: Don't include xpcom-config.h from mozalloc.h; it's unused. r=glandium (1334c1a1e) - Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium (9bb03668f) (e419c1054) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149015 - Part 1: Remove some use of expression closure from jstests ecma_7/. r=sfink (9e6dff3a8) - Bug 1149015 - Part 2: Remove some use of expression closure from jstests js1_8_5/extensions. r=luke (d80e17569) - pointer style (dc30e1d39) - Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley (50af5e1dc) - Bug 1079919 - Part 1: Support RegExp in Xray. r=bholley (d0f45192d) - Bug 1079919 - Part 2: Make RegExp.prototype.toString to be a generic function. r=Waldo (526f2f611) - Bug 1079919 - Part 3: Add test for RegExp.prototype properties in webconsole. r=fitzgen (e5d0382d4) - Bug 1079919 - Part 4: Add Xray test for RegExp.prototype.toString. r=bholley (29abe5b23) - Bug 1149015 - Part 3: Remove some use of expression closure from jit-test r=luke (393393b8b) - Bug 1148899 - Rename isExprClosure/setIsExprClosure/EXPR_CLOSURE to isExprBody/setIsExprBody/EXPR_BODY. r=shu (2dc6c47a4) - Bug 1005110 - Warn about unreachable expression after semicolon-less return. r=efaust (150e54ca0) - Bug 1054755 - Part 0: Rename existing IsRegExp to IsRegExpObject. r=till (a3980bddf) - Bug 1054755 - Part 1: Add Symbol.match. r=till (ea12f0adf) - Bug 1054755 - Part 2: Implement IsRegExp. r=till (440d5f99d) - Bug 1054755 - Part 3: Use IsRegExp in String.prototype.{contains,startsWith,endsWith}. r=till (ff022ec2b) (048ecfb23) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1216972 - AsyncShutdown for content processes. r=froydnj (7af834ad7) - Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric (d6f694ae7) - Bug 1025146 - Modernize ViewSourceUtils to be able to use outerWindowIDs to load document sources. r=jryans. (b37b0c536) - Bug 1025146 - Make viewing the source of a page or frame via the context menu work with remote browsers. r=jryans. (0b29a6ef5) - Bug 1025146 - Update ViewSource tests to account for refactor. r=jryans. (669f9f5ac) - Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws (c60017f97) - Bug 889835 - Use SitePermissions.jsm as the backend for Page Info's Permissions tab. r=jaws (938002b98) - Bug 892378 - Let SitePermissions.jsm handle indexedDB's special use of UNKNOWN_ACTION and ALLOW_ACTION. r=jaws (68f107829) - Bug 894877 - permissions.js onRadioClick tries to pass a host string to SitePermissions.remove, needs to be an nsIURI instead. r=jaws (ed6b34a52) - Bug 1025146 - Modernize viewSource.js to use a frame script. r=jryans. (1e9c1a367) - Bug 1158377 - Make link drag-and-drop work with view source windows o#pened on remote browsers. r=jryans. (54514d89f) - try to cleanup some debugger files, remove apparent osx duplicates (698fe2a46) - Bug 1165050 - Make deprecation warnings in viewSource.js point to the right URL for documentation. r=jryans. (51654351f) (823a79830) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200314-0221b544-uxp-41e5925b4-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200314-0221b544-uxp-41e5925b4-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: - Update platform commit pointer (52fe21c1) - Issue MoonchildProductions/UXP#1470 - Removae update.locale from package-manifest (29552cbb) - Make Lightning behave better with themes (#98) (0221b544) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200314-id-088353e-ia-041bf6a-uxp-41e5925b4-xpmod.7z For UXP changes please see above. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200314-7982793-uxp-41e5925b4-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200314-7982793-uxp-41e5925b4-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-20200314-7982793-uxp-41e5925b4-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.0a1.win32-git-20200314-bad6974a7-uxp-41e5925b4-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200314-bad6974a7-uxp-41e5925b4-xpmod.7z Official UXP changes since my last build: - Issue #1470 - Part 1: Refactor UpdateUtils.jsm (aaedcc45f) - Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to UpdateUtils.UpdateChannel in telemetry modules (8baaecd89) - Issue #1470 - Part 3: Remove now unused update.locale (4d80ed3d5) - Update UXP coding style guide with JS guide. (66ab2fa3d) - Merge branch 'updateutils-work' (b14d245a8) - Update UXP coding style guide JS guide. (d0b259532) - Update UXP coding style guide JS guide. (9815e4bdf) - Issue #1474 - Prevent the cp detection from starting if preffed off. (a1e613277) - Update README.md (be415c44c) - Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS info (3c8bc3da7) - Minor update to UXP coding style guideline. (fda8403f5) - Merge pull request #1476 from JustOff/PR_ssuao_os_slice (ccee9ea5b) - Issue #1053 - Remove no longer used function and modules from `UserAgentUpdates.jsm` (ad7526fe7) - Merge pull request #1479 from JustOff/PR_uau_cleanup (e8275b9a1) - Issue #1480 - Skip abspos, fixed, float and placeholders for outline. (8dc520647) - Merge pull request #1481 from MoonchildProductions/1480 (41e5925b4) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/base. (7681bae) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/modules. (f344fb0) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components. (b4fe010) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/feeds. (1f6b5c1) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/migration. (7299c55) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/newtab. (adcbc79) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/places. (4df7e5e) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/preferences. (557de95) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/search. (8f41fcc) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/sessionstore. (dca7343) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/shell. (3e4e590) - Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/sync. (a26d1d4) - Merge branch 'master' of https://github.com/MoonchildProductions/Basilisk into function-syntax (2db2ffe) - Issue MoonchildProductions/UXP#1470 - Removae update.locale from package-manifest (2157bf1) - Fix typo. (d993fef) - Fix typo. (9d98b65) - Merge pull request #7 from athenian200/function-syntax (8418b71) - [SSUAO] Update YouTube overrides to switch to polymer v1 (7982793) Official Pale-Moon changes since my last build: - Issue #1733 - Provide default `ua-update.json` for dynamic user-agent updates (4156970ff) - Merge pull request #1734 from JustOff/PR_ua-update_json (190e56da0) - Issue MoonchildProductions/UXP#1470 - Removae update.locale from package-manifest (114de443e) - Update platform branch pointer (unstable 2020-03-08) (45176742e) - Issue MoonchildProductions/UXP#1473 - Use `%OS_SLICE%` macro in SSUAO to refine OS info (66472110b) - Merge pull request #1740 from JustOff/PR_ssuao_os_slice (dbb5c7abd) - Update back-end branch pointer. (bad6974a7) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
you may try with older language pack -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
you may need a user-agent override for this site. put this line at the end of your pref.js: user_pref("general.useragent.override.pornhub.com","Chrome"); -
I don't think "KM-Goanna" need to be changed, like siria says.
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
try redownload -
since vista, there is extra fields in fontlink to provide H/W proportional scale factor, which is not exist in NT 5.x. if you want Hei font for replacing SimSun, you may find "XHei" in the web.