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. It shouldn't causing BSoD. If so, there must be some hardware/driver issue(s) in your system.
  2. 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.
  3. neither. rust uses Win7 function calls.
  4. no, but you can have a look in its source folder.
  5. 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)
  6. if you want running multiple instances, normally means running multiple profiles. you have to create multiple profiles for each --no-remote instances.
  7. G at the end stands for "GameFix" edition, which is somewhat more stable than normal version.
  8. For Extended Kernel, search "Extended Core" and scroll-up. Latest English version of Extended Kernel is v2.9b now.
  9. 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.
  10. You can use my build of K-Meleon with LAV codecs!
  11. 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.
  12. because 26 is Gecko24 based while 27 is Gecko38 based. for LAV dlls, please see FAQ.
  13. Why not trying K-Meleon?
  14. 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)
  15. 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)
  16. 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)
  17. here: untested on win9x.
  18. use language for firefox 53, change maxversion to 55.*
  19. basilisk/moebius new build for XP! Test binary: Win32 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win32-git-20171216-7496f94c6-xpmod.7z Win64 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win64-git-20171216-7496f94c6-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: - Bug 1403641: Allow data: URI downloads even if data: URI navigations are blocked (7ae5d705f) - Bug 1403814: Block toplevel data: URI navigations only if openend in the browser (d19d7df63) - Bug 1403641: Download behaviour for data: URL (tests) (daad67e34) - Bug 1403814: Block toplevel data: URI navigations only if openend in the browser (tests) (61e7fa35a) - [suggestion] Strings: Basilisk vs. Firefox (partially) (b29ee649d) - Merge pull request #226 from janekptacijarabaci/security_blocking_data_2 (7aa3f5053) - Merge pull request #228 from janekptacijarabaci/basilisk_firefox_1 (acf87deff) - Consider blocking top level window data: URIs (part 3) (074e2f8dc) - Bug 1397651 - Update tests within devtools/ to comply with new toplevel data: URI navigation policy. (61b0cdf5a) - Bug 1397652 - Update tests within browser/ to comply with new toplevel data: URI navigation policy. (1a250aa0f) - Bug 1397653 - Update tests within docshell/ to comply with new toplevel data: URI navigation policy. (e3cfd6c67) - Bug 1397655 - Update tests within dom/ to comply with new toplevel data: URI navigation policy. (1512ff817) - Bug 1397656 - Update tests within editor/ to comply with new toplevel data: URI navigation policy. (1c31a1e3d) - Bug 1397657 - Update tests within toolkit/ to comply with new toplevel data: URI navigation policy. (0c175a674) - Bug 1398574 - Update tests within websockets/ to comply with new toplevel data: URI navigation policy. (a620123b2) - Bug 1399074 - Update more tests within dom/ to comply with new toplevel data: URI navigation policy. (c14314937) - Bug 1399468 - Update remaining tests within dom/browser-element to comply with new toplevel data: URI navigation policy. (0f777c312) - Bug 1399848 - Update failing windows tests within dom/browser-element to comply with new toplevel data: URI navigation policy. (a1ad8de1e) - Bug 1400473 - Update talos test tpaint.html to comply with new toplevel data: URI navigation policy. (ec1590c04) - Merge pull request #230 from janekptacijarabaci/security_blocking_data_3 (c808573b6) - Merge pull request #231 from janekptacijarabaci/security_blocking_data_4_tests (12d1f5247) - Move --enable-eme out of moz.configure. (7c2c70817) - WebExtensions - manifest - applications.gecko vs. applications.goanna (tests) (60a82dd40) - Rename visualelementsmanifest to match executable (aurora, nightly, unofficial) (f9018b101) - Don't build gmp-clearkey without EME (8219c9166) - Don't include MediaKeySystemAccess without EME. (4fdf16608) - Don't build EME-specific subroutines without EME. (8b6178ba9) - Merge pull request #234 from janekptacijarabaci/webextensions_manifest_1_tests (2d5e1c7d0) - Merge pull request #233 from janekptacijarabaci/build_bustage_2 (264337cf0) - Disable various front-end features and remove unnecessary prefs when not building EME. (39c1f6949) - Short-circuit systemaddon installation pushed by Mozilla. (ca7c131de) - Merge branch 'EME-work' (41f134253) - Update application license override. (96a8479f6) - PR to resolve issue #242 - XPCOM: exportFunction() - wrong .length attribute (b6e172130) - Direct feedback link to forum (Basilisk) (c299851e9) - Merge pull request #243 from janekptacijarabaci/xpcom_exportFunction_length_1 (7496f94c6)
  20. New Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win32-git-20171216-0d8ff8697-xpmod.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win32-git-20171216-0d8ff8697-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.7.0a2.win64-git-20171216-0d8ff8697-xpmod.7z Official repo changes since my last build: - WebAudio - API - return the AudioNode connected to when calling AudioNode.connect() (75ea89130) - HTML - media - setting currentTime when readyState is HAVE_NOTHING incorrectly throws an exception: Invalid State (242ae6369) - Merge pull request #1534 from janekptacijarabaci/webaudio_api_connect_1 (b1bf807ee) - Merge pull request #1536 from janekptacijarabaci/html_media_currentTime_1 (7469ff68c) - Address uint >= 0 comparison. (abee00248) - Bail in FowardTransaction if we don't have a TrxIdAllocator. (92ca83173) - Add missing <stdint.h> in jxrlib for usage of int32_t. (0d8ff8697)
  21. First regular/weekly KM-Goanna release with known pre-release bugs fixed. https://o.rthost.cf/kmeleon/KM-Goanna-20171215.7z Changelog: Out-of-tree change: - update Goanna3 to git rev 92ca83173 1998c9c5..e2867829: - regen jsbridge files (5ca2ae6) - Update for Goanna (2ff1f9c) - Update ClearCache to cache2 API (6d2b3c2) - privacy: Update for cache2 API (746d1d4) - adapt mozilla.patch for Goanna 3 (85cf101) - Goanna xulrunner-sdk patch (a418371) - Goanna old resource:/// behavior patch (optional) (7414c8f) - Gestures: remove GDI+ drawing (cfc9d23) - add winEmbed to build (c992abb) - Fix: CanCopy() always returns true, use !IsSelectionCollapsed() instead. (d772af1) - winEmbed: Add Enter key "Go" function in ComboBox. (3a0d2e0) - update default prefs (fa9b565) - update app default prefs (75992d2) - don't use MOZILLA_BUILDID (bd6ba75) - console2: truncate long source line (e08e4ee) - Trying to fix About Cache Info (80304c1) - ditch super-long filename and let user enter new name instead (a32244b) - maybe just truncate at 240th char instead? (8b1dd6c) - gestures: tab to 4 spaces (ebec8bb) - gestures: prevent detecting gestures over plugin window (a797fe6) - adblock: add adblock to build (6508914) - adblock: fix link lib path for my environment (69839d9) - kmHelper: update to 76RC2 (9d81050) - kmHelper: add UserAgentOverrides support (dc86c5c) - adblock: exclude unused part from compilation, add missing return paths (3c48801) - bump KMELEON_VERSION (b366a79) - improve Copy Link Text (e286782)
  22. brain I modified sources making it able to be compiled with VC2003 for my environment, and then changed some codes to avoid using APIs not available in NT4.
  23. You may bet on KM with Gecko 1.9.x, but it is not today's web standard anymore.
  24. maybe just read this thread?
×
×
  • Create New...