- 06 Oct, 2020 40 commits
-
-
Adrienne Walker authored
This is so this can roll out to beta, however no tests should have corrupted files and this is expected to be a noop. Bug: 1033703 Change-Id: Iaca5ebfedd2fced012ccae8a5092bdb69071f2f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450131 Auto-Submit: enne <enne@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#814195}
-
arthursonzogni authored
This makes network reports and ReportingObserver's report similar. Bug: 1090273 Change-Id: Ic2da07e1ff9d66fe1a29ceda198c3663f00ed122 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440840Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#814194}
-
Richard Knoll authored
The CL in crrev.com/c/2159911 introduced an in-memory map of notifications that are expected to be displayed. This map is then used to detect when the OS or user closes a notification. If however Chrome closes the notification before that we need to remove the entry from the map so we don't try to close it twice. Bug: None Change-Id: I0bae9af5b6ac01e26c1969a77b149e375c1115a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450070Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#814193}
-
Dominique Fauteux-Chapleau authored
This reverts commit c66038fc. Reason for revert: Closed the tree (see ci.chromium.org/p/chromium/builders/ci/android-marshmallow-arm64-rel/23070) Original change's description: > [Autofill Assistant] Added missing unit tests for new service deps. > > Bug: b/158998456 > Change-Id: Ib580385e201a1b68967dcace71af8cd8f2ed58e2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450309 > Commit-Queue: Clemens Arbesser <arbesser@google.com> > Reviewed-by: Sandro Maggi <sandromaggi@google.com> > Cr-Commit-Position: refs/heads/master@{#814184} TBR=arbesser@google.com,sandromaggi@google.com Change-Id: I782c69bbf71fa3dcf4bacde008970d8ed974a4a2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/158998456 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451216Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#814192}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/00dc0bcb4d54..e2c6940c36e4 2020-10-06 kjlubick@google.com [canvaskit] Add docs/types for remaining core functionality 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 jvanverth@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-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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jvanverth@google.com Change-Id: Iff9d2e78db4f5efedeb4532c9f668cc1b1f2a450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452590Reviewed-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@{#814191}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a95acb3a..edd7ee8a 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: I8060b4ef0ca971b270b62e6a9b2d6654cf3a7eac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452550Reviewed-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@{#814190}
-
Nicolas Ouellet-Payeur authored
Previously, the LevelDB object was destroyed on the UI thread, but it in reality its destructor can do file IO. This wasn't causing problems, because the object is deleted late during teardown (after the UI thread gets a ScopedAllowBlocking). With this patch, delete the LevelDB object on a ThreadPool thread, so this fact is made more explicit and won't cause problems if we change profile teardown order. Bug: 1134321, 88586 Change-Id: I81ede6325b616eb7baecb532379034f0efeea7e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443710Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Auto-Submit: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#814189}
-
Hitoshi Yoshida authored
Bug: 839389 Change-Id: I873f951a171c322d4f06be26b8971b0c97a30eab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452010 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#814188}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bd36295f. With Chromium commits locally applied on WPT: f199b3c3 "Revert "[LayoutNG] Don't truncate margins after spanners."" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: iclelland@chromium.org: external/wpt/feature-policy nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents nzolghadr@chromium.org, yosin@chromium.org: external/wpt/input-events NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Change-Id: I865e3166911ab929bc36c073ec9a379e9419b3e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452549Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#814187}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3fe3c2199cc3..b910ce5dce08 2020-10-06 sigurds@chromium.org Disable new resource loading mechanism to debug flaky test 2020-10-06 sigurds@chromium.org Refactor selection logic in console (part 2) 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:1069378,chromium:1135143 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I2be5810c576e70b5c2afd75449ca2ee1f2a90297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452225Reviewed-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@{#814186}
-
Randy Rossi authored
This adds an ANNOUNCE event type to let the flutter bridge client use the tts engine to make announcements. Also adds sort keys in order to override the default ordering for nodes. Subsequent CL will implement the sorting. Bug: None Test: unittest Change-Id: I4c0f00ad2318208854f1d14c63f34307fe2ddc22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446552Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Randy Rossi <rmrossi@chromium.org> Cr-Commit-Position: refs/heads/master@{#814185}
-
Clemens Arbesser authored
Bug: b/158998456 Change-Id: Ib580385e201a1b68967dcace71af8cd8f2ed58e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450309 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#814184}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: Icb4bea653061ace912570fe0320459f053517196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452250Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#814183}
-
Ramin Halavati authored
"Profile.Incognito.MainFrameNavigationsPerSession" metric was added in crrev.com/c/2421821 but histograms.xml was not updated. Bug: 966747 Change-Id: Iae36289df5532a5c07924f794632817133c4eefb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450316 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#814182}
-
Maksim Sisov authored
This CL adds a helper interface for ui controls that will be used by Ozone/Linux (maybe by others as well in the future) when interactive_ui_tests are run. We need a way to send emulated events through platform specific methods. For example, XSendEvent in case of X11 and libei library in case of Wayland (though, this library is under development and we need to figure out short term and long term solution. Probably, the short term solution will be injecting ui::Events directly into Ozone/Wayland and the long term one is libei). In this CL, ui_test_support is added for Ozone. views is the only component allowed to depend on that. Also, a factory to create OzoneUIControlsTestHelper is added. Actually, the factory methods are generated the same way as the methods for pixmap factory or ozone platform factory. Also, stub is added so that it's clear if the platform doesn't support OzoneUIControlsTestHelper or doesn't have it implemented. Please note that in order to generate the factory methods, I had to make platform_object.h public. Alternatively, it might be moved into a separate source_set so that ozone gn targets that need that can depend on that directly. More details at https://docs.google.com/document/d/1K3zyatrNrlm7XRzkZ2I9tJqVh5dNbT3obcw-JW9SUE4 Actual implementation for Ozone/X11 (at least this one) will be added in a follow up cl. Bug: 1134495 Change-Id: Ia7753b9f0fc329799d4ada638dcae02bac604405 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2445110 Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#814181}
-
Clemens Arbesser authored
No code changes, only moving files. Bug: b/158998456 Change-Id: I4381501c7aba35ab719f6035c64ad752ff04ddc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450009 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#814180}
-
Clemens Arbesser authored
This CL starts the effort to move dependencies of the service into dedicated classes in order to facilitate unit testing and code reuse. This CL is a refactoring only and should have no user-facing changes. I plan to add dedicated unit tests in a follow-up. Bug: b/158998456 Change-Id: Icd468ff98d9e1f5a028282b0e1eb42364aa46d16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448496 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#814179}
-
Nohemi Fernandez authored
This reverts commit d44a76f0. Reason for revert: Bot failure linux-trusty-rel https://ci.chromium.org/p/chromium/builders/ci/linux-trusty-rel Original change's description: > Roll PDFium from fca083c57b5f to 3a384ed186dd (15 revisions) > > https://pdfium.googlesource.com/pdfium.git/+log/fca083c57b5f..3a384ed186dd > > 2020-10-06 thestig@chromium.org Use DCHECK_IS_ON() in cfx_char.cpp. > 2020-10-06 nigi@chromium.org Roll v8/ c577d027e..88d84cce1 (632 commits) > 2020-10-05 nigi@chromium.org Roll buildtools/ ff93f3ea1..4be464e05 (3 commits) > 2020-10-05 nigi@chromium.org Roll third_party/instrumented_libraries/ 3c52ccdd3..6ba978ccb (1 commit) > 2020-10-05 nigi@chromium.org Roll third_party/skia/ d20e8e933..4c3486e6f (572 commits; 1 trivial rolls) > 2020-10-05 nigi@chromium.org Disable embedder tests which fail with Skia/SkiaPaths enabled. > 2020-10-05 nigi@chromium.org Roll third_party/libjpeg_turbo/ 9d4f8005b..d5148db38 (12 commits) > 2020-10-05 nigi@chromium.org Roll third_party/zlib/ d53accfbd..26211a5a8 (6 commits) > 2020-10-05 tsepez@chromium.org Pass spans of floats to CPDF_ColorSpace::GetRGB(). > 2020-10-05 thestig@chromium.org Make variable naming consistent in CPDF_TextPage::GetRectArray(). > 2020-10-05 thestig@chromium.org Replace ASSERT() with DCHECK() in various xfa dirs. > 2020-10-05 nigi@chromium.org Roll third_party/icu/ 79326efe2..aba3f0dfe (8 commits) > 2020-10-05 thestig@chromium.org Move FPDFText_GetLooseCharBox() logic into cpdf_textpage.cpp. > 2020-10-05 nigi@chromium.org Roll third_party/depot_tools/ ed15af5c4..422c039e8 (82 commits; 44 trivial rolls) > 2020-10-05 thestig@chromium.org Move CAgg_PathData out of fx_agg_driver.h. > > If this roll has caused a breakage, revert this CL and stop the roller > using the controls here: > https://autoroll.skia.org/r/pdfium-autoroll > Please CC pdfium-deps-rolls@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/+doc/master/autoroll/README.md > > Bug: None > Tbr: pdfium-deps-rolls@chromium.org > Change-Id: I032363e1edfff4cdb5378ca692070f30fef64097 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451889 > Reviewed-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@{#814108} TBR=chromium-autoroll@skia-public.iam.gserviceaccount.com,pdfium-deps-rolls@chromium.org Change-Id: Ic57232e976e9e85929c115492ea5edf4e11b3755 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1135509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452532 Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#814178}
-
Alice Wang authored
This CL adds visual feedback when an entry is selected in the expanded account list. Bug: 1135141 Change-Id: Idba767ae72a7e9d258a35cf3df1440e6cf35c076 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449989Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#814177}
-
Anna Malova authored
Change-Id: Ic3a97e5da2203d52d20de5f0a72f28675c2c8333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398543Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#814176}
-
Dave Tapuska authored
With RenderWidgetFullscreenPepper gone we can remove the IPC to show that widget. Remove the privileged attribute on RequestMouseLock as well since it was only set by that widget. BUG=1134674 Change-Id: Ib72b94179f0f63aa53e0014e968f736a7fef94fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450730 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#814175}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/08142700a841..f6e983b87ff4 2020-10-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 78d150eb to edbb6564 (486 revisions) 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 timvp@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_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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: timvp@google.com Change-Id: I4fb13c56c2130a2bfbc42c98a6f1379ecd3dacef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452215Reviewed-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@{#814174}
-
Kent Tamura authored
Move the main logic of |LayoutTextControl::ComputeLogicalHeight()| to TextAreaIntrinsicBlockSize() and TextFieldIntrinsicBlockSize() in layout_box.cc like other form controls' intrinsic sizes in order to share the code with LayoutNG. * ClampIntrinsicBlockSize() and LayoutBox::ComputeLogicalHeight() <textarea>'s intrinsic size should not depend on scrollbar existence. So we need to subtract the scrollbar thickness if a scrollbar exists. This CL has no behavior changes. Bug: 1040826 Change-Id: I1abdf34617364c7c30398d9dc20be43e3eae7da9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452069 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#814173}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f79f298cc9cb..3fe3c2199cc3 2020-10-06 sigurds@chromium.org Refactor selection logic in console (part 1) 2020-10-06 aerotwist@chromium.org TypeScriptify /webaudio 2020-10-06 alexrudenko@chromium.org Escape parts of the selector in simpleSelector() 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:1011811,chromium:1135143 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I925363b1fd11fb7802f6ba5e421991cba23eeb53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452216Reviewed-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@{#814172}
-
Ramin Halavati authored
Session startup pref is updated to support ephemeral Guest profiles. Ephemeral Guest profiles are not off-the-record and will deprecate OTR Guest profiles. This change is behind disabled EnableEphemeralGuestProfilesOnDesktop flag. Please see go/guest-on-disk for more context. Bug: 1125474 Change-Id: I786a4f9a3ecccab625936948a6dec798d657ca20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450277 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#814171}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ba1e9298..a95acb3a 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: I1d220966f2024a3a498443936a9143529fe54ef0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451536Reviewed-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@{#814170}
-
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-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I1fe3df3c28abdf808535d7836ae9b0c64028cb3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452217Reviewed-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@{#814169}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Iee48e0190dfb454e592c3709977c4979c4af924d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451951Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#814168}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: If9e6ec1dc94c9b8d1c5ca7b83f4f4e8368f6c71d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442796 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#814167}
-
Kelvin Jiang authored
This CL implements a global rules tracker which tracks the total # of rules in the global pool, and per extension. The CL also checks against the global limit and surfaces a warning to the UI if an extension's rule count exceeds this limit. Bug: 983299 Change-Id: I98e620bb6565ed18ded8cbb3885b2a611f6a33cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376686 Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#814166}
-
Takashi Sakamoto authored
Change-Id: I2b048b5daad0454609026ccea1497daa19a056bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444632Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Takashi Sakamoto <tasak@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#814165}
-
Jacobo Aragunde Pérez authored
When tests are grouped in batches, the AtSpiReady state of the single- -instance class AtkUtilAuraLinux may already have been changed and affect the next test expectations. For that reason, we must change it back to its default state when test ends. This was making the TestAtkPopupWindowActive work some times, when it should have been failing after a13d2391. Now, we explicitly set AtSpiReady to true as part of the test body and we can re-enable the test. Bug: 1131867 Change-Id: I617914611ab7509b6bc3e1928baa61fb33b643ca AX-Relnotes: n/a. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429023 Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#814164}
-
Yuta Hijikata authored
Background: Currently lacros-chrome is built with target_os="linux" but we plan to build lacros-chrome with target_os="chromeos" going forward. To achieve this goal, we have to replace defined(OS_CHROMEOS) with BUILDFLAG(IS_ASH) so not to include code specific to ash-chrome in lacros-chrome. What this does: We are replacing existing defined(OS_CHROMEOS) with BUILDFLAG(IS_ASH) with an exception where is is accompanied with `|| defined(OS_LINUX)` since that will evaluate to true for both ash-chrome and lacros-chrome. The buildflag was introduced in http://crrev.com/c/2426071. For more detail please read the design doc go/lacros-build-config. Test: printing_unittests Bug: 1052397 Change-Id: I51902ef0e963c509662576885be5602895685908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437079Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#814163}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: Icfb9b5aa57f7a5232fbf41534f25c4ea1d54034c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2445473Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#814162}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f6aa084d. With Chromium commits locally applied on WPT: dd98a6ff "[layout] Introduce the NGLayoutOverflowCalculator." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: kojii@chromium.org: external/wpt/css/CSS2/text NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Change-Id: I33d0070a78d1848091c4f6e7744ab5430815c656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451535Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#814161}
-
Jan Krcal authored
This is a reland of b8368dd1 Original change's description: > [Profile creation] Show sync confirmation and finish the flow > > This CL proceeds with the happy path of the signed-in profile creation > flow: > 1) After a successful sign-in, the current WebUI for sync confirmation > gets displayed; > 2) After choosing whether to sync, the flow is finished by opening a > browser window for the new profile. > > Error handling and restyling the confirmation page is left for follow-up > CLs. > > Bug: 1126913 > Change-Id: I17b43fe4ec0c0e0f2f9725b1df8e8e59d2c35f3d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421592 > Commit-Queue: Jan Krcal <jkrcal@chromium.org> > Reviewed-by: David Roger <droger@chromium.org> > Cr-Commit-Position: refs/heads/master@{#811140} Bug: 1126913 Change-Id: I4b3b6d974214c4be16f207111007887b433b04dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437373 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#814160}
-
Hitoshi Yoshida authored
SanitierConfig is a construction options for Sanitizer. Its members are defined to have non-null types in spec[1], and this CL makes its Blink implementation to follow the spec. [1] https://wicg.github.io/sanitizer-api/#sanitizer-api Bug: 839389, 116418 Change-Id: I86302fe6f36894bf102d23844bb9353ba5bdb1b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444770Reviewed-by:
Yifan Luo <lyf@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#814159}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: I924615894dbd75baf38ad389b160834d5868ac7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446209Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#814158}
-
Viktor Semeniuk authored
This change shows proper string when user is signed out and there are no weak passwords. Bug: 1135155 Change-Id: I46da38d75f48bc230058cf9f6f36b3effd0cd45f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448373 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#814157}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: I475d54b703c2cea4ca5f6a816a200511571901e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2445933Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#814156}
-