2020/03/25 Pale Moon 28.9.0.1来てるっぱね?(2020-03-26追記あり)
13:30
**
こんにちぱ かっぱだっぱ(´・Θ・`)
月初めのアップデートぶりかの?
Firefox派生タブブラウザ PaleMoonの話っぱの The Pale Moon Project homepage**https://www.palemoon.org/
**
前記事は2020/03/02 Pale Moon 28.8.4 来てるっぱよ?
「フィンガーキャンバスプリント」の件で気になる人は2015/07/29 PaleMoon 25.6.0 来てたっぱね記事参照だの
(手動で必要な人はONにするように)
XPの人は、「Pale Moon forum • View topic - End of support for PM4XP」を参照の事 +最近のリリースに関係してPale Moon 26 and POSReady2009 - Pale Moon forumも参照の事Pale Moon 27.0.0からXP対応していないので注意
あと、しばらく前から「日本語化」が・・ Pale Moon - Add-ons - Language Packs ****http://addons.palemoon.org/language-packs/ リスト日本が入ってない状態になっているので Releases · JustOff/pale-moon-localization · GitHub https://github.com/JustOff/pale-moon-localization/releases こっちから用意してあとは同じだのo(`・Θ・´)oウン!! リリースノートいわく・・Pale Moon - Release Notes
http://www.palemoon.org/releasenotes.shtml
v28.9.0.1 (2020-03-25)
This is a small update to address a breaking issue with user-agent override strings, causing problems on certain websites for a number of our users. v28.9.0 (2020-03-24)
This is a major development update.
New features:
- Implemented asynchronous iterators (await iterator.next() and for await loops) (ES2018)
- Implemented promise-based media playback.
- Implemented non-standard legacy CSSStyleSheet rules functions.
- Implemented the html5 element. To switch this on, flip dom.dialog_element.enabled to true.
- Implemented the optional hiding of pinned tabs in CtrlTab/AllTab panes. (controlled through the preferences browser.ctrlTab.hidePinnedTabs and browser.allTabs.hidePinnedTabs)
- Added 1.25x playback speed to html media elements.
- Added a hidden pref (browser.places.smartBookmarks.max) to control the sizes of default smart bookmarks categories.
Changes/fixes:
- Aligned document.open() with the overhauled specification.
- Aligned the way DOM styles are computed with mainstream browser behavior.
- Removed the (unused) DOM promise implementation.
- Enabled seeking to next frame in media files.
- Enabled dynamic UA updates for emergency use.
- Implemented rule processing stub for font-variation-settings.
- Increased the maximum XML nesting depth to 2048 levels for extreme corner cases and to conservatively align with other browsers.
- Improved the privacy of geolocation lookup calls, with thanks to a generous service donation from ip-api.com
- Improved reporting of the operating system in site-specific user-agent overrides.
- Improved table drawing performance again after the rewrite for sticky positioning making it slower.
- Updated CSP processing to allow custom scheme wildcards to be specified without a port.
- Aligned the behavior of outlines with other browsers when dealing with CSS-repositioned elements.
- Changed the way hardware acceleration is controlled from the application.
- Changed the default monospace font for main languages from Courier New to Consolas.This provides a more balanced font for fixed-width text that is slightly more condensed and more in line with the naturally compacter variable-width fonts used everywhere else.
- Changed the browser’s behavior when restoring tabs from previous sessions. To prevent stale pages, it will now by default perform a “soft refresh” of the page instead of drawing it purely from cache without checking if the page needs updating. If you prefer the old behavior, set browser.sessionstore.cache_behavior to 0 in about:config.
- Updated NSPR to 4.24 and NSS to ~3.48.1-RTM, removing the previous custom patch level with NSS being able to support custom rounds for DBM now.For extensive release notes with all NSS changes, see NSS_Releases
- Implemented an NSS performance optimization for Master Password use with limited effect.
- Fixed some potential crashing scenarios with WebGL on Linux.
- Completely removed showModalDialog.
- Disabled some logging in production builds.
- Removed various gadgeteering/redundant/dead DOM APIs (casting/presentation, FlyWeb)
- Removed support for a number of critical libraries being system-supplied.
- Removed “Copy raw data” button from the troubleshooting information page, since it’s never used by us in that format, and users mistakenly keep using it instead of copying text.
- Removed a bunch of Android and iOS support code.
- Fixed an issue with form elements sometimes being incorrectly disabled.
- Fixed several crashes.
- Fixed an issue with Captive Portal detection sometimes firing even when disabled by the user.
- Performed various tree-wide code cleanups.
- Backed out a large code cleanup patch for causing subtle issues in website operation (e.g. WordPress). This will have to be revisited later; the reintroduced code is not in use in practice.
- Cleaned up the application updater code.
Security-related fixes:
- Fixed a potential pointer issue in cubeb. DiD
- Disabled allowing remote jar: URIs by default for security reasons. If you need this functionality for your non-standard environment, you can enable it with the preference network.jar.block-remote-files, but please consider moving away from this method of providing web-based applications.
- Removed a potentially dangerous and otherwise ineffective optimization from the JavaScript engine.
- Fixed unwanted behavior where created/focused pop-up windows could potentially cover the DOM fullscreen notification, hiding it from users. (CVE-2020-6810)
- Fixed an issue where copying data as a curl request from developer tools would not properly escape parameters. (CVE-2020-6811)
- Updated our sctp library code with several upstream fixes.
- Unified XUL Platform Mozilla Security Patch Summary: 4 fixed, 3 already mitigated, 1 rejected, 11 not applicable.
地味に昨日メインのアップデートが来て、今日一部のユーザーエージェント情報で特定のサイトで不具合を起こす問題があったのでそれのFixを行ったみたいっぱね?
セキュリティや修正アプデの中に
Implemented the html5 element. [html5 \u003cdialog\u003e要素を実装しました。] To switch this on, flip dom.dialog_element.enabled to true. [これをオンにするには、dom.dialog_element.enabledをtrueに切り替えます。]
という記載もあるのでhtml5で作成されたサイトでうまく描画できない場合は覚えておくと良さそうっぱよ?
あとは、ジオロケーションのプライバシー問題にip-api.comがサービス寄付してくれたのでプライバシー性が向上したとかそっと書いてある気がするっぱね(´・Θ・`)ヘー
フォントの変更等もある様子だけども日本語で使ってる人にはほぼ関係ないっぱ
とりあえずアップデートして様子見かの?
かっぱでしたっぱ♪
2020/03/26 追記**
v28.9.0.2 (2020-03-25)
This is a small bugfix update addressing 2 more important issues in 28.9.0:
- Fixed an issue with browser migration and initializationcode causing various browser run-time problems.
- Fixed an issue with cache behavior where some users wouldhave trouble having their windows and tabs restored in “soft refresh”mode (see v28.9.0 release notes).To solve this, we reverted to the previous (pull from cache) mode fornow while we investigate the cause.
記事投稿の後に追加更新が来ていたっぱ( ・Θ・).;’.、ブッ
簡単にいうと「タブにピン留め」していたものとかがアップデート時にどっかいった!となる不具合の修正だったみたいっぱよ?