yuleself
小狐狸
小狐狸
  • UID39267
  • 注册日期2013-03-13
  • 最后登录2023-02-21
  • 发帖数32
  • 经验39枚
  • 威望0点
  • 贡献值8点
  • 好评度1点
  • 社区居民
  • 忠实会员
360楼#
发布于:2022-03-15 14:54
(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 的配置项强制开启。


喜大普奔啊!
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
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()
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
362楼#
发布于:2022-03-21 15:37
yuleself:喜大普奔啊!回到原帖
359 楼,编辑了一下,增加几个关于 Overlay Scrollbar 的隐藏配置项说明。
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
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.

(101)CSS 相关:重新添加 backdrop-filter 初步的支持。(layout.css.backdrop-filter.enabled)
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
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
364楼#
发布于:2022-05-06 22:45
(102)添加了一个 “My Firefox” 按钮,用来打开 “about:myfirefox”。(browser.tabs.firefox-view)
Bug 1762903 - Firefox View "pinned tab" entry point
"about:myfirefox" 改成了 "about:firefoxview"
Bug 1764139 - Update the placeholder "My Firefox" references with "Firefox View" across the feature.

(102)Web 开发相关:实现 Import Maps <script type="importmap">。(dom.importMaps.enabled)
Bug 1688879 - (importmaps) Implement Import Maps

(102)CSS 设置的背景图片现在支持边下载边渲染,原先只有当图片下载完成时才渲染,仅 Nightly 下默认打开。(layout.display_partial_background_images)
Bug 1231622 - Progressive images in CSS resources (as background-image)
Bug 1775237 - let progressive background images ride the trains v2
将在 103 中的所有分支中默认打开。

(102)移除了 browser.proton.places-tooltip.enabled 配置项及其相关代码。
Bug 1768004 - Remove proton places tooltip code.

(102)下载文件时统一使用选择保存的文件名的规则。
Bug 1746052 - Unify ways to select and validate filenames when saving

(102)“下载按钮”的右键菜单中增加“下载开始时自动打开下载面板”的可选开关菜单项。
Bug 1749998 - Expose browser.download.alwaysOpenPanel in the UI as an "Always open on new downloads" checkbox entry in the downloads button context menu
对应已有配置项 browser.download.alwaysOpenPanel

(102)彻底禁止 sha-1 算法签发的证数,即使是用户导入的 sha-1 根证书。
Bug 1767489 - set pref to completely disable sha-1 in certificate signatures by default
security.pki.sha1_enforcement_level 的值由 3 改为 1。

(102)修复某些网站在登录提交前,对密码输入进行 hash 或加密导致 Firefox 误判为密码更新,从而弹出询问通知的问题。
Bug 1765381 - Show Save Login only when user has interacted with the page

(102)为以后使用 JS ES6 模块语法代替原来 JSM 的基础补丁。
Bug 1432901 - Prototype loading ES6 Module as JSM

(102)更新了菜单阴影。
Bug 1768278 - Fix HiDPI artifacts in Windows context menu shadows.

(102)默认启用 Geoclue2 地理位置提供,如果系统可用的话。(geo.provider.use_geoclue)
Bug 1769664 - Enable Geoclue2 geolocation provider by default

(102)CSS 相关:再再次添加 backdrop-filter 的支持。(layout.css.backdrop-filter.enabled)
Bug 1749625 - Fix up and re-enable backdrop-filter

(102)CSS 相关:实现 overflow-clip-margin。
Bug 1769512 - Implement overflow-clip-margin: <length>

(102)增加下载打开的文件保存位置还原成“临时文件夹”(98 之前的行为)而不是“下载文件夹”的配置项,默认关闭。(browser.download.start_downloads_in_tmp_dir)
Bug 1738574 - Want an option to continue to use /tmp and autodelete downloads automatically opened in an application
逗妇乳
小狐狸
小狐狸
  • UID50148
  • 注册日期2015-06-01
  • 最后登录2024-01-02
  • 发帖数86
  • 经验92枚
  • 威望0点
  • 贡献值32点
  • 好评度7点
365楼#
发布于:2022-06-01 17:09
Bug 1765381 是102正式版才会修的是吗?我102b2还是提示保存
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
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.
However, we've found that when user enters something that does not look like email,
a different path is executed and we end up showing wrong password again.
Bug 1771806 is expected to fix that and this is why we keep this one open for now, so we can come back and verify.
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
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; 将使用系统设置的颜色作为强调色。
逗妇乳
小狐狸
小狐狸
  • UID50148
  • 注册日期2015-06-01
  • 最后登录2024-01-02
  • 发帖数86
  • 经验92枚
  • 威望0点
  • 贡献值32点
  • 好评度7点
368楼#
发布于:2022-06-15 11:09
about:firefoxview

Firefox 无法在 jar:file:///D:/Soft/FirefoxPortable/App/browser/omni.ja!/chrome/browser/content/browser/firefoxview.html 找到该文件。

所以目前只是加了个没用的按钮?
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
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:查看当前页源码
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
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.
逗妇乳
小狐狸
小狐狸
  • UID50148
  • 注册日期2015-06-01
  • 最后登录2024-01-02
  • 发帖数86
  • 经验92枚
  • 威望0点
  • 贡献值32点
  • 好评度7点
371楼#
发布于:2022-08-10 18:14
lonely_8:(104)JavaScript 相关:实现 Shadow Realms 提案。(javascript.options.experimental.shadow_realms)
Bug 1747059 -  Expose Web APIs
...
回到原帖
对 extensions.unifiedExtensions.enabled 感兴趣,能快捷禁用启用和进入插件设置页面嘛
kmc
kmc
管理员
管理员
  • UID165
  • 注册日期2004-11-25
  • 最后登录2022-09-22
  • 发帖数9186
  • 经验397枚
  • 威望1点
  • 贡献值124点
  • 好评度41点
  • 忠实会员
  • 终身成就
  • 社区居民
372楼#
发布于:2022-09-19 10:27
今天我在Nightly也收到了Firefox View的功能,但是我觉得没看懂这个功能是想要干嘛?把已关闭的标签页、别的设备上的标签页和选择主题颜色的功能汇聚在一个页面里,逻辑?
Waterfox Current和Firefox Nightly都用,逐渐走出XUL扩展依赖
ililu
小狐狸
小狐狸
  • UID57582
  • 注册日期2020-03-20
  • 最后登录2024-02-02
  • 发帖数30
  • 经验33枚
  • 威望0点
  • 贡献值24点
  • 好评度5点
  • 社区居民
  • 忠实会员
373楼#
发布于:2022-11-10 22:05
这贴好久没更新了,停留在了105
opentiss
千年狐狸
千年狐狸
  • UID16
  • 注册日期2004-11-21
  • 最后登录2024-02-23
  • 发帖数3371
  • 经验65枚
  • 威望1点
  • 贡献值34点
  • 好评度13点
  • 社区居民
  • 忠实会员
374楼#
发布于:2022-11-11 06:06
ililu:这贴好久没更新了,停留在了105回到原帖
[108.0a1]


New


  • Import maps, which allow web pages to control the behavior of JavaScript imports, are now enabled by default.

  • 导入地图允许网页控制JavaScript导入的行为,现在默认启用。

  • Firefox now supports properly color correcting images tagged with ICCv4 profiles.

  • Firefox现在支持标记为ICCv4配置完全颜色正确的图片。
Fixed

  • The bookmarks toolbar's default "Only show on New Tab" state now also works correctly for blank new tabs. As before, you can change the bookmark toolbar's behavior using the toolbar context menu.

  • 书签工具栏默认的“仅显示在新标签页”状态现在也能正确地工作在空白新标签页上了。之前用工具栏内容菜单你可以更改书签工具栏的行为。
Changed
  • WebMIDI is now enabled by default.
  • WebMIDI现在默认开启
Blogger
Give Up GitHub!

欢迎使用 Areditors

sntp -P no -r 210.72.145.44
游客

返回顶部