chromium最近几个版本的改动

来源:互联网 发布:java api1.6中文版chm 编辑:程序博客网 时间:2024/06/05 04:12

Chrome 57 Beta: 
1,css grid layout基本完成
2,Media Session API
3,视频全屏的时候锁住屏幕
4,setTimeout的性能大幅改进
5,Fetch API 支持.redirected attribute
6,padStart and padEnd
7,Service Worker Navigation Preload
8,Payment Request API 
9,PaymentMethodData支持 basic-card
10,改进<event>属性
11,新增AudioContext.getOutputTimestamp api
12,开发者能发送WebAudio-specific事件,例如OfflineAudioCompletionEvent 与AudioProcessEvent. 
13,XSS Auditor 功能加强

Chrome 56:
1,大幅提升渲染性能,通过优化脏区域的大小(刷新时不再刷新整个tile),提升了性能
2,大幅提示Reload速度
3,在android版本加入webvr api
4,CSS position: sticky
5,Web Bluetooth
6,WebGL 2.0 API 
7,<input type="text">加入拼写检查
8,支持 TLS 1.3 
9,加入Web Audio 几个新接口
10,Remote Playback API 
11,viewport里的内容改变时,chrome会自动调整scroll position 
12,Notifications API 
13,PaymentRequest API
14,全平台的自动适配字体
15,视频的preload和预览图片
16,增加ImageBitmapRenderingContext api,站点可以调用来减少内存占用
17,增加pinch-zoom CSS样式, touch-action property属性
18,增加ConstantSourceNode api
19,增加Web Audio ChannelSplitterNode api
20,window.prompt不再聚焦父窗口

chrome 55:
1,Input handling 相关改进
2,async/await functions增加
3,Web Share API
4,CSS 自动断字
5,支持FLAC视频格式
6,视频shadow node样式改变
7,web storage能作为永久性存储

chrome 54 beta
1,Custom Elements V1支持
2,增加Element.requestFullScreen api
3,视频功能大幅加强
4,增加Resource Timing API 
5,增加Foreign Fetch and WebUSB
6,text-size-adjust属性
7,增加BroadcastChannel api
8,新增imageSmoothingQuality api,允许用户使用不同性能的图片上屏模式

Chrome 53 Beta
1,Shadow DOM v1完成
2,增加PaymentRequest api,
3,增加Android autoplay 属性

0 0