
roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
try redownloading 7z a change in search service is bugged. https://github.com/MoonchildProductions/moebius/commit/ddaaa246653e0a8e7a4416f560dd9434d990d14e#r27155784 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
try with new profile -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
basilisk/moebius new build for XP! Test binary: Win32 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win32-git-20180128-d57d3c6d1-xpmod.7z Win64 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win64-git-20180128-d57d3c6d1-xpmod.7z diff: http://o.rthost.cf/gpc/files1.rt/moebius_restoreXP_20180128.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: - [minor fix] about:... - throws an errors (07666f8b8) - Keep WebSocketImpl alive before calling DisconnectInternal. (1e630afe0) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (23c9c47dc) - Strip trailing whitespaces in nsPrintData, nsPrintEngine and nsPrintObject. (b4786514a) - Use UniquePtr to replace explicit new/delete and non-owing pointers in printing APIs. (4289febc6) - Make nsPrintData refcountable (20a893f89) - Methods of nsPrintEngine should guarantee that objects owned by nsPrintData won't be released when they're referred by calling methods via their arguments. (aa87a5323) - nsPrintEngine::Disconnect() should clear mPrintObj. (41d31af2d) - While nsDocumentViewer is destroying mPrintEngine, null out its pointer & transfer ownership to a local variable. (5e7112815) - nsPrintData should guarantee that object which has nsIWebProgressListener interface won't be released during calling a method of it. (794c7a822) - Clean up the UI elements when closing the HTML editor. (7612b2377) - Normalize time returned by ParseFTPList. (3daf92b9b) - [minor fix] Places - bookmarks - HTML export - write CRLF on Windows systems and LF on others (2451043cc) - [minor fix] Places - bookmarks - treeView.js - 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsINavHistoryContainerResultNode.getChildIndex] (6d8713c81) - [minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - 0x80070057 (NS_ERROR_ILLEGAL_VALUE) (049b91c23) - Use correct window reference when setting parent window in Windows widget. (e1ed9fed4) - Devtools: improve the security of media query links. (7e98b8597) - Add rematerialized frames to the table on JitActivation after rematerialization succeeds. (8a2b8acab) - CSP should only check host (not including path) when performing frame ancestors checks. (16e89e0e8) - DOM - Pointer Event - Add digitizer/pen tangential (barrel) pressure and twist (ec3e05a66) - DOM - PointerEvents - Fail to get expect result status - part 1 (b73f0a66d) - DOM - PointerEvents - Fail to get expect result status - part 2 (b1312dec5) - DOM - PointerEvents - Fail to get expect result status - part 3 (9c679f8bc) - DOM - PointerEvents - Fail to get expect result status - part 4 (93b4b984a) - [minor fix, testing] Fix Marionette's DateTimeValue when dom.forms.datetime is enabled (8423e2a29) - Bug 1365875 (a3e4dec0a) - Avoid unnecessary string creation. (0de3ef0dc) - DOM - window.requestIdleCallback - improvements - part 1 (4042e610d) - Make nsStreamListenerWrapper use NS_DECL_THREADSAFE_ISUPPORTS. (aa5eb0723) - DOM - window.requestIdleCallback - improvements - part 2 (8cd8d78d5) - DOM - window.requestIdleCallback - improvements - part 3 (b74b7ee8e) - DOM - window.requestIdleCallback - improvements - part 4 (4105006e2) - [minor fix] DevTools - css - css-color-4 - fix typo (1eba285c2) - DOM - Selection API - crashes (9d6fecc53) - JS - DOM - implement document.onvisibilitychange (4d80411ab) - SVG - support radialGradient fr attribute (f47eec24a) - CSS - Grid - fit-content unexpectedly reserves space for full clamp size in repeat() (d3bfde9da) - [draft] CSS - linear-gradient - zero (0) angle value without degree unit is not correctly interpreted (88ceac097) - JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu` (614953a7a) - CSS - Grid - intristic content with overflow:auto overlaps in grid (81447bd80) - CSS - Grid - transferred min-size contribution of percentage size grid item with an intrinsic ratio (87be80eeb) - HTML - Forms - CSS - inline-block with a display:block <input> child element has a wrong baseline (3ce8d1c8e) - [draft] CSS - implement text-justify property (ffe37c70a) - JS - DOM - implement animationcancel event (ae9446117) - HTML - implement the labels attribute (c4d727587) - HTML - implement the labels attribute (fix typo) (a3ae81aee) - JS - DOM - implement animationcancel event - follow up (7076bb647) - HTML - implement the labels attribute (follow up) (38a08edcc) - Merge pull request #65 from janekptacijarabaci/about_1 (c31569b1c) - Merge pull request #68 from janekptacijarabaci/places_bookmarks_export_1 (db5c80fca) - Merge pull request #69 from janekptacijarabaci/places_bookmarks_live_error_1 (eecfb0254) - Merge pull request #70 from janekptacijarabaci/places_bookmarks_live_error_2 (04e67657d) - Merge pull request #71 from janekptacijarabaci/dom_pointer_events_1 (8ef9005a1) - Merge pull request #72 from janekptacijarabaci/input_datetime_marionette_1 (f8d988136) - Merge pull request #73 from janekptacijarabaci/dom_window_requestIdleCallback_1 (ef2638129) - Merge pull request #74 from janekptacijarabaci/devtools_css_1 (35021bda9) - Merge pull request #77 from janekptacijarabaci/js_dom_onvisibilitychange_1 (6a3111b0c) - Merge pull request #78 from janekptacijarabaci/svg_radialGradient_fr_1 (68921191f) - Merge pull request #79 from janekptacijarabaci/css_grid_fitContent_1 (0bab51a65) - Merge pull request #80 from janekptacijarabaci/css_linearGradient_angle_zero_1 (62020a309) - Merge pull request #81 from janekptacijarabaci/js_regexp_match_1 (1091512a4) - Merge pull request #82 from janekptacijarabaci/css_grid_overflow_1 (2ee546041) - Merge pull request #83 from janekptacijarabaci/css_grid_minSize_1 (2829e547c) - Merge pull request #84 from janekptacijarabaci/html_forms_css_inlineBlock_1 (b9a390d5c) - Merge pull request #88 from janekptacijarabaci/html_labels_1 (d8a328a5d) - Merge pull request #89 from janekptacijarabaci/js_dom_animationcancel_1 (69255d538) - Merge pull request #90 from janekptacijarabaci/css_textJustify_1 (4b66d6adf) - Merge pull request #76 from janekptacijarabaci/js_dom_selection_crash_1 (cfaedbd31) - Bug 1329589: [DateTimePicker] Set calendar variables for date picker using Intl.getCalendarInfo (e0d781f89) - Bug 1318317: [DateTimePicker] Delete button appears before time values are entered in the input field (ef825563f) - Bug 1320227: [DateTimeInput] localization for <input type=date> input box (c8f65ac4c) - Bug 1329927: [DateTimePicker] Get localized calendar terms for date picker using Intl.getDisplayNames (fddfa88b0) - Bug 331608: [DateTimePicker] months appear twice or not at all in month picker due to daylight savings time (e.g. March, October) (cf992ff80) - Bug 1343707: datetimepopup.xml should not be initialized during browser startup (16e3189ec) - Bug 1301310: [DateTimeInput] picker gets hidden/shown when clicking through inner text boxes (313610e3d) - Bug 1348052: vertical scroll buttons on the datetime picker are opposed to the natural behavior of scrolling buttons (a3a71adfe) - Bug 1320227: [DateTimeInput] localization for <input type=date> input box (fix typo) (751feeeda) - Bug 1370858: <input type=date> datepicker doesn't fire change event (2973f2db4) - Bug 1337830: [DateTimeInput] Home/End keys change year values in the input box (9699621d7) - Bug 1320647: [DateTimePicker] Add min/max support to date picker (6b26857a2) - Bug 1337378: [DateTimePicker] No indicator for today in date picker (a17acd6b4) - Bug 1361676: [DateTimePicker] Show selection highlight on date picker (332bbd10e) - Bug 1320647: [DateTimePicker] Add min/max support to date picker (fix typo) (2b139d576) - Bug 1328219: [DateTimePicker] Add browser chrome test for date picker (27d219575) - Bug 1311857: <input type="time"> inner components overflow (quite a bit) & stomp on later content, if it's given a small width (9e8111080) - Bug 1311857: <input type="time"> inner components overflow (quite a bit) & stomp on later content, if it's given a small width (fix typo) (7dc5b4bff) - Bug 1318339: [DateTimeInput] When action on Delete button an " | " is displayed over it (2f27848f2) - Bug 1334038: <input type=date> seems to show selection pop up even when tab is changed (8d6e0f375) - Bug 1311857: <input type="time"> inner components overflow (quite a bit) & stomp on later content, if it's given a small width (follow up) (7c1cb4acc) - Bug 1341376: HTMLInputElement::ValueAsDateEnabled and HTMLInputElement::SetFilesOrDirectories should use BoolVarCache (0a55500c3) - Bug 1344642: Redefine date/time input related preferences - part 1 (a4b6fe0ca) - Bug 1344642: Redefine date/time input related preferences - part 2 (a97c28c69) - Revert "Bug 1344642: Redefine date/time input related preferences - part 2" (d6b21d707) - Revert "Bug 1344642: Redefine date/time input related preferences - part 1" (4d637b70b) - Bug 1168376: Show transferred size in request summary instead of decompressed size (e68f5c5e2) - Bug 1168376 (+ bug 1350228 - partially): Show transferred size in request summary instead of decompressed size (+ DOMContentLoaded and load) (9734b3717) - DevTools - inspector - data URL source links and their tooltips are unreadable (3f1706430) - JS - Object - "TypeError: setting a property that has only a getter" without mentioning file and property name (041e19c35) - Merge pull request #92 from janekptacijarabaci/html_input_datetime_improvements_1 (dacf885c3) - Merge pull request #93 from janekptacijarabaci/devtools_improvements_1 (5bb0d69fb) - Merge pull request #95 from janekptacijarabaci/devtools_improvements_2 (4cd4cebc3) - Merge pull request #97 from janekptacijarabaci/js_object_getter_1 (b3cd30a5a) - Remove Rust dependencies (URL parser + MP4 parser) (4a1fdfeb5) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (35da8a465) - Add mach commands for installer and mar generations. (e1d8eea7a) - CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive exists (93375d3a5) - CSP - Missing spec on upgrade-insecure-requests (navigational upgrades) (828ae97b8) - CSP 3 - nonce attribute applied to <img> when per spec it shouldn't be (a204af312) - Bug 1224225: International Domain Name in connect-src of Content Security Policy header not working (f14d75f59) - Bug 11345615: CSP connect-src 'self' should always include https: and wss: schemes (0eb881455) - Prevent the home page from being loaded when we are restoring a session. (9d195aaf4) - SVG - CanvasImageSource - improvements (c0fde76e6) - Re-enable and fix Site-specific user-agent overrides. This also fixes the regression where general UAO strings would override SSUAO strings. (a38d9bc69) - Bug 1312091: Cross-origin iframe hides Flash from navigator.plugins even when the Flash status is "always activate" (33f38883c) - Bug 1217907: [RTL] Wrong direction in about:preferences#general homepage (6440ef439) - HTML - input - datetime - Datepicker shows incorrect month for the first day of the month (5f068bb8f) - Places - Bookmarks - The context menu - After customize (2dbc01049) - DevTools - Browser Console - restore sessions (ea0b0cff9) - DevTools - network - security (improvements) (e9056f91b) - Enable ALSA support by default on Linux. (d8cc7b476) - Merge pull request #99 from janekptacijarabaci/csp_frame-options_frame-ancestors_1 (57bfc747c) - Merge pull request #106 from janekptacijarabaci/svg__canvasImageSource_1 (f633ae2fe) - Merge pull request #108 from janekptacijarabaci/preferences_direction_1 (44581b7d5) - Merge pull request #109 from janekptacijarabaci/plugins_flash_permission_1 (4843d0ac6) - Merge pull request #110 from janekptacijarabaci/html_input_datetime_improvements_2 (426a4e49a) - Merge pull request #111 from janekptacijarabaci/places_bookmarks_contextMenu_afterCustomize_1 (f80bf9c0e) - Merge pull request #112 from janekptacijarabaci/devtools_session_browserConsole_1 (17856fd38) - Merge pull request #113 from janekptacijarabaci/devtools_network_security_improvements_1 (0fcb80135) - CSP - Missing spec on upgrade-insecure-requests (navigational upgrades) - the merge conflicts (f71bfd115) - CSP - Missing spec on upgrade-insecure-requests (navigational upgrades) - the merge conflicts (3cdc5d106) - Merge branch 'master' into csp_upgrade-insecure-requests_1 (4ec633257) - Merge branch 'master' into csp_img_nonce_1 (3ccf7ac07) - Merge branch 'master' into csp_punnycode_connect-src_1 (7ec69b347) - DevTools - network - implement the secureConnectionStart property for the PerformanceTiming (62a43c1d5) - Login Manager Prompter - auth - throws an error (6eff10784) - Create generic SFX module and use it for the installer. (bdfbbe791) - Merge pull request #100 from janekptacijarabaci/csp_upgrade-insecure-requests_1 (a963d0ad1) - Merge pull request #116 from janekptacijarabaci/devtools_network_timing_tls_1 (25905569f) - Merge pull request #117 from janekptacijarabaci/loginManagerPrompter_1 (4e766ea60) - Merge branch 'master' into csp_img_nonce_1 (82af33607) - Remove firefox-branded SFX module. (21f660022) - Use BuildID in package name instead of internal compat version. (1842fa0ea) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (1b6872e16) - Merge pull request #101 from janekptacijarabaci/csp_img_nonce_1 (bb7b541be) - Merge branch 'master' into csp_punnycode_connect-src_1 (7e602059c) - DevTools - network - security (follow up) (b5a7e46f7) - Merge pull request #118 from janekptacijarabaci/devtools_network_security_improvements_2 (2e45b9676) - [suggestion] (Windows) Security - Certificate Stores - NSSCertDBTrustDomain allows end-entities to be their own trust anchors (6bfd4f5c6) - [suggestion, draft] JS - DOM - Selection API - getSelection() should exist on XMLDocument (4ddcb849f) - [suggestion, draft] JS - DOM - Selection API - support Selection.type (80b59e2d7) - JS - DOM - Events - support createEvent("FocusEvent") (401a6070d) - DevTools - style editor - StyleSheetsActor should use the parent tabActor to retrieve the list of windows and react to new/removed windows (a6dbd6e06) - Silence some GCC warnings for ffvpx (b946552b7) - Silence some MSVC warnings for ffvpx (6a0ae8885) - Silence some Clang warnings for ffvpx (b5e46143b) - Fix Clang -Wunknown-warning-option warnings in media/ffvpx (83430e1bf) - Bug 1360334. (8f99d2aa5) - Merge pull request #102 from janekptacijarabaci/csp_punnycode_connect-src_1 (4826e6b2f) - Merge pull request #119 from janekptacijarabaci/security_windows_certificate-stores_1 (20a649e66) - Merge pull request #121 from janekptacijarabaci/js_dom_getSelection_document_1 (2ff83baf0) - Merge pull request #123 from janekptacijarabaci/js_dom_createEvent_FocusEvent_1 (c1feb385f) - Merge pull request #124 from janekptacijarabaci/devtools_styleEditor_1 (fd99c59d8) - Merge pull request #125 from trav90/buildsystem-work (6523fd1b6) - [very minor fix] Fix typo in a comment (dcca808b8) - Merge pull request #126 from janekptacijarabaci/security_windows_certificate-stores_2 (4f3c04780) - Remove unused pref. (5d6198a9e) - Switch GeoLocation to IP-API.com with minimal requests. (de01aafcd) - DevTools - network - security (follow up) (abf72b24f) - [suggestion] URL parser - don't allow empty host name (980718d1a) - [suggestion] URL parser - stop preserving empty passwords (b9aba35fc) - Revert "[suggestion] URL parser - stop preserving empty passwords" (254aa64ef) - Revert "[suggestion] URL parser - stop preserving empty passwords" (254bdd03b) - Revert "[suggestion] URL parser - don't allow empty host name" (83efad9f8) - Revert "Revert "[suggestion] URL parser - stop preserving empty passwords"" (f98a27190) - Use -1 instead of 0 to indicate absent glxtest_pipe fd (511097670) - Merge pull request #134 from trav90/glxtest_pipe (34ee833be) - Merge pull request #127 from janekptacijarabaci/devtools_network_security_improvements_3 (9cc848413) - Merge pull request #132 from janekptacijarabaci/url_parser_1 (6d16b30b1) - Merge pull request #133 from janekptacijarabaci/url_parser_2 (31b728f05) - (follow up) URL parser - don't allow empty host name (ec76d01b6) - (follow up) URL parser - stop preserving empty passwords (ca4b85b35) - Merge pull request #136 from janekptacijarabaci/url_parser_1_followUp (42559296c) - Merge pull request #137 from janekptacijarabaci/url_parser_2_followUp (60d778743) - JS - DOM - tweaking "overflow" on root of deeply-nested frame tree (65e709b39) - Merge pull request #138 from janekptacijarabaci/js_dom_overflow_1 (346bf368f) - Clear offline app data when "Forget" is used. (ded198c8b) - Fetch - Headers should sort and combine (009ed2534) - Add canvas data poisoning option. (97b046941) - Disable the add-ons "cache" for privacy reasons. (1e8b6d7ff) - Clear out a number of Mozilla-specific pref URLs (c26d04f8a) - Change the way EME is handled. (994b5e7e6) - Remove active window styling on Win10 when no accent color is applied (2c3d11d4c) - Merge pull request #141 from Lootyhoof/win10-fix (6118ddd72) - Enable Firefox compatibility mode by default for any flavor of Basilisk. (01864ec2e) - Work around some more issues with broken Apple fonts. (961d8b21e) - JIT Branch Pruning: Check the compile info associated with the resume point. (9bb55dbfc) - Update to latest libhyphen code from upstream. (8ac4b21b9) - Don't turn on object resizer, inline table editor, etc. when element isn't inside editor. (800849f57) - Avoid potentially unsafe snprintf usage in FPSCounter. (b394449d8) - Fix up js static analysis tools. (d67a991c3) - Fix some potential rooting hazards in the NPAPI plugin interface. (e8e5d39cd) - Fix a potential reference issue in JS arrays. (6b448fdf2) - Fix CSP sandbox regression for allow-scripts. (1bdbf3ee9) - Correct LocalStorage mozStorage misuse. (DiD) (0ce9cb3c6) - Crash fix: Call RepaintSelection outside of script blocker. (51de4223d) - Fix GCC -Wreorder warning (d600530e9) - Improve intersection observer code. (exp.) (7d6ecda7b) - Fix ReadCompressedIndexDataValuesFromBlob(). (25db41d44) - Fix ANGLE crash. (bf393e4a1) - Disable window.showModalDialog. (83df57804) - Bug 1392105. (a28507311) - Fetch body must be kept alive using refcounting. (d912d1576) - Handle sandboxes with XOW protos in WebExtensionChildActor. (6fd7cb403) - Stop bypassing the Xray layer when walking the prototype chain. (f129ca9aa) - Confirm launch of executables other than .exe on Windows (3aeb5398b) - Throw for short structured clone reads. (986630627) - Merge pull request #140 from janekptacijarabaci/fetch_headers_1 (025f429c5) - Merge pull request #143 from trav90/buildsystem-work (5bb3cbb0a) - Launch command: palemoon "-migration -p" (throws an error) (98260c0b5) - Add basic gecko WebExtension compatibility. (b6f694970) - Update tests. (e99c541dc) - Fix typo (wrong keyword) (7fee1d66e) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (5395da742) - Merge branch 'master' into gecko-webext (4e52adffe) - Make sure signing requirement is switched off at build time. (f5b234e7d) - Don't use the GRE version for WebExtensions; use AppVersion instead. (9c7c8783c) - Merge branch 'gecko-webext' (6d490e96a) - Launch command: palemoon "-migration -p" (throws an error) - style clean up (d235bd94d) - xpfe\appshel\nsWindowMediator.cpp (a7a5a3191) - layout\base\nsLayoutUtils.cpp (2b8a14fd7) - sdk/dev/volcan.js (cef81e90a) - source/lib/sdk/lang/weak-set.js (bddc9ac0a) - devtools/sourceeditor/tern/def.js (0b42988fd) - Merge pull request #144 from janekptacijarabaci/migrate_followUp_1 (af4e623dc) - Merge pull request #146 from janekptacijarabaci/debug_warning_1 (057aff1d2) - Fix some minor branding nits. (0872d0cb2) - Override Vendor string with official builds. (5d3801993) - Remove duplicate Vendor string in application.ini (6e983979c) - Satisfy the Department of Redundancy Department. (dacfc52ae) - Ensure propagation of MC_OFFICIAL to appini_defines (0bb5a2a01) - Merge pull request #148 from binoc-central/appini-work (c04ff167e) - Remove hotfix facilities. (67dee8622) - Disable Mozilla AUS helper system add-on. (7c39bd396) - Fix browser packaging (43af966a4) - Merge pull request #149 from trav90/buildsystem-work (bfd0df8a4) - Set up AUS prefs to pull updates from our AUS server (TBP) (93428a2e9) - Disable Google Safebrowsing (and UI controls) by default. (737a0f8fe) - Fix caption buttons for the compact dark theme. (ea81812e3) - Update AUS URL to provide more information to the server process. (3ccf4a0d8) - Strip HHMM from the about dialog displayed version. (5664b303a) - Notifications - user settings - the immediate duration of the alert (8e0c592f3) - Merge pull request #154 from janekptacijarabaci/notifications_settings_1 (396d0215c) - Make SystemResourceMonitor.stop more resilient to errors. (a5aaaea11) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (60cf4b584) - Remove MOZ_CRASHREPORTER and MOZ_CRASHREPORTER_INJECTOR. (4737ee20e) - Merge branch 'master' into remove-crashreporter (ed5126ad2) - Remove browser crashreporter tests. (c45e06f72) - Remove MOZ_CRASHREPORTER_NO_REPORT. (96477dffd) - Stop trying to configure non-existent crash reporting services. (fc54055ba) - Remove tabcrashed tests from the build system. (b6db65e5a) - Issue #300 - Remove AppConstants usage from Basilisk - Part 1: Modules (a59d09fce) - Checking NS_BINDING_ABORTED to avoid dispatching navigate event (5e6185d96) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2a: Components (nsBrowserGlue and nsBrowserContentHandler) (07878fc38) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2b: Components (migration) (482aba1d3) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2c: Components (uitour) (fc844cb36) - 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) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2d: Components (preferences) (2a387e18b) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2e: Components (places) (c837cf717) - Don't use transparency optimization for theme items in Windows 8 or later with a high contrast theme in use. (68daf2194) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2f: Components (downloads) (7b8aca056) - Issue #308 part 1: Remove Vista checks in XPCOM (d4bac51c9) - Issue #308 part 2: Remove Vista checks in /hal (3c36cb355) - Issue #308 part 3: Remove Vista checks in DOM (1ac85ed77) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2g Components (sessionstore) (deaa72e03) - Issue #308 part 4: Remove Vista checks in XRE (9fd82b7d7) - Issue #308 part 5: Remove Vista checks in /gfx (8e2b308de) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2h Components (customizableui) (23729775c) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2i: Components (search) (57aa8e9f6) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2j: Components (shell) (ac676d2cc) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2k: Components (extensions) (2f23cda76) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2k2: Components (extensions) (654fe008f) - Issue #300 - Remove AppConstants usage from Basilisk - Part 3: Base (7ff17a254) - Move addon-sdk/ to jetpack/ - Part 1: Move the files (18b6aa15d) - Move addon-sdk/ to jetpack/ - Part 2: Build System (1b1fade8b) - Revert "Issue #300 - Remove AppConstants usage from Basilisk - Part 2a: Components (nsBrowserGlue and nsBrowserContentHandler)" (97a23e586) - Issue #300 - Remove AppConstants usage from Basilisk - Part 2a: Components (nsBrowserGlue and nsBrowserContentHandler) (3f2f016b7) - Issue #300 - Remove AppConstants usage from Basilisk - Part 4a: Resolve unreachable code after return statement in AboutHome.jsm (cf2bf7cd5) - Issue #300 - Remove AppConstants usage from Basilisk - Part 4b: Resolve unreachable code after return statement in ShellService.jsm (666dc1a41) - Issue #300 - Remove AppConstants usage from Basilisk - Part 4c: Resolve unreachable code after return statement in browser-media.js (423e58713) - Issue #300 - Remove AppConstants usage from Basilisk - Part 5a: Fixups (246b62135) - Issue #300 - Remove AppConstants usage from Basilisk - Part 5b: Indent Fixups and use MOZ_APP_BUILD filter substitution instead of Services.appinfo.name (04dc4c453) - Merge pull request #309 from binoc-central/jetpack-work (e52ff1cde) - Issue #300 - Remove AppConstants usage from Basilisk - Part 5c: Style changes (4b1b4e753) - Merge pull request #310 from binoc-central/basilisk-appconst (81f76daea) - Revert "Remove browser crashreporter tests." (264996002) - Reverse bitrotten files (059025b72) - Merge branch 'master' into remove-crashreporter (8e0a640fb) - Re-apply bitrotten removals (66db01ff8) - Satisfy preprocessor (1a0ca2174) - Fix depth of Mac theme includes to toolkit (622ffb4fe) - Preprocessor warnings should not be fatal errors (7e519ca66) - Merge pull request #318 from binoc-central/ppwarn-work (61063bf40) - Merge pull request #316 from MoonchildProductions/remove-crashreporter (8897a9c6a) - Merge pull request #317 from adeshkp/fix-mac-theme (d8170b7ee) - Fix executable name for Mac (7eabf31cf) - Define bundle name for mac (63be1b634) - Flip on blocking of top-level navigations to data: URIs (b0decc32e) - Move the implementation of nsIWidgetListener from nsWebBrowser / nsWebShellWindow to a separate object. (f8352d51c) - Clear dirAutoSetBy properties iteratively. (688fe9702) - DiD fix for potential History observer crash. (d6de07a6d) - Show the Status Line (e.g. "HTTP/2.0 200 OK") in raw headers (response) (4c8f39426) - WASM: Separate out ToTableIndex() (54f2d9ddc) - Issue #8 - Remove b2g - Part 4a: Configure (8e55b9a26) - Issue #8 - Remove b2g - Part 4b: dom/ (81ecede62) - Issue #8 - Remove b2g - Part 4c: toolkit/ (b683472cb) - Issue #8 - Remove b2g - Part 4d: layout/ (47d622065) - Issue #8 - Remove b2g - Part 4e: and the rest... (303e5e305) - WebRTC: Limit default engine resolution. (7223eed65) - Pad Mac font data when checksumming. (99a3e533f) - Fix dangerous cookie list mutations by keeping the length in sync from the stack and breaking out from the loop if appropriate. (a9093f5ac) - Remove StartupCacheWrapper and friends. (ba8e89cc0) - Merge pull request #320 from adeshkp/patch-3 (b17964aef) - Merge pull request #323 from janekptacijarabaci/devtools_network_response_headers_statusLine_1 (022c487ac) - Fix url param schema for launchWebAuthFlow (6c63b41eb) - Merge branch 'master' of https://github.com/MoonchildProductions/moebius (710458252) - Issue #8 - Remove b2g - Part 4f: cubebutils.* (6adbd2787) - Improve XDR data decoding. (e7aca53cf) - Set a sandboxName on the WebExtensions Content Script sandboxes (888a0f59d) - Issue #8 - Remove b2g - Part 4g: Remove unused MozApplicationEvent.webidl (b0910b279) - Issue #8 - Remove b2g - Part 4h: Clear up comment on FxAccountStorage.jsm (f3960bc8e) - Merge pull request #324 from binoc-central/b2g-work (9e3c536e4) - Make Fennec not use FIREFOX_VERSION (b6d8dab45) - Make Basilisk not use FIREFOX_VERSION (eeff3d2bf) - Get rid of FIREFOX_VERSION from configure (270526a52) - Move MOZ_PHOENIX to application configure and set MC_BASILISK (dc6410413) - Add an application configure for Fennec and set MOZ_FENNEC (09e43afe9) - Use MOZ_FENNEC instead of checking MOZ_BUILD_APP for 'mobile/android' in all the important places (ddaaa2466) - Use MOZ_XULRUNNER instead of checking MOZ_BUILD_APP for 'xulrunner' (263b93494) - Make printconfigsettings.py not error out when it can't open a non-existent file which is non-fatal to the build system anyway (13787de21) - Merge pull request #331 from binoc-central/firefoxver-work (2c4054608) - Merge pull request #332 from binoc-central/nomozbuildapp-work (154ba6908) - Limit Skia edge builder allocations. (cb0a00cb1) - Merge pull request #328 from janekptacijarabaci/webextensions_sandbox_sandboxName_1 (f6eaf65b3) - Merge pull request #319 from adeshkp/patch-2 (7284b6346) - Merge pull request #333 from binoc-central/printconfigsettings-work (af90411e3) - Use a strong reference when handling mTextField. (a1133d656) - WebRTC: Stop callback in WebrtcGmpVideoDecoder::ReleaseGmp. (f3910e28c) - Or, you know, actually put it in the CORRECT class (de3ec26cf) - Make FilterNode refcounting threadsafe. (d36b27092) - Bug 1321619. (d57d3c6d1) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180128-c44e0e796-xpmod.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180128-c44e0e796-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win64-git-20180128-c44e0e796-xpmod.7z Official repo changes since my last build: - Update kiss-fft to 1.4.0 (fca8f5fdb) - Add pref for thick caret when behind CJK chars (8b8eb5003) - Make caret behind CJK char normal width by default (cf05e5b68) - Make caret thick behind CJK chars by default (793c2e054) - Hook up scheme fixups to the browser's Front-end (9b20f732a) - Merge pull request #1599 from SpockMan02/master (0346da39e) - Merge pull request #1601 from janekptacijarabaci/url_scheme_typos_1 (e2f2d79b1) - Issue #1568: Set performance timer granularity to 1 ms. (f5c8e2571) - Show the Status Line (e.g. "HTTP/2.0 200 OK") in raw headers (response) (cc17f1244) - Merge pull request #1603 from janekptacijarabaci/devtools_network_response_headers_statusLine_1 (3cab51290) - Clear gStartupCacheWrapper in the dtor. (a90625c54) - Crash fix: add a null check in nsExpatDriver. (c44e0e796) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
memory could not be read error is caused something else(by OS or hardware such unstable RAM), and hard to debug. and yes I'm same person in doom9(while inactively these times) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Host is undergoing a harddisk replacement process, will be up again once finished. EDIT: it should be fine now. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
VC2013 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Please try starting New Moon in safe mode and try to type in that box to see if extensions causing issue. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
fixed -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
if you have newer version of windows, try official build. if it still crashes, report bug to them. -
that will be hard, newer QtWebKit is not old Qt/Compiler/OS friendly.
-
My 3.8.5 NT4 port works in NT4. Untested in win9x+kernelEx anyway.
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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) -
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).
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
basilisk is a testbed of (in-development) next Goanna(4) engine, basically it is something like Firefox-55.0a1(Firefox 53 alike) browser. -
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.
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
dropping new files over old files should be fine for updating palemoon/basilisk. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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)