Input Team
- Measure & improve input-to-paint latency. Web pages should stick to your finger!
- Reduce web-developer pain points around input and scrolling, including improving interoperability between browser engines, predictability, simplicity and consistency between chromium platforms.
- Enable high-performance rich touch interactions (such as pull-to-refresh) on the web.
- Ensure Chrome UI features driven by input over the contents area provide a great experience to both end-users and web developers.
- Enable the productivity of any chromium developer working with input-related code through effective code ownership and code health initiatives.
- Hotlist-InputDev - all (or most) bugs we're tracking
- Other potentially relevant labels: Cr-Blink-Input, Cr-Blink-Scroll or Cr-Internals-Input-Touch-Screen categories
- Available bugs
- Code cleanup ideas
- Chromium touch pipeline overview
- Scrolling in blink
- Android tracing cheat sheet
- Blink coordinate spaces
- Touch events specification - current draft
- W3C public-touchevents archive
- Touch event behavior details across browsers
- Issues with touch events
- Rick Byers' G+ stream
- Debugging common website touch issues
- Chromium input latency tracking
- Scroll-blocks-on: scrolling performance vs. richness tradeoff
- Chromium throttled async touchmove scrolling
- Gesture Recognition
- Vsync-aligned buffered input
- Touchpad and Wheel Latching
- Touchpad pinch zoom
- User Activation v2
- How Chrome uses user gestures (May 2017)
- Case study: Popup with user-activation across browsers (May 2017)
- User Activation v2: Main design (May 2017)
- User Activation v2 with site isolation (May 2018)
- Input for Worker:
- Initial design discussion: Low-latency Event Handling in Worker (July 2017)
- JS API proposals for Routing Worker Events through the Compositor Thread (July 2017)
- Plumbing mouse as mouse on Android (October 2016)
- Coalesced Events (October 2016)
- TODO: more
- Extensible Scrolling - BlinkOn 3 (Nov 2014): slides, video
- Smooth to the touch: chromium's challenges in input on mobile - BlinkOn 2 (May 2014)
- Input - BlinkOn 1 (Sept 2013)
- Point, click, tap, touch - Building multi-device web interfaces - Google I/O 2013
Input Team的更多相关文章
- BZOJ 4742: [Usaco2016 Dec]Team Building
4742: [Usaco2016 Dec]Team Building Time Limit: 10 Sec Memory Limit: 128 MBSubmit: 21 Solved: 16[Su ...
- POJ1112 Team Them Up![二分图染色 补图 01背包]
Team Them Up! Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 7608 Accepted: 2041 S ...
- hdu 1387(Team Queue) STL
Team Queue Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
- Codeforces 410C.Team[构造]
C. Team time limit per test 1 second memory limit per test 256 megabytes input standard input output ...
- 【POJ 1112】Team Them Up!(二分图染色+DP)
Description Your task is to divide a number of persons into two teams, in such a way, that: everyone ...
- HDU 4251 The Famous ICPC Team Again 主席树
The Famous ICPC Team Again Problem Description When Mr. B, Mr. G and Mr. M were preparing for the ...
- Team Queue (uva540 队列模拟)
Team Queue Queues and Priority Queues are data structures which are known to most computer scientist ...
- sdut 2162:The Android University ACM Team Selection Contest(第二届山东省省赛原题,模拟题)
The Android University ACM Team Selection Contest Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里 ...
- zoj The 12th Zhejiang Provincial Collegiate Programming Contest Team Formation
http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5494 The 12th Zhejiang Provincial ...
随机推荐
- Web前端错题模糊题记录
title: Web前端错题模糊题记录 toc: true date: 2018-09-20 10:04:36 categories: Web tags: HTML CSS JavaScript HT ...
- Linux下安装ipython与jupyter
IPython从Python发展而来,更倾向于科学计算.互联网数据分析更喜欢用. 首先切换root用户: su - root pip3自动安装ipython [root@hear ~]# ipytho ...
- mybatis的sql中使用$会出现sql注入示例
mybatis的sql中使用$会出现sql注入示例: 模拟简单登录场景: 页面代码: function login(){ //sql注入 var user = { username : "' ...
- Adobe ZXPInstaller 报错 Installation failed because of a file operation error.
1. Drag a ZXP file or click here to select a file. 拖放一个 zxp 文件或点击打开选择一个 zxp 文件来安装: 2. Installation f ...
- 使用Mapping实现的以太坊智能合约的代码
Step 1: 创建一个基础合约 pragma solidity ^0.4.7; contract Coin { address public minter; mapping (address =&g ...
- Epplus做Excel的数据透视
//表格的范围需要自己定义 var epplus = new ExcelPackage(); var sheet = epplus.Workbook.Worksheets.Add("Shee ...
- C# 将string 转换为二维码图片,然后转为base64字符串编码 。
需在nuget 添加此dll ///content字符串 public static string GetQRCode(string content, int moduleSize = 9) { va ...
- (noip模拟十七)【BZOJ3930】[CQOI2015]选数-容斥水法
Description 我们知道,从区间[L,H](L和H为整数)中选取N个整数,总共有(H-L+1)^N种方案.小z很好奇这样选出的数的最大公约数的规律,他决定对每种方案选出的N个整数都求一次最大公 ...
- Linux 和 Windows 双系统时间同步问题 修改注册表
路径:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation 1:新建 >> DWORD(32 b ...
- 《virtual san 最佳实践》节选 Virtual SAN的发展与现状
Virtual SAN的发展与现状Virtual SAN已经迭代更新到第四代,即Virtual SAN 6.2.通过三次主版本迭代,Virtual SAN已经成为一款非常成熟的软件定义存储软件.在此, ...