0
Files
src/docs
Andrew Grieve 00eefdcda9 Revert "Reland^2 "android: Make arm64 builds HighEnd by default""
This reverts commit 7ce33d1442.

Reason for revert: More bot failures:
* chromium-internal-arm64-builder-rel
* chromium-internal-arm-builder-rel
* arm64-unpublished-builder-rel
* arm64-builder-rel

Original change's description:
> Reland^2 "android: Make arm64 builds HighEnd by default"
>
> This reverts commit df45839bc3.
>
> Reason for reland: android-binary-size-generator now has PGO profiles,
> and this change now updates static initializer logic.
>
> Original change's description:
> > android: Make arm64 builds HighEnd by default
> >
> > The most popular arm64 builds (Trichrome) are shipping with
> > is_high_end_android. The Monochrome arm64 builds are shipped for old
> > devices, and we expect these to gradually become less popular.
> >
> > This change sets is_high_end_android to true for arm64 builds by
> > default.
> >
> > This would make local benchmarking slightly less error prone because
> > there would be a little less to remember to set in GN args when making a
> > build for the most popular official configuration.
> >
> > Known effects:
> >
> > 1. Seemingly all official arm64 builders now explicitly set
> >    is_high_end_android. Hence no effect for them.
> >
> > 2. Non-official arm64 builders will change to become high-end, even the
> >    ones that end up running on old devices (example: android-arm64-rel).
> >    In this patch we make sure that is_high_end_android is ignored for
> >    non-official builds (disabled RELR relocations for non-official).
> >    Hence, no effect here as well.
> >
> > 3. Official builds of Monochrome made by devs would fail to run on
> >    Android pre-P (because RELR support is lacking). This leads to
> >    mysterious crashes during something-dlopen in the Android dynamic
> >    linker. Hopefully nobody does this before we remove support for
> >    Android O.
> >
> > Bug: 1515925
> > Change-Id: I695c98852bb410894144452211aa06cc32ffb141
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5169071
> > Reviewed-by: Andrew Grieve <agrieve@chromium.org>
> > Commit-Queue: Egor Pasko <pasko@chromium.org>
> > Cr-Commit-Position: refs/heads/main@{#1247286}
>
> Bug: 1515925
> Change-Id: I4cb32d81b253a24e7c38bbb982fa5bbf0849c236
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5213025
> Reviewed-by: Mohamed Heikal <mheikal@chromium.org>
> Auto-Submit: Andrew Grieve <agrieve@chromium.org>
> Commit-Queue: Andrew Grieve <agrieve@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1249201}

Bug: 1515925
Change-Id: Ie26da9ac5d6b82b089623f86efc3633af6d0b77c
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5217468
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1249367}
2024-01-19 16:11:28 +00:00
..
2022-12-22 20:33:09 +00:00
2024-01-02 19:08:20 +00:00
2024-01-10 01:03:43 +00:00
2023-11-14 16:21:10 +00:00
2024-01-16 21:27:52 +00:00
2023-07-28 18:53:55 +00:00
2023-05-19 07:09:24 +00:00
2023-11-29 10:32:30 +00:00
2023-07-22 00:14:11 +00:00
2023-03-27 17:23:00 +00:00
2022-11-19 02:16:05 +00:00
2023-04-27 18:56:54 +00:00
2023-08-01 17:31:20 +00:00
2023-05-18 23:59:28 +00:00

Chromium docs

This directory contains chromium project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.

If you add new documents, please also add a link to them in the Document Index below.

[TOC]

Creating Documentation

Guidelines

Previewing changes

Locally using md_browser

# in chromium checkout
./tools/md_browser/md_browser.py

This is only an estimate. The gitiles view may differ.

  1. Upload a patch to gerrit, or receive a review request. e.g. https://chromium-review.googlesource.com/c/3362532
  2. View a specific .md file. e.g. https://chromium-review.googlesource.com/c/3362532/2/docs/README.md
  3. You will see something like
    Base preview -> Patchset 3 preview | DOWNLOAD
    at the top left of the page. Click on the second "preview" link to open the preview for the current patch set.

This gitiles view is the authoritative view, exactly the same as will be used when committed.

Document Index

Checking Out and Building

Design Docs

Integrated Development Environment (IDE) Set Up Guides

Git

Clang

General Development

Testing

Configuration Docs

Misc Linux-Specific Docs

Misc MacOS-Specific Docs

Misc Windows-Specific Docs

Misc Android-Specific Docs

Misc iOS-Specific Docs

Misc Chrome-OS-Specific Docs

Misc WebUI-Specific Docs

Media

Accessibility

Memory

Memory Infrastructure Timeline Profiling (MemoryInfra)

Metrics

Misc

Mojo & Services

Speed

  • Chrome Speed - Documentation for performance measurements and regressions in Chrome.
  • Chrome Speed Metrics - Documentation about user experience metrics on the web and their JavaScript APIs.

UI

What's Up With That Transcripts

These are transcripts of What's Up With That, a video series of interviews with Chromium software engineers.

Probably Obsolete