345楼#
发布于:2021-08-12 01:19
|
|
347楼#
发布于:2021-10-05 22:40
(95)在 “我的足迹” 或书签侧边栏搜索书签结果项中右键添加 “Show in Folder”(跳转到该书签所在文件夹) 的功能。
Bug 469441 - Add "Open Containing Folder" context menu to search results of bookmarks in the Library window (link to view/open enclosing folder, parent folder button) 十三年前的功能请求 bug, 该功能是以前 Alice0775 的一个旧式扩展(Go Parent Folder)所提供的相同功能。 (95)Colorways 系列内置主题改成 3 列显示 Bug 1733632 - Investigate showing the themes in a 3x6 grid in about:addons ![]() (95)prefers-color-scheme CSS 媒体查询(即适配了自动深、浅色主题的网页)将默认跟随浏览器主题配色而不是系统配色。 Bug 1529323 - Make prefers-color-scheme respect the Firefox theme rather than the system theme 通过扩展 93 中增加的 layout.css.prefers-color-scheme.content-override 配置项开关实现。 0: Dark,1: light,2: system,3 或其它数值: browser (本次新增且默认) 另外同时改变了 ui.systemUsesDarkTheme 配置值的功能行为,当前为:0: light,1 或其它: Dark。 原行为详见:本贴 344 楼 (95)下载项右键增加 “Always Open Similar Files” (下载完成后总是自动打开该类型文件)的菜单可选项。 Bug 1731086 - Add a new context menu item for setting the mimetype entry from about:preferences 需要打开总开关 browser.download.improvements_to_download_panel (95)在 Nightly 中默认打开 browser.download.improvements_to_download_panel。 Bug 1732347 - [meta] Enable browser.download.improvements_to_download_panel pref in Nightly (95)画中画按钮右键加上切换按钮到左侧的右键菜单项。 Bug 1680885 - Add a menu "Move PiP Toggle to Left(Right)" in context menu for the PiP toggle button |
|
348楼#
发布于:2021-10-11 08:45
|
|
|
349楼#
发布于:2021-11-07 22:11
(96)CSS 相关:Nightly 及其它开发版下默认打开支持 color-scheme。(layout.css.color-scheme.enabled)
Bug 1738616 - Enable color-scheme for nightly and early beta. 将在正式版 96 下默认打开支持。 Bug 1576289 - [css-color-adjust-1] Implement color-scheme property (96)Web API 相关:getComputedStyle 能导出默写复合属性的简写值,如 background。(layout.css.computed-style.shorthands) Bug 1738663 - Add a pref to expose all shorthands in getComputedStyle. (96)自动填充输入框背景高亮的颜色可自定义配置。(ui.-moz-autofill-background) Bug 1738608 - Make autofill background color configurable. (96)实现 webp 图片格式的编码功能。 Bug 1511670 - Implement WebP image encoder (96)Web API 相关: Nightly 默认打开支持 Web Locks API。(dom.weblocks.enabled) Bug 1739233 - Enable `dom.weblocks.enabled` in Nightly (96)CSS 相关:实现 CSS 列表的 conter-reset: reversed(list-item) 样式支持和有序列表 ol 标签带 reversed 属性的默认样式。 Bug 1706346 - Implement CSS Lists conter-reset: reversed(list-item) and<ol>/<ol reversed="">default style per spec (96)增加禁止每次下载总是打开下载面板(当打开总开关 browser.download.improvements_to_download_panel )的配置项。(browser.download.alwaysOpenPanel) Bug 1738372 - Want to be able to disable the download panel opening for each download (96)更新匹配 Windows 11 平台下的的原生滚动条样式,并添加了俩自定义配置项。 Bug 1719427 - Use system scrollbars or update scrollbar to Windows 11 style 可选滚动条自定义平台样式配置项 widget.non-native-theme.scrollbar.style 0: Default platform;1: macOS;2: GTK;3: Android;4: Windows 10 滚动条强制设置宽度配置项 widget.non-native-theme.scrollbar.size.override Windows 使用原生滚动条(0 或 4)的情况下,若想要修改宽度需要配合 widget.non-native-theme.win.scrollbar.use-system-size 设置为 false 设置为 2: GTK 的情况下还可以配合下面的配置项,具备更多的自定义设置。 widget.non-native-theme.gtk.scrollbar.allow-buttons widget.non-native-theme.gtk.scrollbar.round-thumb widget.non-native-theme.gtk.scrollbar.thumb-cross-size widget.non-native-theme.gtk.scrollbar.thumb-size (96)CSS 相关:临时将 backdrop-filter 属性禁用成无操作,直至其完成重构。 Bug 1741779 - Temporarily make backdrop-filter display item a no-op (96)CSS 相关:实现 hwb() 颜色函数。 Bug 1352755 - Implement hwb() from CSS Color Module Level 4 (96)下载面板显示被屏蔽的下载项详细信息改进。 Bug 1725354 - Download panel shows blocked download item. ![]() (96)JavaScript 相关:实现 Import Assertions。(javascript.options.experimental.import_assertions) Bug 1736060 - Finish implementation of Import Assertions (96)密码输入框增加显隐密码原文的按钮和右键菜单项。(layout.forms.input-type-show-password-button.enabled) Bug 502258 - Option to Unhide Entry of Password (AKA "show password" equivalent for current mobile app/webpage idiom) |
|
351楼#
发布于:2021-12-30 12:37
地址栏计算机功能什么时候能加呢
|
|
352楼#
发布于:2022-01-13 23:28
yangzhen:地址栏计算机功能什么时候能加呢回到原帖FF 89 已经加上了,90 还有单位转换的功能。 https://www.firefox.net.cn/read-54210-23#read_370808 |
|
353楼#
发布于:2022-01-13 23:29
(98)JavaScript 相关:实现 Array.prototype.groupBy 和 Array.prototype.groupByMap 提案。
Bug 1739648 - Implement Array grouping proposal (98)WEB 开发相关:Firefox 98 正式版将默认启用支持 <dialog> 元素。(dom.dialog_element.enabled) Bug 1733536 - Enable <dialog> element by default (98)WEB 开发相关:支持 Element.outerText。 Bug 1709790 - Add support for element.outerText (98)开发者工具相关:Debugger 增加忽略行的功能。 Bug 1748618 - Add blackbox line context menu item (98)开发者工具相关:HTTP 自定义请求功能面板基础功能已添加。(devtools.netmonitor.features.newEditAndResend) Bug 1745383 - Adds basic functionality of the new HTTP Custom request panel (98)开发者工具相关:节点绑定事件侦听器查看面板增加开关功能。 Bug 1492497 - Being able to disable/re-enable an event listener for a given node ![]() (98)再增加 6 个 Colorway 系列内置主题。 Bug 1749079 - Add new colorway themes for Firefox 97 ![]() (98)下载完成项增加删除对应本地文件的右键菜单项。 Bug 1745624 - Add a context menu on a downloaded file in download panel to delete the file from local file (98)下载完成项删除菜单默认只删除文件。(browser.download.clearHistoryOnDelete) Bug 1750484 - "Delete" context menu should not remove the download history 0:只删除文件,保留下载面板和“我的足迹”中的下载记录。 1:删除文件同时删除下载面板的下载记录。 2:删除文件同时删除下载面板和“我的足迹”中的下载记录。 (98)正式版 98 将默认启用 window occlusion。(widget.windows.window_occlusion_tracking.enabled) Bug 1750491 - Enable window occlusion by default on Windows (98)在 96 中新增的密码输入框显隐菜单项更改快捷键,开关配置项改名,并将按钮和菜单项分离成单独的开关配置。 (layout.forms.reveal-password-button.enabled、layout.forms.reveal-password-context-menu.enabled) Bug 1743047 - Need better accesskey for show password context menu. (98)当在书签上按下鼠标左键时,推测性地预连接到书签地址服务器。(browser.places.speculativeConnect.enabled) Bug 1355460 - Speculatively connect to bookmarked sites on mousedown (98)设置页中无需重启实时切换多国语言。(intl.multilingual.liveReload、intl.multilingual.liveReloadBidirectional) Bug 1740067 - Enable live language switching in Firefox (preffed off) intl.multilingual.liveReload 无需重启实时刷新语言。 intl.multilingual.liveReloadBidirectional 无需重启实时刷新界面 LTR 和 RTL 语言方向。 intl.multilingual.enabled 开发版需要手动开启才能看到 UI 界面,正式版和 Beta 版已默认打开。 intl.multilingual.downloadEnabled 是否启用下载语言包功能,不提供开发版下载功能。 (98)如果你使用的主题适配了亮、暗配色,隐私窗口将自动使用暗色主题配色。(browser.theme.dark-private-windows) Bug 1749375 - Use dark variant theme variant for PBM windows (98)“查看页面源代码”适配暗色主题。 Bug 1586529 - Make "View Source" page follow system dark theme |
|
354楼#
发布于:2022-01-14 22:45
lonely_8:FF 89 已经加上了,90 还有单位转换的功能。我少说了……是什么时候能默认开启 |
|
355楼#
发布于:2022-02-05 10:27
|
|
|
356楼#
发布于:2022-02-05 10:30
|
|
|
357楼#
发布于:2022-02-05 10:31
|
|
|
358楼#
发布于:2022-02-05 10:33
|
|
|
359楼#
发布于:2022-02-10 23:44
(99)预先添加阅读模式改进总开关。(reader.improvements_H12022.enabled)
Bug 1753117 - Add pref for UI changes to Reader Mode Bug 1748655 - [meta] MSU Capstone Spring 2022 - Improving Reader Mode in Firefox (99)为企业用户添加可以覆盖当前 Firefox UA 版本号的配置项。(network.http.useragent.forceVersion) Bug 1753805 - Add pref for enterprise users to override the User-Agent string's Firefox version 默认 0 使用当前版本号。 (99)画中画将支持 WebVTT 字幕。(media.videocontrols.picture-in-picture.display-text-tracks.enabled) Bug 1748884 - Add support for displaying subtitles/captions if WebVTT is supported (99)单独为 YouTube、primevideo.com、amazon.com 适配画中画字幕。(需要打开 media.videocontrols.picture-in-picture.display-text-tracks.enabled) Bug 1753737 - Add adapter for subtitles on YouTube Bug 1754245 - Add adapter for captions/subtitles on Prime Video (99)添加禁用默认使用 GTK 主题色的滚动条颜色的配置项。(widget.gtk.theme-scrollbar-colors.enabled) Bug 1753830 - [LINUX] The scrollbar thumb is near invisible and has a horribly low contrast (99)允许暗色滚动条使用主题的颜色。(widget.non-native-theme.scrollbar.dark-themed) Bug 1754225 - Allow dark scrollbars to use theme colors. (99)添加禁用网址使用 CSS “scrollbar-width: thin” 让滚动条变窄的配置项。(layout.css.scrollbar-width-thin.disabled) Bug 1748181 - Firefox should allow users to override scrollbar-width (99)Web API 相关:Nightly 下默认启用 NavigationPreload API 。(dom.serviceWorkers.navigationPreload.enabled) Bug 1750515 - Enable NavigationPreload on Nightly (99)如果 Web fonts 不包含粗体将默认禁止 对其使用 DirectWrite 算法加粗渲染,使用 multi-strike 代替。(gfx.font_rendering.directwrite.bold_simulation) Bug 1587094 - Firefox usage of DirectWrite's synthetic bolding breaks rendering of some fonts (windows only) Whether the DirectWrite bold simulation should be used when a bold font-weight is requested but no bold face available in the family. This renders poorly with some third-party fonts, so by default we disable it for webfonts and allow it only with locally-installed fonts. (99)阅读模式增加了“自动”适配颜色方案。 Bug 1594828 - Reader mode should change to dark theme automatically like Safari (99)Nightly 下默认启动 Win32k Lockdown。(security.sandbox.content.win32k-disable) Bug 1750742 - Enable win32k lockdown by default in Nightly (99)Firefox 现在能显示 WingDings 等符号字体了。 Bug 1756720 - Firefox doesn't display WingDings font (and other symbol fonts). (99)默认的等宽字体已经从 Courier New 改为 Consoles。 Bug 1607913 - Update default monospace fonts from Courier and Courier New to something more modern (99)现在能显示竖排模式下横向滚动条的查找匹配高亮位置标记了。 Bug 1700292 - Marks not available for horizontal scrollbar, i.e. pages with `writing-mode: vertical-lr` (99)Windows 11 下支持 Overlay Scrollbar。(widget.windows.overlay_scrollbars.enabled) Bug 1757647 - Use overlay scrollbars in Windows 11 if possible 打开后会根据系统设置是否开启,但会被 ui.useOverlayScrollbars 隐藏配置项覆盖。Windows 11 以下可以手动创建其值为 1 的配置项强制开启。 另外关于 Overlay Scrollbar 的其它隐藏配置项,均为数值类型: ui.scrollbarDisplayOnMouseMove 鼠标移动时滚动条才显示,默认 1 开启,0 为仅在页面滚动时出现。(linux 下默认 1,Mac 下默认 0) ui.scrollbarFadeBeginDelay 滚动条淡出动画开始延迟时间,默认 2500 毫秒(Linux 下默认 400,Mac 下默认 450) ui.scrollbarFadeDuration 滚动条淡出动画时长,默认 350 毫秒(Linux 下默认 400,Mac 下默认 200) ui.allowOverlayScrollbarsOverlap 如果垂直滚动条与水平滚动条同时存在是否允许重叠。默认 0 不允许,1 为允许。 其它关于滚动条通用隐藏配置: ui.scrollToClick 点击滚动条 0:逐行滚到点击位置,1:直接跳转到点击位置。 (Mac 和 Linux 下为隐藏配置项,默认根据系统设置,该配置项用以覆盖系统设置。Windows 下则为非隐藏配置项,默认为 0。) ui.scrollButtonLeftMouseButtonAction 左键点击滚动条箭头按钮,0:滚动 1 行(默认),1:滚动 1 屏,2:滚动到开始/结束位置,3:无 ui.scrollButtonMiddleMouseButtonAction 中键,值功能同上,默认值为 3。 ui.scrollButtonRightMouseButtonAction 右键,值功能同上,默认值为 3。 ui.scrollbarButtonAutoRepeatBehavior,按住滚动条箭头按钮然后鼠标移到按钮外面,0:滚动停止(默认),1:滚动继续。 ui.scrollSliderStyle 滚动条(scroll thumb,拖拽部分)按比例显示还是固定高/宽度。默认 1 按比例,0 为固定。 ui.scrollArrowStyle 滚动条箭头按钮显示位置,为了方便下面 “始端” 表示垂直/横向滚动条向上/左(向前)箭头按钮的位置,“末端” 则表示其向下/右(向后)箭头按钮的位置。 0: 无箭头显示,4097:始、末端分别显示向前、向后箭头(默认), 4096:仅始端显示向前箭头,256:仅始端显示向后箭头, 16:仅末端显示向前箭头,1:仅末端显示向后箭头。 17:仅末端同时显示向前、向后箭头,4352:仅始端同时显示向前、向后箭头,4369:始、末端分同时显示向前、向后箭头。 通过下面 4 个枚举值(eScrollArrow_[StartBackward | StartForward | EndBackward | EndForward]:[0x1000 | 0x0100 | 0x0010 | 0x0001])按位或运算, 还有可以有其它位置组合,参考这里。 以下为使用原生滚动条(widget.non-native-theme.scrollbar.style 值为 0,widget.non-native-theme.win.scrollbar.use-system-size 为 true) 数值类型的隐藏配置项,分别定义垂直/横向滚动条(scroll thumb,拖拽部分),高/宽度 ui.systemVerticalScrollbarWidth、ui.systemHorizontalScrollbarHeight 其它使用原生滚动条的颜色字符串类型隐藏配置项,可以自定义滚动条颜色,值需要为合法的 CSS 颜色字符串: ui.themedScrollbar、ui.themedScrollbarInactive、ui.themedScrollbarThumb、 ui.themedScrollbarThumbHover、ui.themedScrollbarThumbActive、ui.themedScrollbarThumbInactive |
|