centos火狐浏览器升级_Firefox 29:Mozilla自2011年以来最大的浏览器升级?

2023-10-25 15:20

本文主要是介绍centos火狐浏览器升级_Firefox 29:Mozilla自2011年以来最大的浏览器升级?,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

centos火狐浏览器升级

Firefox 29 was released on April 29, 2014. The number may not seem significant, but this is the biggest update since Firefox 4.0 was released in March 2011. That version was beset by speed issues and add-on incompatibilities — has Mozilla learned from their mistakes?…

Firefox 29于2014年4月29日发布。这个数字似乎并不重要,但这是自Firefox 4.0在2011年3月发布以来的最大更新。该版本受到速度问题和附加不兼容性的困扰-Mozilla 从他们的经验中学到了错误?

新南洋主题 (New Australis Theme)

It’s been delayed a few times but the new Firefox theme has arrived.

几次延迟,但新的Firefox主题已经到来。

Firefox 29 menu

At first glance it looks similar to Chrome with its rounded tabs and hamburger icon, but you’ll soon discover differences.

乍看之下,它看起来很像Chrome,带有圆形标签和汉堡包图标,但是您很快就会发现它们之间的差异。

The main menu is a set of icons similar to the Android version. These can lead to slide-out sub-menus when clicked. However, it’s far more customizable and icons can be moved anywhere — even to the classic menu and toolbars (except the add-on bar which has been scrapped). The only item which cannot be moved is the hamburger itself; a slightly unusual decision given that users have been clicking the top-left menu for three years and may prefer it there.

主菜单是一组类似于Android版本的图标。 单击这些可以导致滑出子菜单。 但是,它的可定制性强得多,并且图标可以移动到任何位置,甚至可以移动到经典菜单和工具栏(已废弃的附加栏除外)。 汉堡包本身是唯一不能移动的物品。 考虑到用户单击左上方菜单已有三年,并且在那里可能更喜欢它,因此这是一个不寻常的决定。

Individual tabs are separated by a subtle line — only the active tab is given an obvious rounded appearance. I like the concept and it’s easier to locate the tab you’re using. My only criticism is they’re a little too rounded and distinctly different from the square-cornered address and search boxes. Mozilla has resisted the temptation to merge the two boxes like other vendors — I can’t say it bothers me either way.

各个选项卡之间用细线隔开-仅活动的选项卡具有明显的圆形外观。 我喜欢这个概念,找到您正在使用的标签更加容易。 我唯一的批评是,它们与方形角的地址和搜索框有点太圆了,并且有明显的不同。 Mozilla拒绝了像其他供应商一样合并这两个工具箱的诱惑-我不能说这两种方式都困扰我。

Australis has quirks. I’m not yet sure whether it’s an improvement or simply different but the enhanced customization is welcome. If you don’t like it, install the Classic Theme Restorer add-on and you’ll be back to where you started.

南极有怪癖。 我尚不确定这是一种改进还是只是有所不同,但是欢迎增强型自定义。 如果您不喜欢它,请安装Classic Theme Restorer加载项,然后回到开始的地方。

Finally, I liked the product tour which appears to interact with the browser interface — I’ll be interested to find out how that was done.

最终,我喜欢与浏览器界面交互的产品浏览-我将很想了解如何完成此工作。

新的Firefox同步 (New Firefox Sync)

Firefox can synchronize open tabs, browsing history, bookmarks, passwords and form data across desktop and mobile installations. Or it should. I often experienced problems, the pairing process could be cumbersome and it was never as seamless as Chrome.

Firefox可以在台式机和移动设备上同步打开的选项卡,浏览历史记录,书签,密码和表单数据。 还是应该的。 我经常遇到问题,配对过程可能很麻烦,而且从来没有像Chrome那样无缝。

The synchronization system has been overhauled and you now need a Firefox account with a verified email address and password. (I had to wait half an hour for the verification email so there may be a few teething problems.) Perhaps Mozilla should have adopted third-party accounts from Google, Twitter, or Facebook, but it’s better than before.

同步系统已经过大修,您现在需要具有已验证电子邮件地址和密码的Firefox帐户。 (我不得不等待半个小时才能收到验证电子邮件,因此可能会有一些麻烦的问题。)也许Mozilla应该采用Google,Twitter或Facebook的第三方帐户,但是比以前更好。

The old synchronization will continue to work for some time. To switch, you need to unpair all devices and register for a new synchronization account using Firefox 29.

旧的同步将继续工作一段时间。 要进行切换,您需要取消所有设备的配对并使用Firefox 29注册新的同步帐户。

HTML5更新 (HTML5 Updates)

A few minor improvements have appeared…

出现了一些小的改进…

  • Support for input type="number".

    支持input type="number"

  • Support for input type="color" (has anyone ever needed this?)

    支持input type="color" (有人需要吗?)

But there’s still no date control on the desktop browser — shame!

但是,桌面浏览器上仍然没有日期控件-真可惜!

CSS更新 (CSS Updates)

The -moz prefix has finally been dropped from the box-sizing property. I’m not sure why it took so long; almost every responsive layout uses the property and even WebKit dropped the prefix! Other minor updates include:

-moz前缀最终已从box-sizing属性中删除。 我不确定为什么要花这么长时间; 几乎每个响应式布局都使用该属性,甚至WebKit都删除了前缀! 其他次要更新包括:

  • An image type of <gradient> is supported for border-image.

    border-image支持图像类型<gradient>

  • Flexbox layouts can now use visibility: collapse.

    现在,Flexbox布局可以使用visibility: collapse

  • A new will-change property hints when something will animate. It must be enabled in about:config by setting layout.css.will-change.enabled to true.

    一个新的will-change属性将提示何时进行动画处理。 必须通过将layout.css.will-change.enabled设置为true来在about:config中启用它。

  • Native CSS variables are available as an experimental technology. To enable them, set layout.css.variables.enabled to true in about:config.

    本地CSS变量可用作实验技术。 要启用它们,请在about:config中将layout.css.variables.enabled设置为true

JavaScript更新 (JavaScript Updates)

There are several new features for JavaScript developers to drool over:

JavaScript开发人员可以利用以下几个新功能:

  • Promises are enabled by default

    默认情况下启用承诺

  • Shared Web Workers have been enabled.

    共享Web Workers已启用。

  • The gamepad API has been finalized and enabled. This was supposed to happen in earlier releases but it’s definitely there now.

    游戏手柄API已完成并启用。 本应该在较早的版本中发生,但现在肯定存在。

  • The ECMAScript Internationalization API is supported.

    支持ECMAScript国际化API 。

  • Malformed JSON strings parsed by JSON.parse() now return more detailed error messages with line and column numbers.

    现在,由JSON.parse()解析的格式错误的JSON字符串将返回带有行号和列号的更详细的错误消息。

开发人员工具更新 (Developer Tool Updates)

The developer tools are evolving rapidly with several stunning new features…

开发人员工具具有多种令人惊叹的新功能,它们正在Swift发展……

  • The network monitor shows pie charts illustrating the quantity and size of all resources with timings for both empty and primed caches.

    网络监视器显示饼图,这些饼图说明了所有资源的数量和大小以及清空和准备好缓存的时间。
  • The console has several display improvements, such as showing arrays inline.

    控制台具有一些显示改进,例如内联显示数组。
  • CSS3 transform previews are available in the Inspector by hovering over the property.

    将鼠标悬停在属性上,即可在Inspector中使用CSS3转换预览。
  • The console API is now available to web workers.

    console API现在可供Web Worker使用。

  • The Style Editor supports CSS property auto-completion and source maps.

    样式编辑器支持CSS属性自动完成和源贴图。

杂项更新 (Miscellaneous Updates)

Firefox’s speed is undiminished. It’s been fast on Windows for some time but the Mac version feels better too. Memory management is generally better than other browsers.

Firefox的速度没有降低。 在Windows上运行很快已经有一段时间了,但是Mac版本感觉也更好。 内存管理通常比其他浏览器更好。

As well as the usual security fixes, we have also received:

除了常规的安全修复程序外 ,我们还收到:

  • New quick-share buttons on Android.

    Android上的新快速共享按钮。
  • Open Web App integration has been improved on mobile devices.

    在移动设备上, 开放Web App集成得到了改进。

  • Clicking a Web Notification will switch to the originating tab.

    单击Web通知将切换到“原始”选项卡。
  • Malay localization.

    马来语本地化。

Firefox 29 is the most significant upgrade to any browser for some time. (I’m not counting Opera switching to Blink — that was a new browser rather than an update!)

Firefox 29是一段时间以来对所有浏览器的最重要升级。 (我没有指望Opera切换到Blink,那是一个新的浏览器,而不是一个更新!)

Not everyone will like the new theme and some add-ons are certain to break — developers should consult Australis and add-on compatibility. That said, I didn’t experience issues and the upgrade was as smooth as previous editions.

并非每个人都喜欢新主题,某些附件肯定会中断—开发人员应咨询Australis和附件兼容性 。 也就是说,我没有遇到任何问题,并且升级与以前的版本一样顺利。

I’m not convinced the changes will reverse Mozilla’s slow decline in market share but Firefox 29 remains one of the best browsers you can’t buy. It looks great and offers several unique features. Try it.

我不相信这些变化会逆转Mozilla市场份额的缓慢下降,但是Firefox 29仍然是您无法购买的最好的浏览器之一。 它看起来很棒,并提供了几个独特的功能。 试试吧。

翻译自: https://www.sitepoint.com/firefox-29-mozilla-browser-upgrade/

centos火狐浏览器升级

这篇关于centos火狐浏览器升级_Firefox 29:Mozilla自2011年以来最大的浏览器升级?的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/283411

相关文章

你的华为手机升级了吗? 鸿蒙NEXT多连推5.0.123版本变化颇多

《你的华为手机升级了吗?鸿蒙NEXT多连推5.0.123版本变化颇多》现在的手机系统更新可不仅仅是修修补补那么简单了,华为手机的鸿蒙系统最近可是动作频频,给用户们带来了不少惊喜... 为了让用户的使用体验变得很好,华为手机不仅发布了一系列给力的新机,还在操作系统方面进行了疯狂的发力。尤其是近期,不仅鸿蒙O

如何提高Redis服务器的最大打开文件数限制

《如何提高Redis服务器的最大打开文件数限制》文章讨论了如何提高Redis服务器的最大打开文件数限制,以支持高并发服务,本文给大家介绍的非常详细,感兴趣的朋友跟随小编一起看看吧... 目录如何提高Redis服务器的最大打开文件数限制问题诊断解决步骤1. 修改系统级别的限制2. 为Redis进程特别设置限制

CentOS系统使用yum命令报错问题及解决

《CentOS系统使用yum命令报错问题及解决》文章主要讲述了在CentOS系统中使用yum命令时遇到的错误,并提供了个人解决方法,希望对大家有所帮助,并鼓励大家支持脚本之家... 目录Centos系统使用yum命令报错找到文件替换源文件为总结CentOS系统使用yum命令报错http://www.cppc

poj 3723 kruscal,反边取最大生成树。

题意: 需要征募女兵N人,男兵M人。 每征募一个人需要花费10000美元,但是如果已经招募的人中有一些关系亲密的人,那么可以少花一些钱。 给出若干的男女之间的1~9999之间的亲密关系度,征募某个人的费用是10000 - (已经征募的人中和自己的亲密度的最大值)。 要求通过适当的招募顺序使得征募所有人的费用最小。 解析: 先设想无向图,在征募某个人a时,如果使用了a和b之间的关系

poj 3258 二分最小值最大

题意: 有一些石头排成一条线,第一个和最后一个不能去掉。 其余的共可以去掉m块,要使去掉后石头间距的最小值最大。 解析: 二分石头,最小值最大。 代码: #include <iostream>#include <cstdio>#include <cstdlib>#include <algorithm>#include <cstring>#include <c

poj 2175 最小费用最大流TLE

题意: 一条街上有n个大楼,坐标为xi,yi,bi个人在里面工作。 然后防空洞的坐标为pj,qj,可以容纳cj个人。 从大楼i中的人到防空洞j去避难所需的时间为 abs(xi - pi) + (yi - qi) + 1。 现在设计了一个避难计划,指定从大楼i到防空洞j避难的人数 eij。 判断如果按照原计划进行,所有人避难所用的时间总和是不是最小的。 若是,输出“OPETIMAL",若

poj 2135 有流量限制的最小费用最大流

题意: 农场里有n块地,其中约翰的家在1号地,二n号地有个很大的仓库。 农场有M条道路(双向),道路i连接着ai号地和bi号地,长度为ci。 约翰希望按照从家里出发,经过若干块地后到达仓库,然后再返回家中的顺序带朋友参观。 如果要求往返不能经过同一条路两次,求参观路线总长度的最小值。 解析: 如果只考虑去或者回的情况,问题只不过是无向图中两点之间的最短路问题。 但是现在要去要回

poj 2594 二分图最大独立集

题意: 求一张图的最大独立集,这题不同的地方在于,间接相邻的点也可以有一条边,所以用floyd来把间接相邻的边也连起来。 代码: #include <iostream>#include <cstdio>#include <cstdlib>#include <algorithm>#include <cstring>#include <cmath>#include <sta

poj 3422 有流量限制的最小费用流 反用求最大 + 拆点

题意: 给一个n*n(50 * 50) 的数字迷宫,从左上点开始走,走到右下点。 每次只能往右移一格,或者往下移一格。 每个格子,第一次到达时可以获得格子对应的数字作为奖励,再次到达则没有奖励。 问走k次这个迷宫,最大能获得多少奖励。 解析: 拆点,拿样例来说明: 3 2 1 2 3 0 2 1 1 4 2 3*3的数字迷宫,走两次最大能获得多少奖励。 将每个点拆成两个

poj 3692 二分图最大独立集

题意: 幼儿园里,有G个女生和B个男生。 他们中间有女生和女生认识,男生男生认识,也有男生和女生认识的。 现在要选出一些人,使得这里面的人都认识,问最多能选多少人。 解析: 反过来建边,将不认识的男生和女生相连,然后求一个二分图的最大独立集就行了。 下图很直观: 点击打开链接 原图: 现图: 、 代码: #pragma comment(