0
Go to file
K Moon b15a6a047c Simplify PDFiumPage constructor
Drops PDFiumPage constructor arguments that are mutable after
construction. Long lists of constructor arguments are less clear than
named calls, and callers can avoid setting arguments they don't care
about. For example, the page rectangle can be initialized by a layout
calculation, rather than at construction time.

In the same spirit of removing undesirable degrees of freedom, the
set_available(boolean) method has been replaced with a one-way
MarkAvailable() method. (It doesn't make sense for an available page to
become unavailable.)

Bug: 885110
Change-Id: I98cf558320b4b752d7d7b8da2144d70a36b80a54
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771042
Commit-Queue: K Moon <kmoon@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691894}
2019-08-30 01:18:40 +00:00
2019-07-25 00:36:17 +00:00
2019-08-30 01:18:40 +00:00
2019-08-28 09:05:30 +00:00
2019-08-30 01:13:37 +00:00
2019-08-29 04:25:24 +00:00

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure .

Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Readme BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%