Jump to content

roytam1

Member
  • Posts

    3,612
  • Joined

  • Last visited

  • Days Won

    415
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. this requires lots of changes in necko component(mozilla's networking component) since the difference is huge between 52esr and trunk for merging TRR and ESNI.
  2. https://www.microsoft.com/en-us/download/details.aspx?id=30629 just don't know if it contains win2000-applicable patch or not.
  3. it uses javascript that PM27 unable to run: 21:35:26.409 TypeError: this is undefined 1 main.0fc02d34c42319b3c0da.bundle.js:1:336925
  4. nope, that's only 3.0 alpha(trunk) and without NSS update (yet). fx3's cairo doesn't work well in NT 3.51(due to missing APIs about glyph drawing)
  5. semi-OT: my fx3nt351 repo is now based on my mozcvs-subtree repo, switched from ehsan/mozilla-cvs-history finally(I thought I could make it happen in 2018, but failed because I was too busy)
  6. Happy New Year! Greetings from Hong Kong (GMT+8).
  7. speechless. let @moderators to moderate and maybe summon @VistaLover for a outsider-friendly explanation for me please?
  8. https://en.oxforddictionaries.com/definition/us/facepalm
  9. same as other XUL based browsers
  10. it consists "MailNews" and "Borealis" (a browser-only Seamonkey application forked by (removed due to request))
  11. since it is a front-end of Gecko engine like what K-Meleon does, you will have restrictions from Gecko side no matter what front-end you use.
  12. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20181229-b1a7d10-uxp-83cd9661c-xpmod.7z Browser-only Suite Win32 (removed due to request) source patch (excluding UXP): (removed due to request) No official repo changes since my last build. For UXP changes please see above.
  13. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20181229-83cd9661c-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20181229-83cd9661c-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win32-git-20181229-83cd9661c-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win64-git-20181229-83cd9661c-xpmod.7z Official repo changes since my last build: - Revise lifetime management of IntersectionObservers. (c9d920e9c) - Intersection ratio should be 1.0 for zero-area intersections. (107a68cb1) - Use targetFrame->GetRectRelativeToSelf() as the initial intersection rect. (0626e1cef) - Map intersectionRect to the coordinate space of the target document. (6cfd7509c) - Use content area as the intersection rectangle ... (fa97cddb3) - Fix singed/unsigned type confusion for intersection threshold. (85d43d68b) - [intersection-observer] Calculate areas using int64_t. (7771a8716) - Re-enable intersection observers with WD spec patches. (4319edc1a) - [PALEMOON] Initialize the search service asynchronously from 'about:home' and 'about:newtab' (cb2f0f614) - Merge pull request #919 from JustOff/nsIBrowserSearchService_async_init (bfedd7d40) - Fix crashiness of IntersectionObservers. (3cf7e874f) - Add performance warnings to Deprecated module. (202e78b73) - Add UXP Coding Style guideline document (WIP) (83cd9661c) My changes since my last build: - update libaom to git rev 9b1252eab0616d2c1f6d7990c6256441c0b6483f
  14. Its javascript engine requires SSE2, it will output SSE2 instructions to processor even you don't use SSE2 to compile it.
  15. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20181222-b1a7d10-uxp-ba81aaf07-xpmod.7z Browser-only Suite Win32 (removed due to request) source patch (excluding UXP): (removed due to request) Official repo changes since my last build: - Fix l10n string for changes in https://github.com/MoonchildProductions/UXP/pull/688 (3049e7e) - [INSPECTOR] Make domi build on its own or as a bundled extension - Part 1: moz.configure (38bfa3e) - [PROFILE_SWITCHER] Make Profile Switcher build on its own or as a bundled extension (a4679e9) - [MAIL] Backout accidental commit of bundling profile switcher (92ae30f) - Update issue templates (aaf7a82) - Update issue templates (4ea8582) - Revert "Update issue templates" (3985980) - Update issue templates (d4d07f4) - Update issue templates (e474e53) - Update issue templates (62f1dd6) - Update issue templates (b1a7d10) For UXP changes please see above.
  16. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20181222-ba81aaf07-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20181222-ba81aaf07-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win32-git-20181222-ba81aaf07-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win64-git-20181222-ba81aaf07-xpmod.7z Official repo changes since my last build: - Update NSPR to 4.20 (09ef48bd0) - Update NSS to 3.41 (74cabf794) - Clobber for NSPR+NSS update (c2478b9e1) - Update HSTS preload list (f0fe6b69d) - Issue #910 part 1. Don't navigate when location.protocol is set to anything other than http or https. (aa130641c) - Issue #910 part 2. Strip ':' and anything following it from the string passed to the location.protocol setter. (871c1d78c) - Issue #910 part 3. Throw SyntaxError from Location::SetProtocol on URI parse failures. (d0b9276f2) - Remove AndroidMediaDecoder and friends (ec2346967) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (8b017fb09) - Remove OMX related options from configure (ea6cc74f2) - Remove omx-plugin 3rd party libs (5104ad6ac) - Stop including a dummy dll on Windows for broken old versions of WebSense. (ff8b573a6) - Merge pull request #911 from trav90/code-cleanup (7457ca4ac) - Stub out FxA context menu functions. (6f3a1803c) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (680c3eadb) - Fix false positives in the preprocessor-checker (b7fac3839) - Make sure channel-prefs.js is packaged into MAR files. (d24869a15) - Update SQLite lib to 3.26.0 (aa771e77e) - Merge pull request #914 from JustOff/PR_preprocessor_fix (e91f221f2) - Return an empty set if getting recipes for host fails. (76c942b1d) - Replace status bar download overlay glow arrow with SVG. (ba81aaf07)
  17. yes it does. an interim build shows that as well.
  18. Note: there is no build(or build can be done but no uploads) in upcoming weekend as I'm not available, builds will be deferred to 23, 25 or 26 Dec.
  19. its javascript stopped working in pm27: 17:14:04.693 SyntaxError: class is a reserved identifier 1 https://openusercss.org/_nuxt/vendor.af0c95bb7228d4d66349.js :2:1087548 17:14:04.700 TypeError: e[n] is undefined 1 https://openusercss.org/_nuxt/manifest.bdc8c1a7989b38b23d20.js :1:405 and in 45esr+tff: 17:18:56.672 SyntaxError: missing = in const declaration 1 vendor.af0c95bb7228d4d66349.js:2:1417211 17:18:56.681 TypeError: e[n] is undefined r() manifest.bdc8c1a7989b38b23d20.js:1 .T23V() app.b90414e318e505e5f45d.js:1 r() manifest.bdc8c1a7989b38b23d20.js:1 window.webpackJsonp() manifest.bdc8c1a7989b38b23d20.js:1 <anonymous> app.b90414e318e505e5f45d.js:1 1 manifest.bdc8c1a7989b38b23d20.js:1:406
  20. using mingw to compile old firefox is totally untested, things may badly broken.
  21. confirmed, but since there is no new official basilisk release, we can't test on official build. have a look on change sets but find no clue on what causing this happening.
  22. New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM-Goanna-20181215.7z Changelog: Out-of-tree changes: * replaced download manager component in browser\omni.ja with PM27's one * update Goanna3 to git a6bf60af2..c581f09b3 - replace NSS with stock 3.36.6 and reapply VC2013 patch and follow nss patches: bug1449160, bug1451936, bug1453505, bug1460409, bug1463379, bug1464224, bug1464616, bug1464618, bug1464971, bug1465186, bug1465241 (d5ad11df8) - import changes from wicknix/Arctic-Fox: - new attributes useful for updates (332ff7f30) (partly applied) - do not use id as ivar, since it is a reserved Obj-C word and confuses the compiler (0ea1f06a8) - backport SnprintfLiteral from FireFox (f6a739f86) - upgrade libnestegg to FF 49 version and remove custom allocator (33aa4fca7) - complete nestegg update as per 84b4b7e346b8 (f389029cf) (8b697dad5) - import changes from wicknix/Arctic-Fox: - backport of Mozilla M1499028 (c60dccc45) - backport of mozilla fix M1510471 (3c5b4fb0e) (ce627dff6) - import changes from wicknix/Arctic-Fox: - best possible (for now) backport of Mozilla M1487964 (7f48c9cd3) - upgrade ContentPolicy to InternalContentPolicyType and ExternalContentPolicyType (61759ab90) (d8ef91cce) - import changes from wicknix/Arctic-Fox: - Backport of Mozilla Bug 1500759 - Root parameter dictionaries in AesTask::Init() r=keeler a=abillings (1cddfcec4) - Better scoping for code in IDBObjectStore::GetAddInfo. (bcfce71cb) - backport of Mozilla Bug 1507907 - null check result of CFDateFormatterCreate (a68b23bec) - backport of Mozilla Bug 1505181 - Use canonical function in TypeNewScript::rollbackPartiallyInitializedObjects (ffc7b3714) - Backport of Mozilla Bug 1506640 - Trace wrappers rooters during sweep phase (16af4fd05) - Backport Mozilla Bug 1245024 (b399b918f) - Backport mozilla Bug 1279303 - Implement change to O.getOwnPropertyDescriptors and update tests (314c7cc76) - Backport of mozilla Bug 1416774 - Ensure that imgRequestProxy::CancelAndForgetObserver removes itself from the cache validator + Some necessary other dependent backports (a0faf6ec4) - emable hasInstace among well known symbols (bfd9210d5) - add InstaceOfOperator (3c391b52c) - provide ReportValueError for newer code retaining for now js_ReportValueError (279617b0b) - backport of Mozilla Bug 1054906 - Implement ES6 Symbol.hasInstance (b778ff1d0) - add testfile for Bug 1278599 - Function[Symbol.hasInstance] should return false when called with a non-callable 'this' (782d21b60) - Mozilla backport Bug 1252228 - Fix heuristic in PropertyReadNeedsTypeBarrier to avoid bogus type information (2415d5ecf) - refactor js_ReportValueError to ReportValueError as FF code to better import patches, the actual function itself needs some updating (7029d375b) - Backport of Mozilla Bug 1492823 - Ensure user input suppression works correctly even after document.open. (e915368c5) - Backport of Mozilla bug 1496340 - make sure each nsISupports is an nsIX509Cert in nsNSSCertList::Read (45af216f3) - Backport of Mozilla Bug 1492524 (b0b14f5d4) - backport of mozilla Bug 1423278 - Correctly instantiate proxy authenticator with a lowercase schema (6acbed687) - Backport of mozilla Bug 1487098 - Reorder boolean expression to take advantage of short-circuiting (92ac69111) - Backport of Mozilla Bug 1493347: Drop DataChannelListener on Destroy() (2469aad46) - first add _setCanonicalName and then apply Mozilla Bug Bug 1236638 - Add JSFunction::setAtom and use it in _SetCanonicalName intrinsic to fire the pre-barrier (3405e66a5) - Backport of Mozilla Bug 1226762 - Add support for getting original builtin constructors and prototypes in self-hosted code. (a67be4304) (b75f004e8) - update Twemoji font to v11.2 based build. (c581f09b3) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.
  23. New Palemoon 27 Build! * This build is beyond official 27.9.4 build. 32bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181215-c581f09b3-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181215-c581f09b3-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181215-c581f09b3-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20181215-c581f09b3-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - replace NSS with stock 3.36.6 and reapply VC2013 patch and follow nss patches: bug1449160, bug1451936, bug1453505, bug1460409, bug1463379, bug1464224, bug1464616, bug1464618, bug1464971, bug1465186, bug1465241 (d5ad11df8) - import changes from wicknix/Arctic-Fox: - new attributes useful for updates (332ff7f30) (partly applied) - do not use id as ivar, since it is a reserved Obj-C word and confuses the compiler (0ea1f06a8) - backport SnprintfLiteral from FireFox (f6a739f86) - upgrade libnestegg to FF 49 version and remove custom allocator (33aa4fca7) - complete nestegg update as per 84b4b7e346b8 (f389029cf) (8b697dad5) - import changes from wicknix/Arctic-Fox: - backport of Mozilla M1499028 (c60dccc45) - backport of mozilla fix M1510471 (3c5b4fb0e) (ce627dff6) - import changes from wicknix/Arctic-Fox: - best possible (for now) backport of Mozilla M1487964 (7f48c9cd3) - upgrade ContentPolicy to InternalContentPolicyType and ExternalContentPolicyType (61759ab90) (d8ef91cce) - import changes from wicknix/Arctic-Fox: - Backport of Mozilla Bug 1500759 - Root parameter dictionaries in AesTask::Init() r=keeler a=abillings (1cddfcec4) - Better scoping for code in IDBObjectStore::GetAddInfo. (bcfce71cb) - backport of Mozilla Bug 1507907 - null check result of CFDateFormatterCreate (a68b23bec) - backport of Mozilla Bug 1505181 - Use canonical function in TypeNewScript::rollbackPartiallyInitializedObjects (ffc7b3714) - Backport of Mozilla Bug 1506640 - Trace wrappers rooters during sweep phase (16af4fd05) - Backport Mozilla Bug 1245024 (b399b918f) - Backport mozilla Bug 1279303 - Implement change to O.getOwnPropertyDescriptors and update tests (314c7cc76) - Backport of mozilla Bug 1416774 - Ensure that imgRequestProxy::CancelAndForgetObserver removes itself from the cache validator + Some necessary other dependent backports (a0faf6ec4) - emable hasInstace among well known symbols (bfd9210d5) - add InstaceOfOperator (3c391b52c) - provide ReportValueError for newer code retaining for now js_ReportValueError (279617b0b) - backport of Mozilla Bug 1054906 - Implement ES6 Symbol.hasInstance (b778ff1d0) - add testfile for Bug 1278599 - Function[Symbol.hasInstance] should return false when called with a non-callable 'this' (782d21b60) - Mozilla backport Bug 1252228 - Fix heuristic in PropertyReadNeedsTypeBarrier to avoid bogus type information (2415d5ecf) - refactor js_ReportValueError to ReportValueError as FF code to better import patches, the actual function itself needs some updating (7029d375b) - Backport of Mozilla Bug 1492823 - Ensure user input suppression works correctly even after document.open. (e915368c5) - Backport of Mozilla bug 1496340 - make sure each nsISupports is an nsIX509Cert in nsNSSCertList::Read (45af216f3) - Backport of Mozilla Bug 1492524 (b0b14f5d4) - backport of mozilla Bug 1423278 - Correctly instantiate proxy authenticator with a lowercase schema (6acbed687) - Backport of mozilla Bug 1487098 - Reorder boolean expression to take advantage of short-circuiting (92ac69111) - Backport of Mozilla Bug 1493347: Drop DataChannelListener on Destroy() (2469aad46) - first add _setCanonicalName and then apply Mozilla Bug Bug 1236638 - Add JSFunction::setAtom and use it in _SetCanonicalName intrinsic to fire the pre-barrier (3405e66a5) - Backport of Mozilla Bug 1226762 - Add support for getting original builtin constructors and prototypes in self-hosted code. (a67be4304) (b75f004e8) - update Twemoji font to v11.2 based build. (c581f09b3)
×
×
  • Create New...