360楼#
发布于:2022-03-15 14:54
(99)Windows 11 下支持 Overlay Scrollbar。(widget.windows.overlay_scrollbars.enabled) 喜大普奔啊! |
|
361楼#
发布于:2022-03-19 00:11
(100)Windows 下支持当键盘输入时隐藏鼠标指针。(widget.windows.hide_cursor_when_typing)
Bug 1757463 - Support Windows' "Hide pointer while typing" system setting to hide the mouse pointer (100)增加允许主题定义覆盖颜色方案属性 color_scheme、content_color_scheme。 Bug 1750932 - Allow themes to override global color scheme heuristics. 分别对应配置项 browser.theme.toolbar-theme、browser.theme.content-theme。 (100)设置中增加 layout.css.prefers-color-scheme.content-override (在 FF93 中加入,覆盖内容页配色方案)配置项的 UI 设置项。 Bug 1736218 - Add some sort of UI to select content dark theme preference ![]() 控制内容页配色方案配置覆盖优先级为: layout.css.prefers-color-scheme.content-override 0:dark,1:light, 2:system (根据 ui.systemUsesDarkTheme 的值),3:browser (默认,根据主题,即 browser.theme.content-theme 的值) > browser.theme.content-theme 0:dark,1:light, 2:system (默认,即会根据 ui.systemUsesDarkTheme 的值)。 如果使用主题有指定颜色方案(见上一条更新 bug)或根据该主题某些特定颜色属性计算得出主题配色,将在切换该主题时改变此配置的值为对应的配色值。 > ui.systemUsesDarkTheme 需要手动创建配置,0:light,1 或其他值:dark,没有创建:系统设定 > 系统设定 (100)增加禁止读写 Cookie 数据库的配置项,即类似于隐私模式使用。(network.cookie.noPersistentStorage) Bug 1675829 - Allow disabling the cookie database in the profile (100)现已支持 AV1 硬解。(media.wmf.av1.enabled) Bug 1652945 - Add AV1 hardware decoding support (100)移除了在 FF90 时加入的内置翻译扩展。 Bug 1759782 - Remove Firefox Translations addon from Nightly (100)Windows 任务栏允许正常窗口图标与隐私窗口的图标分开显示。(browser.privacySegmentation.enabled) Bug 1751010 - Ensure Private Browsing Mode windows are separate from non-private windows in the Windows taskbar (100)windows 11 和 Linux 平台下默认启用 Overlay Scrollbars。(widget.windows.overlay-scrollbars.enabled、widget.gtk.overlay-scrollbars.enabled) Bug 1761690 - Let GTK and Windows 11 overlay scrollbars ride the trains. (100)侧边栏或“我的足迹”中右键菜单增加在新容器标签页中打开的菜单项。 Bug 1754805 - Add "Open in New Container Tab" to places context menu (100)Web API 相关:实现 AbortSignal.timeout() Bug 1753309 - Implement AbortSignal.timeout() |
|
362楼#
发布于:2022-03-21 15:37
|
|
363楼#
发布于:2022-04-29 22:59
(101)画中画字幕字体大小 3 种规格可调。(media.videocontrols.picture-in-picture.display-text-tracks.size)
Bug 1757219 - Scale min font size for subtitles in PiP according to the OS settings small、medium(默认)、large (101)Windows 下默认启用键盘输入时隐藏鼠标指针。(widget.windows.hide_cursor_when_typing) Bug 1759558 - Enable Windows hide-cursor-when-typing by default (101)开发工具相关:webconsole 使用虚拟滚动列表渲染,这将在大量日志的情况下改善其性能。 Bug 1753177 - Use a virtualized list for the webconsole (101)禁止沙箱属性 iframe 的外部协议调用。(dom.block_external_protocol_navigation_from_sandbox) Bug 1735746 - Block external protocol handler with sandbox. Bug 1764005 - Add backdrop-filter primitive support 再次临时禁用 Bug 1766710 - Temporarily disable backdrop-filter again (101)Web API 相关:默认启用 Constructable Stylesheet。(layout.css.constructable-stylesheets.enabled) Bug 1764005 - Add backdrop-filter primitive support (101)Web 开发相关:某些 input 类型支持 showPicker()。(dom.input.showPicker) Bug 1745005 - Add showPicker() to <input> elements (101)设置页中增加下载新类型的文件总是询问打开还是保存的选项。(browser.download.always_ask_before_handling_new_types) Bug 1747343 - Want a special file handler for all non-configured MIME types, so that "always ask" can be set to the default behavior ![]() |
|
365楼#
发布于:2022-06-01 17:09
Bug 1765381 是102正式版才会修的是吗?我102b2还是提示保存
|
|
366楼#
发布于:2022-06-01 19:36
逗妇乳:Bug 1765381 是102正式版才会修的是吗?我102b2还是提示保存回到原帖 除 Nightly 外,版本号在达到 102 那一刻 Bug 1765381 就已经合并在代码里了。 至少我这边测试的几个曾经有问题的 discuz 论坛现在是没问题的了, 也有可能修复没覆盖到其它的方面。或者你新配置测试看看。 刚查了一下,这里有说还有后续修复 https://bugzilla.mozilla.org/show_bug.cgi?id=1600397#c27 :marco, it's fixed by bug 1765381 for most usual case when user enters an email as username. |
|
367楼#
发布于:2022-06-02 22:21
(103)CSS 相关:实现 scroll-snap-stop。
Bug 1312165 - Implement 'scroll-snap-stop' (103)CSS 相关:默认打开支持 backdrop-filter。(layout.css.backdrop-filter.enabled) Bug 1578503 - [filter-effects-2] Enable the CSS backdrop-filter property by default (letting it ride the trains to release) (103)CSS 相关:实现 :modal 伪类。 Bug 1768535 - Implement CSS :modal pseudo-class (103)CSS 相关:实现 linear() 函数。(layout.css.linear-easing-function.enabled) Bug 1764126 - [css-easing-2] Implement linear(...) easing function for css animations (103)CSS 相关:实现简单的 :has() 父伪类选择器。(layout.css.has-selector.enabled) Bug 1771896 - Add simple parsing support for :has() 一些组合规则解析(如 :has(> a)) 实现将后续实现。 (103)CSS 相关:实现 contain: style。 Bug 1463600 - (css-contain-style) Implement CSS 'contain: style' (103)HTML 相关:移除了 HTML 自定义上下文菜单 <menu> 和 <menuitem> 标签的支持。 Bug 1372276 - Remove HTML context menu (<menu> and <menuitem> tag) support (103)JavaScript 相关:实现 {Array,%TypedArray%}.prototype.{findLast,findLastIndex} 等方法的提案。(javascript.options.experimental.array_find_last) Bug 1704385 - Implement Array find from last (103)新的隐私模式任务栏图标。 Bug 1758961 - finalize new private browsing mode strings & icon 隐私窗口单独分离的任务栏图标可以开启 browser.privacySegmentation.enabled,FF 100 中增加的功能。 ![]() (103)允许固定隐私模式图标到 Windows 任务栏。 Bug 1762994 - pinning Private Browsing window to Taskbar with windows context menu item pins regular Firefox 需要开启 browser.privacySegmentation.enabled (103)内置新增 18 个 "Independent Voices" 系列配色主题。 Bug 1771775 - Add "Independent Voices" Colorway collection 第二张图为新增的 ![]() ![]() (103)为 macOS 添加图像文本识别的实验功能。(dom.text-recognition.enabled) Bug 1759504 - Implement text recognition component on macOS. (103)右键保存链接、图片、页面等下载行为开始时不会弹出显示下载面板。 Bug 1761265 - Do not show downloads panel for "save link/image/page as" downloads that didn't previously show the "what do you want to do with this file" dialog (103)浏览器界面会根据系统文本放大级别同时放大,原先仅仅是文本放大。(browser.display.os-zoom-behavior) Bug 1773342 - "Make text bigger" setting does not scale all UI elements Bug 1773633 - Everything too big after Bug 1773342 第 2 个 bug 增加了用户配置项,值对应为: 0:不受系统文本放大百分比影响 1:当前默认,界面连同文本一起放大 2:原来的行为,仅文本受影响 (103)默认打开禁止音频自动播放。(media.autoplay.block-webaudio) Bug 1773577 - Enable the pref `media.autoplay.block-webaudio` (103)禁用了 InstallTrigger,下一步可能是移除支持。(extensions.InstallTriggerImpl.enabled) Bug 1772901 - Disable InstallTrigger implementation Bug 1772905 - Hide InstallTrigger global in Nightly and Early Beta (103)添加 Firefox View 菜单到工具栏菜单中。 Bug 1774377 - Add Firefox View menu item to the Tools menu 需要打开 browser.tabs.firefox-view (103)画中画增加字幕字体大小设置 UI。(media.videocontrols.picture-in-picture.display-text-tracks.toggle.enabled) Bug 1764120 - Implement subtitles settings in PiP window ![]() (103)Windows 下添加是否允许使用系统色(像 UWP 应用那样)的开关。(widget.windows.uwp-system-colors.enabled) Bug 1775310 - Improve accent-color theming on Windows. 开启后某些颜色(如默认高亮色:选中文本背景颜色)将默认遵循系统设置的颜色。 (103)实现 AccentColor 默认使用系统设置的颜色作为强调色。(widget.use-theme-accent) Bug 1775247 - Implement AccentColor/Text system colors. 使用 CSS accent-color: auto; 将使用系统设置的颜色作为强调色。 ![]() |
|
368楼#
发布于:2022-06-15 11:09
about:firefoxview
Firefox 无法在 jar:file:///D:/Soft/FirefoxPortable/App/browser/omni.ja!/chrome/browser/content/browser/firefoxview.html 找到该文件。 所以目前只是加了个没用的按钮? |
|
369楼#
发布于:2022-06-29 22:18
(104)JavaScript 相关:实现 Shadow Realms 提案。(javascript.options.experimental.shadow_realms)
Bug 1747059 - [Shadow Realms] Expose Web APIs (104)CSS 相关:实现 contain-intrinsic-size 相关属性。(layout.css.contain-intrinsic-size.enabled) Bug 1778062 - Add support for parsing the `contain-intrinsic-size` property from the CSS-sizing specification (104)CSS 相关:实现 animation-composition 属性。(layout.css.animation-composition.enabled) Bug 1293490 - Implement CSS animation-composition (104)隐私窗口标识图标后面显示文字的开关。(browser.privatebrowsing.enable-new-indicator) Bug 1773715 - Update private browsing indicator to include a label (104)103 增加的更改强调色在 Windows 下暂时关闭。 Bug 1776556 - Firefox Nightly 103 uses Windows accent color with no obvious way to turn it off widget.use-theme-accent 更名为 widget.non-native-theme.use-theme-accent 并暂时关闭 新增 widget.windows.uwp-system-colors.highlight-accent 单独禁用浏览器 UI 的强调色。 (104)配置项 browser.privacySegmentation.enabled 更名为 browser.privacySegmentation.windowSeparation.enabled。 Bug 1778182 - put private browsing taskbar pinning & window separation behind a distinct pref (104)新的列出安装扩展下拉面板的按钮并取消原来的附加组件与主题的按钮 (extensions.unifiedExtensions.enabled) Bug 1777481 - Introduce a new extensions toolbar button (widget) Bug 1778722 - Hide existing "Add-ons and themes" toolbar button when "unifiedExtensions" pref is set 面板项具体功能尚未完成,参见 Bug 1777480 - [meta] Extension Button Unification (104)地址栏的 QuickActions 功能。(需要手动创建配置项 browser.urlbar.quickactions.enabled) Bug 1699316 - Build prototype of urlbar command interface Bug 1778327 - All actions are not shown when entering quickactions mode 详见 QuickActions Spec:https://docs.google.com/document/d/1wCR9EMjEwNBRLRjLUoi9zj_HxzYmNkF5tGozw-GppgM/edit# 当前支持的命令: clear: 打开关于“清理历史”的帮助页面 downloads:打开 about:downloads inspector:查看当前页元素 print:打印当前页 reset:打开关于“重置配置”的帮助页面 restart:重启浏览器 screenshot:截屏 settings:打开 about:preferences update:打开关于“检查版本更新"的帮助页面 view-source:查看当前页源码 |
|
370楼#
发布于:2022-08-09 22:52
(105)Colorway Closet 主题选择默认开启。(browser.theme.colorway-closet)
Bug 1780406 - [Colorway Closet] Enable in Nightly (105)添加滑动手势前后退图标移动距离控制的配置项(browser.swipe.navigation-icon-move-distance) Bug 1776795 - Move swipe-to-nav icon in response to the gesture to make it more noticeable on Windows (105)可编辑元素如富文本编辑器下添加粘贴为纯文本的右键菜单项。 Bug 923514 - [UX] Add "paste as plaintext" context menu option within main content panel. |
|
371楼#
发布于:2022-08-10 18:14
|
|
372楼#
发布于:2022-09-19 10:27
今天我在Nightly也收到了Firefox View的功能,但是我觉得没看懂这个功能是想要干嘛?把已关闭的标签页、别的设备上的标签页和选择主题颜色的功能汇聚在一个页面里,逻辑?
|
|
|
373楼#
发布于:2022-11-10 22:05
这贴好久没更新了,停留在了105
|
|
374楼#
发布于:2022-11-11 06:06
ililu:这贴好久没更新了,停留在了105回到原帖[108.0a1] New
|
|
|