上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页

2019年1月14日

Debugging Chromium on Windows

摘要: First see get the code for checkout and build instructions. Getting started You can use Visual Studio's built-in debugger or WinDBG to debug Chromium. 阅读全文

posted @ 2019-01-14 19:56 huangguanyuan 阅读(459) 评论(0) 推荐(0)

2019年1月8日

windows 实用DOS命令。

摘要: 1. findfind方法要比findstr要简单,参数要少。find /? 命令可以查看所有find命令的参数。find命令的基本格式是这样的:find "要查找的字符串" 要查找的文件,在这里,"要查找的字符串"这个内容是必不可少的,引号也是必须的。例如:find "abcd" d:\test. 阅读全文

posted @ 2019-01-08 22:18 huangguanyuan 阅读(302) 评论(0) 推荐(0)

2018年12月5日

Unified BeginFrame scheduling for Chrome

摘要: Unified BeginFrame scheduling for Chrome http://goo.gl/D1Qxrr Status: http://crbug.com/401331 and http://crbug.com/416760 Original Author: simonhong@c 阅读全文

posted @ 2018-12-05 21:11 huangguanyuan 阅读(500) 评论(0) 推荐(0)

Zero-input latency scheduler: Scheduler Overhaul

摘要: Scheduler Overhaul, with contributions from rbyers, sadrul, rjkroege, sievers, epenner, skyostil, brianderson, jdduke, sievers, nduca, kloba Status: D 阅读全文

posted @ 2018-12-05 19:45 huangguanyuan 阅读(246) 评论(0) 推荐(0)

UI Framework-1: Native Controls

摘要: Native Controls Background Despite the fact that views provides facilities for custom layout, rendering and event processing, in many situations we ha 阅读全文

posted @ 2018-12-05 19:07 huangguanyuan 阅读(214) 评论(0) 推荐(0)

UI Framework-1: Ash Color Chooser

摘要: Ash Color Chooser Overview This document describes how to achieve <input type=”color”> UI in ChromeOS/Ash. Motivation <input type=”color”> is a new in 阅读全文

posted @ 2018-12-05 19:05 huangguanyuan 阅读(184) 评论(0) 推荐(0)

UI Framework-1: Aura Multi-desktop

摘要: Multi-desktop Aura now makes it possible for the same browser process to render to multiple desktops simultaneously (e.g., Native Desktop and Metro De 阅读全文

posted @ 2018-12-05 19:04 huangguanyuan 阅读(174) 评论(0) 推荐(0)

UI Framework-1: Aura Focus and Activation

摘要: Focus and Activation Focus and Activation are closely related. Definitions Focused window - this is the window that receives keyboard input. The focus 阅读全文

posted @ 2018-12-05 19:03 huangguanyuan 阅读(172) 评论(0) 推荐(0)

UI Framework-1: Aura Gesture Recognizer

摘要: Gesture Recognizer Gesture Recognizer Overview This document describes the process by which Touch Events received by a WindowEventDispatcher are trans 阅读全文

posted @ 2018-12-05 19:02 huangguanyuan 阅读(139) 评论(0) 推荐(0)

UI Framework-1: Aura Event Handling

摘要: Event Handling A diagram of the architecture of this system: HWNDMessageHandler owns the WNDPROC, and is code that is shared with the non-Aura windows 阅读全文

posted @ 2018-12-05 19:02 huangguanyuan 阅读(152) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页

导航