0
Commit Graph

2003 Commits

Author SHA1 Message Date
6a00521e3a docs: use quotes on goma_dir
Without quotes gn args fails with:
ERROR at build arg file (use "gn args <out_dir>" to edit):5:12: Invalid token.
goma_dir = /path/to/goma-client
           ^
I have no idea what this is.

Change-Id: I1cfe58a07fe8c4272aca89e1dee10584c7645635
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101394
Auto-Submit: Johann Koenig <johannkoenig@google.com>
Reviewed-by: Fumitoshi Ukai <ukai@chromium.org>
Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750006}
2020-03-13 02:55:31 +00:00
6775628eb6 Fixing python 3 extension query script to also work for python < 3.6
Change-Id: Idb492e5564d90bce014dc91f35b6eec9c763c2ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100111
Reviewed-by: Roger Tawa <rogerta@chromium.org>
Commit-Queue: Tien Mai <tienmai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749788}
2020-03-12 18:28:32 +00:00
4a49458f3b Docs: add pros/cons for emulators
No change to logic, only docs.

This adds a pros/cons list for emulators. This moves the note about the
Play Store into a con below, and replaces it with a table of contents at
the top.

Test: Upload to gerrit > open file > click "gitiles"
Change-Id: I023924b88f53ac0b6b3c96e16743c12cfcf839f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098994
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749773}
2020-03-12 18:08:51 +00:00
41367aa15b Use readonly scope for takeout API sample script
Change-Id: I2832ea85e93e9ec6439f23327f191c31ca5dfd2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095879
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Commit-Queue: Tien Mai <tienmai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749658}
2020-03-12 14:24:24 +00:00
92adffcf09 Removing broken links from documentation on diagnostic metrics
As per CL 1176109, removing similar sentence with broken link from
documentation

Change-Id: I62eaf44824b86e0a37374201fa2667b351bb383a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095140
Auto-Submit: Joshua Berenhaus <joshber@microsoft.com>
Commit-Queue: Timothy Dresser <tdresser@chromium.org>
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749325}
2020-03-11 21:12:51 +00:00
d023c38e9f android: Remove the linker tests.
The linker tests don't run on bots (and likely not locally either) and
do not support the latest library loading patterns. This is the first
step to remove them, as they add non-trivial complexity in the codebase.

More specifically, this removes the build rules and the test APK.

Bug: 1059707
Change-Id: I12102d59116ad1f0a152d3110cf3346471c8f390
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093606
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Egor Pasko <pasko@chromium.org>
Commit-Queue: Benoit L <lizeb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749238}
2020-03-11 17:55:34 +00:00
7f69540af8 [Fuchsia] update build documentation
Add explicit instructions on how to add a userid to
the `kvm` group.

Bug: None
Change-Id: Iea1432c2213a9b8f1b5875c91727963e83cc747a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097158
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Scott Graham <scottmg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749205}
2020-03-11 16:43:15 +00:00
c6fd7f2db7 Convert MaterialDesignController to a true singleton.
This involves
* Moving non-MD-related code out of Initialize into LinearAnimation
* Moving other Initialize() code into the constructor
* Removing all Initialize() calls
* Replacing other static methods with instance methods
* Adding GetInstance() calls to callers to get the instance
* Converting the TestAPI class to a scoping object
* Other assorted #include removal etc. in the process

Bug: 940773
Change-Id: Ieb8d44eabae63b014a90ff452010eb4c067e5e90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090877
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748895}
2020-03-10 21:21:08 +00:00
db5451c3bc doc: initial version of branch sheriff doc.
Bug: 1034648
Change-Id: I622b68ad3d410b2eb4e528ef705acdc7b5b1d8fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090730
Reviewed-by: Eric Foo <efoo@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748869}
2020-03-10 20:44:18 +00:00
57d822143d Add iOS to flag_ownership doc
This CL adds iOS where pertinent to the chrome flag ownership doc.

Bug: 1058614
Change-Id: I6d6af5afb2b3948c59524bde180a9b1a12ac6fb7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095144
Reviewed-by: edchin <edchin@chromium.org>
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748356}
2020-03-09 20:26:27 +00:00
a191dbdf21 Mac: remove UI>Browser>Passwords from unconfirmed triage
This team has their own triage process

Bug: None
Change-Id: Ie8682d88f3513d4a28f9cfd61a750f7fdb400f1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094470
Auto-Submit: Leonard Grey <lgrey@chromium.org>
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748309}
2020-03-09 18:43:25 +00:00
6700d12448 Remove the legacy/fallback chrome-devtools: scheme from the codebase.
This CL stops rewriting chrome-devtools: scheme URLs into
devtools: scheme URLs, by tweaking
//components/url_formatter/url_fixer.cc.

This CL also stops special-casing chrome-devtools: scheme
in //components/policy/core/browser/url_util.cc.

The CL then also proceeds to remove all other mentions of the
chrome-devtools: scheme from the codebase.  This part of the
change was initially done with the following command:
    $ git grep -l 'chrome-devtools[^-]' | xargs -n 1 \
        sed -i -e 's/chrome-devtools/devtools/g'
and then manually reviewing and tweaking the edited files.

Bug: 1055524
Change-Id: Ie9d51332e4c28fd6201f4b5590bbba5c79fc09d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088335
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Sergey Poromov <poromov@chromium.org>
Reviewed-by: Tommy Li <tommycli@chromium.org>
Reviewed-by: Peter Kasting <pkasting@chromium.org>
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748242}
2020-03-09 16:20:47 +00:00
5fb69560a3 Fix typos and improve text in enterprise policy documentation
Bug: 1022143

Change-Id: I5ff3ade372059ef4faabe904ae85582de2339d54
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089692
Commit-Queue: Jana Grill <janagrill@chromium.org>
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Reviewed-by: Charlie Reis <creis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748212}
2020-03-09 15:01:11 +00:00
804beaf6dd Update docs/ to Gerrit-style git footers
Replace TBR= with Tbr:, BUG= with Bug:, TEST= with Test:, NOTRY= with
No-Try: and CC= with CC:.

Most of the footers are available here:
https://www.chromium.org/developers/contributing-code/-bug-syntax.

Bug: None
Change-Id: I79ad7cd84ceac8a1f5a08b9e87f1581c0efb31ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089477
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Cr-Commit-Position: refs/heads/master@{#747851}
2020-03-06 20:56:59 +00:00
2869b5de34 [benchmarking] updated instruction in benchmark_ownership.md
The current instruction is a bit confusing and the example 'smoothness'
no longer exists. Updating to make it clear.

Bug: chromium:1058129
Change-Id: Iaa37a77580035493744f2928be26e85ddfd0cf63
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089954
Commit-Queue: Wenbin Zhang <wenbinzhang@google.com>
Reviewed-by: Caleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747796}
2020-03-06 18:54:47 +00:00
ed363bfe4b Add guides on investigating the rep perf failures
The guides for investigating the representative perf tests are added:
- Common failures listed
- accessing the traces and benchmark logs are documented

Bug: none
Change-Id: Ic087fb97ee362e04d839414f1396165f111b9934
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087220
Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org>
Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747732}
2020-03-06 16:33:32 +00:00
e9a7bff9d7 [Clank ASan] Update ASan setup instructions; print more info on failure
Running an ASan build of Clank requires a one-time device set up
instructions. However, the 1-line instruction in asan.md is improperly
wrapped to 2 separate lines. This CL remedies the above.

Bug: 978698
Change-Id: Ie0f5b403cb20a3f4e7bcbe18d56ec339f15f9059
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082327
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Samuel Huang <huangs@chromium.org>
Commit-Queue: Samuel Huang <huangs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746806}
2020-03-04 16:16:03 +00:00
3f51b304ee Mention the redaction process in debugging_with_crash_keys.md.
Also link to debugging_with_crash_keys.md from crash_key.h.

Bug: 1056426
Change-Id: I8652eae061868e0ec220a89071e738fc2fef7ba4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086388
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746800}
2020-03-04 16:05:31 +00:00
de41cad998 [base] Remove already-disabled priority-inheritance logic
Analysis of experiment results:
https://docs.google.com/document/d/13PIBPuSPJbrgHAgyRbY22EWAfH2narnxpa_CgBmZbSY/edit#heading=h.4fo2tzjehwu7

Updated documentation accordingly.

The Java changes should be no-ops (the previous Java default was
left as USER_VISIBLE unintentionally in crrev.com/664726 but never
kicked in when !mPrioritySetExplicitly).

R=fdoray@chromium.org

Fixed: 1022972
Change-Id: Iab8219e68ab703e0cc9ceeb16ef70b78cf43a50a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063150
Commit-Queue: Avi Drissman <avi@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Reviewed-by: François Doray <fdoray@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Reviewed-by: Sami Kyöstilä <skyostil@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Auto-Submit: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746440}
2020-03-03 18:05:06 +00:00
045f4cd2e6 Update clang-format build instructions for Windows
Bug: 993206
Change-Id: I2d010d65ae5b6007b7c065dc45ae8dd2a36d1dee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083183
Reviewed-by: Tim van der Lippe <tvanderlippe@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746340}
2020-03-03 13:15:18 +00:00
cd5f8b22cc Update clang-format build instructions for Mac
Requires the same LLVM_ENABLE_PROJECTS arg specified. I also removed the
duplication for the Ninja build instructions.

R=hans@chromium.org

Bug: 993206
Change-Id: I96d278120be62813a62b8c1f930b5ff55e2f34cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082924
Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746339}
2020-03-03 13:12:49 +00:00
3f8a49843d Update clang-format build instructions for Linux
Clang-format is now part of the GitHub repository at
https://github.com/llvm/llvm-project/tree/master/clang and requires the
`clang` project to be enabled in the cmake command.

R=hans@chromium.org

Bug: 993206
Change-Id: I6527fd41050550f979836b76b5b86cda2dd36d95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081425
Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746334}
2020-03-03 12:31:24 +00:00
aab16fc028 Rename webkit_layout_tests to blink_web_tests
Rename test webkit_layout_tests to blink_web_tests, and update
related tools and docs.

Bug: 914213
Change-Id: I13031dee55409da093f8450db834c3c4595f579e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040050
Commit-Queue: John Chen <johnchen@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
Reviewed-by: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746262}
2020-03-03 06:35:45 +00:00
0a06ec3a93 Adding CPEs for a few dependencies.
CPEs are the way that MITRE tracks different projects and versions, and
that's the input required by Vomit, Google's automated vulnerability
notification system. At present Vomit is unable to identify the versions
for these components and is therefore reporting the wrong CVEs in crbugs.

Adding this CPEPrefix line will enable Vomit to notify for any
vulnerabilities affecting these versions.

This is the first such change to README.chromium files. If successful,
CPEPrefix lines will be added to many others too.

Bug: 895969
Change-Id: Ibec5adf9069cdc20e40fb13658e7b056e938f5ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053847
Reviewed-by: Charlie Reis <creis@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Adrian Taylor <adetaylor@chromium.org>
Auto-Submit: Adrian Taylor <adetaylor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746237}
2020-03-03 05:00:07 +00:00
d42ebdc8ac docs/security: Add a note about marshal handling email lists.
There have been occasional instances of marshals responding to security
emails and removing the list outright, rather than bcc'ing. This makes
it hard to distinguish between emails that have had responses and those
that have not.

Change-Id: I55feedc97450149a5dac69b6dd79c29eb5b44d3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079331
Reviewed-by: Max Moroz <mmoroz@chromium.org>
Commit-Queue: Max Moroz <mmoroz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745178}
2020-02-27 20:56:14 +00:00
735f6b4012 Remove infrastructure for multiple extractor backend.
The traffic annotation auditor tool allowed for switching between two
different extractor backends while usage was being migrated to a python
script extractor. This CL removes existing usage of clang-tool as well
as the switching infra, as well as the clang-tool extractor itself.

Bug: 1046869
Change-Id: I4dd77598cc3b7c80723e59951681cef28103670d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070818
Commit-Queue: Ehsan Kia <ehsankia@google.com>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Ramin Halavati <rhalavati@chromium.org>
Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745109}
2020-02-27 18:14:59 +00:00
3289548107 Adds links to useful fuzzers to sheriff guide.
Change-Id: Ie2c42ef76f31cfc3b0e3c7f2a720efb61c50e5cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072129
Reviewed-by: Varun Khaneja <vakh@chromium.org>
Commit-Queue: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744849}
2020-02-26 23:56:59 +00:00
1bb2aa7ae4 Update instructions on using tts locally
TBR=dmazzoni

Change-Id: Ide2a25f35c31dbee75096a96c480c8b149cf6761
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074810
Reviewed-by: David Tseng <dtseng@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744741}
2020-02-26 19:11:05 +00:00
3dc9fce82f [DFM] Add basic documentation on how to use native resources.
This CL adds basic background, caveats, and basic instructions on adding
native resources to a DFM, and updates docs and examples re.
|load_native_on_get_impl|.

TBR=yfriedman@chromium.org

Bug: 1048740
Change-Id: I0c7adc21df568ce3ffc8895c81141bbe1db1850c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2069845
Commit-Queue: Samuel Huang <huangs@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744718}
2020-02-26 18:09:57 +00:00
f95b35f63e Update saml_password_attributes_test.unitjs path
The file was moved to chrome/browser/resources/gaia_auth_host/
saml_password_attributes_test.unitjs

Change-Id: Ie4763473632202a383a058ed9858a364d779cfac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073765
Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744623}
2020-02-26 12:39:22 +00:00
27b825846a docs/updater/protocol_3_1.md editorial improvements
Change-Id: I7e2465a79edcd492de8734cf67c0102197f490d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065733
Commit-Queue: Brian Manthos <brianman@microsoft.com>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Reviewed-by: Joshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743679}
2020-02-21 21:41:39 +00:00
b685db6fca [mojo][doc] Remove reference to GetRemoteInterfaces
This change removes the reference to RenderFrame::GetRemoteInterfaces()
since it's no longer used in chromium.

Change-Id: Idd28e276b25ff08cf71c3656d0a52a413a62f5dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067857
Reviewed-by: Ken Rockot <rockot@google.com>
Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743649}
2020-02-21 20:14:01 +00:00
0a0375c5bc Documentation-only: respond to Mark's comments on commit_checklist.md
This CL responds to Mark Goldstein's comments on commit_checklist.md.
Mark Goldstein was my instructor for the Technical Writing One course,
and as a follow-up exercise, he asked us to include him as a reviewer
on a documentation-related change. This doc will also form the basis
of my upcoming talk "Life of a CL" at Chrome University, so I want to
make sure it's in tip-top form!

Bug: None
Change-Id: I0aeefcbb149929969f15d375f55ea2d2d44684f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2045051
Reviewed-by: Aga Wronska <agawronska@chromium.org>
Commit-Queue: Toby Huang <tobyhuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743465}
2020-02-21 08:00:28 +00:00
73fdc90736 Fix a broken code search link.
The new source.chromium.org site accepts the link as-is, but for
cs.chromium.org, I get a "Request to Git backend failed." error. After
this CL, the link should work for both code search versions.

Change-Id: I576d88b3a6eb8bcbf7fcd26fa5ef6d3bba40d31b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067478
Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743304}
2020-02-20 23:00:05 +00:00
e30f61ead4 Updated link to binary size perf graph
Change-Id: I0cc1183689fd2f7679cfee3fabb7eced165bd907
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065115
Auto-Submit: Sam Maier <smaier@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742940}
2020-02-20 03:04:29 +00:00
216eb5de77 Update service-related documentation
This wipes out obsolete references to Service Manager in service-related
documentation and replaces it with simpler docs reflecting the new
service model.

Bug: None
Change-Id: Iab5662bcc48b34954a9003532cd407058e470282
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063773
Commit-Queue: Ken Rockot <rockot@google.com>
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742677}
2020-02-19 17:09:55 +00:00
204eeac0e5 Update new builder doc with use of the ci builder lib.
Change-Id: I63883c00ba35e246f408f18456e5f1afcbc80ac5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062788
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742342}
2020-02-18 22:42:38 +00:00
02adcff846 Update the new builder documentation with starlark scheduler info.
Change-Id: I6831f6b34bfa4891a17bc7dbb1145b436f6e5213
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062690
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742324}
2020-02-18 22:28:41 +00:00
d113773e0a Update documentation for requiring the 10.15 SDK.
BUG=1023913

Change-Id: I6c581846479edd6f7938ab039bef38f3c38eb251
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036492
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742296}
2020-02-18 21:26:23 +00:00
597a0d1fa7 Adding sample script for using CBCM Takeout API.
This script will query extensions in the domain and
generate a list of machines that have them installed.

Change-Id: Ie70b982ca855b6364b4100f0b42adeee73f0b60a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044331
Commit-Queue: Tien Mai <tienmai@chromium.org>
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742164}
2020-02-18 16:01:25 +00:00
f7309dec19 Fix typo in toolchain support docs.
Bug: None
Change-Id: I90bdedef9aa8e22f19f9f62ae716e4335d7ba132
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060069
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741964}
2020-02-17 18:54:44 +00:00
ee1afd1733 [mojo][doc] Remove InterfaceProvider references
This change replaces InterfaceProvider references with
BrowserInterfaceBroker in the context of interfaces
exposed by the browser.

Change-Id: I6ee3e4b97cfd84a4c0fdc9fd968ea9184b15a306
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057943
Reviewed-by: Ken Rockot <rockot@google.com>
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741675}
2020-02-15 00:47:27 +00:00
19698586b0 Reland "[iOS] Remove xcode clang bots"
This reverts commit d1ad8abed5.

Reason for revert: failures were just the death throes of a dying bot.

Original change's description:
> Revert "[iOS] Remove xcode clang bots"
> 
> This reverts commit 3893c26b71.
> 
> Reason for revert: Dangling reference to ios-simulator-xcode-clang.json.
> 
> https://sheriff-o-matic.appspot.com/chromium/examine/chromium.read%20build%20config
> 
> Original change's description:
> > [iOS] Remove xcode clang bots
> > 
> > Bug: 1049646
> > Change-Id: If024c2185409167031bcdaf3a801e73cb1c61b0b
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042679
> > Reviewed-by: Justin Cohen <justincohen@chromium.org>
> > Reviewed-by: Stephen Martinis <martiniss@chromium.org>
> > Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#741519}
> 
> TBR=justincohen@chromium.org,martiniss@chromium.org,michaeldo@chromium.org
> 
> Change-Id: I2e0e630a1c4f5ed5706a40a34a5c479e1dff31f1
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 1049646
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057583
> Reviewed-by: Chris Mumford <cmumford@google.com>
> Commit-Queue: Chris Mumford <cmumford@google.com>
> Cr-Commit-Position: refs/heads/master@{#741528}

TBR=cmumford@google.com,justincohen@chromium.org,martiniss@chromium.org,michaeldo@chromium.org

Change-Id: I5d2e02e4f3cd2b16c727fbd2f123b50e4e31dfe4
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1049646
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056755
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741562}
2020-02-14 20:37:38 +00:00
d1ad8abed5 Revert "[iOS] Remove xcode clang bots"
This reverts commit 3893c26b71.

Reason for revert: Dangling reference to ios-simulator-xcode-clang.json.

https://sheriff-o-matic.appspot.com/chromium/examine/chromium.read%20build%20config

Original change's description:
> [iOS] Remove xcode clang bots
> 
> Bug: 1049646
> Change-Id: If024c2185409167031bcdaf3a801e73cb1c61b0b
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042679
> Reviewed-by: Justin Cohen <justincohen@chromium.org>
> Reviewed-by: Stephen Martinis <martiniss@chromium.org>
> Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#741519}

TBR=justincohen@chromium.org,martiniss@chromium.org,michaeldo@chromium.org

Change-Id: I2e0e630a1c4f5ed5706a40a34a5c479e1dff31f1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1049646
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057583
Reviewed-by: Chris Mumford <cmumford@google.com>
Commit-Queue: Chris Mumford <cmumford@google.com>
Cr-Commit-Position: refs/heads/master@{#741528}
2020-02-14 19:42:19 +00:00
3893c26b71 [iOS] Remove xcode clang bots
Bug: 1049646
Change-Id: If024c2185409167031bcdaf3a801e73cb1c61b0b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042679
Reviewed-by: Justin Cohen <justincohen@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741519}
2020-02-14 19:21:24 +00:00
1683eec909 Add doc describing SLAs around toolchain support.
Bug: none
Change-Id: I0959f2efe5d9ff3da67615c25faaa3061bd702ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052064
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741413}
2020-02-14 12:31:00 +00:00
05fd6c6ed3 Updated documentation for representative perf tests
Added more instructions on skipping representative perf tests stories.

Bug: chromium:1044705
Change-Id: Ic17b8ccbf345f4be207e0aa25c9a4fdfb0b1350c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035855
Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741213}
2020-02-13 21:51:09 +00:00
156727f305 updater doc: Fix erroneous member names.
Bug: 1035895
Change-Id: I4a046621f5a10e89033fac893fffdbb061fa8fb6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052469
Auto-Submit: Joshua Pawlicki <waffles@chromium.org>
Reviewed-by: Sorin Jianu <sorin@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740875}
2020-02-12 23:31:40 +00:00
b3807f9ff0 [docs] Security sheriff: clarify bugs reproduction and Skia fuzzing.
1) Clarify that it's not always necessary to reproduce a bug yourself.
2) Move the paragraph about components with their own triage processes
   to the beginning of the triage instruction.
3) Slightly change wording in V8 and Skia guidance. Mention Skia fuzzing
   bugs explicitly.

Change-Id: Ide0bc021675d4f9ea648af3c777470b4cce9975e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048106
Commit-Queue: Max Moroz <mmoroz@chromium.org>
Reviewed-by: Abhishek Arya <inferno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740366}
2020-02-11 18:43:19 +00:00
56b99d4ef1 Fix typo in Threading and Tasks doc
Change-Id: Ib3b297674c11fd9d3ed71a775b681ba6d2f65fab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041873
Auto-Submit: Oliver Li <olivierli@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Commit-Queue: Oliver Li <olivierli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740283}
2020-02-11 13:51:41 +00:00