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

2019年1月18日

Servicification

摘要: Servicification Summary The Chromium codebase now supports many platforms and use cases. In response, we need to migrate the code base to a more modul 阅读全文

posted @ 2019-01-18 18:18 huangguanyuan 阅读(193) 评论(0) 推荐(0) 编辑

2019年1月16日

Site Isolation Design Document

摘要: This design document covers technical information about how Site Isolation is built. For a general overview of Site Isolation, see https://www.chromiu 阅读全文

posted @ 2019-01-16 10:44 huangguanyuan 阅读(229) 评论(0) 推荐(0) 编辑

2019年1月15日

Blink Coordinate Spaces

摘要: Blink Coordinate Spaces Blink Coordinate Spaces Types of Zoom There are two types of zoom in Chromium: Browser Zoom and Pinch-Zoom. Browser zoom is wh 阅读全文

posted @ 2019-01-15 19:02 huangguanyuan 阅读(246) 评论(0) 推荐(0) 编辑

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-lev 阅读全文

posted @ 2019-01-15 18:58 huangguanyuan 阅读(162) 评论(0) 推荐(0) 编辑

Layout Team

摘要: The layout team is a long-term engineering team tasked with maintaining, supporting, and improving the layout capabilities of the Chromium Blink rende 阅读全文

posted @ 2019-01-15 18:57 huangguanyuan 阅读(140) 评论(0) 推荐(0) 编辑

Slimming Paint (a.k.a. Redesigning Painting and Compositing)

摘要: Slimming Paint is a Paint team project to re-implement the Blink<->cc picture recording API to work in terms of a global display list rather than a tr 阅读全文

posted @ 2019-01-15 18:51 huangguanyuan 阅读(349) 评论(0) 推荐(0) 编辑

2019年1月14日

Example of working with a dump.

摘要: Let's say that you are looking at a crash dump, so following the first command from this page you do: 0:006> !analyze -v Part of what the command prin 阅读全文

posted @ 2019-01-14 19:59 huangguanyuan 阅读(186) 评论(0) 推荐(0) 编辑

WinDBG help

摘要: WinDBG is a great, free tool. It is more powerful than Visual Studio's built-in debugger, but is harder to use (kind of like gdb on Linux). You can re 阅读全文

posted @ 2019-01-14 19:57 huangguanyuan 阅读(235) 评论(0) 推荐(0) 编辑

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 阅读(417) 评论(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 阅读(291) 评论(0) 推荐(0) 编辑

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

导航