Jump to content

roytam1

Member
  • Posts

    3,720
  • Joined

  • Last visited

  • Days Won

    436
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. basilisk/moebius new build for XP! Test binary: Win32 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win32-git-20180113-0257d770e-xpmod.7z Win64 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win64-git-20180113-0257d770e-xpmod.7z diff: http://o.rthost.cf/gpc/files1.rt/moebius_restoreXP_20171113.7z source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.cf/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z Official repo changes since my last build: - Remove warning for "unsigned" extensions. (25384fde4) - Merge branch 'master' into b2g-cleanup (c079d0c2c) - Issue #8 - Remove b2g - Part 3: Freshen up the branch (3eac4125a) - Merge pull request #278 from binoc-central/b2g-cleanup (e76242083) - Disable shared JS memory. (c2650cbe2) - Split border and caret width rounding. (da1aa7c26) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (89f725fc7) - Revert "WebExtensions - adding ID from an sign, if it isn't in manifest.json" (e71b6d68c) - Revert "Remove warning for "unsigned" extensions." (7ca5a9b10) - Get IDs for ID-less WebExtensions when verification against Mozilla's hard-coded CA is disabled (5d1a090c2) - Issue #280 - Undeprecate viewSource.xul's original/legacy API (85901f8cf) - Merge pull request #281 from binoc-central/viewsource-work (137651aa3) - Merge pull request #279 from JustOff/PR_id_less_we (49ffbebc6) - Remove warning for "unsigned" extensions. (d885a5fe7) - Issue #19 - Do not use generic directory names for platform applications - Part 1: Move browser/ to application/basilisk (68bcc9ca8) - Move --disable-fmp4 to old-configure. (dddc75855) - Move --disable-ffmpeg to old-configure. (38307200e) - Move --disable-wmf to old-configure. (965f95708) - Move MOZ_APPLEMEDIA to old-configure. (b8e1910fa) - Issue #19 - Do not use generic directory names for platform applications - Part 2: Fix hardcoded test paths (8ce9de257) - Issue #19 - Do not use generic directory names for platform applications - Part 3: moz.configure, old-configure, and client.mk (9a3db85d5) - Issue #19 - Do not use generic directory names for platform applications - Part 4: Use MOZ_PHOENIX as the conditional instead of MOZ_BUILD_APP = 'browser' (8ec985ddf) - Issue #19 - Do not use generic directory names for platform applications - Part 5: Make Basilisk build again (a04ac47e2) - Issue #283 - Remove all tests from Basilisk - Part 1: The Tests (0dafff58b) - Issue #283 - Remove all tests from Basilisk - Part 2: moz.build Files (694e38e7c) - Issue #283 - Remove all tests from Basilisk - Part 3: Remove devtools references to Basilisk tests (12f054de9) - Issue #284 - Remove some unused extensions/components from Basilisk - Part 1: Everything except pdf.js from application/basilisk/extensions (8f50bec05) - Issue #284 - Remove some unused extensions/components from Basilisk - Part 2: Remove nightly/aurora branding (3579be37a) - Issue #284 - Remove some unused extensions/components from Basilisk - Part 3: docs directory (4aeb2883c) - Issue #284 - Remove some unused extensions/components from Basilisk - Part 4: tools directory (317a7b872) - Merge pull request #285 from binoc-central/app-work (ad9c76d02) - Merge pull request #286 from binoc-central/tests-work (1e3c67f62) - Merge pull request #287 from binoc-central/cc-basilisk-work (b99c66dc7) - Restore source-editor commands controller for scratchpad & styleeditor menus (d634844e4) - Flatten Basilisk Preferences - Part 1: Rename and Move (ef364db9d) - Flatten Basilisk Preferences - Part 2: Fix Chrome URIs (afdc95771) - Flatten Basilisk Preferences - Part 3: Build System, Jar Manifests, and Cleanup (5e514ea4f) - Merge pull request #292 from binoc-central/pref-work (75358949b) - Merge pull request #290 from janekptacijarabaci/devtools_scratchpad_styleEditor_menu_1 (ff782891b) - Move --enable-replace-malloc out of pyconfigure. (75c7cbf56) - Move MOZ_MEMORY_* defines out of pyconfigure. (951263d5b) - Move --enable-jemalloc and MOZ_JEMALLOC4 out of pyconfigure. (31b8283d1) - Correct line endings (57e405b0a) - Remove independent rust tests (0257d770e)
  2. So if it doesn't forward API back to system's DLL(i.e. you do all the job), then you have to deal with font-linking which exists in Far-East(Chinese/Japanese/Korean) editions of NT only for falling back non-exist glyph(in bitmap/vector fonts) to system DBCS(double byte character systems) fonts(and/or character encodings).
  3. basilisk is a testbed of (in-development) next Goanna(4) engine, basically it is something like Firefox-55.0a1(Firefox 53 alike) browser.
  4. The ntfs.sys update seems to be causing problems to me, some files can't be overwritten or copied due to security descriptors cannot be applied to owner. Reverting to 5512 fixed the problem.
  5. dropping new files over old files should be fine for updating palemoon/basilisk.
  6. New regular/weekly KM-Goanna release: https://o.rthost.cf/kmeleon/KM-Goanna-20180106.7z Changelog: Out-of-tree changes: * update Goanna3 to git rev 7d810df6d..d74da289f: - Add an option to control automatic filling in of login credentials and switch this off by default. (ce1aca868) - Rename Options/Settings to Preferences and unify location. (3ae86b6e0) - Name option to restart in Safe Mode accordingly. (e60ca5e2b) - Add a missed override string -> Preferences. (07a2d82d3) - Fix appmenu for Linux after #1561 (b9f82d25a) - Reinstate JS_FOR_EACH_WELL_KNOWN_SYMBOL (006a3dae6) - ES6 Symbol.unscopables (34b4eb628) - Fix missed string on about:support for "restart in Safe Mode" (ed557e027) - Add Symbol.species (85bbd3555) - Implement Map[@@species] and Set[@@species] getter (c34d2ef9c) - Merge pull request #1566 from janekptacijarabaci/js_Symbol.species_1 (3fbc8b940) - Change resolution of performance.now() to 50us. (9ac47db85) - [MSE] Do not attempt to retrieve the buffered range if the mediasource is in closed state. (a293a8fc6) - [MSE] Disable tail dispatching on the MediaSourceDemuxer's TaskQueue (5f844308f) - [MSE] When abort() is called, wait until the current appendBuffer completes (6a51b3f47) - [MSE] Remove now unused code (ec196f247) - [MSE] Remove some undesired Mozilla diagnostic code (5af332210) - Fix build bustage (14e7b0446) - Merge pull request #1569 from trav90/media-work (98a6df244) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (d74da289f) * updated es-ES,it,fr locale
  7. basilisk/moebius new build for XP! Test binary: Win32 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win32-git-20180106-2f2a5041b-xpmod.7z Win64 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win64-git-20180106-2f2a5041b-xpmod.7z diff: http://o.rthost.cf/gpc/files1.rt/moebius_restoreXP_20171113.7z source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.cf/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z Official repo changes since my last build: - Remove half-resolved "symlink-file" from media/libav (af80e7e33) - Round subpixel border widths to nearest integer instead of nearest-below integer. (642d1d4f6) - Remove margin which cuts off the menu bar on Windows (e970682d6) - Remove kinto client, Firefox kinto storage adapter, blocklist update client and integration with sync, OneCRL and the custom time check for derives system time. (e36aae626) - Change the registered Windows handler names from Firefox* to Basilisk* (cdef1d75e) - Rename Options to Preferences and unify location. (e9211c099) - mozJSSubScriptLoader::LoadSubScript should add a pseudo stack frame showing which script is loaded (0ec2b338d) - Chase the fox out of the shell service. (a3dbd8e5b) - Add an option to control automatic filling in of login credentials and switch this off by default. (e89eb707c) - Merge pull request #269 from MoonchildProductions/remove-kinto (8b23bbee6) - Merge pull request #268 from FranklinDM/rm-navbar-margin-patch (472d115a4) - Revert "mozJSSubScriptLoader::LoadSubScript should add a pseudo stack frame showing which script is loaded" (60a5e3163) - Change resolution of .now() to 50us. (9dbab8911) - Limit the number of SharedArrayBuffers in normal JS code (not just asm.js). (51f6d75ab) - Fix installer build bustage. (2f2a5041b)
  8. New Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win32-git-20180106-d74da289f-xpmod.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win32-git-20180106-d74da289f-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win64-git-20180106-d74da289f-xpmod.7z Official repo changes since my last build: - Change unspecced behavior of button contents. (8273b5cb7) - Round subpixel border widths to nearest integer instead of nearest-below integer. (7d810df6d) - Add an option to control automatic filling in of login credentials and switch this off by default. (ce1aca868) - Rename Options/Settings to Preferences and unify location. (3ae86b6e0) - Name option to restart in Safe Mode accordingly. (e60ca5e2b) - Add a missed override string -> Preferences. (07a2d82d3) - Fix appmenu for Linux after #1561 (b9f82d25a) - Reinstate JS_FOR_EACH_WELL_KNOWN_SYMBOL (006a3dae6) - ES6 Symbol.unscopables (34b4eb628) - Fix missed string on about:support for "restart in Safe Mode" (ed557e027) - Add Symbol.species (85bbd3555) - Implement Map[@@species] and Set[@@species] getter (c34d2ef9c) - Merge pull request #1566 from janekptacijarabaci/js_Symbol.species_1 (3fbc8b940) - Change resolution of performance.now() to 50us. (9ac47db85) - [MSE] Do not attempt to retrieve the buffered range if the mediasource is in closed state. (a293a8fc6) - [MSE] Disable tail dispatching on the MediaSourceDemuxer's TaskQueue (5f844308f) - [MSE] When abort() is called, wait until the current appendBuffer completes (6a51b3f47) - [MSE] Remove now unused code (ec196f247) - [MSE] Remove some undesired Mozilla diagnostic code (5af332210) - Fix build bustage (14e7b0446) - Merge pull request #1569 from trav90/media-work (98a6df244) - Add dailymotion UA override (965e6725b) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (d74da289f)
  9. It shouldn't causing BSoD. If so, there must be some hardware/driver issue(s) in your system.
  10. it is always better to re-create your profile if something is changed and makes it crashes. for the change of profile path, it is not done by me, but the moonchild people.
  11. neither. rust uses Win7 function calls.
  12. no, but you can have a look in its source folder.
  13. they put XP target support as Tier-3, only STD has some XP support, no cargo/packages/etc. porting these to XP will be impossible for a small team(since too many packages needed to be ported)
  14. if you want running multiple instances, normally means running multiple profiles. you have to create multiple profiles for each --no-remote instances.
  15. G at the end stands for "GameFix" edition, which is somewhat more stable than normal version.
  16. For Extended Kernel, search "Extended Core" and scroll-up. Latest English version of Extended Kernel is v2.9b now.
  17. maybe you have bad connection and/or bad video drivers? just tried KM76-Goanna on IDT WinChip 240MHz with Win2000, it renders a page within 1minute.
  18. You can use my build of K-Meleon with LAV codecs!
  19. not possible. Goanna2(i.e. Gecko24) has no infrastructure to ffmpeg libraries. EDIT: It could be possible, just very hard. MSE, fmp4 and libstagefright has to be backported to get it working, but infrastructure has big differences.
  20. because 26 is Gecko24 based while 27 is Gecko38 based. for LAV dlls, please see FAQ.
  21. Why not trying K-Meleon?
  22. New regular/weekly KM-Goanna release: https://o.rthost.cf/kmeleon/KM-Goanna-20171223.7z Changelog: Out-of-tree change: * update Goanna3 to git rev 40aa3cc75: - Stop using a 0-sized array declaration (nonstandard extension) in JitCodeMap. (e3ff6c81d) - Force arguments object allocation on dynamic name accesses (9e58836ab) - Fix chrome to not use arrow functions with arguments (c545af1b3) - Fix arrow function lexical arguments binding, allow rest + arguments (0c2e091dd) - Fix arrow function lexical arguments binding, allow rest + arguments (follow up - delete: bug889158.js) (85d2f066d) - Merge pull request #1549 from janekptacijarabaci/js_arrowFunc_arguments_1 (5a27ecadd) - Use a boolean to control sending of referrer when opening link. (40aa3cc75)
  23. basilisk/moebius new build for XP! Test binary: Win32 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win32-git-20171223-029f8127b-xpmod.7z Win64 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win64-git-20171223-029f8127b-xpmod.7z diff: http://o.rthost.cf/gpc/files1.rt/moebius_restoreXP_20171113.7z source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.cf/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z Official repo changes since my last build: - Silence macro redefinition warnings in ICU (ec1d747ea) - Provide an override for FxA to make sync work. (4c2ac66b5) - Be less up-tight about script timeouts. (e802c08f0) - Fix ANGLE crash in DirectX 9 mode, too. (631595796) - Improve checking for Private Browsing mode in IndexedDB. (99ab6216b) - Use more logical pref names for mouse button 4&5 (a7299d58d) - Issue #246 - Restore the Toolkit Error Console - Part 1: Toolkit components (fe4c01b57) - Issue #246 - Restore the Toolkit Error Console - Part 2: Basilisk Menu Item (1dd22f965) - Disable Kinto-based updates to the blocklist. (e3793f3dc) - Import Console.jsm before calling console.[something] (ef34b06bc) - WebExtensions - adding ID from an sign, if it isn't in manifest.json (7ede45b5f) - Merge pull request #250 from janekptacijarabaci/devtools_commandLine_jsdebugger_error_1 (b93fbe714) - Merge pull request #251 from janekptacijarabaci/webextensions_addons_id_1 (de89726b4) - Hic sunt dracones. (a0275b3bb) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (13ec82de7) - Issue #246 - Restore the Toolkit Error Console - Part 3: Correct Linux theme manifest (79b572618) - Merge pull request #248 from binoc-central/jsconsole-work (3e2726c40) - [minor fix] toolkit/themes/linux/global/jar.mn - style clean up (the columns alignment) (a86309616) - -help (the command line) - the columns alignment (when redirected to a file) (f9c215ae4) - Add support for -browserconsole (the command line) (df39454b4) - Fix line endings in old-configure. (046b39ef0) - Clear local storage items along with offline app cache. (13bf4b961) - Remove the rest of the social API. (845838111) - Update about:rights legal text. (903e2fd2c) - Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL conditionals where needed. (2fee7b521) - Merge pull request #257 from janekptacijarabaci/devtools_cmd_browserconsole_1 (52e64fe2e) - Merge pull request #256 from janekptacijarabaci/devtools_cmd_help_1 (3cf5e52d2) - Merge pull request #255 from janekptacijarabaci/minorFix_styleCleanUp_1 (029f8127b)
  24. New Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win32-git-20171223-40aa3cc75-xpmod.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win32-git-20171223-40aa3cc75-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win64-git-20171223-40aa3cc75-xpmod.7z Official repo changes since my last build: - Stop using a 0-sized array declaration (nonstandard extension) in JitCodeMap. (e3ff6c81d) - Force arguments object allocation on dynamic name accesses (9e58836ab) - Fix chrome to not use arrow functions with arguments (c545af1b3) - Fix arrow function lexical arguments binding, allow rest + arguments (0c2e091dd) - Fix arrow function lexical arguments binding, allow rest + arguments (follow up - delete: bug889158.js) (85d2f066d) - Merge pull request #1549 from janekptacijarabaci/js_arrowFunc_arguments_1 (5a27ecadd) - Use a boolean to control sending of referrer when opening link. (40aa3cc75)
×
×
  • Create New...