- 04 Jun, 2020 40 commits
-
-
Friedrich Horschig authored
This CL changes strings according to a recent review. Screenshot for IDS_PASSWORD_MANAGER_RE_SIGNIN_ACCOUNT_STORE: https://storage.cloud.google.com/chromium-translation-screenshots/02eb76ea47b2714778afd441656eac5a8aae3abd Screenshot for both IDS_PASSWORD_MANAGER_OPT_INTO_ACCOUNT_STORE*: https://storage.cloud.google.com/chromium-translation-screenshots/ae2abb47abb0f75ffcbe87ebf59af6841c3ee2d3 Bug: None Change-Id: Ic3f83618741166cae8b8eb96f6eeb4356a212c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230619 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#775079}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/722db7ecd0fb..2c704cdc7272 2020-06-04 szuend@chromium.org [cleanup] Move Date#toISO8601Compact to DateUtilities 2020-06-04 tvanderlippe@chromium.org Revert "Typecheck sdk/SourceMap.js with TypeScript" 2020-06-04 sigurds@chromium.org Export coverage event if the original resource is not available 2020-06-04 bmeurer@chromium.org [wasm] Wasm disassembly cannot be edited. 2020-06-04 tvanderlippe@chromium.org Revert "DevTools: E2E test covering going from perf to sources" 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:1050549,chromium:1064206,chromium:1071432,chromium:1079076,chromium:1079233 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I93f1d052631c5cfbc36ef0612b844c0949be384c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231019Reviewed-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@{#775078}
-
Benoit Lize authored
File creation can fail, and does in fact (see linked bug). Since the file is not needed to continue, remove a CHECK() and continue without it. Bug: 1029320, 1091181 Change-Id: I8fc14299dd6b2a9694b7fdfef12db7e542ece781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230624Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#775077}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/64aa5138c75f..e19a3cec9a49 2020-06-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 3ad285a60d82 to 0711869b5f20 (1 revision) 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 295a4177aebc to 783cd5a79c8a (24 revisions) 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 065b0a7f to 2f744540 (474 revisions) 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 6c1581646c46 to 989c790d4b8b (14 revisions) 2020-06-04 ethannicholas@google.com add missing import for std::atomic 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 tdenniston@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 Bug: chromium:1078378,chromium:1084458,chromium:951458 Tbr: tdenniston@google.com Test: Test: Test: angle_deqp_gles3_tests --gtest_filter=dEQP.GLES3/functional_shaders_derivateTest: Test: angle_end2end_tests --gtest_filter=*EGLPreRotationSurfaceTest.OrientedWindow Change-Id: I7c099f58b718adc84e0a31a40df6786607decf4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229546Reviewed-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@{#775076}
-
Jan Wilken Dörrie authored
This change moves the Windows only code in base/strings/{strcat, string_util, string_split}.h to their own _win.h headers, and introduces appropriate _internal.h headers to be able to share the templated code between Windows and cross-platform code. This change is purely organizational, and there is no functionality added or removed. Bug: 911896 Change-Id: I3d2eae1e665cfcf48e727d6d71ca1975c441a370 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228622 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#775075}
-
Tanmoy Mollik authored
Enable SyncErrorInfoBar in preparation for release to Stable. Bug: 1046765 Change-Id: Iacf88d41dba2eb7aff6d660cc5354407cc5353d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224266 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#775074}
-
Alex Ilin authored
The test checks that the links that suppose to open a new tab work as expected in the reauth dialog. Bug: 1045515 Change-Id: I4abddb7506b0bae209c6865d59cc8b3be4526ded Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226754 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#775073}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/43a94a305b95..ebabe5a1eb1e 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 msramek@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: None Tbr: msramek@google.com Change-Id: I5a63260bee98601d5a229e5ee82846ce10abdacd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230881Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#775072}
-
Martin Šrámek authored
This reverts commit 140fc3a1. Reason for revert: Tests fail on Mac. crbug.com/1091201 Original change's description: > WebUI: Add JS type checking for more cr_elements/ tests, part 8. > > Specifically: > - cr_toast_manager_test.js > - cr_toast_test.js > - cr_toggle_test.js > - cr_toolbar_search_field_tests.js > > Bug: 1000989 > Change-Id: I9d745caca24c46945e64faca96d9b87fcecd1af9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227238 > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Auto-Submit: dpapad <dpapad@chromium.org> > Reviewed-by: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#775025} TBR=dpapad@chromium.org,rbpotter@chromium.org Change-Id: I09e760dabd5e609c968239a5e052134128434efe No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1000989, 1091201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230466Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#775071}
-
Antonio Gomes authored
... instead of WebMediaStreamTrack. Additionally, this CL also reduces the use of WebMediaStream to the minimal needed, switch over to operating over MediaStreamDescritor as soon as possible. This is part of the effort to reduce the needless use of public Blink APIs (wrappers) within renderer/modules. BUG=704136 R=guidou@chromium.org Change-Id: Icedd0033ffafaea2270b736a3be94233ef12c7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228359 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#775070}
-
Mikhail Khokhlov authored
Change-Id: I11d1608458710b2a5ef91322dc65c7ade9645cf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228620Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#775069}
-
Stepan Khapugin authored
Adds a button to the blocking overlay that switches to the scene that is currently showing the blocking UI. For this, a new protocol is created, and a new, app-level dispatcher is added to AppState. Bug: 1072408 Change-Id: Icfce6ea5607270726654e5910a24d924eb3d8ba5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219896 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#775068}
-
Jana Grill authored
Retrieve the value of the device policy and use it when deciding whether to enable or disable the adb sideloading toggle in settings managed device and account when feature flag is enabled Bug: 1073928 Test: unit tests, passing different policy values using YAPS on a Change-Id: I9c04c49ac985706c387dee3c8bc57c32598c4d3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199114 Commit-Queue: Jana Grill <janagrill@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#775067}
-
Anders Hartvoll Ruud authored
The name is misleading, because it's actually a flag set on the parent style when some child uses explicit inheritance. This CL renames the flag such that name makes sense, and also because we need to free up the current (approximate) name for a new flag (in a subsequent CL). Change-Id: Ie960dccf961b49b716824c44de9d3233522f96d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228879Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#775066}
-
Olivier Robin authored
As a completionHandler has to be called after handling the item, it is not clear how to do just set an item in SceneState and call the observers. Bug: 1069748 Change-Id: I02b8e5e4031323cbe7b60bea5045da16aab7c9d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228533 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#775065}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/989c790d4b8b..cabedcafaa77 2020-06-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 78a3c915a1d7 to 232ba0d848d1 (1 revision) 2020-06-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from d43f5107400d to 4685ffce93ad (5 revisions) 2020-06-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 3ad285a60d82 to 0711869b5f20 (1 revision) 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 ynovikov@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: ynovikov@google.com Change-Id: I5978155b98d11fdd77743712c270d8e9d82ba84a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230879Reviewed-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@{#775064}
-
Takashi Toyoshima authored
Bug: 1091139 Change-Id: I9cd3e5f9f93fb82b5d026a54d4ef5dbcc2e91459 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230581 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#775063}
-
David Jean authored
Bug: 1084905 Change-Id: I10f69d7156d42f30ec277dff55f90f0f13463b4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219887 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#775062}
-
Martin Šrámek authored
By removing line 5921 which is redundant given line 5343. Bug: None Change-Id: I3f5edf7756a53586c48023980921c5aa3bc0246a TBR: jonross@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230623Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#775061}
-
Gauthier Ambard authored
The URL blocking check should actually check if the URL might be blocked instead of checking for the feature being enabled. Bug: 1073932 Change-Id: Idd3cc76fa04e6db45fb2eab3e3ee9dc674705834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230480 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#775060}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/292a49b80b32..722db7ecd0fb 2020-06-04 bmeurer@chromium.org [wasm] Remove left-over TODO in E2E 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:1043047 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ibaa2b7f0de26c25c4eecd5787f0b56aecc22c0b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230880Reviewed-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@{#775059}
-
Yura Yaroshevich authored
The error messages will be updated by CL: https://webrtc-review.googlesource.com/c/src/+/176448 Bug: webrtc:10139 Change-Id: I1c68fdbe030b2c46bdd52d83a45fff11b70e9526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228545Reviewed-by:
Tommi <tommi@chromium.org> Commit-Queue: Yura Yaroshevich <yura.yaroshevich@gmail.com> Cr-Commit-Position: refs/heads/master@{#775058}
-
Rakina Zata Amni authored
With crrev.com/c/2121522, some main-frame same-site navigations will result in a new BrowsingInstance, SiteInstance, RenderFrameHost, RenderView, etc. This CL updates expectations of view_source tests that didn't expect a change of RenderFrameHosts etc. on same-site navigations. This CL does not include fixes for other tests in chrome/ content/, components/, and layout tests (they're fixed in other CLs) For more details, see doc: https://docs.google.com/document/d/1lHdkKLUe8H6ZP6ALwj-dsus7oYcuc93HkSCHCcerItg/edit?usp=sharing Bug: 977562 Change-Id: Idc7b35c7cb01bacdcc0c13b083b2263b3a07dd14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212225 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#775057}
-
Maksim Sisov authored
This fixes pure ozone/wayland build on systems where X11 is not available Change-Id: Ib4e41c2fd149b48586623183d8fa656591415361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228649Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#775056}
-
Ewann authored
Bug: 1073826 Change-Id: I378c67f926df54bd4bd75d0a64f7b241534238a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208971 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#775055}
-
Nigel Tao authored
Bug: 1070409 Change-Id: I2e275aeda6c16e3f9b02031be26fee5967e8f549 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228273Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#775054}
-
Nigel Tao authored
JSONReader::Read is a static method, but JSONReader::GetErrorMessage is not. If invaild JSON is passed, GetErrorMessage() will not return anything useful. Bug: 1070409 Change-Id: If45ff0d665964f7b02be26a7b1af436918cbb1fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227944Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#775053}
-
Nigel Tao authored
Bug: 1070409 Change-Id: I284bf8034398c086c629ccf59269b30dd721f25b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228024Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#775052}
-
Nigel Tao authored
Bug: 1070409 Change-Id: I239951e64680698954f97583255382227c2bde3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228631Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#775051}
-
Nigel Tao authored
Bug: 1070409 Change-Id: I577dfb61d70ac8048f08fa13502753ee62b24e86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228592Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#775050}
-
Nigel Tao authored
Bug: 1070409 Change-Id: I72c7ed7d7b04f802c901340061e5966bf2cd6744 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228299Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#775049}
-
Swapnil authored
AppInstallEventLog and SingleAppInstallEventLog classes are used for storing logs on the disk and prepare for upload. Extract the common code with ARC++ unspecific code into common classes. This is a prework for adding similar classes for extension events. Bug: 1081192 Change-Id: I481e864c89ce34fb9c8ddbd8983ad119be8bdf85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2193675 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Reviewed-by:
Askar Aitzhan <askaraitzhan@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#775048}
-
Yann Dago authored
Change-Id: I98aeb23aece12046b62542142045b760ae8c75ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218472 Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org> Auto-Submit: Yann Dago <ydago@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#775047}
-
Rune Lillesveen authored
It always returns true for every media query. Make sure it's not used by accident. The LocalFrame was available for all uses of it in tests. Change-Id: If99c0ac3251c0cbf775d39e292758d7c246d410a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230481Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#775046}
-
Martin Šrámek authored
...on Linux and Android, since it is flaky. Bug: 1088449 Change-Id: Ia85259d80ba09cf0fa3472a41f6fc4308e11b98b TBR: csharrison@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230464Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#775045}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0fd55cc715bc..7f7fb830ba42 2020-06-04 jianj@google.com Reland "Add av1 test running real video clips." 2020-06-04 jianj@google.com Av1 wrapper: only use speed 6 on cores > 2 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: I069bdd169b01b07f7cb00ca2c44467a16c0ae2de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230778Reviewed-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@{#775044}
-
Rakina Zata Amni authored
With crrev.com/c/2121522, some main-frame same-site navigations will result in a new BrowsingInstance, SiteInstance, RenderFrameHost, RenderView, etc. This CL updates expectations of task_manager tests that didn't expect a change of RenderFrameHosts etc. on same-site navigations. This CL does not include: - Fixes for other tests in chrome/ content/, components/, and layout tests (they're fixed in other CLs) For more details, see doc: https://docs.google.com/document/d/1lHdkKLUe8H6ZP6ALwj-dsus7oYcuc93HkSCHCcerItg/edit?usp=sharing Bug: 977562 Change-Id: I2066c4e6a96b984a899dcd0f977d2227d8c4c452 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2196105 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#775043}
-
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: Iec2f67e5d754aef390a2ce714c99cbd51813768b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230858Reviewed-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@{#775042}
-
Lukasz Krakowiak authored
This change replaces base::RunLoop::QuitCurrentWhenIdleClosureDeprecated() call with a loop->QuitWhenIdleClosure() call on local RunLoop instance. Bug: 922118 Change-Id: I558776241473df0393095116bc44896ee2550bee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218029 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#775041}
-
Manuel Rego Casasnovas authored
BUG=1076257 TEST=CompositedLayerMappingTest.TransformedRasterizationForScrollDependentPosition Change-Id: I1ec70d65a533b14e3b6911de29830cbe334c66b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215335 Commit-Queue: Manuel Rego <rego@igalia.com> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#775040}
-