Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/23/2019 in Posts

  1. New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190323-fcb2b3aa1-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190323-fcb2b3aa1-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190323-fcb2b3aa1-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190323-fcb2b3aa1-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from rmottola/Arctic-Fox: - Bug 1135141 - Release relocated arenas immediately on last ditch GC (e5053c077) - Bug 1135141 - Fix jsapi-test framework to not overwrite original global when createGlobal() fails (055caeee8) (d17844d0f) - import changes from rmottola/Arctic-Fox: - change pointer style (08ae3786b) - Bug 1138538 - Display GC zeal help text in shell help message (6c25ae0a8) - Bug 1135723 - Traverse layout properties instead of object group properties in makeNativeGroup, handle int32->double coercion in ensureDefiniteType, (e53d9bfe1) - Bug 1135535 part 4 - Fix C4275 dll-interface warning and mark this warning as error in js/src on MSVC. (ed0660603) - change pointer style (31d69f5d9) - Bug 1135985 - Use typed members to implement pushMarkStack (42c197cbe) - Bug 1137978 - Access an object's compartment and zone via its group, remove ObjectGroup::singleton_ (bcc16c922) - Bug 1137497 - Remove shape from unboxed objects (eb874ad5a) - Bug 1138735 - Fallback to software vsync if CVDisplayLink fails to initialize. (40479d546) - Bug 1136896. Speed up fill() and dedent() by memoizing some of the work they currently end up doing on each call. (e7d60964c) - add header include (d7f3b53ac) - Bug 1134425 - Part 1: move the allocator interface code out of line (73a0b7e67) - change pointer style for better patching (7ff55e7a5) - Bug 1134425 - Part 2: templatize the GC's allocation routines (10f091bb5) - Bug 1136345. Drop the parent arg from JS_NewObjectWithGivenProto and introduce a JS_DeprecatedNewObjectWithGivenProtoAndParent for the few cases that still pass in a custom parent. (ebff19bb0) - Bug 1136520. Stop parenting Xray expando objects to a non-global. (d58a73a3d) - Bug 1134970 part 1. Add JS friend API to allocate an object which is guaranteed to have no attached metadata. (3e8fa3b3e) - Bug 1134970 part 2. Add JS friend API to quickly copy properties from one object to another if the objects are similar enough. (a53538b91) - Bug 1138874 - Change ReparentWrapper() to avoid multiple JS objects pointing to the same native (16224aa3d) - Bug 1138874 - Generalise assertion that source object has a preserved wrapper (bff647e8a) (f66a5071e) - import changes from rmottola/Arctic-Fox: - Bug 1131805 part 1. Remove remaining JS_GetParent and js::GetObjectParent uses in Gecko. (5ec206e98) - Bug 1137578. Remove JS_GetParent usage from mozJSSubscriptLoader. (ba8b18d88) - Bug 1131802 part 1. Add JS friend API to test whether a given function object has extended slots. (d7a2bad97) - Bug 1131802 part 2. Allocate functions with reserved slots for DOM Xrays so we can store the Xray wrapper reference in those slots instead of as the function parent. (7bc6dba71) - Bug 1140399. Add friend API to check whether a given function object has a JSNative and to get that JSNative as needed. (71f0ccff7) - Bug 1137334. Remove nsIDOMWindowUtils.getParent. (aa3de0a27) - Bug 1125784 - Remove JS_ConvertArguments and JS_ConvertValue. (db6a1bd29) - Bug 1137325. Remove the parent() function from xpcshell. (7cac0999e) - Bug 1131797 part 1. Store an index into its XPCNativeInterface mMembers array in each XPCNativeMember. (2389614e2) - Bug 1131797 part 2. Stop storing the XPCNativeInterface* in XPConnect function objects and just get it from the XPCNativeMember* we're still storing. (252172d87) - Bug 1131797 part 3. Store the object we originally come from in a reserved slot on XPConnect functions instead of using the parent pointer. (252bb312f) and fix requireAtLeast prototype for --enable-shared-js (c660cd77b) - import changes from rmottola/Arctic-Fox: - Bug 1136516. Stop using JS_DeprecatedNewObjectWithGivenProtoAndParent in XPCWrappedNative. (627d0c40f) - Bug 1136523. Stop doing weird things with parents in ctypes code and remove the JS_DeprecatedNewObjectWithGivenProtoAndParent API. (075a3be27) - Bug 1131805 part 2. Remove remaining js::GetObjectParent and JS_GetParent uses in SpiderMonkey. (6caf6189b) - Bug 928336. Make defining unforgeable properties on objects faster by just copying them from an unforgeable holder object. (e7d32668d) - Bug 1132522, part 1 - Treat false return from proxyHandler.defineProperty() as strict mode failure. (3237f9b70) - Bug 1132522, part 2 - Treat false return from proxyHandler.set() as strict mode failure. (e4ab29f7a) (fcb2b3aa1)
    2 points
  2. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190323-0d9f3396a-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190323-0d9f3396a-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win32-git-20190323-0d9f3396a-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win64-git-20190323-0d9f3396a-xpmod.7z Official repo changes since my last build: - [EME] Make WidevineAdapter compatible with CDM version 9 (1fa998d89) - [EME} Hackily implement cdm::Host_9::RequestStorageId (6310310e0) - [EME] Update content_decryption_module.h to more recent revision (34bfc1f40) - [EME] Add content_decryption_module_ext.h (8279f15d4) - [EME] Cherry-pick fix for content_decryption_module.h (e1d7634ba) - Style fixes (3a6a37ca1) - Build bustage fixes (05a51611b) - [EME] Remove WidevineDecryptor::OnLegacySessionError (cece1cb71) - Draw a border when hiding the tab bar (ca1417782) - Don't modify toolbox-after-color in lwthemes (07122c445) - Fix build bustage. (e9261d329) - Merge pull request #1011 from Lootyhoof/issue-725 (b0c7cca30) - Merge branch 'cdm-work' (c7c3c8600) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (a36c3f69c) - Remove harmless assertions by using IgnoredErrorResult. (85e33523c) - Pref the use of unboxed plain objects in JS and disable by default. (890bb438b) - Force expected crashes on unexpected magic values. (ff9877cfe) - Check for dead wrappers in CallerGetterImpl/CallerSetterImpl. (a7013083d) - Check child container count in NotifyRefreshDriverCreated. (403c0b870) - Clean up nsOSHelperAppService. (3c02dbad9) - Extend origin-clean algorithm (DiD). (8549c7cc3) - Reset nursery position when it's disabled. (c53602c80) - Guard against re-entrancy in nsStringStream. (411919cca) - Revert "Guard against re-entrancy in nsStringStream." (34939b2d1) - Close the transaction if PR_Read/PR_Write failed. (3403d5f04) - Add SSUAO for polyfill.io (8ca6744b2) - Return proper error if the nss layer encounters an error on the http tunnel. (a40132518) - Use ptrdiff_t in RangedPtr. (0d9f3396a)
    2 points
  3. yeah it does. check this out: http://www.bearwindows.boot-land.net/winnt4.htm#p7
    1 point
  4. Final patch Tuesday ! who are hobbyist know what heck goes behind making money for Microsoft. Windows is no more owned /licensed by user , it is now like Netflix of operating system . It is end of service not end of life . Windows XP is kicking and it will still keep kicking until the day world ends . Remember XP got Windows NT kernel which is more than enough to make it next os/2. Let windows 7 eos comes , which is obviously closer to us like door to heaven for us but it will be door to hell for Microsoft. Microsoft might not consider but you know truth is bitter. NT6.X is failure. Those who just browse Facebook and run Microsoft office they will never realise that . Windows Vista is better writen than bloody windows 7 and successor. Lazy asses over Microsoft replaced most old win32 api with stubs . Don't believe me ? Use a disassembler to see it yourself. When major companies will move to windows 10 and it's embedded versions , tons of old systems will become sluggish and un usable . We will get some tons of e-waste , we shall Thanks Microsoft for that . I know what being die-hard means and what it means to run my favourite piece of software. I don't see software as tool they are more of a living persons to me . Windows NT 5.X is & was the most stable kernel ever designed by Microsoft . I am not claiming it . Windows 2000 proven what stability really means yet being light weight . XP proven what it means to user-friendly yet robust system needs to be .Sever 2003 proven what actually stability , speed and performance means on earth . Server 2003 was regarded as rival of Linux . Three daughters of Windows NT 4.0 will be alive and kicking on the Earth . Windows 2000: robust and reliable who is smart . [/url] Windows XP : most dependable and user-friendly person who loves her user .[/url] Windows 2003: she stays Strick always on performance issues . She doesn't consider crashes as any good things . She loves to work day and night and most dependable os for servers. [/url] Picture credit goes to respective artist . I don't had links of these pictures. I have downloaded them back in days to use as my wallpapers.
    1 point
×
×
  • Create New...