- 05 Mar, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/343ee4e801b1..852653954526 git log 343ee4e801b1..852653954526 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 126720bd2e57..a095711c5d77 (4 commits) 2020-03-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src a6d3a2dd41d4..044ecc0b2c65 (1 commits) Created with: gclient setdep -r src/third_party/angle@852653954526 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 ianelliott@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: ianelliott@google.com Change-Id: Ifdf8d69ec14bac3e1ae375315840e3aa58dedc94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089511Reviewed-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@{#747240}
-
Christian Dullweber authored
The following tests are failing virtual/form-controls-refresh-disabled/fast/forms/autofocus-opera-008.html - Mac10.13 Tests, Mac10.12 Tests, Mac10.10 Tests - https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests/22747 virtual/threaded/fast/scroll-snap/snap-to-target-on-layout-change.html - WebKit Mac10.13 (retina) - https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Mac10.13%20%28retina%29/25972 accessibility/content-changed-notification-causes-crash.html - WebKit Mac10.13 (retina), Mac10.14 Tests - https://ci.chromium.org/p/chromium/builders/ci/Mac10.14%20Tests/2203 Mentioning multiple Mac targets in the same line doesn't seem to work, so I split them. Tbr: tkent@chromium.org Bug: 1058203, 1058073 Change-Id: I953c7c23a70f1e7431ba2e21272b314693c1def8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087727Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#747239}
-
Markus Handell authored
Android MediaRecorder choked on receiving frames in PIXEL_FORMAT_ABGR encoding. This resulted in no encoding happening, and consequently ondataavailable callbacks not getting fired. This patch adds support for the format. TESTED=manual appr.tc test hijacking the remote stream and recording it. Bug: 1052298 Change-Id: I6fd4aa4bb0421efbfa7a5892febb95176b9e30e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087770Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Markus Handell <handellm@google.com> Cr-Commit-Position: refs/heads/master@{#747238}
-
Jose Lopes authored
https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++-dos-and-donts.md#use-and-instead-of-bare TBR=ajwong@chromium.org Bug: 1007806 Change-Id: I64d98168075bca5d54a658f306cb95e959709a00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082565 Commit-Queue: Jose Lopes <jabolopes@google.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#747237}
-
Dominique Fauteux-Chapleau authored
Also fix an ASAN issue triggered by this test in the fake delegate. Bug: 2078973 Change-Id: I2d98178b4c640b6509a999ef1b910d5490763f6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079470Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#747236}
-
Sylvain Defresne authored
When targeting iOS, the host platform is macOS but only tools are built, so unconditionally disable nacl for both the target and the host (i.e. check target_os instead of is_ios). Also move the check for compatibility between the version of the OS used for the build and NaCL from build/config/mac/mac_sdk.gni to components/nacl/features.gni (the error is specific to NaCL, not to any project that want to reuse Chrome build system). Bug: 1049832 Change-Id: Id8efb5b4b271a7a6164333efc09f24804564c7a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088102 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#747235}
-
Gyuyoung Kim authored
This CL replaces .mojom.h includes with .mojom-forward.h in some sub-directories of chrome/browser to reduce the pre-processed size of header files and shorter build time. The sub-directories are following, - chrome/browser/ui/app_list - chrome/browser/ui/ash This CL has no behavior changes. Bug: 1001360 Change-Id: Idb2b7b8475d75c5ea7e1c79ee3b6ad2bfe7b3e02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087858Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#747234}
-
Christian Dullweber authored
This reverts commit 680e3222. Reason for revert: Looks like this broke https://ci.chromium.org/p/chrome/builders/ci/android_arm64-builder-perf/160982 Original change's description: > Upstream internal DownloadCollectionBridge code > > This will allow download in public chromium build to work on Q with MediaStore. > > BUG=1052490 > > Change-Id: I31476292b92c7a5882fa4ad80cc60b29f6b14dba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057806 > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Reviewed-by: David Trainor <dtrainor@chromium.org> > Commit-Queue: Min Qin <qinmin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#746867} TBR=yfriedman@chromium.org,dtrainor@chromium.org,qinmin@chromium.org,rsesek@chromium.org,gmariani@google.com Change-Id: I1547f1132bbddf575eeacfe2498b97ff1d7cc473 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1052490 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089771Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#747233}
-
Kenichi Ishibashi authored
This feature was fully launched in M80. Bug: 692909 Change-Id: Ie66c1ac291092cca58c4cab9f291b79b0eae343e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071521Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#747232}
-
Maksim Ivanov authored
This fixes the UX regression from https://crrev.com/c/2066899: the PinRequestView dialog was containing two "submit" ("->") buttons. This regression was affecting (1) parent access code dialog, and (2) smart card PIN dialog on Ash login screen. The fix is to make sure the "submit" button from the PIN keypad is hidden. The dialog's submit button stays intact. The CL also adds a unit test that ensures the correct behavior. Bug: 993653 Test: start login as an existing user via smart card, proceed to PIN dialog, check that only one "submit" ("->") button is shown Change-Id: If2f8661c67a8686858167b242da0d67c3331d293 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085072 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#747231}
-
Alex Ilin authored
This reverts commit b5018edf. Reason for revert: StatusBarColorControllerTest#testColorWithStatusIndicator() fails on Android L Builder: Lollipop Phone Tester https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Phone%20Tester First failing build: https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Phone%20Tester/24496 java.lang.AssertionError: Wrong status bar color for Android L. expected:<-16777063> but was:<-16777216> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.chromium.chrome.browser.ui.system.StatusBarColorControllerTest.testColorWithStatusIndicator(StatusBarColorControllerTest.java:149) Original change's description: > [Offline indicator v2] Add Java animations > > This CL implements the color and text transition animations that run when > showing or hiding the status indicator. > > Show: > 1- Transition the status bar color. > 2- Wait for the browser controls animation in cc to finish. > 3- Fade in text. > > Hide: > 1- Transition the status bar and the indicator color. > 2- Wait 2 seconds. > 3- Fade out text, and transition the status bar and indicator color back > to the original status bar color. > 4- Let the browser controls hide animation run in cc. > > Bug: 989148 > Change-Id: If19a51e6c5091436d78e34ef50f11ffa0118ee0d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067095 > Commit-Queue: Sinan Sahin <sinansahin@google.com> > Reviewed-by: Matthew Jones <mdjones@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Cr-Commit-Position: refs/heads/master@{#747080} TBR=twellington@chromium.org,mdjones@chromium.org,sinansahin@google.com Change-Id: If1a31818ad5cb887cf44399a8baaaeb56c619d1f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 989148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089751Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#747230}
-
Stepan Khapugin authored
Moves presenting sign-in promos and FRE to SceneController. Bug: 1045658 Change-Id: I335f31fc991f4f7d752505ed5b1c8ae4f20e14da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087714 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#747229}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/da7fe17f810a..b583290a6d81 git log da7fe17f810a..b583290a6d81 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 skyostil@google.com Merge "TrackEvent: Add TrackEvent::GetTraceTimeNs()" Created with: gclient setdep -r src/third_party/perfetto@b583290a6d81 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: I36c1e8f1b949e51434368b3f13b66a86ef48166a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089270Reviewed-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@{#747228}
-
Dominik Röttsches authored
Bug: 1058772 Tbr: kojii Change-Id: I722a42646a7769bec27bb1093e87cec166ac67cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088155 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#747227}
-
Yutaka Hirano authored
In order to deprecate Platform::CreateDefaultURLLoaderFactory, this change removes its call from PrepareFrameAndViewForPrint instead of Platform::CreateDefaultURLLoaderFactory, use the RenderFrameImpl::CreateURLLoaderFactory. Bug: 891872 Change-Id: I128348c2ee284ddc27b17b4bdc9bf6f3bdc82608 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043615Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#747226}
-
Christian Dullweber authored
Tbr: antrim@chromium.org Bug: 1041188 Change-Id: I0e2078572f17b3441a0fe73015f032e940d9c2b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088715Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#747225}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/968c87018591..9eadf87170da Created with: gclient setdep -r src-internal@9eadf87170da 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: I76815aa5187f7d7d5c7d00ffaa0e4aac0e2a66bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089374Reviewed-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@{#747224}
-
Henrique Ferreiro authored
ui::Cursor is a superset of blink::WebCursorInfo. Delete the latter and replace all of its uses with the former. Bug: 919392,1040499 Change-Id: Ib3248c8a75449003a951110b20a7a58517723f36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997138 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#747223}
-
Finnur Thorarinsson authored
This adds TalkBack strings to widgets for: Play/Pause, Mute/Unmute, and elapsed/total time. Bug: 895776, 656015 Change-Id: I0c815d8afa2452761d743975574156aef40e7441 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080368 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#747222}
-
Viktor Semeniuk authored
This change adds UI for visualizing compromised credentials list in password check page. Also, it uses passwordsPrivate extension API to obtain required data. Bug: 1047726 Change-Id: Ia80ffd5d52447722d175aa5d66f10c2eb7dd3500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078257 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#747221}
-
Marian Fechete authored
This CL adds a separate dropout reason for browse mode compared to regular mode in prompt action. Bug: b/147412447 Change-Id: I87a99c862011c20c0ad02ff1bc32e91cd47d7ae0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087621 Commit-Queue: Marian Fechete <marianfe@google.com> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#747220}
-
Youkichi Hosoi authored
This constitutes a part of change to enable NDK translation on ARCVM. We identify the binary translation type (None/Houdini/NDK translation) by seeing USE flags passed from Chrome OS. This information on the binary translation type is passed to Android via the property androidboot.native_bridge, which can be accessed as ro.boot.native_bridge. BUG=b:139480143 TEST=components_unittests TEST=Edit /etc/ui_use_flags.txt, and run getprop after restarting ui Change-Id: Id5810369f3c4e82fda54ed9d2b32be3ad168723e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071675Reviewed-by:
Satoshi Niwa <niwa@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Youkichi Hosoi <youkichihosoi@chromium.org> Auto-Submit: Youkichi Hosoi <youkichihosoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#747219}
-
Jan Wilken Dörrie authored
This change implements the resolution of LWG3255 in base::span. Following this change base::span allows conversions from std::array that add const or volatile qualifications. References: - https://cplusplus.github.io/LWG/issue3255 - https://github.com/cplusplus/draft/commit/2ae381 Bug: 828324 Change-Id: Ib58e769b841f58778a547109f654cceda3a75cd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087720 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#747218}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/e5534c4419d5..2de34c1791f3 git log e5534c4419d5..2de34c1791f3 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 brandon1.jones@intel.com Residency 1: Add Chromium's LinkedList to /common/ Created with: gclient setdep -r src/third_party/dawn@2de34c1791f3 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: Ib935788a480d48bdc3cc36810a316e1c76e5eb80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089371Reviewed-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@{#747217}
-
Jan Wilken Dörrie authored
This change implements the resolution of LWG issue 3320 by removing the members cbegin(), cend(), crbegin() and crend() from base::span. This was done because std::cbegin(std::span<T>()) and std::span<T>().cbegin() returned different results if T was non-const. Note that the nested const_iterator type is not yet removed from base::span, as this breaks using it in gMock matchers like ElementsAre. This will be addressed once gMock no longer requires the presence of this nested type. References: * https://wg21.link/LWG3320 * https://github.com/cplusplus/draft/commit/6faa9c TBR=dcheng Bug: 828324 Change-Id: I21f8ffaa0c7183d6e63a087b73f271b677d13f3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086231 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#747216}
-
Mugdha Lakhani authored
Increment the version UrlBarController is available from. Bug: 1025607 Change-Id: I1331921c937883e265b2f6cdf1520039f8f350cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081416Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#747215}
-
Edward Lin authored
Add the CPU cache routine and the CPU stress routine to cros_healthd. The CPU cache routine and the CPU stress routine runs the stressapptest to diagnose the CPU. Bug: b:146513388 Test: unit_tests --gtest_filter=DeviceCommandRunRoutineJobTest.* Change-Id: I7189344dbce41f09c18debbfe3ca5415526647a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041981 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Paul Moy <pmoy@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Cr-Commit-Position: refs/heads/master@{#747214}
-
Anastasiia Nikolaienko authored
Record the service type received with the mirror response header. Change-Id: I7b1e37ac00bcce3472aeee81f4a28547488c52fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037676Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#747213}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 74dd93df. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" acf33020 "Add testing for the scrolling attribute" 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 NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: I41bfce9a2d94070a8df6c3fdd35010038efa0073 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089391Reviewed-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@{#747212}
-
Artem Sumaneev authored
User must not be able to run ARC applications and Crostini VM when following conditions are true: 1. User is not affiliated 2. DeviceRebootOnUserSignout policy is set and is not NEVER 3. Cryptohome state requires powerwash If all the above is true then when user attempts to run ARC application or Crostini VM, notification is shown instead of actual run. BUG=b:146418942 TEST=Manual and unit tests Cq-Depend: chromium:2033344 Change-Id: I3d1a78750d098302c642b44343ab53c6983e80e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992081Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Igor <igorcov@chromium.org> Commit-Queue: Artem Sumaneev <asumaneev@google.com> Cr-Commit-Position: refs/heads/master@{#747211}
-
Michael Lippautz authored
Adds the following abstractions: - MemoryRegion: Simple Address and size pair. - PageMemory: Abstraction holding an overall reservation and some writeable area. - PageMemoryRegion: Either a contiguous area of normal pages or an area for a single large page. Creates guard pages around writable regions. Guard regions are always added, independently of whether the provided allocator can actually commit them properly and capped at a maximum of 16KiB. In practice this will result in all platforms except PPC getting protected regions and PPC only getting an unprotected region. Drive-by: - Remove multi-threaded handling of PageMemoryRegion as all data structures are thread local and no regions are shared across threads. Change-Id: I1232216b13ce51482676b16a467dd97d141ac4c7 Bug: 1056170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083304 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#747210}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3f1aee3cbb9f..99eb20b513da git log 3f1aee3cbb9f..99eb20b513da --date=short --first-parent --format='%ad %ae %s' 2020-03-05 asapersson@webrtc.org StatsEndToEndTest: Configure bitrate via VideoEncoderConfig. 2020-03-05 mbonadei@webrtc.org Fix links in docs/native-code/index.md. Created with: gclient setdep -r src/third_party/webrtc@99eb20b513da 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/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Id8cac51597437cae5da675340aebe7c15a1061a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089375Reviewed-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@{#747209}
-
Michael Lippautz authored
Adds a public/platform.h that is required to be implemented by embedders to provide certain features. Page-level allocation goes through this interface. This is used to allow e.g. Blink to provide their own OOM callbacks and page tags. Provide a basic implementation of the PageAllocator using base primitives that can be used for testing. Bug: 1056170 Change-Id: Ib25269d6f8ed793d2b111dd750cef9d4a6d772a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083022Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#747208}
-
Michael Lippautz authored
The metric is supposed to compute time spent per marked bytes and not allocated heap size which includes garbage as well. Bug: 986235 Change-Id: Ifdc1eedb276f8ce6a324774e233c132fefa1c747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087726 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@{#747207}
-
Eric Willigers authored
PWA and web app files have been removed from the extensions ui directories. The OWNERS files were referencing files no longer present. Change-Id: I74b944bb4a0a601759886f435bf76e406ea45140 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087235Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#747206}
-
Jose Lopes authored
This is a repeating callback because it's called from a call chain that links to a loop: * https://cs.chromium.org/chromium/src/media/formats/mp2t/mp2t_stream_parser.cc?rcl=385d1322d09f871a327371f0ded2b2d70714bde2&l=873 * https://cs.chromium.org/chromium/src/media/formats/mp2t/mp2t_stream_parser.cc?rcl=385d1322d09f871a327371f0ded2b2d70714bde2&l=139 * https://cs.chromium.org/chromium/src/media/formats/mp2t/mp2t_stream_parser.cc?rcl=385d1322d09f871a327371f0ded2b2d70714bde2&l=345 This is part of the base::Callback migration. Context: https://cs.chromium.org/chromium/src/docs/callback.md?rcl=9fcc3764aea8f97e9f6de4a9ee61d554e67edcda&l=40 Bug: 1007806 Change-Id: I51a2e7a5b0fe87b114cbedabe2040961d3bb6215 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080417 Commit-Queue: Jose Lopes <jabolopes@google.com> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#747205}
-
Vidhan authored
[Autofill] Rename GetElidedValueAt to GetSuggestionValueAt and GetElidedLabelAt to GetSuggestionLabelAt Bug: 1045401 Change-Id: I746756c64e4c9a7e528c6a9441d6b0a777600f64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087624 Commit-Queue: Vidhan Jain <vidhanj@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#747204}
-
Anastasiia Nikolaienko authored
Add Polymer template for the views in login flow, component for buttons and CSS. See http://doc/1WVGl7i7uWTnMEa3MPPVALegDM-7RabDv6z3JrAw53Sg Bug: 1043108 Change-Id: I70d4a1e75e3cdf8889ce211eacb7946db09cba9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007455 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#747203}
-
Jérôme Lebel authored
The activity indicator is created when needed. It should not be added in -[UserSigninViewController viewDidLoad]. The constraints are correctly created when the indicator is created, in -[UserSigninViewController addActivityIndicatorToView]. Bug introduced with: crrev.com/c/2087214 Related to: crrev.com/c/2079111 Bug: 971989 Change-Id: Id0e08b6884c6c05e15516d987c062eaf691345b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087922 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#747202}
-
Adrienne Walker authored
IndexedDBContext access is going away, and so these tests need to use public mojo interfaces instead of private indexeddb interfaces. This converts some easier browser tests over to using the new interface. Bug: 1015214 Change-Id: I68bb1cd46ff6ae13d8b113d37886a499e0d97276 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088337Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: enne <enne@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#747201}
-