0
Files
src/docs
David Dorwin 6130ce7663 Reland "[fuchsia] Switch tests to use fake-build-info & enable tests"
This is a re-land of commit 15e9ba8ad8 /
reverts commit 57ff262b25.

Reason for re-land: https://fxbug.dev/121700 addresses the issues that
led to https://crbug.com/1410009 by using a different minimum shard
for system tests that need to run on devices without access to
the `fake-build-info` package.

Also update the documentation for running gtests on Core as the
`fake-build-info` package must be added.

Original change's description:
> [fuchsia] Switch tests to use fake-build-info & enable tests
>
> This reverts commit e68789b818.
>
> Reason for revert: https://fxrev.dev/790735 fixes the issue
> that led to https://crbug.com/1326322.
>
> Also remove routing that was only needed by the real build-info service.
>
> Original change's description:
> > [Fuchsia] Remove dependency on fake-build-info
> >
> > Reverted last change in minimum.shard.test-cml to make it use
> > real build-info-service instead of the fake.
> > Also disabled BuildInfo test.
> >
> > Bug: 1326322
> > Change-Id: I04d70a43dd40da6a68a9ec2ddec8e4fbc6dfb881
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3652938
> > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
> > Reviewed-by: David Dorwin <ddorwin@chromium.org>
> > Cr-Commit-Position: refs/heads/main@{#1004539}
>
> Bug: 1326322, 1326674
> Test: Tests pass on Workstation and Terminal
> Change-Id: Ia09c4fa922da87db3259abb325c469c5f2695723
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4183181
> Reviewed-by: Wez <wez@chromium.org>
> Commit-Queue: David Dorwin <ddorwin@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1095887}

Bug: 1326322, 1326674
Test: base_unittests pass with all build-info references removed from Fuchsia's //src/sys/test_manager/meta/chromium_test_realm.shard.cml
Change-Id: I075a3ae40ee1d16494e90907732f264fca80c79d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4240690
Reviewed-by: Wez <wez@chromium.org>
Commit-Queue: David Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1108560}
2023-02-22 20:58:52 +00:00
..
2022-12-22 20:33:09 +00:00
2023-01-25 01:29:37 +00:00
2023-02-03 17:04:40 +00:00
2023-01-19 17:59:39 +00:00
2022-11-19 02:16:05 +00:00
2023-01-18 02:45:14 +00:00
2023-02-15 19:29:24 +00:00
2023-02-12 17:24:40 +00:00
2023-01-18 02:45:14 +00:00
2021-12-03 18:16:21 +00:00
2023-02-20 16:19:44 +00:00
2023-02-07 18:34:01 +00:00
2023-02-16 03:09:45 +00:00
2022-11-19 02:16:05 +00:00
2022-09-05 02:36:13 +00:00
2023-01-19 17:59:39 +00:00
2022-06-02 14:01:20 +00:00
2023-01-18 02:45:14 +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

Probably Obsolete