Jump to content

roytam1

Member
  • Posts

    3,225
  • Joined

  • Last visited

  • Days Won

    406
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. hard to tell, may refer to this: https://github.com/MoonchildProductions/UXP/issues/1392 but I don't see any wrong in the changes, maybe there are some tricks?
  2. yes it does, but Hong Kong government doesn't cancel its order to the local couriers so some stores can't deliver masks by couriers. and I even heard some couriers (DHL and SF-Express) "steal" customers' masks. Packages were opened by couriers' workers, taking away some masks, changed the amount, reprinting labels and repacking packages and continuing delivery.
  3. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200208-f249ecbf-uxp-6c82d043a-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200208-f249ecbf-uxp-6c82d043a-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: - Make version2k aware of .1 build numbers (c31428dd) - Update commit pointer (15ce868b) - Fix mach stub some more (4a0503b5) - Update commit pointer (6236c0ba) - Remove soon to be busted ScratchPad (204adc40) - Establish shared communicator-devtools and include scratchpad (c13a01cb) - If the (non-existent) Web Console isn't there then fall back to error console for content script errors (35181186) - Add a git reset hard command to machstub (b3ff1d28) - Add webpatching to machstub (046d2c53) - Use the platform's copy of config.guess (d43218f2) - Update commit pointer (b599cb99) - Fix navigator official branding moz.build (f249ecbf) My changes since my last build: - fixed theme moz.build syntax error For UXP changes please see above.
  4. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200208-7ab9bf7-uxp-6c82d043a-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200208-7ab9bf7-uxp-6c82d043a-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-20200208-7ab9bf7-uxp-6c82d043a-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-20200208-5b28a93fa-uxp-6c82d043a-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200208-5b28a93fa-uxp-6c82d043a-xpmod.7z Official UXP changes since my last build: - Issue #1342 - Remove support for system linbpng (e0103f3d5) - Issue #1342 - Update old.configure for removed build options (8f89965f5) - Issue #1342 - Remove support for system sqlite (d41ba28f5) - Issue #1342 - Remove support for system libvpx (229f84129) - Issue #447 - Update HSTS preload list & reduce debug spew (33ad27614) - Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xml (6bb671bcd) - Issue #1378 - Align the drawing of table cell backgrounds with the spec. (28208f1d3) - Issue #65 - Remove AppConstants from dom/ (406fc463e) - Issue #65 - Remove AppConstants from mailnews/ (f9ddbe364) - Issue #65 - Remove AppConstants from netwerk/ (a18c27ddd) - Issue #65 - Remove AppConstants from toolkit/content (7d21d02d5) - Issue #65 - Remove AppConstants from toolkit/modules (6a3907dae) - Issue #1378 - Follow-up: make sure background items remain table-aligned. (dd68cb9b3) - Issue #1355 - Hit testing in large tables has become extremely slow (f7b2f0a66) - Fix preprocessor directive in UserAgentUpdates.jsm (54e3d7400) - Merge pull request #1380 from win7-7/optimization-2-pr (0db3f512e) - Revert "Issue #1355 - Hit testing in large tables has become extremely slow" (d216db11e) - Issue #1355 - Hit testing in large tables has become extremely slow (e6c346c36) - Merge pull request #1381 from win7-7/optimization2-pr (bbbfd00f9) - Issue #1382 - Remove invalid assertion. (9c6a8450b) - Issue #1384 - Match standard for colSpan/rowSpan (52940bc44) - Merge pull request #1385 from win7-7/standard-pr (c4e1022f5) - Issue #1386 - Devirtualize GetRowSpan/GetColSpan (597a6996f) - [Installer] Updated the 7-zip stub binary to make sure it doesn't hang on older versions of Windows but instead provides a usable error message (a59545110) - Issue #26 Part 2a: make more EME code conditional. (99118e38e) - Issue #26 - Part 2b: Stub out GMPDecryptorProxy functions. (d44c61bf6) - fix whitespace (3a7d5d01c) - Issue #65 - Remove AppConstants from toolkit/profile (840ecb526) - Issue #65 - Remove AppConstants from toolkit/mozapps/update (43f91872b) - Issue #26 - Part 2c: Remove dependence on gmp/widevine-adapter/* (4c9689f68) - Merge pull request #1389 from MoonchildProductions/EME_conditional (58cfb9acc) - Issue #65 - Remove AppConstants from toolkit/mozapps/extensions (758618b60) - Issue #65 - Remove AppConstants from toolkit/mozapps/downloads (2e6782afb) - Issue #65 - Remove AppConstants from toolkit/components/jsdownloads (180543f6c) - Update UXP Coding Style.md (bf914e997) - Update UXP Coding Style.md (04c770c8c) - Issue #65 - Remove AppConstants from toolkit/components/satchel (c09eca89e) - Issue #65 - Remove AppConstants from toolkit/components/printing (7a0b23aab) - Issue #65 - Remove AppConstants from toolkit/components/thumbnails (0ab5c6474) - Issue #65 - Remove AppConstants from toolkit/components/apppicker (cd8767779) - Issue #65 - Remove AppConstants from toolkit/components/places (0749a35be) - Issue #65 - Remove AppConstants from toolkit/components/alerts (741abd440) - Issue #65 - Remove AppConstants from toolkit/components/passwordmgr (cf4ad4e96) - Issue #1392 - Change --enable-eme to MOZ_ARG_ENABLE_BOOL and remove MOZ_EME_MODULES (832d84d2c) - [AM] Remove shared theme leftovers for webextensions (551c41893) - Issue #1390 - Remove secondscreen modules from toolkit (e80e4595b) - Issue #1390 - Get rid of the Presentation API (5483f807c) - Issue #1395 - Remove FlyWeb Service (6da9e3c6b) - Issue #1395 - Part 2: Remove the /rest/ of FlyWeb (99aa809cb) - Merge pull request #1388 from win7-7/devirtualize-pr (a6ef90b18) - Issue #65 - Correct fallthough case in profileSelection.js (b4ac6a7dc) - Issue #65 - Don't split in the middle of assignment statements in createProfileWizard.js (fa52fa60b) - Merge pull request #1394 from MoonchildProductions/appconst-work (6c82d043a) Official Basilisk changes since my last build: - Use the platform's copy of config.guess (bb7147e) - Issue MoonchildProductions/UXP#1392 - Remove usage of MOZ_EME_MODULES (3a165cd) - Issue MoonchildProductions/UXP#1390 - Remove application support for the Presentation API (7ab9bf7) Official Pale-Moon changes since my last build: - Follow up to 8a67d2608 - Remove unused import of AppConstants.jsm from setDesktopBackground.js (ce1061c55) - Issue #1722 - Part 1: Allow hiding pinned tabs for the Ctrl-Tab graphical pane (6ef65f4ef) - Issue #1722 - Part 2: Allow hiding pinned tabs for the All Tabs graphical pane (93937dd3c) - Merge pull request #1723 from FranklinDM/issue-1722-work (c9546b6df) - [Installer] Update the 7-zip stub binary. (c3ce438e6) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (adde7f836) - Use the platform's copy of config.guess (e2e0aeaf9) - Issue #1721 - Add pref to control smart bookmarks size. (4dcd54c87) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (5b28a93fa) My changes since my last build: - Revert "[WebRequest] Remove AddonManagerPermissions leftovers" (65ca6d803) - Reverted "[Installer] Updated the 7-zip stub binary to make sure it doesn't hang on older versions of Windows but instead provides a usable error message (a59545110)", keep using old 7zstub for long time - Reverted "[AM] Remove shared theme leftovers for webextensions (551c41893)" - [Basilisk] installer: remove Presentation API file entry leftovers, fixes packaging (4ec02a71a)
  5. yeah I'd just seen a news report about that. Korea even can't manufacture masks because China stopped providing the filter layer.
  6. to be clear, People Republic of China (PRC) customs is irrelevant to Hong Kong's customs and their rules/regulations are not applicable to Hong Kong customs. and I asked my friend for advises, he told me that it is better to use fedex and fill correct type (i.e. "mask" here) and amount.
  7. any mask that is EN14683 compliant will work. I had a quick look on the items (I don't read Italian and I didn't use any translator yet) and it seems that this mentions EN14683 and having slightly better price/performance ratio. https://www.amazon.it/Mascherina-Filtro-Verde-Elastici-Confezione/dp/B01DDK32KI/ref=sr_1_4?__mk_it_IT=ÅMÅŽÕÑ&keywords=maschere%2Bchirurgiche&qid=1580916974&sr=8-4&th=1
  8. yeah I do need surgical mask (requiring "EN14683 Type IIR" / "ASTM Level 3" for best protection, or "EN14683 Type IR" / "ASTM Level 2" for basic protection) indeed. I'm very pleased if you can donate surgical mask to me (and my family). You can PM me for the shipping address. and you may need to fill something other than "surgical mask" or "Personal Protective Equipment" for customs clearance (i.e. don't fill aforementioned words), for example, fill "cloth" or "printed materials" instead. So parcel(s) won't be trapped by Hong Kong customs.
  9. because of anti mask law, amazon don't ship surgical mask to here.
  10. there are 14 gecko versions between them, changes between them are huge
  11. the changes in network connections are minimal comparing with stock pm26.5.
  12. since I don't have bare metal running such config for enabling hardware acceleration, I can't really test that. for default config, NM26 is working quite well.
  13. because the archives were updated by hand, not going through a build/compile process.
  14. another update for having ChaCha20-Poly1305 encryption support, also fixed Font selection in NT 3.51: http://rtfreesoft.blogspot.com/2020/01/other-browser-binaries-20190131.html
  15. New build of Firefox 45ESR: Test binary: SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.20-20200201-a118552a7-win32-sse.7z IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.20-20200201-a118552a7-win32-ia32.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - update NSS to UXP version of 3.48.1 (75ce59f19) - import changes from tenfourfox: - #584: update certs, pins, TLDs (690b9bbce) (974ab8560) - bump version to 45.9.20 (21d7ea68f) - remove more telemetries from tabbrowser binding (5d0217568) - import changes from tenfourfox: - fix M1607443 as a precaution (b8657e696) - #369: add back build system changes [partly] (a7ee0d3a4) - revert #489 (#576): enable CHACHA20/POLY1305, remove TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 as it is no longer needed [partly] (581cb94a7) - closes #585: check parse-on-load is enabled first (0d448f2ba) - #587: M1513855 M1596668 M1602944 M1599420 M1595399 (35a4358b3) - #585: derp (71110bf96) - #587: update TLDs, certs, pins, etc. (35584e5e6) - #369: bustage fix for opt builds (cc2e336b2) (a118552a7)
  16. New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20200201.7z Changelog: Out-of-tree changes: * update Goanna3 to git 3c4a44c16..6a75a56f2: - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 943820 - Add visibleLabel attribute/property and tests. r=ttaubert (95540e489) - Bug 902729 - Add a new telemetry probe for session lifetimes. r=ttaubert (725e51e1a) - Bug 1150529 - Remove code for expired telemetry histograms r=Yoric (6a1540c7f) - Bug 732303 - Redesign safe mode dialog with the profile reset option. r=dolske, ui-r=limi (8a0253b18) - Bug 894188 - "resetSupported is not defined" in safe mode dialog. r=jaws (a45930696) - Bug 498181 - Offer to reset a user's profile if it was last used more than two months ago. r=jaws (5295b1629) - fix duplicted entries (eb068619a) - Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN (4771a9da5) - remove some DEVTOOLS and console related code, not found in FF/TFF (11b163829) - Bug 1147236 - Use AppConstants in session store code (r=ttaubert) (68b6ceedf) - fix redeclaration of cc (b1b1611b0) - bug 1137792 - Ignore the first timing for an add-on r=mossop (59e48d895) - Bug 1140113 - Catch direct (and some indirect) callers of CreateDrawTarget* and deal with failure. r=mstange (89cf1d361) - Bug 1010552 - Breakpoints not removed from server when tab is closed;r=jlong (bf63d0b31) - Bug 1139181 - Add missing MIRTypes to StringFromMIRType(). r=efaust (d716f2fe9) - Bug 950373 part.2 Don't consume keys which are used by <tree> for navigation in session restore UI r=enndeakin (06435f06b) - Bug 925771 - Generate consecutive window IDs to avoid collisions. r=ttaubert (74c81ef33) - Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert (b8f02497e) - Bug 930901 - Move TabState and TabAttributes to their own JSMs r=billm (be255adac) (3fd1b0d56) - Reverted all AF front-end changes to restore session restore function. (5abf6194f) - import changes from rmottola/Arctic-Fox: - Bug 1137166: Change the Content moreStrict sandbox pref to an integer to indicate the level of sandboxing. r=tabraldes (b5333092c) - Bug 1140806 - Initialize JS random seed using arc4random on Android and BSDs. r=fitzgen (c39ad68da) - Bug 935862 p1 - add flag for ex/ch unit usage. r=heycam (47b3a36a3) - Bug 935862 p2 - add various userfont lookup methods. r=heycam (ede140ecc) - Bug 935862 p3 - implement selective reflow for downloadable fonts. r=heycam (9d6abc4aa) - Bug 935862 p4 - add reftests to sanity check @font-face reflow behavior. r=heycam (8c56a5f2f) - Bug 935862 p5 - handle SVGTextFrame reflow correctly. r=jdaggett (b5f420748) - Bug 935862 p6 - fixup problematic reftests. r=heycam (13fd7b36b) - Bug 1140946 - tweak fall-through for ex/ch restyle on font load. r=dbaron (e05284f0a) (00c9e7452) - update UXP version of NSS 3.48.1, and import changes from tenfourfox: - #369: add back build system changes [partly] (a7ee0d3a4) - #369: bustage fix for opt builds (cc2e336b2) (80ce3707b) - import changes from tenfourfox: - #587: update TLDs, certs, pins, etc. (35584e5e6) (a85a1fd22) - port changes from tenfourfox: - #584: M1507180 M1598605 (7b58ac561) - fix M1607443 as a precaution (b8657e696) - #587: M1513855 M1596668 M1602944 M1599420 M1595399 (35a4358b3) (a61b8c3d3) - import changes from rmottola/Arctic-Fox: - Bug 1130891 part 1 - Add W3C HTML5 ruby tags to atom list. r=smaug (ea17ccc67) - Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc (d3e0dff72) - Bug 1130891 part 3 - Add param to HTMLCopy to allow copy with ruby annotation. r=smaug (8e75e87a7) - Bug 1130891 part 4 - Do copy with ruby when the whole selection is inside ruby. r=smaug (891d7590d) - Bug 1140741 - Teach JitProfilingFrameIterator to read DebugModeOSRInfo. (r=djvj) (f468e332e) (603e20b30) - import changes from rmottola/Arctic-Fox: - Bug 932865 - Add ThreadHangStats for collecting background hang telemetry; r=vladan (2f08a076b) - Bug 932865 - Add way for telemetry to iterate over active threads; r=froydnj (535615d3d) - Bug 1128768: Part 3 - Update BHR to allow for hang annotations; r=vladan (0b880a667) - Bug 935092 - Add ThreadStackHelper to get a thread's pesudo-stack; r=BenWa (1422cfe4d) - Bug 942488 - Don't report pseudo-stacks without SPS profiler. r=nchen (e160a7a08) - Bug 946817 - Don't assert mPseudoStack on B2G. r=BenWa (9f846df3b) - Bug 951431 - Don't get stacks during profiler runs on Linux; r=BenWa (15036e907) - Bug 978262 - Ignore duplicate frames when getting BHR stack. r=froydnj (964721b1b) - Bug 985155 - Add signal trampoline on ARM Linux to work around kernel bug. r=snorp (cb8a7846c) - Bug 995730 - Convert xpcom/threads/ to Gecko style. r=froydnj (fe150404e) - Bug 1013326 - Distinguish chrome and content scripts in pseudostack; r=snorp (81273c977) - Bug 1023461 - Remove temporary stack buffer in ThreadStackHelper; r=snorp (cf5a717c2) - Bug 1023461 - Record filename and line number for chrome JS entries; r=snorp (10c89808f) - Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. (48dbc0416) - Bug 1016441 - Switch to using real-time signal in ThreadStackHelper; (2c5f818be) - Bug 1016629 - b. Use RAII class to assign mStackToFill; r=snorp (769eae130) - Bug 1016629 - c. Add define for ThreadStackHelper pseudostack support; r=snorp (67def0d2f) - Bug 1016629 - d. Add and implement GetNativeStack method in ThreadStackHelper; r=snorp r=jseward (46c52f2be) - Bug 1016629 - e. Implement platform-specific code for filling in context; r=snorp r=jseward (e6a66858b) - Bug 1016629 - g. Avoid ASan flag when copying stack; r=snorp (0159628b5) - Bug 1045176 - Unbreak build on non-SPS platforms after bug 1016629. (f1d60d838) - Bug 1047123 - ThreadStackHelper should use UniquePtr<uint8_t[]>, not ScopedDeleteArray. r=jchen (0e4af313c) - Bug 1049161 - Fix ThreadStackHelper thread handle permissions on Windows; r=snorp (c05172b1c) - Bug 1050185 - Make ThreadStackHelper::FillThreadContext Valgrind-friendly. r=nchen (368725774) - Bug 1050440 - Remove repeated js::RunScript frames in ThreadStackHelper (2a79600b3) - Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj (02afe2493) - Bug 1069694 - Remove or move around functions in OldDebugAPI. r=shu (177197302) - Bug 1069694 - Remove OldDebugAPI from the browser. r=shu (b8c917d42) - Bug 1100911 - For MacOS builds running on Valgrind, make ThreadStackHelper::GetStack be a no-op. r=nchen. (d99c02e16) - Bug 1091758 - Report full paths for most chrome scripts; r=snorp (2b72e7878) - Bug 1109291 - Include better paths for hanging chrome scripts in profile extensions directory; r=snorp r=bsmedberg (1997b9532) - Bug 1113416 - Don't read stack labels inside hang monitor sighandler; r=nfroyd r=snorp (9688f6069) - bug 1146027 - more final r=froydnj (7b0f295e5) - Bug 1164090 - Check for Windows path separator in BHR file name; r=snorp (f014b4d78) - Bug 1169034 - include <cstdlib> in ThreadStackHelper.cpp to declare correct overload for std::abs; r=jseward (874d4447e) - Bug 1182996 - Fix and add missing namespace comments. rs=ehsan (054fc00b2) - Bug 932865 - Collect thread hang stats in BackgroundHangMonitor; (ac80c8e9f) - minor anticipated fixes to get it compiling (2bd701d15) (8f529f64f) - import changes from rmottola/Arctic-Fox: - Bug 1115438: Move PluginModuleParent's invocation of CreateToolhelp32Snapshot off the main thread; r=jimm (e2c4f828f) - Bug 1141093: Ensure that FinishInjectorInitTask::PostToMainThread is no longer executing before leaving FinishInjectorInitTask::Run; r=dmajor (7ca55b82d) - Bug 1140725 - Fix unreachable code after semicolon-less return statement in nsContextMenu.js. r=jst,dolske (bbb360053) - Bug 486172 - Don't ignore a -p command line argument when using the Xremote protocol. r=bsmedberg (8492d3df8) - Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) (bbd6147ee) (6a75a56f2) * 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
  17. New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200201-6a75a56f2-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200201-6a75a56f2-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200201-6a75a56f2-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200201-6a75a56f2-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 943820 - Add visibleLabel attribute/property and tests. r=ttaubert (95540e489) - Bug 902729 - Add a new telemetry probe for session lifetimes. r=ttaubert (725e51e1a) - Bug 1150529 - Remove code for expired telemetry histograms r=Yoric (6a1540c7f) - Bug 732303 - Redesign safe mode dialog with the profile reset option. r=dolske, ui-r=limi (8a0253b18) - Bug 894188 - "resetSupported is not defined" in safe mode dialog. r=jaws (a45930696) - Bug 498181 - Offer to reset a user's profile if it was last used more than two months ago. r=jaws (5295b1629) - fix duplicted entries (eb068619a) - Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN (4771a9da5) - remove some DEVTOOLS and console related code, not found in FF/TFF (11b163829) - Bug 1147236 - Use AppConstants in session store code (r=ttaubert) (68b6ceedf) - fix redeclaration of cc (b1b1611b0) - bug 1137792 - Ignore the first timing for an add-on r=mossop (59e48d895) - Bug 1140113 - Catch direct (and some indirect) callers of CreateDrawTarget* and deal with failure. r=mstange (89cf1d361) - Bug 1010552 - Breakpoints not removed from server when tab is closed;r=jlong (bf63d0b31) - Bug 1139181 - Add missing MIRTypes to StringFromMIRType(). r=efaust (d716f2fe9) - Bug 950373 part.2 Don't consume keys which are used by <tree> for navigation in session restore UI r=enndeakin (06435f06b) - Bug 925771 - Generate consecutive window IDs to avoid collisions. r=ttaubert (74c81ef33) - Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert (b8f02497e) - Bug 930901 - Move TabState and TabAttributes to their own JSMs r=billm (be255adac) (3fd1b0d56) - Reverted all AF front-end changes to restore session restore function. (5abf6194f) - import changes from rmottola/Arctic-Fox: - Bug 1137166: Change the Content moreStrict sandbox pref to an integer to indicate the level of sandboxing. r=tabraldes (b5333092c) - Bug 1140806 - Initialize JS random seed using arc4random on Android and BSDs. r=fitzgen (c39ad68da) - Bug 935862 p1 - add flag for ex/ch unit usage. r=heycam (47b3a36a3) - Bug 935862 p2 - add various userfont lookup methods. r=heycam (ede140ecc) - Bug 935862 p3 - implement selective reflow for downloadable fonts. r=heycam (9d6abc4aa) - Bug 935862 p4 - add reftests to sanity check @font-face reflow behavior. r=heycam (8c56a5f2f) - Bug 935862 p5 - handle SVGTextFrame reflow correctly. r=jdaggett (b5f420748) - Bug 935862 p6 - fixup problematic reftests. r=heycam (13fd7b36b) - Bug 1140946 - tweak fall-through for ex/ch restyle on font load. r=dbaron (e05284f0a) (00c9e7452) - update UXP version of NSS 3.48.1, and import changes from tenfourfox: - #369: add back build system changes [partly] (a7ee0d3a4) - #369: bustage fix for opt builds (cc2e336b2) (80ce3707b) - import changes from tenfourfox: - #587: update TLDs, certs, pins, etc. (35584e5e6) (a85a1fd22) - port changes from tenfourfox: - #584: M1507180 M1598605 (7b58ac561) - fix M1607443 as a precaution (b8657e696) - #587: M1513855 M1596668 M1602944 M1599420 M1595399 (35a4358b3) (a61b8c3d3) - import changes from rmottola/Arctic-Fox: - Bug 1130891 part 1 - Add W3C HTML5 ruby tags to atom list. r=smaug (ea17ccc67) - Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc (d3e0dff72) - Bug 1130891 part 3 - Add param to HTMLCopy to allow copy with ruby annotation. r=smaug (8e75e87a7) - Bug 1130891 part 4 - Do copy with ruby when the whole selection is inside ruby. r=smaug (891d7590d) - Bug 1140741 - Teach JitProfilingFrameIterator to read DebugModeOSRInfo. (r=djvj) (f468e332e) (603e20b30) - import changes from rmottola/Arctic-Fox: - Bug 932865 - Add ThreadHangStats for collecting background hang telemetry; r=vladan (2f08a076b) - Bug 932865 - Add way for telemetry to iterate over active threads; r=froydnj (535615d3d) - Bug 1128768: Part 3 - Update BHR to allow for hang annotations; r=vladan (0b880a667) - Bug 935092 - Add ThreadStackHelper to get a thread's pesudo-stack; r=BenWa (1422cfe4d) - Bug 942488 - Don't report pseudo-stacks without SPS profiler. r=nchen (e160a7a08) - Bug 946817 - Don't assert mPseudoStack on B2G. r=BenWa (9f846df3b) - Bug 951431 - Don't get stacks during profiler runs on Linux; r=BenWa (15036e907) - Bug 978262 - Ignore duplicate frames when getting BHR stack. r=froydnj (964721b1b) - Bug 985155 - Add signal trampoline on ARM Linux to work around kernel bug. r=snorp (cb8a7846c) - Bug 995730 - Convert xpcom/threads/ to Gecko style. r=froydnj (fe150404e) - Bug 1013326 - Distinguish chrome and content scripts in pseudostack; r=snorp (81273c977) - Bug 1023461 - Remove temporary stack buffer in ThreadStackHelper; r=snorp (cf5a717c2) - Bug 1023461 - Record filename and line number for chrome JS entries; r=snorp (10c89808f) - Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. (48dbc0416) - Bug 1016441 - Switch to using real-time signal in ThreadStackHelper; (2c5f818be) - Bug 1016629 - b. Use RAII class to assign mStackToFill; r=snorp (769eae130) - Bug 1016629 - c. Add define for ThreadStackHelper pseudostack support; r=snorp (67def0d2f) - Bug 1016629 - d. Add and implement GetNativeStack method in ThreadStackHelper; r=snorp r=jseward (46c52f2be) - Bug 1016629 - e. Implement platform-specific code for filling in context; r=snorp r=jseward (e6a66858b) - Bug 1016629 - g. Avoid ASan flag when copying stack; r=snorp (0159628b5) - Bug 1045176 - Unbreak build on non-SPS platforms after bug 1016629. (f1d60d838) - Bug 1047123 - ThreadStackHelper should use UniquePtr<uint8_t[]>, not ScopedDeleteArray. r=jchen (0e4af313c) - Bug 1049161 - Fix ThreadStackHelper thread handle permissions on Windows; r=snorp (c05172b1c) - Bug 1050185 - Make ThreadStackHelper::FillThreadContext Valgrind-friendly. r=nchen (368725774) - Bug 1050440 - Remove repeated js::RunScript frames in ThreadStackHelper (2a79600b3) - Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj (02afe2493) - Bug 1069694 - Remove or move around functions in OldDebugAPI. r=shu (177197302) - Bug 1069694 - Remove OldDebugAPI from the browser. r=shu (b8c917d42) - Bug 1100911 - For MacOS builds running on Valgrind, make ThreadStackHelper::GetStack be a no-op. r=nchen. (d99c02e16) - Bug 1091758 - Report full paths for most chrome scripts; r=snorp (2b72e7878) - Bug 1109291 - Include better paths for hanging chrome scripts in profile extensions directory; r=snorp r=bsmedberg (1997b9532) - Bug 1113416 - Don't read stack labels inside hang monitor sighandler; r=nfroyd r=snorp (9688f6069) - bug 1146027 - more final r=froydnj (7b0f295e5) - Bug 1164090 - Check for Windows path separator in BHR file name; r=snorp (f014b4d78) - Bug 1169034 - include <cstdlib> in ThreadStackHelper.cpp to declare correct overload for std::abs; r=jseward (874d4447e) - Bug 1182996 - Fix and add missing namespace comments. rs=ehsan (054fc00b2) - Bug 932865 - Collect thread hang stats in BackgroundHangMonitor; (ac80c8e9f) - minor anticipated fixes to get it compiling (2bd701d15) (8f529f64f) - import changes from rmottola/Arctic-Fox: - Bug 1115438: Move PluginModuleParent's invocation of CreateToolhelp32Snapshot off the main thread; r=jimm (e2c4f828f) - Bug 1141093: Ensure that FinishInjectorInitTask::PostToMainThread is no longer executing before leaving FinishInjectorInitTask::Run; r=dmajor (7ca55b82d) - Bug 1140725 - Fix unreachable code after semicolon-less return statement in nsContextMenu.js. r=jst,dolske (bbb360053) - Bug 486172 - Don't ignore a -p command line argument when using the Xremote protocol. r=bsmedberg (8492d3df8) - Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) (bbd6147ee) (6a75a56f2)
  18. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200201-2376eb06-uxp-64c8c65cf-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200201-2376eb06-uxp-64c8c65cf-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: - Restore basic CLOBBER detection in the comm build system (2eb8519f) - Complete the clobber file detection (6a096e55) - Update commit pointer (e22fca9c) - Update commit pointer (9de0bab0) - Rewrite mach stub to be less crap (62a19e8f) - Fix typo in mach stub (105f0fb4) - Fix windows detection in mach stub (655ebc2f) - Update commit pointer (e9cc9d08) - Fix mach short sha for platform (2376eb06) For UXP changes please see above.
×
×
  • Create New...