- 16 Sep, 2020 40 commits
-
-
danakj authored
The code has moved, so update the includes. TBR=avi@chromium.org Bug: 1091083 Change-Id: Idabdf8500519fd08befb76911b494f3a62ed350f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412367 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807591}
-
Miguel Casas authored
crrev.com/c/2268540 and crrev.com/c/2268600 started changing the names of the flag sent from ChromeOS command line builder to Chrome, namely from: --force-disable-new-accelerated-video-decoder to: --platform-disallows-chromeos-direct-video-decoder Previous CLs essentially made both be set or not at the same time [1], and this CL continues that refactoring chain by making Chrome aware of the new name. The next CL will finally remove the "old" name. This should have happened earlier but somehow I got sidetracked... [1] https://source.chromium.org/chromiumos/chromiumos/codesearch/+/master:src/platform2/libchromeos-ui/chromeos/ui/chromium_command_builder.cc;l=534-537 Bug: b/159825227 Change-Id: I2a9a8527fc66c114ccad37197c5cfdad39e21f37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398905Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#807590}
-
Charlie Hu authored
This CL splits font-display tests into smaller individual tests. The split has following benefits: - Clear obstable for implementation of violation report deduplication - Make the tests stricter. Before the test can verify there are 4 violation reports generated, but cannot tell which 4 cases generate violation reports. Previously there was an attempt on isolating tests into subframes (https://chromium-review.googlesource.com/c/chromium/src/+/2227863), but failed due to flaky crash in network cache (crbug.com/1087277). Bug: 1087277 Change-Id: Ifad35b40d112956fb00fd680b329e539a8762ed9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405916 Commit-Queue: Charlie Hu <chenleihu@google.com> Reviewed-by:
Jason Chase <chasej@chromium.org> Cr-Commit-Position: refs/heads/master@{#807589}
-
Joshua Pawlicki authored
This script will be uploaded along with the updater artifacts to the signing infrastructure, where it will be run to produce signed builds of the updater. It is also possible to run it locally, provided the developer has all the necessary dependencies. Bug: 926234 Change-Id: I75ff5989b7e1fe3732b5ec43709ff13bfa67029e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393063 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#807588}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/b33e0b36a08c..fe878dedd5ad 2020-09-16 hidehiko@google.com Expand is_linux to is_linux || is_chromeos. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1110266 Tbr: swiftshader-team+autoroll@google.com Change-Id: I9cb19f5a8b2125f3ab39df66d4fb09f56ca1735c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414532Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807587}
-
Ken MacKay authored
Fix a bug where the default volumes were not loaded correctly. Also add more logging. Bug: internal b/167692705 Change-Id: I0e580422d3473f05ca9f4939407138f1e57aea3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414833 Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Auto-Submit: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807586}
-
Mark Yacoub authored
Zombie connectors could be disconnected but holding to an encoder, taking a CRTC that should be unused (potentially due to bios enabling it on for the warning screen). As the CRTC is being initialized, all connectors connected to it should be disabled. This is a workaround for a bug on Hatch where Puff enables a connector in dev mode before Chrome even starts. The kernel maps the HW state at initial modeset (with a dangling connector attached to a CRTC). When an Atomic Modeset is performed, it fails to modeset as the CRTC is already attached to another dead connector. BUG=1067121. TEST=Puff should be work fine with atomic modeset. All displays should be enabled with no problem. Change-Id: I68f554a4450c9384bdd2762d043f6f254d2365be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350359 Commit-Queue: Mark Yacoub <markyacoub@google.com> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#807585}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/dbd34449af20..c23676954838 2020-09-16 cwallez@chromium.org Fix CMake build on Mac If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I7d50a103acdce10435bc60fc2333520beba663f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414612Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807584}
-
Michael Bai authored
- Add a new parameter default_local_memory in InstantiatePersistentHistograms() - Set it true for WebView. - Plan to merge this patch to M86. Bug: 1090682 Change-Id: I218c9960c9cb72e184e36f78e97096a8f6691759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411706 Commit-Queue: Michael Bai <michaelbai@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#807583}
-
Adlai Holler authored
This method is no longer called by anyone, and it's removed from Skia in https://review.skia.org/317281. This unblocks that. Change-Id: I84657335f992cd23799a0718dc3734b45abce93a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413532 Auto-Submit: Adlai Holler <adlai@google.com> Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#807582}
-
Dana Fried authored
Previously, we were creating a separate, smaller font for two-digit counter numbers based on the default font. This CL does two things: - makes the double-digit font the STYLE_SECONDARY version of the primary font for the tab counter - changes the secondary font to Roboto Condensed on ChromeOS, as per design spec By moving the size and face adjustment into chrome_typography_provider, we bring all of the font face specifications in Top Chrome into the standard, unified location, avoiding having to have extraneous font specification code in WebUITabCounterButton. Change-Id: I187a658d6ec321c883391bb860270fb401687379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404944Reviewed-by:
Caroline Rising <corising@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#807581}
-
Curt Clemens authored
The Nearby Share pod button will need to make calls against code in //chrome/browser, but it lives in //ash, which cannot depend on //chrome. This delegate will provide the functionality needed for the pod button. Bug: 154866703 Test: unit_tests Change-Id: Id0a04e56f48590e1770389ad2433fccedae105e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405640 Commit-Queue: Curt Clemens <cclem@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#807580}
-
Justin DeWitt authored
This reverts commit dd9ec5b7. Reason for revert: This was a temporary change to get some data. Original change's description: > Disable Feedv2 build flag on canary > > Bug: 1119406 > Change-Id: Ib6e64db692a264036d48ca168f434cfe38f534b6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412549 > Commit-Queue: Dan H <harringtond@chromium.org> > Auto-Submit: Dan H <harringtond@chromium.org> > Reviewed-by: Justin DeWitt <dewittj@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807154} TBR=dewittj@chromium.org,harringtond@chromium.org Change-Id: I991b9fe55068363b667e087caf10b4c66233de54 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1119406 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414554Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#807579}
-
Eric Roman authored
This is strictly a re-factor, however a follow-up CL uses the parameter for access the estimated transport RTT. Bug: 1123197 Change-Id: I0e697d59c87e9397f35f41222fb5399950c1ca41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382956Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#807578}
-
Lukasz Anforowicz authored
NonNetworkURLLoaderFactoryBase is needed outside of //content internals to support the following factories: ExternalFileURLLoaderFactory (CrOS), ContentDirectoryLoaderFactory (Fuchsia), ExtensionURLLoaderFactory, FileURLLoaderFactory (the one with ChildProcessSecurityPolicy-based access checks in //chrome/browser/chrome_content_browser_client.cc). Bug: 1106995 Change-Id: Iaac2693242b5daf3673fd8347a652e15757ca639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357431 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#807577}
-
David Tseng authored
TBR=josiahk@chromium.org Bug: 1128926 Change-Id: Ib9c2ed0622b7b22dd94294ecd7aba8cb76b3478c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413534Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#807576}
-
Sharon Yang authored
This reverts commit 13c126e3. Reason for revert: This CL pulls in ui/base and increasing the size of CastRunner. The size increase is breaking the Chromium (into Fuchsia) roller. Original change's description: > [bindings] Define cross-platform NamedMessagePortConnector impl. > > Refactors NamedMessagePortConnector into a platform-agnostic component, > which can be reused across FIDL, in-process, and testing contexts. > It uses Blink messages and message ports as a common basis for > message and port transport. > > * Implements some missing portions of the Blink/FIDL MessagePort > conversion layer. > * Adds a Fuchsia implementation of NMPC. > > Bug: 1104369 > Change-Id: I01e86c38963bfb114a7466c6f73b143e5302ad1e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293110 > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Reviewed-by: David Dorwin <ddorwin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806684} TBR=ddorwin@chromium.org,kmarshall@chromium.org,jochen@chromium.org,lijiawei@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1104369 Change-Id: Ie5505f33dc2b29ce82fe5d44f8919e985da35102 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414651Reviewed-by:
Sharon Yang <yangsharon@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/master@{#807575}
-
Abigail Klein authored
The Live Caption bubble shows title text "Live Caption" when it appears with fewer than the maximum number of lines of caption text. This behavior was introduced in an earlier CL and removed as the team explored some other designs. This CL does not introduce anything new that was not already submitted previously. Bug: 1055150 Change-Id: I679d38daba19d8874fa7d17591c668186a94bc7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414549Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#807574}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/65fccf7b5f04..b82a1e239de5 2020-09-16 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-16 saklein@chromium.org portage_testable: mask chromiumos and portage overlays 2020-09-16 saklein@chromium.org dependency service: Cache dependency data. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I6d0dac6a482730ecd4f5ef8ef8091f1d39d1fbbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414529Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807573}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0f21b6caecea..5d45ebc33fa8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC bcwhite@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:912681 Tbr: bcwhite@google.com Change-Id: I2c7e2867fff440add2a6551b2a861c9cdc54392e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414531Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807572}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/49c0daeb..69e49314 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I7dfd0997decd7b2a5a57357276b2231c1c7997cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414017Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807571}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chonggu@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: chonggu@google.com Change-Id: I4dd62a619adf9da025ecefe5a5f2d289454cd87f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414851Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807570}
-
Alexander Surkov authored
ax_dump_tree tool: add --pid command line argument on Mac/Linux to dump accessible tree by process id Bug: None Change-Id: Ie374dfb692757f1106d81cfbde652ac31e8c9db9 AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410121 Commit-Queue: Alexander Surkov <asurkov@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#807569}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1600257341-cdcb93ba007df24b60057506da5b299c67d8a739.profdata to chrome-linux-master-1600273595-fec2fba6dfa6bd9b7e3dd69b0eab2bf1cda7b0a9.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com Change-Id: I0a6a669a5b8ce1d9c0326e5e576cc3a618fa5b01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414855Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807568}
-
Stephen McGruer authored
This is required for the MVP builders, which will run a subset of the WPT tests for Web Payments and Web Identity. It is also useful for local users of the script, to let them not run the entire WPT test suite. Bug: 1127055 Change-Id: I8142593a2afd9b2bcd94750765a3f626e5484310 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412813 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#807567}
-
Alex Newcomer authored
multipaste is the name for the project at ash/clipboard/*. Change-Id: I341fed5b620a7e3262c71c56aa6fe1ca3df4f339 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414908 Auto-Submit: Alex Newcomer <newcomer@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807566}
-
rajendrant authored
cache-control: no-transform should be respected and LiteVideo should not throttle them. When content-length is missing in the response headers it should throttle with minimal latency. Bug: 1127059 Change-Id: I1a9055c40d7ca1a54c53696e2fec816e54a59f8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412703 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#807565}
-
Anastasiia N authored
Bug: 1127861 Change-Id: I26642c3fb4e465ca1adf6dde3eb363fd079476c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409692Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#807564}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fa54364cea0b..78e9acd96726 2020-09-16 kwiberg@webrtc.org UntypedFunction: Add unit tests and fix a few issues 2020-09-16 mbonadei@webrtc.org Clobber iOS builders. 2020-09-16 lndmrk@webrtc.org Explicitly enable CDEF If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I94f8871f30421af39b1dba6ebcae6065e579df3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414528Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807563}
-
Domenic Denicola authored
Change-Id: I12ffb1e19491bcd233c74262ee0d9900e848958e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412688Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#807562}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f5ee7c40c31b..4f6dfcfe8801 2020-09-16 jegarc@microsoft.com Normalize ShadowSwatchPopover behavior 2020-09-16 jacktfranklin@chromium.org Fix loading images in components server 2020-09-16 andoli@chromium.org Disables flaky e2e test on the Issues tab 2020-09-16 jacktfranklin@chromium.org Migrate heap snapshot multiple retainers layout test If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1110817,chromium:1126496,chromium:1128534 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib42c838d72f264996cfbb6b399266edb0d401dce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414609Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807561}
-
Hazem Ashmawy authored
Fixed: 1128749 Test: None Change-Id: Iede90216836e07b0627420f0d2661787e4616e95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414291Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Auto-Submit: Hazem Ashmawy <hazems@chromium.org> Cr-Commit-Position: refs/heads/master@{#807560}
-
Xiaohan Wang authored
This reverts commit 175e67fe. Reason for revert: Needs to wait for src-internal DEPS roll to be landed. Original change's description: > widevine: Add `ignore_missing_widevine_signing_cert` gn arg > > When Widevine CDM host verification signing failed due to no > signing cert, the build process will fail by default. However, > developers making local builds typically don't have those certs. > This CL introduces `ignore_missing_widevine_signing_cert` gn arg > so the error caused by missing Widevine signing cert could be > ignored. > > By default, `ignore_missing_widevine_signing_cert` is set to false > on official bots (is_official_build=true) to catch real failures. > Developers needing to set `is_official_build` can manually set > this gn arg to be true to suppress the error. > > Bug: 1127616 > Change-Id: I41a43e922399497c75f1f967219d41d1566d90dc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412933 > Commit-Queue: John Rummell <jrummell@chromium.org> > Reviewed-by: Michael Moss <mmoss@chromium.org> > Reviewed-by: John Rummell <jrummell@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807513} TBR=xhwang@chromium.org,mmoss@chromium.org,jrummell@chromium.org Change-Id: I9a67901d83a13881180fcfe63cecb240cc5ebcde No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1127616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414652Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#807559}
-
Stephen McGruer authored
This is mostly a code cleanup; it seemed weird that if you pass '--help' to the script it would generate the manifest files before showing you the command line! Bug: None Change-Id: I00515216c6883ee38d591993a59bf9d960163b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412695Reviewed-by:
Luke Z <lpz@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#807558}
-
Anne Lim authored
Update integration test to ensure that instrument_id is included when PDM retrieves server cards from GetServerCreditCards. Bug: 1121806 Change-Id: Ifcb45c3ca774f32e5545d25bf8f71d491ef1239c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411441 Commit-Queue: Anne Lim <annelim@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#807557}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/511a82c95fc7..1a6e1152b10b 2020-09-16 sebmarchand@chromium.org Allow forcing a clean shutdown via an environment variable. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1124774 Tbr: oysteine@google.com Change-Id: I4ff301ff11ff3b3ded506811d0266ccffd0a4363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414352Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807556}
-
ckitagawa authored
This CL refactors the PlayerCompositorDelegate to structure it in a way that is more amenable to testing. This CL also adds a significant amount of test coverage for PlayerCompositorDelegate. PlayerCompositorDelegateAndroid is refactored to be compatible with the changes to PlayerCompositorDelegate, but it is not tested as it is relatively well tested from the Java side. This boosts coverage to > 85%. Further coverage is difficult as the edges are a result of difficult to simulate failures. Bug: 1128927 Change-Id: Id7467209ab2858043655ae374e55ac699e4e1778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412893Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#807555}
-
Dave Tapuska authored
Add API to query the FrameSinkId from RenderFrameProxy now blink needs to be able to return that. Add a fake FrameSinkId to FrameTestHelpers to ensure test isn't comparing invalid FrameSinkIds. BUG=1097816 Change-Id: Ia47721071b2a39c6cebe476f514813bf06d7706a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410300Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#807554}
-
Mohamed Amir Yosef authored
This CL queries both the profile and account store for password use, and makes sure the PasswordProtectionService is invoked only after both stores respond. Bug: 1119286 Change-Id: Iedab99826f7822c14da6cbf7c876bd9de8609738 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410486 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#807553}
-
Harry Cutts authored
Python 3 became the default in January, causing the scripts to error unless explicitly run with Python 2 (which will be removed from test images soon). Bug: none Test: run scripts with Python 2 then 3, and compare the output Change-Id: I6d4aef94cb3de45f710875f04449f756d0592cec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414769 Auto-Submit: Harry Cutts <hcutts@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#807552}
-