Jump to content

roytam1

Member
  • Posts

    3,681
  • Joined

  • Last visited

  • Days Won

    426
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. please click "click here" and capture screens of scrollable text box (blame MS for not allowing that box being text-selectable) Also, try installing update of msctfime: https://www.catalog.update.microsoft.com/Search.aspx?q=kb961503
  2. without a crash dump, it is impossible to debug. for wild guess, something like anti-virus or non-standard input method editor(IME) may cause issue.
  3. Please try starting New Moon in safe mode and try to type in that box to see if extensions causing issue.
  4. Notice: no new basilisk/moebius build today, since upstream changes is limited: - Checking NS_BINDING_ABORTED to avoid dispatching navigate event (5e6185d96) - Merge pull request #302 from janekptacijarabaci/devtools_actors_tab_1 (66a9a051d) - Don't try to use "doc" reference when it might be dead (e705ee82d) - Merge pull request #304 from janekptacijarabaci/toolkit_readerMode_1 (f7058b867) - Remove Rust MP4 parser component. (40ba92f01) - Remove rust URL parser component (d329d68f9) - Change XFO sameorigin to check all ancestors for same origin. (69ef73749) - Remove OS-specific importSourceGroup. (e9170641e)
  5. New Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180121-4b2c1b329-xpmod.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180121-4b2c1b329-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win64-git-20180121-4b2c1b329-xpmod.7z Official repo changes since my last build: - Collapse notification bar in fullscreen (c1bcdecae) - Removed "on Windows" from comment (e335a9f6f) - Merge pull request #1576 from SpockMan02/master (f4444d4f2) - Remove WebRTC - Part 1: Configure (ccbc20a0f) - Added function for a showTabPreviews pref (10d74de4d) - Added checkbox for showTabPreviews (46f6b0ae5) - Added browser.ctrlTab.previews pref (951495c63) - Added label for showTabPreviews (295aee74e) - Removed unnecessary showTabPreviews function (2dd6ae6d4) - Remove WebRTC - Part 2: Remove all WebRTC files that are not depended upon by the rest of the build system (b16a33e19) - Merge pull request #1583 from binoc-central/webrtc-sec (08263752a) - Made showTabPreviews checkbox string less hand-holding (d208ead3c) - Merge pull request #1582 from SpockMan02/master (d9292ecaf) - Adjust the theme to account for natural border width rounding. (afa34c7a6) - Version bump (new cycle) (7f021126b) - Remove extraneous "tab". (fb9110941) - Implement ES6 22.1.3.31 Array.prototype[@@unscopables] (ee9d53abb) - Add Eyedropper to the app menu (9b2f63ec2) - Merge pull request #1589 from janekptacijarabaci/devtools_appmenu_eyedropper_1 (b5709d37b) - Add check for Windows 8.1 version (bdaa898f7) - Perform an `XCTO: nosniff` check only for 2xx responses (394350218) - Don't use transparency optimization for theme items in Windows 8 or later with a high contrast theme in use. (3dc0774f7) - Shut up rpmlint (73983c688) - Merge pull request #1593 from JustOff/PR_nosniff_2xx_only (538dfb780) - Don't style the menu bar items unless we don't have a compositor. (b8c009079) - Issue #1595 part 1: Remove Vista checks in XPCOM (f6c1a6b46) - Issue #1595 part 2: Remove Vista checks in /hal (723e8aed0) - Issue #1595 part 3: Remove Vista checks in DOM (8c4c48d34) - Issue #1595 part 4: Remove Vista checks in JS and XRE (d6e790af7) - Issue #1595 part 5: Remove Vista checks in Windows widget code (7c0acbff8) - Issue #1595 part 6: Remove Vista check in Windows DLL blocklist (e6294019c) - Issue #1595 part 7: Remove Vista checks in /gfx (4b2c1b329) My changes since my last build: - Reverted changes in Issue #1595
  6. if you have newer version of windows, try official build. if it still crashes, report bug to them.
  7. that will be hard, newer QtWebKit is not old Qt/Compiler/OS friendly.
  8. My 3.8.5 NT4 port works in NT4. Untested in win9x+kernelEx anyway.
  9. Notice: no new pale moon build today, since upstream changes is limited: - Update HSTS preload list (0c7367ffa) - Merge pull request #1572 from trav90/HSTS-preload-update (baf75ff58) - Split border and caret width rounding. (c3b23d899)
  10. 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)
  11. 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).
  12. basilisk is a testbed of (in-development) next Goanna(4) engine, basically it is something like Firefox-55.0a1(Firefox 53 alike) browser.
  13. 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.
  14. dropping new files over old files should be fine for updating palemoon/basilisk.
  15. 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
  16. 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)
  17. 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)
  18. It shouldn't causing BSoD. If so, there must be some hardware/driver issue(s) in your system.
  19. 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.
  20. neither. rust uses Win7 function calls.
  21. no, but you can have a look in its source folder.
  22. 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)
×
×
  • Create New...