- 26 Feb, 2020 40 commits
-
-
Yue Zhang authored
Bug: 1054079 Change-Id: If661a6c8f49959d9e37d4bb318698491915ee5db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068749 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#744686}
-
behdad authored
Categories of Blink, GPU and V8 are added as extra categories to representative perf tests, when it reruns a failure. This is going to help with investigating the flakes happening on these tests. Bug: chromium:1055893 Change-Id: Ia1b3b269a35a6c60b51d1de850ca9e56ef852bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071905 Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#744685}
-
Michael Lippautz authored
This histogram should be computed from foreground marking time only. Bug: 986235 Change-Id: I9ca3471a7fee2547ac1a89dcae2c9515b6e173a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074878 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#744684}
-
Tommy Li authored
This CL is just a cleanup CL that renames OmniboxResultView::Invalidate to a more specific ApplyThemeAndRefreshIcons(). This is in preparation to refactor some of the OmniboxPopupView API to be more friendly for a WebUI implementation. Bug: 1046561 Change-Id: Ic082932f02d28b69e82fb35afc3d94f4e23427f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071914Reviewed-by:
Orin Jaworski <orinj@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#744683}
-
Hazem Ashmawy authored
This comment was dropped when moving crash reports sampling from crashpad to upload service. It provides more context why we sample crashes for default channel (debug/unknown channel). Bug: N/A Change-Id: I1d949aafdd59541b9f61fdc23885481f46c16322 Test: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075117 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Auto-Submit: Hazem Ashmawy <hazems@chromium.org> Cr-Commit-Position: refs/heads/master@{#744682}
-
Christopher Thompson authored
This flag is needed for Android/ChromeOS where command-line flags are hard or impossible to set, and needed for some currently supported testing and development workflows. Change-Id: I5f122143f3e26981af83fa5a306f724be23a1060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073062Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#744681}
-
kylechar authored
The tests were marked as Failure but were actually timing out. Mark them as Slow to see if that helps. Bug: 1026375 Change-Id: I7fb1c16957b1016182fc7f7b815d58d7cd58bdcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074800Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#744680}
-
Brett Kilty authored
https://chromium-review.googlesource.com/c/chromium/src/+/1815719 reorganized this file, but the addition of !is_cast_audio_only to the else if clause causes is_cast_audio_only cases that do not use enable_cast_renderer set to have no cast_mojo_media_services set. The fails gn gen. Re-add the appropriate config for non cast renderer audio only cases. Bug: b/150141880 (internal) Test: Local dependent build with change gn gen, ninja, run Change-Id: I437d781454fefbe018d07c9bcf8b697264a78170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071330 Auto-Submit: Brett Kilty <brettk@google.com> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#744679}
-
Gabriel Charette authored
Split directories [crypto/-net/] from https://chromium-review.googlesource.com/c/chromium/src/+/2026350 as it had trouble landing in one go. The following script was used to generate this CL (run on every C++ file in the codebase; processing .h before matching .cc/.mm): https://bugs.chromium.org/p/chromium/issues/detail?id=1026641#c22 (intentionally ignores cleaning post_task.h for now). TBR=fdoray@chromium.org Bug: 1026641 Change-Id: I4b5f8071c38efd854ea581d3bb16d5e921866ca4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074937Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#744678}
-
Xi Han authored
Disable the following 4 tests: org.chromium.chrome.browser.contextmenu.ContextMenuTest#testSearchWithGoogleLensFiresIntent org.chromium.chrome.browser.contextmenu.ContextMenuTest#testSearchWithGoogleLensWithSearchByImageTextFiresIntent org.chromium.chrome.browser.share.ShareImageFileUtilsTest#clearEverythingIfNoClipboardImageTest org.chromium.chrome.browser.share.ShareImageFileUtilsTest#clipboardUriDoNotClearTest TBR=gayane@chromium.org,dtrainor@chromium.org,kristipark@chromium.org Bug: 1056176 Change-Id: I9389f83058c463ba24d8748c8ac2e7fe8cbc1c0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074803Reviewed-by:
Xi Han <hanxi@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#744677}
-
Kim-Anh Tran authored
Bug: 1043030 Change-Id: Ic522f1ddb4e8a4cfc79219704e2324ae41579d38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071258Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Kim-Anh Tran <kimanh@chromium.org> Cr-Commit-Position: refs/heads/master@{#744676}
-
Andrew Grieve authored
Bug: 726475 Change-Id: Ic1e675edb3fc170ea238193e1b75405511527335 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075038 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#744675}
-
Guido Urdaneta authored
This CL propagates the insertable streams configuration fields from RTCConfiguration to RTCPeerConnection and RTCPeerConnectionHandler. These will be used in follow-up CLs to initialize senders and receivers. Bug: 1052765 Change-Id: If510641f91e6ce7c0ac7fbde1f0aa2d0c94d3e7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066850 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#744674}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f5b262e88b96..6c8abd05a95c Created with: gclient setdep -r src-internal@6c8abd05a95c 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Id2ac58b67f1197484266238729746c4656d9fcb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074579Reviewed-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@{#744673}
-
Xiang Ji authored
Change-Id: I4169a0d8164890d5da815ab6946aeee0b10694c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073271Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Xiang Ji <jxiang@google.com> Cr-Commit-Position: refs/heads/master@{#744672}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7f5e3c7e43c7..dc2a97774bb6 git log 7f5e3c7e43c7..dc2a97774bb6 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 brianosman@google.com Interpreter: Fix intrinsics when called with vector types Created with: gclient setdep -r src/third_party/skia@dc2a97774bb6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC jlavrova@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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: None Tbr: jlavrova@google.com Change-Id: Ifddc857ba104e14c38bcd55adc7eab96d54ffbc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074580Reviewed-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@{#744671}
-
Sylvain Defresne authored
Most of the include are obsolete. The remaining one can be removed as all the code is compiled with ARC thus there is no need to have a C++ smart pointer to call retain/release when the compiler can do it automatically. Bug: 1051997 Change-Id: I77b60876b2b1616ebc369a63e9e8562d5ec9f42d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073884Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#744670}
-
Gabriel Charette authored
Split content/ from https://chromium-review.googlesource.com/c/chromium/src/+/2026350 as it had trouble landing in one go. The following script was used to generate this CL (run on every C++ file in the codebase; processing .h before matching .cc/.mm): https://bugs.chromium.org/p/chromium/issues/detail?id=1026641#c22 (intentionally ignores cleaning post_task.h for now). TBR=fdoray@chromium.org, tsepez@chromium.org Bug: 1026641 Change-Id: I27c51f5648ea518122b90fde09f09b19afd07972 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074918Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#744669}
-
Peter Kvitek authored
DevToolsCommandDuration is more generic and also captures protocol overhead. Change-Id: I9dc9815de22fd4ada9ace738fa7e3d551ea5ec2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068823Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Johannes Henkel <johannes@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/master@{#744668}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@chromium.org 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/+/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: I5a1efc253e12be7a926753f492f4c72b8050cabf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074585Reviewed-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@{#744667}
-
Vasiliy Telezhnikov authored
When using SkiaRenderer with WebView Skia does validation of frame buffer size. max_texture_size_limit_4096 workaround limits the size to 4096. This CL disables workaround for compositing GrContext as frame buffer comes from Android in that case and we don't control its size. Bug: 1055904 Change-Id: Id7826683495caf1b26dcc8303eceb2ed7a8ff003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072921Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#744666}
-
Xi Han authored
This test suite was introduced in https://crrev.com/c/2069501, and failed on Marshmallow Tablet Tester. TBR=pkotwicz@chromium.org,twellington@chromium.org Bug: 1056196 Change-Id: Ic0c225ba8c88f831605964208491d4b0e8975f49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074802Reviewed-by:
Xi Han <hanxi@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#744665}
-
John Budorick authored
Should mitigate races between the tests & tabs closing, which emulators seem to lose much more frequently than devices. Bug: 1054849 Change-Id: Ifc2bb578ee9a9315b09b32c02b7eba7037fc4941 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073148Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#744664}
-
Mark Cogan authored
This CL removes the use of TabModel from the BVC unit test, and does other minor clean-up. As part of this, the long-spurious CommandDispatcher parameter is removed from the BVC initializer. Change-Id: Idf7a2d02f5c54964458a62db0f9b02ad1afea1cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072162Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#744663}
-
Rune Lillesveen authored
We still cannot use the keyword since we don't ship color-scheme aware system colors, but this is closer to the end state. This should not result in any web-observable changes. Bug: 939811 Change-Id: If2bdfbabb2390c1b720658705d683be5666875be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033144 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#744662}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/2f0f850da8aa..a9d7d478429d git log 2f0f850da8aa..a9d7d478429d --date=short --first-parent --format='%ad %ae %s' 2020-02-26 enga@chromium.org Add Toggles to disable base vertex and base instance rendering Created with: gclient setdep -r src/third_party/dawn@a9d7d478429d 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/+/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: Id9b0d6c89a923772c88b15e2fe94d5d7ff3d20d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074577Reviewed-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@{#744661}
-
Vasiliy Telezhnikov authored
With Viz For WebView enabled we support surface embedding. Some embeddees (e.g Unaccelerated OffscreenCanvas) will try to fallback to SharedBitmaps for resources. This CL adds SharedBitmapManager to avoid crash. We can't draw this bitmaps, but for resourceless software draw we do not support embedding and we don't support software compositing on Android, so the draw won't happen either way. Bug: 1055877 Change-Id: I9e3073a46f4d2b0b63b1025489b48e91be15f71c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072655 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#744660}
-
Elly Fong-Jones authored
This makes it hopefully more clear which events can cause the dialog buttons to change visibility. For CardUnmaskPromptViews, whether the Ok button is visible or not depends on whether the autofill client is in a persistent error state. For LocalCardMigrationDialogView, the existing code never calls DialogModelChanged, so presumably the value of `controller_->AllCardsInvalid()` is constant across the lifetime of that dialog. Bug: 1011446 Change-Id: I5921f086b3078e68aa417945560ad73a357fe190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067874Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#744659}
-
Igor Makarov authored
- added .style.yapf files - reformat *.py files in third_party/blink/renderer/build/scripts Bug: 1051750 Change-Id: I340904259718b4c8e1bea554c9c65e6e2a8d1fea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061152Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#744658}
-
Makoto Shimazu authored
This CL plumbs the COEP value to the URLLoaderFactory going to the NetworkService. However, COEP doesn't take effect if it's being registered. Bug: 1039613 Change-Id: Id6ca28b686db82b3479becc1e927c8d7ff2e2c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065696 Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Peter Marshall <petermarshall@chromium.org> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#744657}
-
Anders Hartvoll Ruud authored
If a shorthand contains invalid var()-references, we would return from ResolvePendingSubstitution with CSSUnsetValue before getting a chance to mark the property as dependent on a variable. This would cause StyleResolver to incorrectly cache the style in the matched properties cache, causing bugs in subsequent recalcs. Moving the call to MarkHasVariableReference before we attempt to resolve var()s fixes the issue. Drive-by: Remove some comments that should not have been committed in the first place. Bug: 1055035 Change-Id: I0749da2e8d3f8a74e2bc9418078704a319124fcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074237Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#744656}
-
Michael Lippautz authored
Instead of spreading all support of HeapVectorBacking over all different GC-internal traits keep all required overrides in a single file per data structure. Users should be able to use MakeGarbageCollected to allocate the data structure (internal or external). Change-Id: I8e028ee4d44015cb8b3e1d7356050154fb128007 Bug: 1056170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072043 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#744655}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/1b146d522e7b..cb6ff74d970a git log 1b146d522e7b..cb6ff74d970a --date=short --first-parent --format='%ad %ae %s' 2020-02-26 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@cb6ff74d970a 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/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I4384a344334365fe596ee3948aec3a0ac841465f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073790Reviewed-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@{#744654}
-
Mohamed Heikal authored
third_party/android_deps/BUILD.gn has some manual modifications due to the migration of the android support library to androidx. This cl fixes the warning output by the fetch_all.py script so it is more clear. Bug: 896775 Change-Id: I490d50828cb19e2d1b47234aa1d9b777c097e428 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072589 Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#744653}
-
Nico Weber authored
Bug: 1040247 Change-Id: Ib96f493c30c3a822929ed5bafa885bc4abd4eced Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074857 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#744652}
-
Jaeyong Bae authored
This patch means adding a message which indicates that there is no result when searching for a password. Bug: 1040875 Change-Id: If980d685a3f0bc3eec3d5717b484edb3f03c4cf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049424 Commit-Queue: Jaeyong Bae <jdragon.bae@gmail.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#744651}
-
Jan Wilken Dörrie authored
This change modifies CompromisedCredentialsProvider to also implement the SavedPasswordsProvider::Observer interface. This allows the provider to also react to changes in the list of saved passwords. Bug: 1047726 Change-Id: I1904f8a0eb1c785aee97f3be5a8640025776e5c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070163 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#744650}
-
Kevin Ellis authored
Bug: 1052217 Change-Id: I9495cf7fb844083c88f796214561cbe0476b19c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072653Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#744649}
-
Andreas Haas authored
Apparently https://crrev.com/c/2044272 caused double accounting of memory in the GC, which lead to an increased number of garbage collection runs. With this CL the external memory is unregistered once it is moved on the GC heap. R=haraken@chromium.org Bug: 1054347 Change-Id: I49a6bdd593298776bad9116d34793b1eec05dafe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066733 Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#744648}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/908dc2208b7c..de3b97eb1f52 git log 908dc2208b7c..de3b97eb1f52 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 8910ea5f1c7b..70f888131ede (2 commits) Created with: gclient setdep -r src/third_party/angle@de3b97eb1f52 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: geofflang@google.com Change-Id: I4bdc4e76cc73c41f570256c644a37ce45e5ddc33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073783Reviewed-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@{#744647}
-