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 ...
随机推荐
- iOS定义静态变量、静态常量、全局变量
静态变量 当我们希望一个变量的作用域不仅仅是作用域某个类的某个对象,而是作用域整个类的时候,这时候就可以使用静态变量. staticstatic修饰的变量,是一个私有的全局变量.C或者Java中sta ...
- 133.throw机制 抛出类类型
#include <iostream> using namespace std; //try尝试执行,抛出throw,throw之后语句不再执行 //catch处理throw的异常 voi ...
- win-visualviewport-space
html.win-hoverable <div class="win-visualviewport-space"></div> <section cl ...
- jquery简介 each遍历 prop attr
一.JQ简介 jQuery是一个快速.简洁的JavaScript框架,它封装了JavaScript常用的功能代码,提供一种简便的JavaScript设计模式,优化HTML文档操作.事件处理.动画设计和 ...
- Linux部署之批量自动安装系统之测试篇
1. 客户端从网络启动如下 2. 复制vesamenu.c32文件可解决上面的问题 3. 客户端再次启动 4. 选择第一个进 ...
- hiho151周*
题目链接 题目大意:依次在给定的三维坐标上垒方块,对于一个新的坐标需满足两个条件 1:六个方向有相邻的方块或者z==1[题目说明了初始状态是:所有z==0的位置都有方块] 2:该位置存在一条到无穷远处 ...
- freemarker加载模板文件的
java代码: public String getContent(String name, HashMap<String, Object> paramMap) { //home 文件路径 ...
- 路飞学城Python-Day4
29.二进制转换计算机使用的语言就是二进制古时候,人们使用信鸽.书信.千里马等方式.但是这样的方式是不可靠的,时间也长.古时候的军方,通过烽火狼烟进行简单的信息交流 30.二进制的转换(II)8 4 ...
- vb常用的内部函数(二):字符串函数
len(string):计算字符串长度函数.返回字符串string中字符的个数.一个汉字为一个字符,空格也为一个字符,空字符串的长度为0. Ltrim(string).Rtrim(string).Tr ...
- pyinstall 常见错误
字符编码错误: https://blog.csdn.net/weixin_42426496/article/details/81102665 https://blog.csdn.net/qq_4206 ...