Jump to content

roytam1

Member
  • Posts

    3,609
  • Joined

  • Last visited

  • Days Won

    415
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. I'd compared my base fx 3.6 (which is 3.6.28) and pm2.6.32 and the differences are minor.
  2. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200418-535efd70-uxp-222d316c8-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200418-535efd70-uxp-222d316c8-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Resolve un-pp false positive in notification.properties (77170b3c) - Update gitignore (84ffb496) - Update platform commit pointer (07064ab6) - Use nss store 9 (c75a63dc) - Change some stuff in mach stub (1030b207) - Update platform commit pointer (cda3df0c) - Update platform commit pointer (86f7e2f5) - Remove conditional titlebar drawing from Interlink. (3d43e19e) - Merge branch 'TRUNK' of https://github.com/binaryoutcast/binoc-central into TRUNK (756e2441) - Merge pull request #99 from athenian200/conditional-titlebar-drawing-removal (08a39b8a) - Update platform commit pointer (0bb52dc3) - Merge branch 'TRUNK' of https://github.com/binaryoutcast/binoc-central into TRUNK (8634803f) - Update platform commit pointer (535efd70) My changes since last build: - reverted "Use nss store 9" -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200418-id-088353e-ia-041bf6a-uxp-222d316c8-xpmod.7z
  3. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200418-714023a-uxp-222d316c8-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200418-714023a-uxp-222d316c8-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200418-714023a-uxp-222d316c8-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win32-git-20200418-f58079376-uxp-222d316c8-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win64-git-20200418-f58079376-uxp-222d316c8-xpmod.7z Official UXP changes since my last build: - Issue #1512 - Improve handling of multiple selections. (a2bc0e0ec) - Create SECURITY.md (9f4b2a0e2) - Issue #1513 - Bail on orphan node (e4548d6ad) - Issue #1514 - Perform validity check before trying to use the content. (6245e5a8f) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (f1675650a) - Issue #1516 - Part 1: Add a global build define to determine if the client can draw in the titlebar and update consumers of the local define (6f6d1f6ff) - Bug 1305458 - Changing -moz-appearence on hover breaks change event (5352b69a9) - Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when trying to reframe native anonymous content (bebec8fcb) - Issue #1375 - Fix unified sources (b356448d1) - Bug 1334247 - Remove nsIAnonymousContentCreator::CreateFrameFor (e215bfbb8) - Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFrames (4e2b4b9bc) - Bug 1336011 - Fix Crash in InvalidArrayIndex_CRASH in mozilla::EditorBase::DeleteSelectionImpl (c66ed1275) - Issue #1517 - Enable high-resolution DOM timestamps on trunk (963fc8079) - Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content with the pseudo type at creation time (4375774c9) - Bug 1340333 - Eagerly compute whether a frame is really a browser. (0d149a4c0) - Bug 1340885 - Null check frame's content when searching for NAC ancestors in GetCorrectedParent (32c3ee92b) - Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use. (5caf99795) - Bug 1343937 - Fix a crash in nsWrapperCache.h (1f5c67934) - Issue #1375 - Overload FromContent() to work with const (2c4d69359) - Bug 1343879 - Be consistent about the parent style context the document-level anonymous content container should get: it should get no parent style context. (4630e4abb) - Bug 656197 - Push state updates further out across beforesetattr/aftersetattr (2f59167e6) - Bug 1347640 - HTMLInputElement shouldn't try to cancel image request on all the type changes (ab05e6f9a) - Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymousContent can change from non-native to native AC (de45820b6) - Bug 1330843 - Allow JS to create NAC pseudo-elements (0d362ca50) - Bug 1296516 - Cleanup a bit of code in layout/base (9f6cb6874) - Bug 1352389 -Don't push extra script blocker on stack when setting attributes (f07f8aecb) - Issue #1375 - Include content rules from HTMLTableCellElement::WalkContentStyleRules and move to the mapped attr functionality (5f297c5f5) - Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyle (7614fdb51) - Bug 1360157 - Assert that a display: contents child always has a parent (34e2c4054) - Bug 1361086 - Simplify UndisplayedMap::GetListFor/GetOrCreateListFor to take nsIContent* rather than nsIContent** (0f5dcf963) - Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSetAttr (091d06b43) - Bug 1348851 - Use new block when better selection isn't found. (ef689a705) - Bug 1367683 - Optimize initializing nsRange (940d191ef) - Bug 1365092 - Move side effects of SetAttr and ParseAttribute to BeforeSetAttr and AfterSetAttr (17f7e1c8c) - Bug 1337698 - Use UniquePtr instead of nsAutoPtr in editor (516fd67d5) - Bug 1371170 - Add non-virtual EditorBase::GetSelectionController (5a379a4b1) - Bug 1372829 - Part 1: Make mozilla::PlaceholderTransaction inherit mozilla::SupportsWeakPtr instead of nsSupportsWeakReference (ea3a2ce27) - Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocument (2e2190a50) - Bug 1372829 - Part 2: mozilla::EditorBase should cache raw pointer of nsISelectionController and nsIDocument with nsWeakPtr (32e815512) - Bug 1373798 - Move HTML dir attribute state into event state flags (4d1d777e7) - Bug 1368802 - nsFrameIterator::GetPlaceholderFrame should only try to get the placeholder for out-of-flow frames, because in-flow frames never have a placeholder (2bcd8923f) - Bug 1368547 - Remove nsFrameManagerBase::mPlaceholderMap and instead store the placeholder on a frame property on the out-of-flow (0c99ad16f) - Bug 1377648 - Fix HTMLSummaryElement::IsSummary() on removing the element (53428ad3f) - Bug 1377978 - Make nsRange use uint32_t to offset (70c8ff8e5) - Bug 1382357 - Wait to destroy frames until after we've successfully fetched the binding (675dce947) - Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case (f4a1d0123) - Bug 1389743 - Only reconstruct frames synchronously from ContentRemoved when called from frame construction (e482e335b) - Bug 1394300 - Streamline nsElementTable.cpp (071957f9f) - Bug 1396568 - Make DocumentFragment::mHost a strong reference (so that ShadowRoot.host doesn't become null) (8114d58fe) - Issue #1375 - Stop largely using the parser service (61e46a6d5) - Bug 1400777 - Slim down nsElementTable.h (a72b82732) - Bug 1396584 - Remove support for multiple ShadowRoots (5f1294032) - Bug 1401097 - Simplify gHTMLElements and remove redundant conditions in nsXHTMLContentSerializer::LineBreakAfterClose() (846e0fa4f) - Bug 1402941 - Add HTMLSlotElement (48f602e65) - Bug 1381134 - Ensure we're using the correct frame for the :after/:before references (55d83ea6f) - Bug 1408341 - Implement assignedSlot on Element and Text (375843468) - Bug 1404789 - Stop reconstructing frames for the whole shadow root each time content is inserted in a shadow tree (ed7faf3fd) - Bug 1411754 - Rename PresShell::DestroyFramesFor to DestroyFramesForAndRestyle (96dfc63bc) - Bug 1404842 - Implement Element.attachShadow and Element.slot (873abc7bc) - Bug 1411878 - Support Element.shadowRoot and Element.assignedSlot / TextNode.assignedSlot on closed shadow root (3a74795a5) - Bug 1416999 - Remove document.registerElement (5524318fe) - Bug 1418002 - Remove HTMLContentElement (8beb65dd5) - Bug 1409975 - Implement node distribution for shadow tree slots (e31ed5b07) - Bug 1380749 - Retry AdjustAppendParentForAfterContent in case |parentAfterFrame| was a :first-letter frame that we deleted (14bb98e17) - Bug 979782 - Implement lazy frame construction for display:contents descendants (352fe8398) - Bug 1413619 - Fix insertion point computation when display: contents pseudos are involved. (ee4857f20) - Bug 1415152 - No need for AdjustAppendForAfter, since ::after is handled in FindNextSibling (03a898fca) - Bug 1415538 - Remove dead frame construction code (InsertFirstLineFrames) (e5ca4ada9) - Bug 1415843 - Remove an unneeded call to AdjustAppendParentForAfterContent (a2cdb9f91) - Bug 1419964 - Remove AdjustParentFrameForAfterContent (003e537dc) - Bug 1419799 - Fix nsContentUtils::IsInSameAnonymousTree in Shadow DOM (f0b7ba1e2) - Bug 1422931 - Fix crash with slot element and make webcomponents preference per-doc (fd7a325bc) - Bug 1419762 - Return the inline continuation of an IB split when appending (38056aa9c) - Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions] (010f37f47) - Bug 1412775 - Implement Event.composedPath (7e506bd98) - Bug 1327185 - Refine EventStateManager::FireDragEnterOrExit (d925bfcc6) - Bug 1425441 - Move relatedTarget to WidgetEvent (f164962a3) - Bug 1409976 - Add `slotchange` event (3508e79b1) - Bug 1426536 - Remove nsContentUtils::IsContentInsertionPoint (b93fb5751) - Bug 1426503 - Remove DestInsertionPoints stuff (53df3a74f) - Bug 1417829 - Remove unresolved pseudoclass (f605c68f1) - Bug 1348481 - Part 1b: Generalize FindDocStyleSheetInsertionPoint so it doesn't require an array of RefPtrs (0f5b78915) - Bug 1322661 - Expose (non-XBL) style sheets to devtools (f6221f440) - Issue #80 - De-unify dom/base (16dba9a30) - Bug 1425769 - Base class for ShadowRoot and Document to manage style state (9e5e58c0f) - Bug 1360154 - nsIPlaintextEditor might have to have hasText property for UpdateOverlayTextVisibility (6d76ab9b6) - Issue #1375 - Fix IsWebComponentsEnabled checks (80c024779) - Issue #1375 - Merge CustomElements pref with Webcomponents Pref (f35aa3e15) - Merge pull request #1518 from MoonchildProductions/shadowdom-merge (d5102d6be) - [docs] Update coding style cf. discussion with Tobin. (38f206cb7) - Bug 1425685 - Implement HTMLSlotElement.assignedElements(); (222d316c8) Official Basilisk changes since my last build: - Remove erroneously kept pre-release update disable pref. (352ee7b) - Change geolocation pref for official releases to https (fdc28db) - Update back-end branch pointer (94ae402) - Switch security storage db to SQL (f81229e) - Ensure AV1 is enabled in all builds by default. (e518a01) - Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR except for AppConstants in CUI (4bd0d2e) - Fix broken preferences advanced pane initialization (164cd31) - Add app-specific moz.configure example line (8006273) - Update back-end branch pointer (714023a) Official Pale-Moon changes since my last build: - Issue #1772 - Only refresh tabs in restore-on-demand mode. (6a5c0e4d3) - Update back-end branch pointer (140ba4964) - Issue #1773 - Improve persona styling on Mac (9ac323697) - Merge pull request #1775 from Lootyhoof/osx-persona (b0ca7bd7c) - Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR and set it for Windows only (e94f00530) - Don't set the drawintitlebar attr in gPrivateBrowsingUI unless we want MOZ_CAN_DRAW_IN_TITLEBAR on macintosh (4fc95785e) - Add MOZ_CAN_DRAW_IN_TITLEBAR to OS X theme (40f64d482) - Revert "Re-enable sessionstore cache soft refresh" (62fafab3c) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (427ed7ca3) - Merge pull request #1778 from Lootyhoof/osx-titlebar (0553f440b) - Update platform branch pointer (unstable 2020-04-16) (f58079376) My changes since last build: - reverted "Switch security storage db to SQL" - dom/canvas: webgl: disable HasDXInterop2 check (a61d9c1f)
  4. you may just use my 3.6 NT4 fork instead.
  5. no intention for this at the moment
  6. fixed in git, will be fixed in next build
  7. glad to see you're still fine. :)
  8. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200411-844f7d3f-uxp-552470fb6-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200411-844f7d3f-uxp-552470fb6-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z No official repo changes since my last build. -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200411-id-088353e-ia-041bf6a-uxp-552470fb6-xpmod.7z
  9. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200411-4662b4f-uxp-552470fb6-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200411-4662b4f-uxp-552470fb6-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200411-4662b4f-uxp-552470fb6-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win32-git-20200411-9d42e31a9-uxp-552470fb6-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win64-git-20200411-9d42e31a9-uxp-552470fb6-xpmod.7z Official UXP changes since my last build: - Issue #1507 - Remove nsRefreshDriver's use of high res system timers. (7630b1c56) - Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/ (a333257d7) - Issue #1497 - Re-implement an un-preprocessed file check (fd5e25ff4) - Issue #1505 - Rebuild application version string (d0cf67573) - Issue #1505 - Part 2: Store application build ID in nsHttpHandler (eadff6165) - Issue #1505 - Part 3: Make native mode actually native again. (d9f17c9f8) - [Docshell] Ensure nsDocShell::mContentViewer is released properly. (33b22f615) - Alter config.guess to properly detect host and target bitness on SunOS (2383a02b5) - Align mar generation on Windows with other platforms (d0eee8f01) - Follow up to d0eee8f01 - Run precomplete cmd during package staging (c51c10bf0) - Take files out of preprocessing that no longer require it (eb28b1f32) - Silence removing dist/bin (50f198669) - Move aom source to a sub-directory under media/libaom (5545a8983) - [js] Handle functions with rest parameters in isObservableArgumentSlot. (85a97e9a3) - Issue #1511 - Bail on orphan situation. (56103d675) - [layout] Always move descendants of layout frames if moved. (552470fb6) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Cleanup OS X default theme (9ccee6cb9) - Merge pull request #1759 from Lootyhoof/osx-theme-cleanup (30a13ca32) - Add HiDPI toolbar icons to the library on Windows (b16d582fb) - Make sure we index libraryToolbar.svg (f3f0d002d) - Merge pull request #1762 from Lootyhoof/windows-hidpi (b39b36475) - Replace -moz prefixed logical properties in themes (efbbc81e1) - Update platform branch pointer (unstable 2020-04-05) (e1e9caa2d) - Add patientaccess.com UA override (Angular) (b5a1fb02b) - Merge pull request #1763 from Lootyhoof/inline-properties (910986e8e) - Update platform branch pointer (9d0cead1a) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (148f4337b) - Issue #1751 - Make the Mac bottom tab bar blend better (21806294c) - Merge pull request #1767 from Lootyhoof/osx-tabbar (91d56fef9) - Issue #1766 - Add pref to allow copying unescaped URL from the URL bar (9689c4c34) - Issue #1769 - Improve fullscreen mode on Windows (88fbb8805) - Merge pull request #1770 from Lootyhoof/windows-fullscreen (b4de87d53) - Merge pull request #1768 from JustOff/PR_decodeURLsOnCopy (9d42e31a9)
  10. https://sourceforge.net/projects/kmeleon/files/k-meleon-dev/K-Meleon75RC3.exe/download and you can just grab msvc*.dll from KM75 installation.
  11. can you try my seamonkey 2.28 build? http://o.rths.ml/gpc/files1.rt/seamonkey-2.28-win32.7z and if gecko31 works, you may try KM75RC3 as well?
  12. New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20200404.7z Changelog: Out-of-tree changes: * update Goanna3 to git f875e0174..842aa7563: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 847287 patch 1 - Add additional tests. r=birtles (10f885ee6) - Bug 847287 patch 2 - Add flag for CSS properties that can be animated on the compositor. r=birtles (859fae81c) - Bug 847287 patch 3 - Add assertions about consistency of the flags for animating on the compositor. r=birtles (bd7565728) - Bug 1144973 - Ensure that StringifySavedFrameStack puts its stack string in the cx's compartment. r=bz (546bef57a) - Bug 1147670 - Remove duplicate IsMarked/IsAboutToBeFinalized for off-thread use; r=jonco (b460a96ca) - Bug 674779 - Per-component CPU monitoring, low-level. r=blassey, r=jandem (040bdbad7) - Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop (59af11234) - Bug 674779 - PerformanceStatsService data is not monotonic (wallpaper). r=yoric (32cecadf9) - Bug 674779 - Deactivating subtest of test_measure for Windows XP. r=yoric (08833731a) - Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong (8e0e04182) - Bug 1024668 - Extract core logic of abouthealth.js into new WebIDL interface. r=bz,gps,wchen (52675144a) - Bug 1046420 - Part 1: Make MozSelfSupport a Window property instead of a global property. r=bz,wchen (7d50f737d) - goannaAppInfo -> geckoAppInfo for coherency with IDL (8f04e1cdd) - Bug 1075160 - Support action: reset a pref to the default setting r=gfritzsche, r=bholley (d68725e18) - Bug 1075157 - Support action: reset search. r=gfritzsche, r=florian, r=bholley (1c770639b) - Bug 1149343 - Part 1: Unify prefs/blacklist for hardware acceleration video decoding. r=cpearce (6380c6d16) - Bug 1158430 - A small construct to allow only sending errors and warnings once per statement. r=botond (219130127) - Bug 1162530 - Part 1: Add versioning to graphics blocklist. r=jmuizelaar (7f344653c) - Bug 1162530 - Part 2: We were not allowing webrtc to be blocklisted in the downloadable scenario at all, expicitly look for unknown OS, and some minor white space changes. r=jrmuizel (45389ab14) - Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow) (22c4e7813) - Add nsIGfxInfo::GetMonitor support for Windows. (bug 1175005 part 2, r=jimm) (307254292) - Add nsIGfxInfo::ListMonitors support for OS X. (bug 1175005 part 3, r=mstange) (9b691de8d) - Add nsIGfxInfo::GetMonitor support for Linux. (bug 1175005 part 4, r=nical) (a5cb518f2) - Add APZ info to about:support. (bug 1146727, r=jrmuizel) (262235820) - Bug 1146315 - Part 1: Create D3D media device on the ImageBridge thread. r=nical (3f930ad66) - Bug 1146315 - Part 2: Release D3D11 YUV textures on the main thread. r=nical (9271a351f) - Bug 1144900: Fix windows gfx out of memory assertion. r=Bas (73f7e963b) - Bug 1147439: Report telemetry correctly for individual devices resetting. r=vladan (c19fb3322) - Bug 1162587 - Part 1: Ensure consistent reporting of device reset until reinitialization. r=jrmuizel (eeb66799a) - Bug 1162587 - Part 2: Abort painting a painted layer when a device reset has ocurred. r=jrmuizel (ae666232c) (be1329052) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao (8612e7067) - Bug 1131107 - Part 13: Do not use non-standard flag argument of String.prototype.replace in toolkit/. r=gavin (8187e0a16) - Bug 1159717 - Loading the search form from an empty search bar should send the purpose, r=markh. (6c736c167) - Bug 1171730 - Funnelcake builds should use geo-specific defaults. r=florian (e67854137) - Bug 1073212 - Filter searchplugins to find existing ones, and print out missing ones. r=Pike (2e93339b1) - Bug 1111607 - Searchplugins should be picked up from en-US, if possible. r=glandium (87f81c3e6) - remove another devtools duplicate (ec4e04bde) - remove another devtools duplicate (4a5959615) (b418aff0b) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 847287 patch 4 - Add a method to nsRuleNode that reports the properties overriding a CSS animation. r=birtles (993741c96) - Bug 847287 patch 5 - Add method to update animations on layer. r=birtles (32f2a293d) - Bug 847287 patch 6 - Set mWinsInCascade for CSS Animations. r=birtles (6b511909d) - Bug 847287 patch 7 - Dynamically update cascade results when animations start or stop being in effect. r=birtles (5ee6be671) - Bug 847287 patch 8 - Only update transition manager's cascade results when an animation starts or stops being in effect. r=birtles (921be34b0) - Bug 847287 patch 9 - Use fully-updated style rule for animations when updating cascade results for transitions. r=birtles (883af79a8) - Bug 847287 patch 10 - Only call CheckNeedsRefresh if we might have changed mNeedsRefreshes, to make it cheaper to call EnsureStyleRuleFor more than once per refresh cycle. r=birtles (fe16261aa) - Bug 847287 patch 11 - Only check that we can throttle animations once per refresh cycle (or invalidation of style rule), to make it cheaper to call EnsureStyleRuleFor more than once per refresh cycle. r=birtles (ccad05663) - Bug 847287 patch 12 - Check mWinsInCascade for all callers of GetAnimationOfProperty/HasAnimationOfProperty. r=birtles (e64960b09) - Bug 847287 patch 13 - Apply animations/transitions on the layer in the order that reflects how they override, rather than the opposite. r=birtles (4ad1ce381) - Bug 1149848 - Stop calling NotifyAnimated (and thus repeatedly cycling layer activity) when sending OMT animations to the compositor. r=birtles (51fc3e010) - Bug 1149848 patch 2 - Remove no-longer-needed flags to GetAnimationsForCompositor. r=birtles (1adf12a3a) - rewrite to comply with Bug 1208465 - Part 2: Disable using Direct2D when 1.1 is unavailable. (b4599fe9a) - Bug 1238028: When D2D 1.0 is not allowed disable D2D completely when not using 1.1. r=jrmuizel (d3eb2bace) - Bug 1142260 - Re-sorted the prefs in gfxPrefs.h and added a big scary warning at the bottom of the list. r=kats (ca76ad66f) - Bug 1150767 - Add pref for requiring hardware-backed GL. - r=jrmuizel (5972b4984) - add comment (7ebc21fee) - Bug 1164970 - Implement failIfMajorPerformanceCaveat. r=jgilbert, r=ehsan (5f9bea2f2) (842aa7563) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76
  13. New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200404-842aa7563-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200404-842aa7563-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200404-842aa7563-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200404-842aa7563-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 847287 patch 1 - Add additional tests. r=birtles (10f885ee6) - Bug 847287 patch 2 - Add flag for CSS properties that can be animated on the compositor. r=birtles (859fae81c) - Bug 847287 patch 3 - Add assertions about consistency of the flags for animating on the compositor. r=birtles (bd7565728) - Bug 1144973 - Ensure that StringifySavedFrameStack puts its stack string in the cx's compartment. r=bz (546bef57a) - Bug 1147670 - Remove duplicate IsMarked/IsAboutToBeFinalized for off-thread use; r=jonco (b460a96ca) - Bug 674779 - Per-component CPU monitoring, low-level. r=blassey, r=jandem (040bdbad7) - Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop (59af11234) - Bug 674779 - PerformanceStatsService data is not monotonic (wallpaper). r=yoric (32cecadf9) - Bug 674779 - Deactivating subtest of test_measure for Windows XP. r=yoric (08833731a) - Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong (8e0e04182) - Bug 1024668 - Extract core logic of abouthealth.js into new WebIDL interface. r=bz,gps,wchen (52675144a) - Bug 1046420 - Part 1: Make MozSelfSupport a Window property instead of a global property. r=bz,wchen (7d50f737d) - goannaAppInfo -> geckoAppInfo for coherency with IDL (8f04e1cdd) - Bug 1075160 - Support action: reset a pref to the default setting r=gfritzsche, r=bholley (d68725e18) - Bug 1075157 - Support action: reset search. r=gfritzsche, r=florian, r=bholley (1c770639b) - Bug 1149343 - Part 1: Unify prefs/blacklist for hardware acceleration video decoding. r=cpearce (6380c6d16) - Bug 1158430 - A small construct to allow only sending errors and warnings once per statement. r=botond (219130127) - Bug 1162530 - Part 1: Add versioning to graphics blocklist. r=jmuizelaar (7f344653c) - Bug 1162530 - Part 2: We were not allowing webrtc to be blocklisted in the downloadable scenario at all, expicitly look for unknown OS, and some minor white space changes. r=jrmuizel (45389ab14) - Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow) (22c4e7813) - Add nsIGfxInfo::GetMonitor support for Windows. (bug 1175005 part 2, r=jimm) (307254292) - Add nsIGfxInfo::ListMonitors support for OS X. (bug 1175005 part 3, r=mstange) (9b691de8d) - Add nsIGfxInfo::GetMonitor support for Linux. (bug 1175005 part 4, r=nical) (a5cb518f2) - Add APZ info to about:support. (bug 1146727, r=jrmuizel) (262235820) - Bug 1146315 - Part 1: Create D3D media device on the ImageBridge thread. r=nical (3f930ad66) - Bug 1146315 - Part 2: Release D3D11 YUV textures on the main thread. r=nical (9271a351f) - Bug 1144900: Fix windows gfx out of memory assertion. r=Bas (73f7e963b) - Bug 1147439: Report telemetry correctly for individual devices resetting. r=vladan (c19fb3322) - Bug 1162587 - Part 1: Ensure consistent reporting of device reset until reinitialization. r=jrmuizel (eeb66799a) - Bug 1162587 - Part 2: Abort painting a painted layer when a device reset has ocurred. r=jrmuizel (ae666232c) (be1329052) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao (8612e7067) - Bug 1131107 - Part 13: Do not use non-standard flag argument of String.prototype.replace in toolkit/. r=gavin (8187e0a16) - Bug 1159717 - Loading the search form from an empty search bar should send the purpose, r=markh. (6c736c167) - Bug 1171730 - Funnelcake builds should use geo-specific defaults. r=florian (e67854137) - Bug 1073212 - Filter searchplugins to find existing ones, and print out missing ones. r=Pike (2e93339b1) - Bug 1111607 - Searchplugins should be picked up from en-US, if possible. r=glandium (87f81c3e6) - remove another devtools duplicate (ec4e04bde) - remove another devtools duplicate (4a5959615) (b418aff0b) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 847287 patch 4 - Add a method to nsRuleNode that reports the properties overriding a CSS animation. r=birtles (993741c96) - Bug 847287 patch 5 - Add method to update animations on layer. r=birtles (32f2a293d) - Bug 847287 patch 6 - Set mWinsInCascade for CSS Animations. r=birtles (6b511909d) - Bug 847287 patch 7 - Dynamically update cascade results when animations start or stop being in effect. r=birtles (5ee6be671) - Bug 847287 patch 8 - Only update transition manager's cascade results when an animation starts or stops being in effect. r=birtles (921be34b0) - Bug 847287 patch 9 - Use fully-updated style rule for animations when updating cascade results for transitions. r=birtles (883af79a8) - Bug 847287 patch 10 - Only call CheckNeedsRefresh if we might have changed mNeedsRefreshes, to make it cheaper to call EnsureStyleRuleFor more than once per refresh cycle. r=birtles (fe16261aa) - Bug 847287 patch 11 - Only check that we can throttle animations once per refresh cycle (or invalidation of style rule), to make it cheaper to call EnsureStyleRuleFor more than once per refresh cycle. r=birtles (ccad05663) - Bug 847287 patch 12 - Check mWinsInCascade for all callers of GetAnimationOfProperty/HasAnimationOfProperty. r=birtles (e64960b09) - Bug 847287 patch 13 - Apply animations/transitions on the layer in the order that reflects how they override, rather than the opposite. r=birtles (4ad1ce381) - Bug 1149848 - Stop calling NotifyAnimated (and thus repeatedly cycling layer activity) when sending OMT animations to the compositor. r=birtles (51fc3e010) - Bug 1149848 patch 2 - Remove no-longer-needed flags to GetAnimationsForCompositor. r=birtles (1adf12a3a) - rewrite to comply with Bug 1208465 - Part 2: Disable using Direct2D when 1.1 is unavailable. (b4599fe9a) - Bug 1238028: When D2D 1.0 is not allowed disable D2D completely when not using 1.1. r=jrmuizel (d3eb2bace) - Bug 1142260 - Re-sorted the prefs in gfxPrefs.h and added a big scary warning at the bottom of the list. r=kats (ca76ad66f) - Bug 1150767 - Add pref for requiring hardware-backed GL. - r=jrmuizel (5972b4984) - add comment (7ebc21fee) - Bug 1164970 - Implement failIfMajorPerformanceCaveat. r=jgilbert, r=ehsan (5f9bea2f2) (842aa7563)
  14. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200404-844f7d3f-uxp-90a9bc221-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200404-844f7d3f-uxp-90a9bc221-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Update platform commit pointer (c5330331) - Add a superclobber command to evolving mach stub (e4910e47) - Update HWA prefs for mail (ccff9103) - Update platform commit pointer (b5580923) - Stop pretending the Interlink version doesn't have 52.9 in it. (9bf5cb7e) - Clear removed-files for Interlink (ba05a4e1) - Prefix fake-mach variables so they don't overwrite env vars (54ae5e00) - Update platform commit pointer (844f7d3f) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200404-id-088353e-ia-041bf6a-uxp-90a9bc221-xpmod.7z For UXP changes please see above.
  15. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200404-4662b4f-uxp-90a9bc221-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200404-4662b4f-uxp-90a9bc221-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200404-4662b4f-uxp-90a9bc221-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win32-git-20200404-576a8f254-uxp-90a9bc221-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win64-git-20200404-576a8f254-uxp-90a9bc221-xpmod.7z Official UXP changes since my last build: - Issue #1471 - Fix building on sparc64 Linux Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64. This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204. (f7c9359b2) - Issue #1467 - Part 1: Set up conditional NSS-SQL builds. (2a4827ea4) - Issue #1467 - Part 1b: Fix type and make moz.configure happy. (6b3fbe9ef) - Issue #1467 - Part 2: Make the PBKDF rounds adaptive to choice of NSS db (09abc1063) - Issue #1467 - Part 3: Use UTF-8 file paths for NSS-SQL database. (6cbe27d14) - Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE. (6f1d8fcce) - Merge pull request #1487 from MoonchildProductions/1467 (0212d6181) - Issue #1491 - Part 1: Update nsCocoaFeatures for newer versions of MacOS X. (c1633db6d) - Issue #1491 - Part 2: Disable a workaround on macOS 10.14+ for an Apple bug described in Mozilla bug 378645 involving popup windows that was fixed by Apple. (10a45dfda) - Merge pull request #1492 from dbsoft/PopupWindowFixes (9308c03f5) - Issue #447 - Update HSTS preload list (cc9b40cc2) - Issue #1473 - Fix building `%OS_SLICE%` on non-Windows platforms (e74509ec5) - Take nsSiteSecurityService out of UNIFIED_SOURCES (bc127ada3) - Issue #1499 - Re-import ExtensionStorage.jsm (5e03c9ad4) - Issue #1498 - Part 1: Stop using HSTS preload lists. (595c8d53d) - Issue #1498 - Part 1: Stop persisting preload states. (09a229c70) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (e54e59827) - Issue #1498 - Part 3: Remove support for storing "knockout" values. (9c4aef867) - Issue #1498 - Part 4: Remove clearPreloads. (8ea2c0d5e) - Issue #1498 - Part 5: Update SSService CID and correct mismatch. (50ebd3507) - Issue #1498 - Part 6: Remove STS preloadlist pref. (e9723a6fd) - Issue #1280 - Part 1: Remove HPKP components. (55aa6ce7b) - Issue #1280 - Part 2: Remove HPKP tests. (0afd46b48) - Update README.md (d19bcaf4b) - Issue #1497 Revert "MoonchildProductions#1251 - Part 19" "Make the unpreprocessed file script work on Solaris." (2dfd75f7f) - Issue #1497 Revert "Check if there are any unpreprocessed files" (e51d9fbc1) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (070eca4c2) - Teach config.guess to know if we want to build 32 or 64 bit builds on Windows (9a31bea93) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (6676a7d6f) - Merge pull request #1472 from JMadgwick/master (1039487b7) - Merge pull request #1494 from JustOff/PR_osslice_non_windows (568ea8dea) - Merge pull request #1500 from MoonchildProductions/1280 (f2b6fd248) - Revert "Only state the stop notification for JSDownloads in nsWebBrowserPersist::EndDownload" (0750e2d3c) - Properly fix crash in nsDownloadManager when repeatedly pausing and resuming a download (61d3be474) - Issue #1280 - Stop requesting HPKP state from within devtools. (3bc5d67c9) - Issue #1501 - Un-bust building of NSS after update to 3.48 on Solaris. (389f436c1) - Issue #1280 - Un-bust certerror pages and ForgetAboutSite (a205ee704) - Merge pull request #1502 from athenian200/nss348_solaris (d42beba47) - Explicitly remove dist/bin before mozbuild's install_manifests get a hold of it (85ab34e50) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (f35d93396) - Output webidl filenames as they are processed (c6eccd0e6) - Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp (d4afddfad) - Revert "Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp" (48a2e680c) - Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp (66741ca7f) - Issue #65 - Fix unprocessed directives in WebRequest.jsm (065ec07d6) - Merge pull request #1504 from JustOff/PR_fix_WebRequest_jsm (90a9bc221) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#1360 - Align basilisk FE with this change (a9800c5) - Issue MoonchildProductions/UXP#1360 - Fix typo (4662b4f) Official Pale-Moon changes since my last build: - Issue #1495 - Fix aborting typo and bump UI version to re-migrate. (23c9a3911) - Revert "Change sessionstore cache behavior to soft refresh" (7b5c1e916) - Update Build Instruction urls (b4e16d784) - Re-enable sessionstore cache soft refresh (cf12c10d6) - Version bump (83adaa207) - Update platform branch pointer (18f255945) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (80a7b72b0) - Issue MoonchildProductions/UXP#1280 - Remove HPKP from Pale Moon (f3ea9fbbb) - [prefs] Fix linkage between HWA layers and Direct2D. (ecacb67c2) - Update platform branch pointer (03e70a666) - Issue #1748 - Remove Windows rule from osx CSS (1d863ac33) - Issue #1745 - Stop using deprecated calls to getMostRecent() (431c6d0b5) - Merge pull request #1749 from SpockFan02/patch-2 (fbee575a2) - Issue #1750 - Add pref to show edit panel upon starring new bookmark. (0e43da020) - Make OS X default theme integrate better (d58095861) - Update platform branch pointer (e5b37c3fe) - Issue #1754 - Update browser-gestureSupport to work on UXP Based on https://hg.mozilla.org/mozilla-central/file/fb921354f6ca063a873725e6702156dece1d282c/browser/base/content/browser-gestureSupport.js (0226d80c6) - Merge pull request #1752 from Lootyhoof/osx-theme (485f867df) - Merge pull request #1755 from SpockFan02/history-swipe-gestures (ceaedd24a) - Revert "Issue #1754 - Update browser-gestureSupport to work on UXP" (81f0c6986) - Issue #1754 - Update browser-gestureSupport to work on UXP Based on https://hg.mozilla.org/mozilla-central/file/fb921354f6ca063a873725e6702156dece1d282c/browser/base/content/browser-gestureSupport.js (576a8f254)
  16. it is better to use 1.16 legacy version instead.
  17. advance notice: due to lack of sufficient commits in upstream: https://github.com/MoonchildProductions/UXP/compare/90a4813d1...5e03c9a there may be no build to be provided tomorrow.
  18. try with official build in win7, if problem persists then report it to upstream.
  19. I'm NOT going to create MAR packages for its internal update function.
  20. New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20200321.7z Changelog: Out-of-tree changes: * update Goanna3 to git 823a79830..f875e0174: - missed log of changes from `dev' branch of rmottola/Arctic-Fox in last rev: - Bug 1067325 - Extract view source core to support tabs. r=mconley (6cc543c74) - Bug 1067325 - Selection source in tab via frame scripts. r=mconley (b1c660e14) - Bug 1168095 - Repair view source from sidebar pages. r=Gijs (69eb019b7) - Bug 1168198 - Avoid popups for view source tabs. r=Gijs (0b87e7a52) - Bug 1165599 - Restore basic external view source. r=jsantell (638d48dcc) - Bug 1067325 - MathML source in tab. r=mconley (ec62fcfff) - fix typo (b1f8263de) and import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1108382 - Part 11: Do not use non-standard flag argument of String.prototype.replace in services/. r=rnewman (5f5489886) - Bug 1108382 - Part 1: Do not use non-standard flag argument of String.prototype.match/replace in browser/. r=gavin (521e635ee) - Bug 1108382 - Part 4: Do not use non-standard flag argument of String.prototype.replace in build/pgo/. r=jandem (5b7ccea73) - Bug 1108382 - Part 5: Do not use non-standard flag argument of String.prototype.replace in docshell/test/unit/. r=gavin (190ee614d) - Bug 1108382 - Part 6: Do not use non-standard flag argument of String.prototype.replace in dom/. r=peterv (1d1b106e1) - Bug 1108382 - Part 7: Do not use non-standard flag argument of String.prototype.replace in dom/mobileconnection/gonk/. r=echen (75900945a) - Bug 1108382 - Part 8: Do not use non-standard flag argument of String.prototype.replace in dom/payment/. r=fabrice (488287230) - Bug 1108382 - Part 9: Do not use non-standard flag argument of String.prototype.replace in js/src/. r=jandem (b83bb5035) - Bug 1108382 - Part 12: Do not use non-standard flag argument of String.prototype.replace in testing/web-platform/tests/. r=jgriffin (f10414227) (15985b512) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1160428 - Fix theoretical take picture memory leak uncovered by coverity. r=aosmond (2b72701ba) - Bug 1112469 - Part 2: Update the service workers in the parent and all child processes every day; r=nsm (d8eaeaedd) - Bug 1112469 - Part 3: Add a unit test for ensuring that the nsIServiceWorkerManager.updateAllRegistrations() API works correctly; r=nsm (072b9ec24) - Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus (794b17e4c) - Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen (1b6dca51f) - Bug 1148996 - Remove selected lightweight theme for mochitest and xpcshell tests;r=jmaher (0dc3f12a6) - Bug 1112469 - Part 4: Disable periodic updates of service workers when running tests; r=nsm (9246723ec) - Bug 1112469 - Part 5: Actually test the code path that handles the idle-daily message; r=nsm (e36f40711) - Bug 1112469 follow-up: Disable the test everywhere for now since it seems that bug 1151974 hits more than just Windows (07456472e) (23315ea02) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1127380, part 1 - Initial implementation of AnimationPlayer.playbackRate. r=birtles, r=smaug (c63596c12) - Bug 1109390 part 1 - Add tests for getting the startTime; r=jwatt (95c897961) - Bug 1109390 part 2 - Remove some unneeded startTime tests; r=jwatt (0a1cfd600) - Bug 1109390 part 3 - Clear the start time when playing a player; r=jwatt (602e1a61b) - Bug 1109390 part 4 - Make DevTools animation actor wait for asynchronous pause; r=pbrosset (593f802c4) - Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt (89c5dd416) - Bug 1109390 part 6 - Generalize PendingPlayerTracker to support pausing as well; r=jwatt (ec2c7fa00) - Bug 1109390 part 7 - Rename PendingPlayerTracker's Start* methods to Trigger*; r=jwatt (46a085548) - Bug 1109390 part 8 - Rename Start* methods in AnimationPlayer to Trigger*; r=jwatt (f46c222d3) - Bug 1109390 part 9 - Call Trigger* on pause-pending players; r=jwatt (8b72f2839) - Bug 1109390 part 10 - Add an enum to AnimationPlayer to represent if we are pause-pending or play-pending; r=jwatt (9fb754d91) - Bug 1109390 part 11 - Make IsPossiblyOrphanedPendingPlayer deal with pause-pending players too; r=jwatt (642e9133e) - Bug 1109390 part 12 - Update IsPaused to handle pause-pending players as well; r=jwatt (9247d22f7) - Bug 1109390 part 13 - Cancel pending pauses as well as pending plays; r=jwatt (a2c3708ba) - Bug 1109390 part 14 - Update AnimationPlayer::DoPlay to re-use the ready promise appropriately; r=jwatt (4e8eaff41) - Bug 1109390 part 15 - Update AnimationPlayer::SetCurrentTime to cancel any pending pause tasks; r=jwatt (a822566a3) - Bug 1109390 part 16 - Update IsCurrent to take a player parameter; r=jwatt (ba7aec3b6) - Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt (0e4486eeb) - Bug 1125455 patch 1 - Add boolean for whether an animation of a property wins in the CSS cascade. r=birtles (e43322414) - Bug 1125455 patch 2 - Set mWinsInCascade for transitions based on whether there are animations. r=birtles (868dd989b) - Bug 1125455 patch 3 - Add mochitests for animations overriding transitions. r=birtles (2c6da7b10) - Bug 1125455 patch 4 - For main-thread application of transitions, don't apply transitions when animations are also running. r=birtles (234cc5b35) - Bug 1125455 patch 5 - Add Animation::GetAnimationOfProperty. r=birtles (fbae3f252) - Bug 1125455 patch 6 - Only search the properties list of the animation once when adding animations to the compositor. r=birtles (4cef6c912) - Bug 1125455 patch 7 - For compositor-thread application of transitions, don't apply transitions when animations are also running. r=birtles (8ace81513) - Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt (ca3e8cc89) - Bug 1109390 part 20 - Add an options flag to GetAnimationsForCompositor to control; r=jwatt (8fc1333e2) - Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt (e67f39ee1) - Bug 1074630, part 1 - Implement Web Animations finishing behavior. r=birtles, r=smaug (35ae542f0) - Bug 1074630, part 2 - CSS animations tests for Web Animations finishing behavior. r=birtles (4ea68bbde) - Bug 1109390 part 22 - Add AnimationPlayer::PauseAt to complete a pending pause; r=jwatt (4d21ad5dc) - Bug 1109390 part 23 - Add aborted pause behavior; r=jwatt (cde050c71) - Bug 1145246, part 1 - Rename Animatable.getAnimationPlayers() to Animatable.getAnimations(), but leave the old name an an alias for the new. r=birtles, r=smaug (51944e2d7) - Bug 1143314 - Don't use very short transition/animation durations in test_animation_observers.html. r=birtles (0175c3c6f) - Bug 1145912 - Make single_transition_reversed and multiple_transitions more robust. r=birtles (a751f2b37) - small fix of missing bit 1143314 (03166361e) - Bug 1145246, part 2 - Update Web Animations code and tests for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (353d517c5) - Bug 1145246, part 3 - Update layout code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (0188d8049) - Bug 1145246, part 4 - Update devtools code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=pbrosset (20d196cc5) - Bug 1145246, part 5 - Remove the Animatable.getAnimationPlayers() alias for Animatable.getAnimations(). r=birtles, r=smaug (b6804f2f6) - Bug 1145246, part 6 - Remove disabled code from AnimationPlayer::ComposeStyle. r=birtles (f7d5d6f7b) - Bug 1145246, part 7 - Add more CSS animation tests to check currentTime clamping. r=birtles (7cc762bbb) - Bug 1109390 part 24 - Use wallclock time when refreshing the style of animations that need to be synchronized with the compositor; r=jwatt (d7a0e4a84) - Bug 1109390 part 25 - Make pausing asynchronous (a2121bcdb) - Bug 1109390 part 26 - Add further tests for ready promise when pausing; r=jwatt (7a20f21c8) - Bug 1109390 part 27 - Add further test to test_animations-pausing.html for cancelling a pause by setting the current time; r=jwatt (84ac66241) - Bug 1109390 part 28 - Add tests for the AnimationPlayer.startTime when pausing asynchronously; r=jwatt (9f722dc20) (ef8889749) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1147491, part 1 - Fix playbackRate crash due to integer rounding causing divide-by-zero. r=dholbert (7726fc9ce) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (073909011) - Bug 1147491 - Partially backout part 2 while figuring out B2G orange. r=orange CLOSED TREE (b37b02f50) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (ca7cffb4d) (f875e0174) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76
  21. New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200321-f875e0174-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200321-f875e0174-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200321-f875e0174-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200321-f875e0174-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - missed log of changes from `dev' branch of rmottola/Arctic-Fox in last rev: - Bug 1067325 - Extract view source core to support tabs. r=mconley (6cc543c74) - Bug 1067325 - Selection source in tab via frame scripts. r=mconley (b1c660e14) - Bug 1168095 - Repair view source from sidebar pages. r=Gijs (69eb019b7) - Bug 1168198 - Avoid popups for view source tabs. r=Gijs (0b87e7a52) - Bug 1165599 - Restore basic external view source. r=jsantell (638d48dcc) - Bug 1067325 - MathML source in tab. r=mconley (ec62fcfff) - fix typo (b1f8263de) and import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1108382 - Part 11: Do not use non-standard flag argument of String.prototype.replace in services/. r=rnewman (5f5489886) - Bug 1108382 - Part 1: Do not use non-standard flag argument of String.prototype.match/replace in browser/. r=gavin (521e635ee) - Bug 1108382 - Part 4: Do not use non-standard flag argument of String.prototype.replace in build/pgo/. r=jandem (5b7ccea73) - Bug 1108382 - Part 5: Do not use non-standard flag argument of String.prototype.replace in docshell/test/unit/. r=gavin (190ee614d) - Bug 1108382 - Part 6: Do not use non-standard flag argument of String.prototype.replace in dom/. r=peterv (1d1b106e1) - Bug 1108382 - Part 7: Do not use non-standard flag argument of String.prototype.replace in dom/mobileconnection/gonk/. r=echen (75900945a) - Bug 1108382 - Part 8: Do not use non-standard flag argument of String.prototype.replace in dom/payment/. r=fabrice (488287230) - Bug 1108382 - Part 9: Do not use non-standard flag argument of String.prototype.replace in js/src/. r=jandem (b83bb5035) - Bug 1108382 - Part 12: Do not use non-standard flag argument of String.prototype.replace in testing/web-platform/tests/. r=jgriffin (f10414227) (15985b512) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1160428 - Fix theoretical take picture memory leak uncovered by coverity. r=aosmond (2b72701ba) - Bug 1112469 - Part 2: Update the service workers in the parent and all child processes every day; r=nsm (d8eaeaedd) - Bug 1112469 - Part 3: Add a unit test for ensuring that the nsIServiceWorkerManager.updateAllRegistrations() API works correctly; r=nsm (072b9ec24) - Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus (794b17e4c) - Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen (1b6dca51f) - Bug 1148996 - Remove selected lightweight theme for mochitest and xpcshell tests;r=jmaher (0dc3f12a6) - Bug 1112469 - Part 4: Disable periodic updates of service workers when running tests; r=nsm (9246723ec) - Bug 1112469 - Part 5: Actually test the code path that handles the idle-daily message; r=nsm (e36f40711) - Bug 1112469 follow-up: Disable the test everywhere for now since it seems that bug 1151974 hits more than just Windows (07456472e) (23315ea02) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1127380, part 1 - Initial implementation of AnimationPlayer.playbackRate. r=birtles, r=smaug (c63596c12) - Bug 1109390 part 1 - Add tests for getting the startTime; r=jwatt (95c897961) - Bug 1109390 part 2 - Remove some unneeded startTime tests; r=jwatt (0a1cfd600) - Bug 1109390 part 3 - Clear the start time when playing a player; r=jwatt (602e1a61b) - Bug 1109390 part 4 - Make DevTools animation actor wait for asynchronous pause; r=pbrosset (593f802c4) - Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt (89c5dd416) - Bug 1109390 part 6 - Generalize PendingPlayerTracker to support pausing as well; r=jwatt (ec2c7fa00) - Bug 1109390 part 7 - Rename PendingPlayerTracker's Start* methods to Trigger*; r=jwatt (46a085548) - Bug 1109390 part 8 - Rename Start* methods in AnimationPlayer to Trigger*; r=jwatt (f46c222d3) - Bug 1109390 part 9 - Call Trigger* on pause-pending players; r=jwatt (8b72f2839) - Bug 1109390 part 10 - Add an enum to AnimationPlayer to represent if we are pause-pending or play-pending; r=jwatt (9fb754d91) - Bug 1109390 part 11 - Make IsPossiblyOrphanedPendingPlayer deal with pause-pending players too; r=jwatt (642e9133e) - Bug 1109390 part 12 - Update IsPaused to handle pause-pending players as well; r=jwatt (9247d22f7) - Bug 1109390 part 13 - Cancel pending pauses as well as pending plays; r=jwatt (a2c3708ba) - Bug 1109390 part 14 - Update AnimationPlayer::DoPlay to re-use the ready promise appropriately; r=jwatt (4e8eaff41) - Bug 1109390 part 15 - Update AnimationPlayer::SetCurrentTime to cancel any pending pause tasks; r=jwatt (a822566a3) - Bug 1109390 part 16 - Update IsCurrent to take a player parameter; r=jwatt (ba7aec3b6) - Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt (0e4486eeb) - Bug 1125455 patch 1 - Add boolean for whether an animation of a property wins in the CSS cascade. r=birtles (e43322414) - Bug 1125455 patch 2 - Set mWinsInCascade for transitions based on whether there are animations. r=birtles (868dd989b) - Bug 1125455 patch 3 - Add mochitests for animations overriding transitions. r=birtles (2c6da7b10) - Bug 1125455 patch 4 - For main-thread application of transitions, don't apply transitions when animations are also running. r=birtles (234cc5b35) - Bug 1125455 patch 5 - Add Animation::GetAnimationOfProperty. r=birtles (fbae3f252) - Bug 1125455 patch 6 - Only search the properties list of the animation once when adding animations to the compositor. r=birtles (4cef6c912) - Bug 1125455 patch 7 - For compositor-thread application of transitions, don't apply transitions when animations are also running. r=birtles (8ace81513) - Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt (ca3e8cc89) - Bug 1109390 part 20 - Add an options flag to GetAnimationsForCompositor to control; r=jwatt (8fc1333e2) - Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt (e67f39ee1) - Bug 1074630, part 1 - Implement Web Animations finishing behavior. r=birtles, r=smaug (35ae542f0) - Bug 1074630, part 2 - CSS animations tests for Web Animations finishing behavior. r=birtles (4ea68bbde) - Bug 1109390 part 22 - Add AnimationPlayer::PauseAt to complete a pending pause; r=jwatt (4d21ad5dc) - Bug 1109390 part 23 - Add aborted pause behavior; r=jwatt (cde050c71) - Bug 1145246, part 1 - Rename Animatable.getAnimationPlayers() to Animatable.getAnimations(), but leave the old name an an alias for the new. r=birtles, r=smaug (51944e2d7) - Bug 1143314 - Don't use very short transition/animation durations in test_animation_observers.html. r=birtles (0175c3c6f) - Bug 1145912 - Make single_transition_reversed and multiple_transitions more robust. r=birtles (a751f2b37) - small fix of missing bit 1143314 (03166361e) - Bug 1145246, part 2 - Update Web Animations code and tests for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (353d517c5) - Bug 1145246, part 3 - Update layout code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles (0188d8049) - Bug 1145246, part 4 - Update devtools code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=pbrosset (20d196cc5) - Bug 1145246, part 5 - Remove the Animatable.getAnimationPlayers() alias for Animatable.getAnimations(). r=birtles, r=smaug (b6804f2f6) - Bug 1145246, part 6 - Remove disabled code from AnimationPlayer::ComposeStyle. r=birtles (f7d5d6f7b) - Bug 1145246, part 7 - Add more CSS animation tests to check currentTime clamping. r=birtles (7cc762bbb) - Bug 1109390 part 24 - Use wallclock time when refreshing the style of animations that need to be synchronized with the compositor; r=jwatt (d7a0e4a84) - Bug 1109390 part 25 - Make pausing asynchronous (a2121bcdb) - Bug 1109390 part 26 - Add further tests for ready promise when pausing; r=jwatt (7a20f21c8) - Bug 1109390 part 27 - Add further test to test_animations-pausing.html for cancelling a pause by setting the current time; r=jwatt (84ac66241) - Bug 1109390 part 28 - Add tests for the AnimationPlayer.startTime when pausing asynchronously; r=jwatt (9f722dc20) (ef8889749) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1147491, part 1 - Fix playbackRate crash due to integer rounding causing divide-by-zero. r=dholbert (7726fc9ce) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (073909011) - Bug 1147491 - Partially backout part 2 while figuring out B2G orange. r=orange CLOSED TREE (b37b02f50) - Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan (ca7cffb4d) (f875e0174)
  22. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200321-b9d4061c-uxp-90a4813d1-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200321-b9d4061c-uxp-90a4813d1-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Update platform commit pointer (e935ea79) - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (b9d4061c) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200321-id-088353e-ia-041bf6a-uxp-90a4813d1-xpmod.7z For UXP changes please see above.
  23. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200321-b0429df-uxp-90a4813d1-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200321-b0429df-uxp-90a4813d1-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200321-b0429df-uxp-90a4813d1-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win32-git-20200321-cef212cb8-uxp-90a4813d1-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200321-cef212cb8-uxp-90a4813d1-xpmod.7z Official UXP changes since my last build: - Issue #1485 - Fix incorrect grid cell sizing to min/max space. (b3a4b8361) - Issue #1477 - Fix finding config.guess on builds not using MOZ_OBJDIR (157a4abbc) - Merge pull request #1486 from MoonchildProductions/1485 (a1f53ada5) - Issue #1482 - Give dynamic SSUAO rules priority over static ones (a20f20883) - Merge pull request #1484 from JustOff/PR_ssuao_priority (60ea1e85f) - Issue #1355 - Make addition of cell border display items depend on whether they should be drawn. (6d504711a) - [network] Cherry-pick various sctp lib upstream fixes. (22fc22035) - [js] Remove pointless MakeMRegExpHoistable optimization. (54f44bb62) - [DOM] Make sure to exit fullscreen mode if popups are opened or focused. (9550c68d7) - [devtools] Properly escape method arguments for curl. (90a4813d1) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#1473 - Use `%OS_SLICE%` macro in SSUAO to refine OS info (95a9a47) - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (a7b58de) - Merge pull request #9 from dbsoft/CatalinaBuildFixes (492f648) - Update back-end branch pointer (045c1bc) - Merge pull request #10 from JustOff/PR_ssuao_os_slice (b0429df) Official Pale-Moon changes since my last build: - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (973848504) - Merge pull request #1739 from dbsoft/CatalinaBuildFixes (7bd3fbe08) - Change geolocation pref for official releases to https (645b50d09) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (cef212cb8)
×
×
  • Create New...