Input Team
The Chromium Input team (aka input-dev) is a web platform team focused on making touch (P1) and other forms of input (P2) awesome on the web. High-level goals:
- 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.
See also our concrete quarterly objectives.
Contacts
input-dev@chromium.org is our mailing list, and we sometimes use the #chromium-input-dev IRC channel on Freenode.
Useful bug queries
- 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
Key Learning Resources
- 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
Design Docs
- 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
Presentations / talks
- 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
posted on 2019-01-15 18:58 huangguanyuan 阅读(175) 评论(0) 编辑 收藏 举报
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~