commit | 875ddd5650a2e355c497955ad0207561151438ea | [log] [tgz] |
---|---|---|
author | Chidera Olibie <colibie@google.com> | Thu May 23 15:33:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 23 15:33:17 2024 |
tree | 708de9dc78452eb6f305250b922a9559a0a98f31 | |
parent | 94e9fa078b4fff137b8cd133eb82d94bc54d3758 [diff] |
[Cronet] Add tests for httpengine's set*Options - This cl adds tests that confirm that setExperimentalOptions is called in the builder wrapper. This is because ExperimentalOptionsTranslatingCronetEngineBuilder translate all calls to set*Options and call setExperimentalOption on engine build. - There is no need to specifically implement set*Options in the wrapper builder. - Also adds a LintIf.Change on CronetEngine and the translating Builder. Bug: b/311365393, b/41494361 Change-Id: I5310ddc1ee3a076e003f2051977358a71bb64c5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5214305 Reviewed-by: Stefano Duo <stefanoduo@google.com> Commit-Queue: Chidera Olibie <colibie@google.com> Cr-Commit-Position: refs/heads/main@{#1305105}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.