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. oh yeah, just forgot to change that minor version in the link
  2. New Palemoon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190223-6d775ae14-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190223-6d775ae14-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190223-6d775ae14-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190223-6d775ae14-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from rmottola/Arctic-Fox: - Bug 1133760 part 1. The ownPropNames hook can't be called via Xrays, so stop trying to handle that case. (c8ada5454) - Bug 1133760 part 2. Get rid of unforgeable holders; just store unforgeable properties for DOM proxies directly on the expando object. (ce850b54e) - Bug 1134730. DOM proxy finalizers should not assume that the JS object has an actual reference to the DOM object (and in particular that the slot it's stored in is a private slot). (bd4f51b99) - Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. (cdf896e5a) (5a5c13b72) - import changes from rmottola/Arctic-Fox: - Bug 1188462 - Rename gfx/skia/trunk directory to gfx/skia/skia. (26e6a37fd) - Bug 1188462 - Fix inclusion of skia headers to use correct directory prefixes. (cb8a82d14) - Bug 1188462 - Add SKIA_INCLUDES list for adding Skia to header search path. (0f95f6f77) - Bug 1157065 - GFX: 2D: Implement skia::Convolve in LS3 MMI. * skia::ConvolveVertically * skia:ConvolveHorizontally * skia:ConvolveHorizontally4 (445c1a64e) (6dd0dba0a) - import changes from rmottola/Arctic-Fox: - Bug 945584: Part 1 - Style support for scroll snapping attributes, - Implemented style support for new attributes: - scroll-snap-type - scroll-snap-type-x - scroll-snap-type-y - scroll-snap-points-x - scroll-snap-points-y - scroll-snap-destination - scroll-snap-coordinate (02fe3bb49) - Bug 945584: Part 2 - Add CSS scroll snapping attributes to ScrollbarStyles (v10 Patch) (7ffff307b) - Bug 945584: Part 3 - Enable cancellation of OSX synthesized mousewheel scrolling events (v2 Patch), (124e19201) - Bug 945584: Part 4 - Add scroll snapping preferences (v3 Patch), - Added preferences to allow trackpad and mousewheel flinging between snap points to be tuned: - layout.css.scroll-snap.prediction-max-velocity - layout.css.scroll-snap.prediction-sensitivity (64d44c6ca) - Bug 945584: Part 5 - Implement ScrollVelocityQueue (v4 Patch), - Implemented ScrollVelocityQueue class to calculate the velocity of a scroll when given periodic samples of scroll position. - Added BasePoint::Clamp to simplify code. (bca79b509) - Inactive subframes-in-subframes add event regions to the wrong layer. (bug 1139213, r=tn) (c5ad5ede0) - Bug 1075702 - Fixed implementation of Element.setAttributeNode(). (8e5cdb94d) - Bug 1134968. If JS_NewObjectWithGivenProto is passed a null parent and null proto, use the context's current global as the parent. (82810e810) - Bug 990907 - Add a flag on nsIScrollableFrame to indicate if it is actively being scrolled by APZ. (3eb29e60b) (a9868b918) - libwebp: update to 1.0.1 (2acd78ac8) - import changes from rmottola/Arctic-Fox: - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb) - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34) - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da) - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) - Bug 1136980 part 1. Get rid of JS_SetParent uses in DOM/XPConnect. (5cad9c256) - Bug 1136980 part 2. Remove JS_SetParent, even though we have a CLOSED TREE (96cf58c85) - Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. (15663c476) - Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. (e063faf08) - Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. (cf8326017) - Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. (e16605a90) - Bug 1113369, part 4 - [[Set]] ObjectOpResult support. (6f94604d4) - Bug 1113369, part 5 - [[Delete]] ObjectOpResult support. (6feef9887) - const override -> const MOZ_OVERRIDE (fa0ff1802) - adapt pointer style writing to better accept patch (1a6627036) - Bug 1113369, part 6 - [[PreventExtensions]] ObjectOpResult support. (5fa15660e) - pointer style before applying patches (06380aade) - const override -> const MOZ_OVERRIDE (fe5f9f3c0) - Bug 1113369, part 7 - [[SetPrototypeOf]] ObjectOpResult support. (67e8d1987) and some follow-up patches: bug1140737, bug1141154, bug1141329 (8423980b0) - import changes from rmottola/Arctic-Fox: - Bug 940273 - Part 1 - Fetch changes from maple twig to support Service Worker Cache. (5f8e82dd7) - Bug 940273 - Part 1b - Expose nsFileProtocolHandler.h in mozilla/net. (71a3ebcf4) - Bug 940273 - Part 2 - Add a pref to enable Service Worker Cache. (2e7b478d3) - patch header include (3b90a9b8d) - override -> MOZ_OVERRIDE (8f51321bc) - override -> MOZ_OVERRIDE (5f4ab5143) - Bug 1136563 - ARIA 1.1: Support role 'switch' (2484c9c27) - Bug 1121518 - ARIA 1.1: Add support for role 'searchbox' (8d3ee1204) - override -> MOZ_OVERRIDE (3db7a0cb4) - Bug 1137714 - Make roleDescription nicer/correct/faster (da6beb861) - Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements (133801ca1) - Bug 1134280 - Get rid of Tag() - patch 2.1 - /accessible - Fix all the occurrences (fbef71d88) - Bug 1134280 - Get rid of Tag() - patch 2.2 - /editor - Fix all the occurrences (e54a21dcc) - Bug 1134280 - Get rid of Tag() - patch 2.3 - dom/base and docshell - Fix all the occurrences (8bf192106) - Bug 1134280 - Get rid of Tag() - patch 2.4 - layout/mathml - Fix all the occurrences (7914f351d) - Bug 1134280 - Get rid of Tag() - patch 2.5 - dom/xul - Fix all the occurrences (6611b95ef) - Bug 1134280 - Get rid of Tag() - patch 2.6 - layout/base and layout/form - Fix all the occurrences (61e06ff31) - Bug 1134280 - Get rid of Tag() - patch 2.7 - layout/generic - Fix all the occurrences (bbe5865c2) - Bug 1134280 - Get rid of Tag() - patch 2.8 - dom/html - Fix all the occurrences (7af471da5) - Bug 1134280 - Get rid of Tag() - patch 2.9 - dom/svg, dom/xml, dom/xslt and dom/xbl - Fix all the occurrences (ab9769748) - Bug 1134280 - Get rid of Tag() - patch 2.10 - dom/events, dom/mathml, dom/plugins, dom/smil - Fix all the occurrences (421ba62f4) - Bug 1134280 - Get rid of Tag() - patch 2.11 - layout/xul - Fix all the occurrences (e19e64b2c) - Bug 1134280 - Get rid of Tag() - patch 2.12 - layout/style, layout/svg - Fix all the occurrences (7ec90f520) - Bug 1134280 - Get rid of Tag() - patch 2.13 - Fix all the occurrences (a887a4341) - Bug 1134280 - Get rid of Tag() - patch 3 - nsContentUtils::IsHTMLBlock should work with nsIContent inste nsIAtom (28fa04521) - Bug 1134280 - Get rid of Tag() - patch 4 - Get rid of nsDocumentEncoder::IsTag (ed4bf4d48) - Bug 1134280 - Get rid of Tag() - patch 5 - nsGenericHTMLElement::IsHTMLElement (70a2822c7) - Bug 1134280 - Get rid of Tag() - patch 6 - Remove nsINode::Tag() (85885131f) - Bug 1134280 - Get rid of Tag() - patch 7 - Followup to fix bustage. (actuall, backport, it was missing) (cfcfa3e74) - Bug 1134280 - Get rid of Tag() - patch 8 - Fixed a debug-only compilation issue (502319995) - Bug 1356843 - Fix -Wcomma warnings in dom/base/ and dom/xml/. clang's -Wcomma warning warns about suspicious use of the comma operator such as between two statements or to call a function for side effects within an expression. (0f1ad0554) (4573c3bc0) - import changes from rmottola/Arctic-Fox: - Bug 1125750 - Check the overflow region direction to avoid unnecesary reflow for scrollable frame. (6b5067631) - Bug 1125750 - Add auto test to detect error when using mOuter to check overflow area of a scrollable frame. (4e9c43e31) - override -> MOZ_OVERRIDE (ed1ecc151) - Bug 990907 - Don't add text-overflow markers while being actively scrolled by APZ. (523bc5a3e) - Bug 945584: Part 6 - Implementation of scroll snapping (v10 Patch) (bf64eb0f3) - Bug 945584: Part 7 - Implement Scroll Snapping for Autoscroll, - Triggering scroll snapping at the end of an autoscroll. - This enables text selection to be unencumbered by scroll snapping, while restoring the scroll position to a valid snapping position when the drag operation is completed. (db9ce9811) - Bug 945584: Part 8 - Implement Scroll Snapping for Middle Mouse Button Scrolls (v2 Patch) (06d1b733d) - some MacOS 10.5 Leopard support (6a37f6745) - Bug 945584: Part 9 - Tests for scroll snapping (v4 Patch) (f67175387) - Bug 1102427 - Ensure scroll parents of an active scrollframe are layerized. (910d43ec5) - Bug 1142731 followup. Check isInterpreted() before we call environment(), because of the asmjs lambdas. (29b2acdc7) - Bug 1161627 - part 1 - add move constructor and assignment operator for already_AddRefed&& to RefPtr; This change is prep work for future mass rewriting. (98416d45c) - Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; (336e96af7) - Bug 1161627 - part 3 - remove TemporaryRef<T> from RefPtr.h (6c3acdaed) - Bug 940273 - Part 3 - Service Worker Cache webidl. (4b6803d0a) - Bug 940273 - Part 4 - Initial implementation of Service Worker Cache. (74498c108) - Bug 1133861 - Bustage fix. (4a81437c2) (18a7a6885) - import changes from rmottola/Arctic-Fox: - Bug 940273 - Part 5 - Expose Service Worker Cache as window.caches when pref is enabled. (ed05e2028) - Bug 940273 - Part 6 - Expose Service Worker Cache on workers as self.caches (ffbc3dd0f) - Bug 940273 - Part 7 - Initial tests for Service Worker Cache. (828405e48) - Bug 1139603: Add MOZ_OVERRIDE annotations in CacheParent.h and QuotaClient.cpp to fix clang -Winconsistent-missing-override. (dcd9139c3) - Bug 1139153 - Rip out the unneeded layout.async-containerless-scrolling.enabled pref. (6bbaaa5c6) (b93691415) - finally bump versions (6d775ae14) Note: for unknown reason, this code becoming broken after my 8 Feb merge: (follow code found in Easy Drag2Go extension) var tPrefs = Cc['@mozilla.org/preferences-service;1'].getService(Ci.nsIPrefService); var lang = tPrefs.getComplexValue('general.useragent.locale', Ci.nsISupportsString).data; 07:20:40.283 TypeError: tPrefs.getComplexValue is not a function and you will need changing nsIPrefService to nsIPrefBranch in order to make code working again.
  3. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190223-71a6038-uxp-f89a809df-xpmod.7z Browser-only Suite Win32 (removed due to request) source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190223.7z Official repo changes since my last build: - No message (f0e2261) - [ABPRIME] Account for Navigator's labelalign="end" (323d08b) - [PLATFORM] Update commit pointer (f124b4b) - [NAVIGATOR] Fix component/add-on bar styling in Modern (96ba0e2) - [NAVIGATOR] Remove Link Toolbar (c5a8bd8) - [NAVIGATOR] More main menu fun (8de118d) - [PLATFORM] Update commit pointer (5c6bbde) - [INSPECTOR] Revise content manifest (47c2c68) - [NAVIGATOR] Don't clear the default status on ling hover (fb8a18e) - [Navigator] Fix package manifest so that icons are packed on all platforms (1efbd55) - no message (2828fdb) - [NAVIGATOR] Even more menu stuffs (e194016) - [NAVIGATOR] Move communicator chrome into a seperate directory until it can be re-deposited in base or components (2a66832) - [NAVIGATOR] Abolish the centralized l10n (dede887) - [NAVIGATOR] Put navigator chrome in navigator.jar (ba768eb) - [NAVIGATOR] Move more communicator components to.. components/ (cc270f6) - [NAVIGATOR] Move pageinfo to components/ (e3d279e) - no message (881f82c) - [NAVIGATOR] Make sure navigator.jar is actually packaged... (d97e8a6) - [PLATFORM] Update commit pointer (2cf3edf) - [NAVIGATOR] Put pageinfo in the correct jar (d87d84b) - [PLATFORM] Update commit pointer (33ead50) - [MAIL] Complete the Search Engine management work (55656d2) - [MAIL] Add an argument to bypass the phishing check in contentAreaClick (ce3ebf1) - [MAIL] Attach contentAreaClick to the discover pane browser element onlick event (6dec1f6) - [MAIL] Hook the Add-ons Manager up to the MailNews Add-ons Site (dbf2b6c) - [MAIL] Move the Work Offline statusbarpanel (b160989) - [MAIL] Update dictionary url pref as well (f56cfa0) - [MAIL] Restore the Help Menu Update Checker (91727e9) - [NAVIGATOR] Update homepage and bookmarks (29d1868) - [NAVIGATOR] Hack in a places enabled history menu (b55b424) - [NAVIGATOR] Bookmarks Menu work (a9c05d0) - [CENTRAL] Update version2k.py to give an eDate with -e (9cca03e) - [PLATFORM] Update commit pointer (cc9ed23) - [CENTRAL] Import scratchpad (34e0c7e) - Move extensions to projects/ (3e94e63) - Revert "Move extensions to projects/" (eab19c8) - [CENTRAL] Update gitignore (7e9ed9f) - [CENTRAL] Move most projects to projects (1721b28) - {SCRATCHPAD] Make it build properly (d3230be) - [PSWITCH] Update how it builds (90585d7) - [CENTRAL] Establish a communicator "toolkit" directory (bef8b33) - [MAIL] Enable MOZ_MAILNEWS (7556d52) - [CENTRAL] Remove junk left over from comm-central (a6b413d) - [NAVIGATOR] Move to projects/ (b830349) - [MAIL] Move to projects/ (71a6038) For UXP changes please see above.
  4. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190223-f89a809df-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190223-f89a809df-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win32-git-20190223-f89a809df-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win64-git-20190223-f89a809df-xpmod.7z Official repo changes since my last build: - Pale Moon: Add loop context menu to HTML5 media elements. (8906ccd05) - Clean up localization. (b9d51d4e3) - Rename mediaPlaybackRate to mediaPlaybackRate2. (4a89b18b3) - Treat aContext as a bitfield in openURI. (cb959aec3) - [PALEMOON] Link dictionaries to addons.palemoon.org (8b0531b4a) - Merge pull request #975 from JustOff/PR_dictionaries_url (ca662e978) - Merge pull request #972 from MoonchildProductions/issue-971 (f475489b6) - Merge pull request #967 from Ascrod/master (364262894) - Update Basilisk Search Engines URL preference (3b553d5cf) - Conform Pale Moon AM preferences to actual locations (66bfad276) - New cycle version bump. (2625ea442) - Stop using hard-coded URL for "get more devtools" (54f9a14d0) - [Basilisk] Add get more devtools URL pref. (529067c0a) - BMPs from the clipboard may include extra padding. (c66d87e6c) - Revert "Port several Skia upstream fixes." (c13bd1bba) - Skia: Be consistent about int for incReserve. (91903016b) - Skia: Validate allocation size in GrBufferAllocPool using SkSafeMath. (ca3861669) - Don't trust convexity when applying transforms. (27f45bc24) - Add nullcheck for frames in FindNearestCommonAncestorFrame (3029dee77) - Preserve newlines in textarea placeholders (b1e78d1db) - Merge pull request #979 from JustOff/PR_textarea_placeholders (c7585afb9) - Update webplatform tests for multiline placeholder. (833be88a6) - Remove conditional MOZ_MAINTENANCE_SERVICE code (fc0a0f13a) - Remove maintenance service code from nsUpdateService and related. (e3c88dc64) - Remove Non ifdef'd service code from toolkit/mozapps/updater/updater.cpp (cdc483892) - Remove toolkit/components/maintenanceservice/ (664f6385a) - Remove maintenance service bits from nsUpdateDriver (234648ca8) - Clobber for maintenance service removal (303e4314f) - Remove reference to standalone component. (26d7c44f1) - Restore building of common-standalone lib for updater. (73551520d) - Remove error table with unspecified errors. (6f78cfb3a) - Stop building /docshell unified and fix deprot. (f89a809df)
  5. They can do whatever they want, and so do I. It is a smorgasbord and I'll pick whatever I want to my dish.
  6. test in official unstable build please. (also test my binary in newer windows as well) if problem persists in official build, report a bug to them. (P.S.: there is another user created ticket for this issue: https://github.com/MoonchildProductions/UXP/issues/976 , and I can just revert it in my local tree for now) EDIT: all 20190216 build archives have been refreshed EDIT2: reverted commit has been pushed to branches
  7. don't try to replace DLLs with different versions or it will crash or don't even start.
  8. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190216-1a603cc-uxp-77e1b07f3-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: - [MAIL] Add a way to add and remove search plugins (6df31b7) - [PLATFORM] Update commit pointer (db71dc0) - [PLATFORM] Update commit pointer (5996a40) - [PLATFORM] Update commit pointer (4316650) - [NAVIGATOR] Toolbar work (8daa3a6) - [NAVIGATOR] Make the component bar into a customizable toolbar (b6a0626) - [PLATFORM] Update commit pointer (1a603cc) My changes since my last build: - restored "Translate Page" menu item For UXP changes please see above.
  9. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190216-77e1b07f3-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190216-77e1b07f3-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.4.0a1.win32-git-20190216-77e1b07f3-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.4.0a1.win64-git-20190216-77e1b07f3-xpmod.7z Official repo changes since my last build: - Expose TLS 1.3 cipher suite prefs. (8beab28bf) - Allow empty string on `location.search` setter. (487afe9f4) - Add "check for updates" to main menu and AppMenu v2 (dd418226c) - Restore app.update.url.override preference. (71c81eb90) - Remove webextensions conditional code from Basilisk. (6bb02d95f) - Remove WebExtension support from the platform. (43d44975b) - Remove the WebExtension Add-on Manager from our tree. (1e0da1994) - Move "No proxy for" control down to clarify it is a global effect. (8e0fdf931) - Fix line endings (0e80d10f4) - Implement origin-clean algorithm for ImageBitmap. (91799767e) - Use C++11 thread-safe statics with MSVC. (f595579f0) - Disable "helpful" MSVC warning about AVX instructions. (9a090b794) - Bump goanna version for updated canvas handling. (4ec8be4ae) - Use C++11 thread-safe statics with MSVC. (js) (71d32272e) - Update browse URL for AM search to Phoebus 2.0 (0d88098e3) - Port several Skia upstream fixes. (a6ddde909) - Preserve transparency when copying a DIB to/from the clipboard. (77e1b07f3) My changes since my last build: - nspr: update nspr to hg rev 753fe0f7964c - nss: update nss to hg rev 395a93dbc02e with vc2013 patch applied - reverted following changes: - Remove webextensions conditional code from Basilisk. (6bb02d95f) - Remove WebExtension support from the platform. (43d44975b) - Remove the WebExtension Add-on Manager from our tree. (1e0da1994) - Use C++11 thread-safe statics with MSVC. (f595579f0) - Use C++11 thread-safe statics with MSVC. (js) (71d32272e)
  10. not possible since javascript engine in gecko > 49 (goanna >= 4) will emit SSE2 instructions unconditionally, as a result SSE2 is mandatory.
  11. if you enable TLS 1.2 in Internet Settings, you can go directly to https windows update site without problem.
  12. let me start a smorgasbord https://github.com/roytam1/UXP it should be good enough to produce working build from this repo now!
  13. WE killswitch! https://github.com/MoonchildProductions/UXP/commit/6bb02d95f70000b150569089987701c8244d7d5d lets revert it!
  14. alright you're right, it still works after updating here.
  15. you use win7 for a year and go win10 then?
  16. yeah, MSO update of Office2003 seems fine, but not compatibility pack update. MSO.DLL (12.0.6807.5000) in KB4092465 links to bcrypt.dll which is not exist in XP. EDIT: this delayed-loading DLL seems to be harmless here. MSO.DLL (11.0.8453.0) in KB4462154 seems working fine.
  17. same boat of compatibility pack. MSO.DLL (12.0.6807.5000) in KB4092465 links to bcrypt.dll which is not exist in XP. EDIT: this delayed-loading DLL seems to be harmless here MSO.DLL (11.0.8453.0) in KB4462154 seems working fine.
  18. MS incorrectly linked new GDIPLUS.DLL to newer version of MSVCRT.DLL which is XP-incompatible.
  19. no, just domain name changed.
  20. matt removed it. https://github.com/binaryoutcast/binoc-central/commit/ab39ff453746766c71ad8e37a8c2ac0a812db7bc#diff-5d439fd076db0dd17d3b7ee509bc4d48 maybe we can add it back later.
  21. New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM76.1-Goanna-20190209.7z Changelog: Out-of-tree changes: * update troubleshoot_prefs.kmm to v17 * update Goanna3 to git 92d2d7f76..7450defff: - import changes from rmottola/Arctic-Fox: - Bug 1139152: IonMonkey: Don't improve types at MTypeOf for unknown types (d67dad359) - Bug 994016 - IonMonkey: Improve type information at branches with TypeOf (boolean, you are worthy too) (c90a6d6fc) (d9bf24c13) - import changes from rmottola/Arctic-Fox: - Bug 1138265 - TraceLogger: Throw error when trying to enable in AsmJS (64c799042) - Bug 1270591. Add support for checking for AVX & AVX2. Detecting AVX2 requires the use of a sub-leaf. (789319bd0) (eb895d30f) - import changes from rmottola/Arctic-Fox: - update libwebp to 0.6.1 (afa956138) - fix build on intel for libwebp 0.6 (97193d7a0) (7174a5119) - import changes from rmottola/Arctic-Fox: - Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. (15663c476) - Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. (e063faf08) - Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. (cf8326017) - Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. (e16605a90) - Bug 1113369, part 4 - [[Set]] ObjectOpResult support. (6f94604d4) (74aff1670) - import changes from rmottola/Arctic-Fox: - Bug 1077002 - Give a better error message when showModalDialog is used (18d8ecc12) - Bug 1135792. Stop assuming that every binding for a global with a non-worker descriptor is a binding for Window. (dd0260c12) - Bug 1135810. Add more explicit checks for whether a descriptor wants Xrays or not instead of assuming that Xrays are desired if and only if descriptor.workers is false. (17ef71544) - Bug 1050456 - Part 1: Prevent prerendered pages from showing the slow script dialog (173044922) - Bug 1050456 - Part 2: Add a nsGlobalWindow::GetIsPrerendered helper (ac680a5f7) (805fc48eb) - reverting rmottola/Arctic-Fox changes in order to bisect memory leak and greasemonkey issue: - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb) - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34) - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da) - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) - Bug 1130679: IonMonkey: Make it possible to guard on type changes/bailouts (ecec18313) - Bug 1136980 part 1. Get rid of JS_SetParent uses in DOM/XPConnect. (5cad9c256) - Bug 1136980 part 2. Remove JS_SetParent, even though we have a CLOSED TREE (96cf58c85) - Bug 1066229 - Part 5: Emitter support for basic ES6 ClassStatements. (e2a3cc979) - Bug 1135423 - Use unboxed objects for object literals where possible, clean up object literal creation and property initialization code (1d9e381c2) - Bug 1137523 part 2 - Unprefix a few js_* functions I forgot in part 1 (e6beaf0d8) - Bug 1135816 - Handle unboxed object receivers when compiling getter/setter calls in baseline/Ion (82233087e) - Bug 1138265 - TraceLogger: Throw error when trying to enable in AsmJS (64c799042) - Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. (15663c476) - Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. (e063faf08) - Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. (cf8326017) - Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. (e16605a90) - Bug 1113369, part 4 - [[Set]] ObjectOpResult support. (6f94604d4) - Bug 1077002 - Give a better error message when showModalDialog is used (18d8ecc12) - Bug 1135792. Stop assuming that every binding for a global with a non-worker descriptor is a binding for Window. (dd0260c12) - Bug 1135810. Add more explicit checks for whether a descriptor wants Xrays or not instead of assuming that Xrays are desired if and only if descriptor.workers is false. (17ef71544) - Bug 1050456 - Part 1: Prevent prerendered pages from showing the slow script dialog (173044922) - Bug 1050456 - Part 2: Add a nsGlobalWindow::GetIsPrerendered helper (ac680a5f7) hopefully we can re-apply them later. (e1881afe9) - re-apply rev 805fc48eb20f089ae0b815ce137bd64d6993f451 (d1c585ecf) - re-apply rev 94617d85eb5ab3369bb44b099be3c6c4174fe6f6 (e07628294) - re-apply following changes: - Bug 1130679: IonMonkey: Make it possible to guard on type changes/bailouts (ecec18313) - Bug 1066229 - Part 5: Emitter support for basic ES6 ClassStatements. (e2a3cc979) - Bug 1135423 - Use unboxed objects for object literals where possible, clean up object literal creation and property initialization code (1d9e381c2) - Bug 1138265 - TraceLogger: Throw error when trying to enable in AsmJS (64c799042) (7450defff) following changes seem causing issues and they are reverted for now: - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb) - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34) - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da) - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) - Bug 1136980 part 1. Get rid of JS_SetParent uses in DOM/XPConnect. (5cad9c256) - Bug 1136980 part 2. Remove JS_SetParent, even though we have a CLOSED TREE (96cf58c85) - Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. (15663c476) - Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. (e063faf08) - Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. (cf8326017) - Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. (e16605a90) - Bug 1113369, part 4 - [[Set]] ObjectOpResult support. (6f94604d4) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.
  22. 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-20190209-7450defff-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190209-7450defff-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190209-7450defff-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20190209-7450defff-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from rmottola/Arctic-Fox: - Bug 1139152: IonMonkey: Don't improve types at MTypeOf for unknown types (d67dad359) - Bug 994016 - IonMonkey: Improve type information at branches with TypeOf (boolean, you are worthy too) (c90a6d6fc) (d9bf24c13) - import changes from rmottola/Arctic-Fox: - Bug 1138265 - TraceLogger: Throw error when trying to enable in AsmJS (64c799042) - Bug 1270591. Add support for checking for AVX & AVX2. Detecting AVX2 requires the use of a sub-leaf. (789319bd0) (eb895d30f) - import changes from rmottola/Arctic-Fox: - update libwebp to 0.6.1 (afa956138) - fix build on intel for libwebp 0.6 (97193d7a0) (7174a5119) - import changes from rmottola/Arctic-Fox: - Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. (15663c476) - Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. (e063faf08) - Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. (cf8326017) - Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. (e16605a90) - Bug 1113369, part 4 - [[Set]] ObjectOpResult support. (6f94604d4) (74aff1670) - import changes from rmottola/Arctic-Fox: - Bug 1077002 - Give a better error message when showModalDialog is used (18d8ecc12) - Bug 1135792. Stop assuming that every binding for a global with a non-worker descriptor is a binding for Window. (dd0260c12) - Bug 1135810. Add more explicit checks for whether a descriptor wants Xrays or not instead of assuming that Xrays are desired if and only if descriptor.workers is false. (17ef71544) - Bug 1050456 - Part 1: Prevent prerendered pages from showing the slow script dialog (173044922) - Bug 1050456 - Part 2: Add a nsGlobalWindow::GetIsPrerendered helper (ac680a5f7) (805fc48eb) - reverting rmottola/Arctic-Fox changes in order to bisect memory leak and greasemonkey issue: - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb) - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34) - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da) - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) - Bug 1130679: IonMonkey: Make it possible to guard on type changes/bailouts (ecec18313) - Bug 1136980 part 1. Get rid of JS_SetParent uses in DOM/XPConnect. (5cad9c256) - Bug 1136980 part 2. Remove JS_SetParent, even though we have a CLOSED TREE (96cf58c85) - Bug 1066229 - Part 5: Emitter support for basic ES6 ClassStatements. (e2a3cc979) - Bug 1135423 - Use unboxed objects for object literals where possible, clean up object literal creation and property initialization code (1d9e381c2) - Bug 1137523 part 2 - Unprefix a few js_* functions I forgot in part 1 (e6beaf0d8) - Bug 1135816 - Handle unboxed object receivers when compiling getter/setter calls in baseline/Ion (82233087e) - Bug 1138265 - TraceLogger: Throw error when trying to enable in AsmJS (64c799042) - Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. (15663c476) - Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. (e063faf08) - Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. (cf8326017) - Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. (e16605a90) - Bug 1113369, part 4 - [[Set]] ObjectOpResult support. (6f94604d4) - Bug 1077002 - Give a better error message when showModalDialog is used (18d8ecc12) - Bug 1135792. Stop assuming that every binding for a global with a non-worker descriptor is a binding for Window. (dd0260c12) - Bug 1135810. Add more explicit checks for whether a descriptor wants Xrays or not instead of assuming that Xrays are desired if and only if descriptor.workers is false. (17ef71544) - Bug 1050456 - Part 1: Prevent prerendered pages from showing the slow script dialog (173044922) - Bug 1050456 - Part 2: Add a nsGlobalWindow::GetIsPrerendered helper (ac680a5f7) hopefully we can re-apply them later. (e1881afe9) - re-apply rev 805fc48eb20f089ae0b815ce137bd64d6993f451 (d1c585ecf) - re-apply rev 94617d85eb5ab3369bb44b099be3c6c4174fe6f6 (e07628294) - re-apply following changes: - Bug 1130679: IonMonkey: Make it possible to guard on type changes/bailouts (ecec18313) - Bug 1066229 - Part 5: Emitter support for basic ES6 ClassStatements. (e2a3cc979) - Bug 1135423 - Use unboxed objects for object literals where possible, clean up object literal creation and property initialization code (1d9e381c2) - Bug 1138265 - TraceLogger: Throw error when trying to enable in AsmJS (64c799042) (7450defff) following changes seem causing issues and they are reverted for now: - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb) - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34) - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da) - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) - Bug 1136980 part 1. Get rid of JS_SetParent uses in DOM/XPConnect. (5cad9c256) - Bug 1136980 part 2. Remove JS_SetParent, even though we have a CLOSED TREE (96cf58c85) - Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. (15663c476) - Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. (e063faf08) - Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. (cf8326017) - Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. (e16605a90) - Bug 1113369, part 4 - [[Set]] ObjectOpResult support. (6f94604d4)
  23. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190209-95988d7-uxp-4adc40988-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: - [PLATFORM] Update commit pointer (0358bd0) - [PLATFORM] Update commit pointer (3903a16) - [INSPECTOR] Use main toolbar background for modern theme (11dc15b) - [PLATFORM] Update commit pointer (68c6dd6) - [ABPRIME] Change menu order for Navigator (adebcea) - [PLATFORM] Update commit pointer (0cb0749) - [PLATFORM] Update commit pointer (e55019d) - [MAIL] Update proxy prefpane for changes in https://github.com/MoonchildProductions/UXP/commit/6567bb631a78033b6b4cc32bc93e07d837652276 (95988d7) For UXP changes please see above.
×
×
  • Create New...